/**
 * Theme Name: Ink-Modified 2
 * Theme URI: https://codestag.com/themes/ink
 * Author: Codestag
 * Author URI: https://codestag.com
 * Description: A Modern and Elegant Photography theme for WordPress.
 * Version: 1.3.3
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
 * Text Domain: stag
 */
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Reset
2. Structure
3. Elements
4. Media and classes
5. Posts
6. Pages
7. Sidebar
8. Comments
9. Forms and buttons
10. Support

// Customizations
11. Added Global
12. Quick Bio
13. Summary
14. Share Post
15. Newsletter Subscribe
16. Master Footer

-------------------------------------------------------- */
/*---------------------------------------------------------
 1. Reset (_reset.scss)
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.site-main, .textwidget,
.entry-content,
.page-content,
.comment-content, .related-posts, .post-navigation, .contributors-list, .comment-list {
  zoom: 1;
}
.site-main:before, .textwidget:before,
.entry-content:before,
.page-content:before,
.comment-content:before, .related-posts:before, .post-navigation:before, .contributors-list:before, .comment-list:before, .site-main:after, .textwidget:after,
.entry-content:after,
.page-content:after,
.comment-content:after, .related-posts:after, .post-navigation:after, .contributors-list:after, .comment-list:after {
  display: table;
  content: "";
}
.site-main:after, .textwidget:after,
.entry-content:after,
.page-content:after,
.comment-content:after, .related-posts:after, .post-navigation:after, .contributors-list:after, .comment-list:after {
  clear: both;
}

table, .entry-title {
  word-break: break-word;
  word-wrap: break-word;
}

.site-navigation-toggle, .post-content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inside, body[class*="page-id"]:not(.page-template-current-php) .entry-header, .stag-custom-widget-area .full-wrap .widgettitle,
.stag-custom-widget-area .widget:not(.full-wrap),
.stag-custom-widget-area .stag-instagram .widgettitle,
.stag-custom-widget-area .widget_text {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 970px) {
  .inside, body[class*="page-id"]:not(.page-template-current-php) .entry-header, .stag-custom-widget-area .full-wrap .widgettitle,
  .stag-custom-widget-area .widget:not(.full-wrap),
  .stag-custom-widget-area .stag-instagram .widgettitle,
  .stag-custom-widget-area .widget_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single .entry-meta,
.single .entry-footer,
.single .post-navigation,
.single .comments-area,
.page .entry-meta,
.page .entry-footer,
.page .post-navigation,
.page .comments-area, .page-content,
.entry-content, .page-header, .ink-contact-form {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 970px) {
  .single .entry-meta,
  .single .entry-footer,
  .single .post-navigation,
  .single .comments-area,
  .page .entry-meta,
  .page .entry-footer,
  .page .post-navigation,
  .page .comments-area, .page-content,
  .entry-content, .page-header, .ink-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.g,
.grid,
.gallery {
  margin-left: -3%;
  max-width: 105%;
}

.gallery-item,
.unit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -.25em;
  /* Clearfix */
  overflow: hidden;
  *overflow: visible;
}

.gallery-columns-1 .gallery-item, .span-grid {
  width: 97%;
}

.gallery-columns-2 .gallery-item, .one-of-two {
  width: 47%;
}

.gallery-columns-3 .gallery-item, .one-of-three {
  width: 30.36%;
}

.two-of-three {
  width: 63.666666666%;
}

.gallery-columns-4 .gallery-item, .one-of-four {
  width: 22.05%;
}

.three-of-four {
  width: 72%;
}

.gallery-columns-5 .gallery-item, .one-of-five {
  width: 17.07%;
}

.two-of-five {
  width: 37%;
}

.three-of-five {
  width: 57%;
}

.four-of-five {
  width: 77%;
}

@media screen and (max-width: 650px) {
  .grid {
    margin-left: 0;
    max-width: none;
  }

  .unit {
    width: auto;
    margin-left: 0;
    display: block;
  }
}
/*---------------------------------------------------------
 2. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family:Helvetica,Arial, Roboto, “Droid Sans”, “ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
  /*font-family:  'DIN Next W01', sans-serif;*/
  color: #000;
  line-height: 1.55;
  background-color: #000;
  text-rendering: optimizeLegibility;
}

a {
  color: #a37e39;
  text-decoration: none;
}
a:hover {
  color: #fff;
}

.topmenu li a{
	color: #a37e39;
}
.topmenu li a:hover{
	color: #fff;
}


a.showf span.en{ display:inline; }
a.showf:hover span.en{ display:none; }
a.showf span.local{ display:none; }
a.showf:hover span.local{ display:inline; }
/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  overflow: hidden;
  color: #fff;
  padding: 30px;
}
.site-header a {
  color: inherit;
}
.header-normal .site-header, .search-no-results .site-header {
  position: relative;
  color: #333;
}
.header-normal .site-header .archive-header, .search-no-results .site-header .archive-header {
  color: white;
}

.site-title {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
  line-height: 1;
  /* font-family: 'DIN Next W01', sans-serif; */
}

.site-title a:hover {
  color: #a37e39;
}

.site-title,
.custom-logo {
  display: block;
  vertical-align: middle;
  text-transform: none;
}

.site-description {
  color: white;
}
@media screen and (max-width: 650px) {
  .site-description {
    display: none;
  }
}

.site-branding {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}

.site-navigation-toggle {
  position: absolute;
  right: 30px;
  font-size: 30px;
  font-size: 1.875rem;
}

/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */
.navigation {
  list-style: none;
}

.main-navigation li {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.main-navigation li:last-child {
  margin-bottom: 0;
}

.site-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  background-color: #f9f9f9;
  max-width: 330px;
  -webkit-overflow-scrolling: touch;
}
.site-nav--scrollable-container {
  display: none;
  overflow: auto;
  padding: 30px;
  padding: 1.875rem;
  width: 330px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
}
.site-nav-transition .site-nav--scrollable-container {
  display: block;
}
.site-nav__section {
  border-bottom: 2px solid #333;
  position: relative;
  padding: 40px 0;
  padding:  2.5rem 0;
}
.site-nav__section:last-of-type {
  border: none;
  padding-bottom: 0;
}
.site-nav a {
  color: #333;
}
.site-nav a:hover {
  color: #000;
}
.site-nav .widgettitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.site-nav .close-nav {
  position: absolute;
  top: 65px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  z-index: 50;
}
.site-nav .sub-menu {
  margin-top: 10px;
  margin-left: 20px;
}

.site-nav-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  cursor: e-resize;
}

.site-nav-drawer-open .site-nav-overlay,
.site-nav:focus ~ .site-nav-overlay {
  display: block;
  right: 330px;
  z-index: 900;
}

.site-nav-transition #page {
  left: 0;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 800;
}
.site-nav-drawer-open #page {
  -moz-transform: translate(-330px, 0, 0);
  -ms-transform: translate(-330px, 0, 0);
  -webkit-transform: translate(-330px, 0, 0);
  transform: translate(-330px, 0, 0);
  -moz-transform: translate3d(-330px, 0, 0);
  -ms-transform: translate3d(-330px, 0, 0);
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}

/*---------------------------------------------------------
 Content Area (_scaffolding.scss)
-------------------------------------------------------- */
.site-main {
  display: block;
}

/*---------------------------------------------------------
 Select (_scaffolding.scss)
-------------------------------------------------------- */
::-moz-selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}

::selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}

img::selection {
  background-color: transparent;
}

img::-moz-selection {
  background-color: transparent;
}

/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */
body:not(.header-over) .site-footer {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.page-template-widgetized-php .site-footer {
  margin-top: 0 !important;
}
.page-template-widgetized-php .footer-widgets-container {
  border: none;
}

.stag-custom-widget-area + .site-footer {
  border-top: 2px solid #000;
}

.footer-widgets-container {
  border-top: 2px solid #000;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.footer-widgets-container .widget {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.footer-widgets-container .widgettitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.footer-widgets-container .entry-subtitle {
  display: none;
}

.copyright {
  border-top: 2px solid #000;
  padding: 30px 0;
  padding:  1.875rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.site {
  overflow: hidden;
  z-index: 100;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}



/*---------------------------------------------------------
 Blog Layouts (_scaffolding.scss)
-------------------------------------------------------- */
.post-grid {
  height: 350px;
  position: relative;
  border-bottom: 2px solid;
}

@media screen and (min-width: 650px) {
  [data-layout="normal"] .post-grid {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 650px) {



[data-layout="normal"] .post-grid:first-of-type .entry-subtitle {
  font-size: .36em;
  margin: 20px 0;
  margin:  1.25rem 0;
}
[data-layout="normal"] .post-grid:first-of-type .entry-subtitle::after {
  top: 30px;
}

}



@media screen and (min-width: 650px) {
  [data-layout="normal"] .post-grid:nth-of-type(odd) {
    border-right: 0;
  }
  [data-layout="normal"] .post-grid:nth-of-type(even) {
    border-left: 2px solid;
  }
}
[data-layout="normal"] .post-grid .entry-subtitle {
  font-size: .7666666em;
  margin: 10px 0;
  margin:  0.625rem 0;
}
[data-layout="normal"] .post-grid .entry-subtitle::after {
  top: 20px;
}







@media screen and (max-width: 480px) {
  .post-grid .entry-title {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .post-grid .entry-meta {
    line-height: 20px;
  }
}

.entry-subtitle {
  display: block;
  font-weight: normal;
  font-size: .36em;
  text-transform: none;
  margin: 20px 0;
  margin:  1.25rem 0;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.entry-subtitle:after {
  content: '';
  background: #fff;
  position: relative;
  top: 30px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  max-width: 145px;
}

.alignnone {
  max-width: 100%;
  position: relative;
}
.alignnone .wp-caption-text {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  font-size: .9em;
  top: 30px;
  left: 30px;
  color: #000;
  padding: 15px 15px;
  padding:  0.9375rem 0.9375rem;
}














/*---------------------------------------------------------
 3. Elements (_elements.scss)
-------------------------------------------------------- */
h1, .entry-content h2, h3, h4, h5, h6 {
  /* font-family: 'DIN Next W01', sans-serif!important; */
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
}

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

h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
.stag-button,
input[type="submit"],
input[type="reset"],
.button-secondary {
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 700;
}

blockquote {
  clear: both;
  color: #bdbdbd;
}
@media screen and (min-width: 600px) {
  blockquote {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
}
@media screen and (max-width: 599px) {
  blockquote {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 800px) {
  blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
blockquote cite {
  color: #b1b7ba;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
}

q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}

tt,
kbd,
pre,
code,
samp {
  /* font-family: "Andale Mono", AndaleMono, Consolas, Monaco, monospace; */
  color: #859093;
  border: 1px solid #f3f4f5;
  padding: 1px 3px;
  padding:  0.0625rem 0.1875rem;
  word-spacing: -1px;
  word-spacing: -0.0625rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

del,
strike {
  color: #b1b7ba;
}

abbr,
acronym,
dfn {
  cursor: help;
  border-bottom: 1px solid #f3f4f5;
}
a abbr, a
acronym, a
dfn {
  border-bottom: 0;
}

details summary {
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
details :focus {
  outline: none;
}

mark {
  background-color: #fff9c0;
}

ins {
  text-decoration: none;
}

small {
  font-size: .75em;
}

big {
  font-size: 1.25em;
}

sub,
sup {
  font-size: 75%;
}
@media screen and (min-width: 800px) {
  sub,
  sup {
    font-size: 68.75%;
  }
}

address {
  font-style: normal;
  font-weight: 700;
}

hr:not(.stag-divider) {
  height: 1px;
  border: 0px;
  max-width: 100%;
  background: #e5e5e5;
  margin: 50px auto;
  position: relative;
}

/*---------------------------------------------------------
 Definition lists (_elements.scss)
-------------------------------------------------------- */
dl dt {
  margin-bottom: 0;
}
dl dd {
  margin-left: 40px;
  margin-left: 2.5rem;
}

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  text-align: center;
  border: 1px solid #b5b5b6;
  font-size: 14px;
  font-size: 0.875rem;
}
table caption {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
table th,
table td {
  padding: 10px 0;
  padding:  0.625rem 0;
}
table th {
  color: #13171a;
  border-left: 1px solid #b5b5b6;
}
table td {
  border-top: 1px solid #b5b5b6;
  border-left: 1px solid #b5b5b6;
}
table td[valign="top"] {
  vertical-align: top;
}
table td[valign="bottom"] {
  vertical-align: bottom;
}

.button-secondary {
  background: transparent;
  display: inline-block;
  color: #333;
  border: 2px solid #333;
  line-height: 1;
  padding: 14px 20px;
  padding:  0.875rem 1.25rem;
}

.block-button,
#infinite-handle {
  max-width: 100%;
  background: #2ba77b;
  /* font-family: 'DIN Next W01', sans-serif; */
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  margin-bottom: 2px;
}
.block-button span,
#infinite-handle span {
  background: transparent;
  color: #000;
  padding: 0;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.block-button a,
#infinite-handle a {
  color: inherit;
  display: block;
}
.block-button:hover,
#infinite-handle:hover {
  background: #333;
  color: white;
}
.block-button:hover span,
#infinite-handle:hover span {
  color: inherit;
}
@media screen and (max-width: 971px) {
  .block-button,
  #infinite-handle {
  }
}

#infinite-handle {
  padding: 0;
}
#infinite-handle a {
  display: block;
  padding: 32px 0 30px 0;
}

.infinite-loader {
  margin: 50px auto;
}
.infinite-loader .spinner {
  margin: 0 auto;
  left: 0 !important;
}

.stag-button--stroke {
  border-width: 2px;
  color: inherit;
}

.sticky,
.gallery-caption,
.bypostauthor {
  color: inherit;
}

/*---------------------------------------------------------
 4. Patterns (_patterns.scss)
-------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
img.wp-smiley {
  margin: 0;
  padding: 0;
  background: 0;
}

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  margin: 60px;
  margin: 3.75rem;
}
@media screen and (min-width: 650px) {
  .wp-caption.alignleft {
    margin-left: 20px !important;
  }
  .wp-caption.alignright {
    margin-right: 20px !important;
  }
}

.wp-caption-text,
.wp-caption-dd {
  color: #545c5e;
  line-height: 1.4;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/*---------------------------------------------------------
 Media (_patterns.scss)
-------------------------------------------------------- */
embed,
object,
video,
iframe {
  max-width: 100%;
}

.fluid-width-video-wrapper {
  width: auto !important;
}

/*---------------------------------------------------------
 General (_patterns.scss)
-------------------------------------------------------- */
.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide, .updated {
  display: none;
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

.visuallyhidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.noborder {
  border: none;
}

div .alignleft {
  text-align: left;
  margin-right: 20px;
  margin-right: 1.25rem;
}
div .alignright {
  text-align: right;
  margin-left: 20px;
  margin-left: 1.25rem;
}
div .aligncenter {
  text-align: center;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.gallery-item {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.gallery-columns-1 .gallery-item {
  text-align: center;
}

.wp-caption-text {
  font-size: 15px;
}

/*---------------------------------------------------------
 Shortcodes (_patterns.scss)
-------------------------------------------------------- */
.stag-button--normal.stag-button--grey {
  background: #979797;
}

.stag-button--stroke.stag-button--grey {
  background: transparent;
  color: #979797;
  border: 2px solid #979797;
}
.stag-button--stroke.stag-button--grey:hover {
  background: #979797;
}

.stag-button--normal.stag-button--green {
  background: #99bb6d;
}

.stag-button--stroke.stag-button--green {
  background: transparent;
  color: #99bb6d;
  border: 2px solid #99bb6d;
}
.stag-button--stroke.stag-button--green:hover {
  background: #99bb6d;
}

.stag-button--normal.stag-button--light-blue {
  background: #66b6d9;
}

.stag-button--stroke.stag-button--light-blue {
  background: transparent;
  color: #66b6d9;
  border: 2px solid #66b6d9;
}
.stag-button--stroke.stag-button--light-blue:hover {
  background: #66b6d9;
}

.stag-button--normal.stag-button--red {
  background: #d15858;
}

.stag-button--stroke.stag-button--red {
  background: transparent;
  color: #d15858;
  border: 2px solid #d15858;
}
.stag-button--stroke.stag-button--red:hover {
  background: #d15858;
}

.stag-button--normal.stag-button--orange {
  background: #f6a443;
}

.stag-button--stroke.stag-button--orange {
  background: transparent;
  color: #f6a443;
  border: 2px solid #f6a443;
}
.stag-button--stroke.stag-button--orange:hover {
  background: #f6a443;
}

.stag-button--normal.stag-button--purple {
  background: #9270b4;
}

.stag-button--stroke.stag-button--purple {
  background: transparent;
  color: #9270b4;
  border: 2px solid #9270b4;
}
.stag-button--stroke.stag-button--purple:hover {
  background: #9270b4;
}

.stag-button--normal.stag-button--blue {
  background: #1a92ca;
}

.stag-button--stroke.stag-button--blue {
  background: transparent;
  color: #1a92ca;
  border: 2px solid #1a92ca;
}
.stag-button--stroke.stag-button--blue:hover {
  background: #1a92ca;
}

.stag-button--normal.stag-button--black {
  background: #000;
}

.stag-button--stroke.stag-button--black {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.stag-button--stroke.stag-button--black:hover {
  background: #000;
}

.stag-button {
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.stag-alert--white {
  background: #f5f5f5;
}

.stag-alert--yellow {
  background: #2ba77b;
}

.stag-alert--blue {
  background: #66b6d9;
}

.stag-alert--grey {
  background: #979797;
}

.stag-alert--red {
  background: #d15858;
}

.stag-alert--green {
  background: #99bb6d;
}

.stag-tabs--normal .stag-nav a,
.stag-toggle--normal .stag-toggle-title {
  background: #000;
}

.stag-tabs--stroke .stag-nav a,
.stag-toggle--stroke .stag-toggle-title {
  border-color: #d8d4ca;
  color: #5d5454;
}

.stag-tabs--stroke .stag-tab {
  border-color: #d8d4ca;
}

.stag-button--stroke.stag-button--white:hover {
  background: black;
  color: white;
}

.stag-nav {
  margin: 0 !important;
}

.stag-section {
  margin: 50px 0;
  margin:  3.125rem 0;
}

/*---------------------------------------------------------
 5. Posts (_posts.scss)
-------------------------------------------------------- */
.post-grid {
  text-align: center;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post-grid a {
  color: #fff;
}

.post-content {
  padding-left: 50px;
  padding-right: 50px;
  z-index: 1002;
}

.entry-title {
  /* font-family: 'DIN Next W01', sans-serif; */
}

.entry-title h2 {
  /* font-family: "ff-tisa-web-pro"!important; */
}

.post-content .entry-title a {
  display: block;
}

.post-excerpt {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.8;
  max-height: 195px;
  overflow: hidden;
}

.stag-intro-text {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.post-cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.textwidget,
.entry-content,
.page-content,
.comment-content {
  line-height: 1.8;
  word-break: break-word;
  font-size: 20px;
  font-size: 1.25rem;
}
.textwidget p, .textwidget ul, .textwidget dl, .textwidget table, .textwidget blockquote,
.entry-content p,
.entry-content ul,
.entry-content dl,
.entry-content table,
.entry-content blockquote,
.page-content p,
.page-content ul,
.page-content dl,
.page-content table,
.page-content blockquote,
.comment-content p,
.comment-content ul,
.comment-content dl,
.comment-content table,
.comment-content blockquote {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.textwidget h1,
.entry-content h1,
.page-content h1,
.comment-content h1 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.textwidget h2,
.entry-content h2,
.page-content h2,
.comment-content h2 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.textwidget h3,
.entry-content h3,
.page-content h3,
.comment-content h3,
.post-summary2 h3 {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
.textwidget h4,
.entry-content h4,
.page-content h4,
.comment-content h4 {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.textwidget h5,
.entry-content h5,
.page-content h5,
.comment-content h5 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.textwidget h6,
.entry-content h6,
.page-content h6,
.comment-content h6 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.textwidget ul,
.entry-content ul,
.page-content ul,
.comment-content ul {
  list-style: disc;
}
.textwidget ol,
.entry-content ol,
.page-content ol,
.comment-content ol {
  list-style: decimal;
}
.textwidget ul, .textwidget ol,
.entry-content ul,
.entry-content ol,
.page-content ul,
.page-content ol,
.comment-content ul,
.comment-content ol {
  list-style-position: inside;
}
.textwidget ul ul, .textwidget ul ol, .textwidget ol ul, .textwidget ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol,
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  padding-left: 30px;
  margin-bottom: 0;
}

.site-footer .textwidget {
  font-size: 16px;
  font-size: 1rem;
}
.textwidget p, .textwidget ul, .textwidget dl, .textwidget table {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.textwidget p:last-child {
  margin-bottom: 0;
}

.comment-content {
  font-size: 16px;
  font-size: 1rem;
}
.comment-content p, .comment-content ul, .comment-content dl, .comment-content table {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.entry-footer {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px 0;
  padding:  1.25rem 0;
}
.entry-footer .one-of-two {
  vertical-align: middle;
}

@media screen and (min-width: 650px) {
  .post-share-buttons {
    text-align: right;
  }
  .post-share-buttons h5 {
    display: inline-block;
    margin-right: 25px;
  }
}
@media screen and (max-width: 649px) {
  .post-share-buttons h5 {
    margin: 20px 0;
  }
  .post-share-buttons .button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.entry-meta span:first-child::before {
  display: none;
}
.entry-meta span::before {
  content: '\2022';
  display: inline-block;
  padding: 0 7px 0 7px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.site,
.post {
  position: relative;
}

.post-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.article-cover {
  position: relative;
  overflow: hidden;
  height: 100%;
  height: 100vh;
  background: #000;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 650px) {
  .article-cover {
    min-height: 500px;
  }
}
.admin-bar .article-cover {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .article-cover {
    height: calc(100vh - 46px);
  }
}
@media screen and (max-width: 650px) {
  .article-cover {
    min-height: 400px;
  }
}
.article-cover a {
  color: #fff;
}
.article-cover__content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-overflow-scrolling: touch;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-cover__inner {
  position: relative;
  z-index: 3;
  height: 100%;
}
.article-cover__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.article-cover .entry-title {
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 1.1;
}

@media screen and (max-width: 480px) {
  .article-cover .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .article-cover .entry-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.article-cover__arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 4;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.article-cover__caption {
  position: absolute;
  bottom: 35px;
  color: white;
  z-index: 4;
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: .75;
  width: 100%;
}
.article-cover__caption p {
  padding-left: 30px;
  max-width: 80%;
}

.background-video {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 3;
  overflow: hidden;
  max-width: none;
  object-fit: cover;
  left: 0;
}
@media screen and (max-width: 650px) {
  .background-video {
    display: none;
  }
}

@media screen and (min-width: 650px) {
  .has-video .article-cover__caption,
  .has-video .article-cover__background {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .background-video {
    display: none;
  }

  .article-cover__caption, .article-cover__background {
    display: block !important;
  }
}
@media screen and (max-width: 970px) {
  div.wp-caption {
    max-width: 100% !important;
  }
}

.site-nav-drawer-open .site-content, .site-nav-drawer-open
.screen-content {
  overflow: hidden;
}

.tiled-gallery {
  margin: 50px 0;
  margin:  3.125rem 0;
}

.related-posts .post-grid:nth-last-child(2), .related-posts .post-grid:nth-last-child(1) {
  border-bottom: none;
}

.restricted-post {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  text-align: center;
}

.page-links {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 2px solid #333;
}
@media screen and (min-width: 650px) {
  .page-links {
    text-align: right;
  }
}
@media screen and (max-width: 650px) {
  .page-links {
    text-align: center;
  }
}
.page-links h5, .page-links span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: auto;
}
.page-links h5 {
  margin-right: 10px;
}
.page-links a {
  color: inherit !important;
}
.page-links span {
  width: 46px;
  height: 46px;
  text-align: center;
  padding-top: 10px;
  border: 2px solid #020303;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.page-links span:hover {
  background-color: #020303;
  color: white;
}
.page-links > span {
  background-color: #020303;
  color: white;
}

.entry-meta a,
.entry-categories a {
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.entry-meta a:hover,
.entry-categories a:hover {
  opacity: .6;
}

.entry-categories {
  margin-top: 5px;
}

.post-navigation {
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 2px solid #333;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 650px) {
  .post-navigation .nav-previous {
    float: left;
  }
  .post-navigation .nav-next {
    float: right;
  }
}
@media screen and (max-width: 649px) {
  .post-navigation .nav-link {
    text-align: center;
  }
  .post-navigation .nav-link:first-of-type {
    margin-bottom: 10px;
  }
}
.post-navigation a {
  color: currentColor;
}

/*---------------------------------------------------------
 6. Pages (_pages.scss)
-------------------------------------------------------- */
.page-header {
  text-align: center;
}
.page-header__content {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 649px) {
  .page-header__content {
    padding: 60px 0;
    padding:  3.75rem 0;
  }
}

.hide-page-title .site-main .entry-header {
  display: none;
}

body[class*="page-id"]:not(.page-template-current-php) .entry-header {
  text-align: center;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
body[class*="page-id"]:not(.page-template-current-php) .entry-title {
  line-height: 1.3;
  font-size: 65px;
  font-size: 4.0625rem;
}
@media screen and (max-width: 480px) {
  body[class*="page-id"]:not(.page-template-current-php) .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}
body[class*="page-id"]:not(.page-template-current-php) .entry-content {
  text-align: center;
}

.site-main .page {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
.site-main .page .entry-meta {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.header-over[class*="page-id-"]:not(.page-template-current-php) .hentry {
  padding-top: 200px;
  padding-top: 12.5rem;
}

.search .page {
  padding: 0;
}
.search .page .entry-meta {
  margin-top: 0;
  margin-bottom: 0;
}

.page-cover {
  position: relative;
}
.page-cover__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.page-cover .hentry {
  position: relative;
  z-index: 3;
}

/*---------------------------------------------------------
 Author Page (_pages.scss)
-------------------------------------------------------- */
.current-author__name {
  line-height: 1.1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 650px) {
  .current-author__name {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
.current-author__description {
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 649px) {
  .current-author__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.current-author__social-profiles {
  list-style: none;
  font-size: 50px;
  font-size: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .current-author__social-profiles {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.current-author__social-profiles li {
  display: inline-block;
  margin: 0 20px;
  margin:  0 1.25rem;
}
@media screen and (max-width: 480px) {
  .current-author__social-profiles li {
    margin: 0 15px;
    margin:  0 0.9375rem;
  }
}
.current-author__social-profiles a {
  color: inherit;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.current-author__social-profiles a:hover {
  color: #a3a3a3;
}

.hide-author .byline {
  display: none;
}

.author .block-button {
  margin-top: 0;
  margin-bottom: 0;
}

/*---------------------------------------------------------
 Widgetized Page Template (_pages.scss)
-------------------------------------------------------- */
.page-template-widgetized-php.header-over .stag_widget_intro {
  padding-top: 250px;
  padding-top: 15.625rem;
}

/*---------------------------------------------------------
 404 Error Page (_pages.scss)
-------------------------------------------------------- */
.error-404 .page-header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.error-404 .page-content .widget {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.error-404 .search-form {
  margin-top: 49.9px;
  margin-top: 3.11875rem;
}
.error-404 .search-field {
  width: 100%;
}
.error-404 .search-submit {
  display: none;
}

.archive-header {
  background: #000;
  position: absolute;
  right: 70px;
  top: 50%;
  padding: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.archive-header__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .archive-header {
    display: none;
  }
}

.ink-contact-form {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.ink-contact-form__title {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  text-align: center;
}
.ink-contact-form .unit {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.ink-contact-form textarea,
.ink-contact-form input[type="text"],
.ink-contact-form input[type="email"] {
  width: 100%;
}
.ink-contact-form .contact-form-button {
  width: 215px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .ink-contact-form .contact-form-button {
    width: 100%;
  }
}
.ink-contact-form .error {
  color: #D15858;
  display: block;
  margin-top: 5px;
}

.no-results {
  text-align: center;
  margin-bottom: 50px;
}
.no-results .search-field {
  width: 100%;
}
.no-results .page-header {
  margin-bottom: 30px;
}
.no-results .search-form {
  margin-top: 30px;
  margin-top: 1.875rem;
}

/*---------------------------------------------------------
 Restrict Content Pro styles (_pages.scss)
-------------------------------------------------------- */
.rcp_form {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
.rcp_form input[type="text"],
.rcp_form input[type="email"],
.rcp_form input[type="url"],
.rcp_form input[type="password"] {
  width: 100%;
}
.rcp_form label[for="rcp_user_remember"],
.rcp_form label[for="rcp_auto_renew"],
.rcp_form #rcp_user_remember {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.rcp_form label[for="rcp_user_remember"],
.rcp_form label[for="rcp_auto_renew"] {
  padding: 0;
  display: inline-block;
  float: none;
  width: auto !important;
  vertical-align: middle;
}
.rcp_form #rcp_user_remember,
.rcp_form #rcp_auto_renew {
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 7px 0 0;
}
.rcp_form .rcp_submit {
  text-align: center;
}
.rcp_form .unit {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-left: 3% !important;
  margin-right: -.25em !important;
}
.rcp_form .grid {
  margin-left: -3% !important;
}
.rcp_form legend {
  margin-bottom: 20px !important;
}
.rcp_form label {
  width: 100% !important;
}

#rcp_login_submit {
  margin-right: 10px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#rcp_submit {
  width: 100%;
}

#rcp_subscription_levels {
  margin-bottom: 0;
  margin-top: 0;
}

.rcp_header {
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
}

.rcp_subscription_level .rcp_level_description {
  margin: 0;
  padding: 0;
  font-size: inherit;
  border: none;
}

.rcp_lost_password {
  float: right;
}

.rcp_message {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #d15858;
}
.rcp_message p {
  margin: 0;
}

.rcp_subscription_level {
  padding-left: 2px;
}

.rcp_logged_in {
  margin-bottom: 20px;
}

#rcp_profile_display_name_wrap select {
  margin-left: 1px;
}

.full-width-button {
  display: block;
  width: 100%;
}

#rcp_submit_wrap {
  margin-top: 40px;
}

.locked-options {
  width: 485px;
  max-width: 100%;
  border: 2px solid #333;
  padding: 15px;
  margin: 50px auto 0px auto;
}
.locked-options.white-buttons {
  border-color: white;
}
.locked-options.white-buttons .form-divider {
  border-color: white;
}
.locked-options.has-access {
  display: none;
}
.locked-options .stag-button {
  display: block;
  width: 100%;
  margin: 0;
}
.locked-options .stag-button:nth-of-type(2) {
  margin-top: 15px;
}
.locked-options .form-divider {
  display: block;
  margin: 15px -15px;
  border: 1px solid #333;
}

.rcp_subscription_level_name {
  text-transform: uppercase;
  font-weight: bold;
}

.rcp_subscription_message {
  text-align: center;
}

p.rcp_error {
  background: transparent !important;
  color: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.author .block-button {
  margin-top: 50px;
  margin-top: 3.125rem;
}

/*---------------------------------------------------------
 7. Sidebar (_sidebar.scss)
-------------------------------------------------------- */
#sidebar {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

/*---------------------------------------------------------
 Widgets (_sidebar.scss)
-------------------------------------------------------- */
.widgettitle {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 25px;
  font-size: 1.5625rem;
}

.widget-area .widget {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.widget_recent_entries li {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
  font-size: 18px;
  font-size: 1.125rem;
}
.widget_recent_entries a {
  color: #000;
}
.widget_recent_entries .post-date {
  display: block;
  color: #a3a3a3;
  font-size: 16px;
  font-size: 1rem;
}

.static-content-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.stag-custom-widget-area .widgettitle {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  font-size: 30px;
  font-size: 1.875rem;
}
.stag-custom-widget-area .widget {
  padding: 90px 0;
  padding:  5.625rem 0;
}
.stag-custom-widget-area .stag-instagram {
  max-width: none !important;
  padding: 0 !important;
}
.stag-custom-widget-area .stag-instagram .widgettitle {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.stag-custom-widget-area .stag-instagram .size-thumbnail img {
  max-width: 150px;
}
.stag-custom-widget-area .stag-instagram .size-thumbnail .instagram_badge_image {
  margin: 0 !important;
}
.stag-custom-widget-area .stag-instagram .size-large img {
  width: 100%;
  max-width: none;
}
.stag-custom-widget-area .size-large .instagram_badge_image {
  margin: 0;
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 25%;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
}
@media screen and (max-width: 650px) {
  .stag-custom-widget-area .size-large .instagram_badge_image {
    width: 33.33333%;
  }
}
.stag-custom-widget-area .size-large .instagram_badge_image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.stag-custom-widget-area .size-large .instagram_badge_image:hover:before {
  background: transparent;
}

.site-nav .textwidget {
  font-size: 16px;
  font-size: 1rem;
}

.stag_widget_recent_posts,
.stag_widget_static_content {
  text-align: center;
  position: relative;
}
.stag_widget_recent_posts .inner-section,
.stag_widget_static_content .inner-section {
  position: relative;
  z-index: 2;
}

.stag_widget_recent_posts {
  text-align: center;
}
.stag_widget_recent_posts .entry-header {
  margin-bottom: 10px !important;
  margin-bottom: 0.625rem !important;
}
.stag_widget_recent_posts .entry-title {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  font-family: inherit;
  text-transform: none;
  font-weight: normal;
}
.stag_widget_recent_posts article {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.stag_widget_recent_posts article:last-of-type {
  margin-bottom: 0;
}
.stag_widget_recent_posts .all-posts {
  margin-top: 80px;
  margin-top: 5rem;
}

.stag-twitter li {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}
.stag-twitter time {
  color: #a3a3a3;
  font-size: 14px;
  font-size: 0.875rem;
}
.stag-twitter time a {
  color: inherit;
}
.stag-twitter .twitter-follow-button {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 4px 14px;
  padding:  0.25rem 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.stag-twitter .twitter-follow-button:hover {
  color: white;
}

.site-nav__section li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.widget_categories ul {
  color: #a3a3a3;
}

.stag_widget_static_content .page {
  padding-top: 0 !important;
}

.stag_widget_recent_posts_grid {
  padding: 0 !important;
  overflow: hidden;
  margin-top: 2px;
}
.stag_widget_recent_posts_grid .entry-title {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
}
.stag_widget_recent_posts_grid .widgettitle {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.stag_widget_recent_posts_grid .entry-header {
  margin-bottom: 0 !important;
}
.header-over .stag_widget_recent_posts_grid .hentry {
  padding-top: 0 !important;
}

.site-contributors {
  text-align: center;
  padding-bottom: 0 !important;
}
.site-contributors.widget:last-of-type {
  position: relative;
  bottom: -2px;
  margin-top: -2px;
}
.site-contributors .widgettitle {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.contributors-list {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.contributors-list .contributor {
  padding: 35px 15px;
  padding:  2.1875rem 0.9375rem;
}
@media screen and (max-width: 650px) {
  .contributors-list .contributor {
    border-bottom: 2px solid #333;
  }
  .contributors-list .contributor:last-of-type {
    border-bottom: none;
  }
}
.contributors-list .inside {
  padding: 0;
}
.contributors-list .contributor-avatar img {
  max-width: 170px;
  overflow: hidden;
  border-radius: 50%;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.contributors-list .contributor-avatar img:hover {
  opacity: .9;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.contributors-list .contributor-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.contributors-list .contributor-name a {
  color: inherit;
}
.contributors-list .contributor-name a:hover {
  opacity: .92;
}
@media screen and (min-width: 650px) {
  .contributors-list .contributor {
    float: left;
    display: inline-block;
    vertical-align: middle;
    border-left: 2px solid #333;
  }
  .contributors-list .one-column {
    width: 100%;
  }
  .contributors-list .two-column {
    width: 50%;
  }
  .contributors-list .three-column {
    width: 33.33333%;
  }
  .contributors-list .four-column {
    width: 25%;
  }
  .contributors-list .one-column:first-of-type,
  .contributors-list .two-column:first-of-type,
  .contributors-list .three-column:first-of-type {
    border-left: none;
  }
  .contributors-list .four-column {
    position: relative;
    bottom: -2px;
    margin-top: -2px;
    border-bottom: 2px solid #333;
  }
  .contributors-list .four-column:nth-child(4n+1) {
    border-left: none;
  }
}

/*---------------------------------------------------------
 8. Comments (_comments.scss)
-------------------------------------------------------- */
.comment {
  list-style: none;
  margin: 50px 0;
  margin:  3.125rem 0;
}
.comment:first-of-type {
  margin-top: 0;
}
.comment .children {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-left: 100px;
  margin-left: 6.25rem;
}
@media screen and (max-width: 480px) {
  .comment .children {
    margin-left: 50px;
    margin-left: 3.125rem;
  }
}
.comment .divider {
  display: inline-block;
  padding: 0 10px 0 6px;
}

.comments-area {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.comment-author {
  font-weight: bold;
  color: #111112;
  font-size: 23px;
  font-size: 1.4375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.comments-title {
  display: inline-block;
  vertical-align: middle;
}

#cancel-comment-reply-link {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 650px) {
  .comment-form-actions {
    display: inline-block;
    float: right;
    vertical-align: middle;
  }
}
@media screen and (max-width: 649px) {
  .comment-form-actions {
    margin-top: 20px;
  }
  .comment-form-actions button {
    width: 100%;
  }
}

.comment-meta {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.comment-form-email {
  margin-left: 2%;
}

@media screen and (min-width: 650px) {
  .comment-form-email,
  .comment-form-author {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
  }
}
.comment-form textarea {
  height: 150px;
  line-height: 1.6;
}
.comment-form > p {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.comment-list {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 480px) {
  .comment-metadata {
    display: block;
  }
}

.comments-title,
.comment-reply-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.blog-textarea {
  resize: none;
}

.form-submit input[type="submit"] {
  width: 100%;
}

.comment-avatar {
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.comment-avatar img {
  border-radius: 50%;
  max-width: 84px;
}

.show-avatars .comment-content {
  padding-left: 104px;
}

/*---------------------------------------------------------
 Pingbacks / trackbacks (_comments.scss)
-------------------------------------------------------- */
.pingback,
.trackback {
  padding-top: 0;
  list-style: none;
}

/*---------------------------------------------------------
 Respond form (_comments.scss)
-------------------------------------------------------- */
.respond-type {
  width: 100%;
}

.comment-guidelines {
  display: block;
  color: #b1b7ba;
}

.respond-body {
  margin: 0;
  border-bottom: 1px solid #f3f4f5;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

#respond .form-submit,
#respond input[type="submit"] {
  margin-bottom: 0;
}
li + #respond {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

/*---------------------------------------------------------
 9. Forms (_forms.scss)
-------------------------------------------------------- */
button,
input,
textarea {
  max-width: 100%;
  font-family: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  padding: 10px 0;
  padding:  0.625rem 0;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

label {
  display: block;
  padding-top: 15px;
  padding-right: 5px;
}

legend {
  text-transform: uppercase;
}

textarea {
  resize: vertical;
  border: 2px solid #000;
  padding: 10px;
  padding: 0.625rem;
}

select {
  max-width: 100%;
  outline: none;
}

/*---------------------------------------------------------
 Buttons (_forms.scss)
-------------------------------------------------------- */
button,
.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  display: inline-block;
  background: transparent;
  color: #111112;
  border: 2px solid #111112;
  padding: 8px 15px;
  padding:  0.5rem 0.9375rem;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  line-height: 1.3;
}
button:hover,
.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #111112;
  color: #fff;
}

.search-form {
  position: relative;
}
.search-form label {
  padding-top: 0;
}

.search-field {
  -webkit-appearance: none !important;
  width: 100%;
  border: 2px solid #333;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 60px;
  padding-right: 3.75rem;
}

.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-align: center;
  padding: 5px;
  height: 100%;
}

/*---------------------------------------------------------
 10. Support (_support.scss)
-------------------------------------------------------- */
.stag-image img {
  width: 100%;
}

.jetpack_subscription_widget p {
  margin-bottom: 30px;
}

.site-nav-drawer-open.ie9 .site-nav,
.site-nav-drawer-open.ie9 .site-nav--scrollable-container {
  z-index: 10000;
}

.animate {
  -webkit-animation: bounceIn 100ms;
  -moz-animation: bounceIn 100ms;
  animation: bounceIn 100ms;
}

@-webkit-keyframes bounceIn {
  from {
    -webkit-transform: scale(0.85);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  from {
    -moz-transform: scale(0.85);
  }
  to {
    -moz-transform: scale(1);
  }
}
@keyframes bounceIn {
  from {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
#infinite-handle {
  overflow: hidden;
}
#infinite-handle a {
  transition: none;
}
#infinite-handle.loading {
  border: none;
  text-indent: -9999px;
}
#infinite-handle.loading a {
  color: transparent;
}
#infinite-handle.loading:hover {
  background: none;
}

#disqus_thread {
  max-width: 1010px;
  margin: 30px auto 10px auto;
  padding: 0 20px;
}

/*---------------------------------------------------------
 11. Added Global Stuff
-------------------------------------------------------- */
.width {
  max-width: 970px;
  margin: 0 auto;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

 /* Post Subtitles */
.entry-header h2, .article-cover__content h2 {
  color: rgba(255,255,255,.8);
  text-transform: none;
  /* font-family: "ff-tisa-web-pro"; */
  font-weight: 100;
   font-size: 20px!important;
}

#main-post li {
  list-style-position: outside;
  margin-left: 25px;
}

#main-post li + li {
  margin-top: 1.5em;
}

.type-post:hover h1 a {
  color: #a37e39;
}

.post-grid h2 a {
 color: rgba(255,255,255,.8);
}

#infinite-handle .fa {
  padding-left: 10px;
  margin-top: -5px;
}

#masthead {
  display: inline-block;
  width: 75px;
  margin: 30px auto;
  padding: 0;
}

.subtitle {
  margin-top: -0.5em;
}

@media screen and (max-width: 970px) {
  .width {
    padding: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  .entry-header h2, .article-cover__content h2 {
    font-size: 20px!important;
  }
.subtitle {
  margin-top: 0;
}

.home .subtitle {
  margin-top: -0.5em;
}
}

/*---------------------------------------------------------
 12. Quick Bio
-------------------------------------------------------- */
.quick-bio {
  background-color: #1F1F1F;
  font-size: 1.25rem;
  color: white;
  padding: 3.750em 0;
  margin-bottom: 0;
}

.post-summary2 + .entry-content figure {
  margin-top: 0;
}

.post-summary2 + .entry-content p, .post-summary2 + .entry-content h1 {
  margin-top: 3em;
}

.quick-bio a:hover {
  color: #2ba77b;
  text-decoration: underline;
}

.occupation {
  color: #838383;
  /* font-family: 'DIN Next W01', sans-serif; */
  text-transform: uppercase;
  margin-bottom: 1.875em;
  display: block;
  font-weight: bold;
}

.check-it-out {
  background: #2ba77b;
  color: white;



  display: block;
  text-align: center;
  /* font-family: 'DIN Next W01', sans-serif; */
  font-weight: bold;
  padding: 19px 15px;
  line-height: 20px;
  margin-top: 40px;
}

.check-it-out:hover {
  background: #333;
  color: white;
}

.check-it-out:hover span {
  color: #2ba77b;
  border-color: #666;
}


.check-it-out span {
  /* font-family: "ff-tisa-web-pro"; */
  color: white;
  border-left: 1px solid white;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}

/*---------------------------------------------------------
 12. Summary
-------------------------------------------------------- */
.post-summary2 {
  background: #efefef;
  padding: 60px 0;
}

.post-summary2 h2 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.product {
  width: 50%;
  float: left;
  list-style: none;
  display: block;
  padding-top: 15px;
}

.product:nth-child(odd) {
  padding-right: 15px;
}

.product:nth-child(even) {
  padding-left: 15px;
}

.product h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.product-boarder {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  overflow: hidden;
  position: relative;
}

.product img {
  float: left;
  width: 150px;
}

.product-right {
  float: right;
  width: calc(100% - 150px);
  padding-left: 22px;
}

.product-right h3 {
  margin-bottom: 10px;
}

.buy-product {
  color: white;
  background: #333;

  display: inline-block;
  /* font-family: 'DIN Next W01', sans-serif; */
  color: white;
  min-width: 160px;
  padding: 14px 15px 10px 15px;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.buy-product:hover {
  background: #2ba77b;
  color: white;

}

.buy-product:hover span {
  border-color: white;
  color: white;
}


.buy-product span {
  color: #2ba77b;
  border-left: 1px solid #666;

  float: right;
  /* font-family: "ff-tisa-web-pro"; */
  padding-left: 10px;
  padding-bottom: 3px;
  margin-left: 10px;
  margin-top: -2px;
  line-height: 13px;
  font-weight: 400;
}

.row-fix {
  overflow: hidden;
}

@media screen and (max-width: 800px) {
.product img {
  width: 120px;
}

.product-right {
  width: calc(100% - 120px);
}
}

@media screen and (max-width: 710px) {
  .product {
    width: 100%;
    float: none;
  }

  .product:nth-child(odd) {
    padding-right: 0;
  }

  .product:nth-child(even) {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .buy-product {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
.buy-product span {
  display: none;
}
}


/*---------------------------------------------------------
 13. Spitfire
-------------------------------------------------------- */
.spitfire {
  margin-bottom: 80px;
  overflow: hidden;
}
.spitfire li {
  float: left;
  width: 33.3333333%;
  list-style: none;
  margin-bottom: 30px;
  line-height: 1.5;
}

.spitfire-right {
  float: right;
  width: calc(100% - 55px);
  padding-left: 10px;
  padding-top: 10px;
}

.spitfire-right strong {
  line-height: 1;
}

.spitfire li span {
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #2ba77b;
  overflow: hidden;
  margin-top: 8px;
  position: relative;
  font-size: 20px;
}

.spitfire svg {
  fill: white;
  left: 50%;
  top: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spitfire li strong {
  display: block;
  /* font-family: 'DIN Next W01', sans-serif; */
  font-size: 22px;
}

.rest-icon {
  width: 19px;
}

.app-icon {
  width: 27px;
}

.bar-icon {
  width: 29px;
}

.drink-icon {
  width: 25px;
}

.city-icon {
  width: 27px;
}

.hobby-icon {
  width: 33px;
}

@media screen and (max-width: 970px) {
  .spitfire li {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  .spitfire li {
    width: 100%;
  }
}

/*---------------------------------------------------------
 14. Share Post
-------------------------------------------------------- */
.share-post {
  margin-bottom: 80px;
  overflow: hidden;
}

.facebook, .twitter {
  width: 50%;
  text-align: center;
  display: block;
  float: left;
  padding: 16px 0 12px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  /* font-family: 'DIN Next W01', sans-serif; */
  font-weight: 700;
}

.facebook:hover, .twitter:hover {
  color: white;
}

.facebook {
  background: #4099ff;

  border-right: 10px solid white;
}

.facebook:hover {
  background: #3a90f2;

}

.twitter {
  background: #3b5998;

  border-left: 10px solid white;
}

.twitter:hover {
  background: #33518e;

}

@media screen and (max-width: 480px) {
  .facebook, .twitter {
    width: 100%;
    float: none;
    border: none;
  }

  .twitter {
    margin-top: 5px;
  }
}

/*---------------------------------------------------------
 15. News Letter
-------------------------------------------------------- */
.newsletter {
  background: #333333;
  /* font-family: 'DIN Next W01', sans-serif; */
}

.newsletter-left {
  float: left;
  width: 50%;
  padding: 60px 20px 60px 0;
}

.newsletter h3 {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 700!important;
  font-weight: normal;
  text-transform: uppercase;
}

.newsletter p {
  color: #bbbbbb;
  font-size: 1.125em;
}

.newsletter-right {
  width: 50%;
  float: right;
}

.mailing-list {
  margin: 75px auto;
  display: block;
  text-align: center;
}

#mc-form2 {
  position: relative;
}

.mailing-list input {
  background: #5c5c5c;
  line-height: 1;
  border: none;
  max-width: 260px;
  width: 100%;
  padding: 17px 15px 13px 15px;
  display: inline-block;
  margin-right: -5px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.mailing-list label {
  position: absolute;
  bottom: -60px;
  font-size: 16px!important;
  z-index: 500;
  left: 50%;
  height: 58px;
  width: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}

.mailing-list input:focus {
  background: #666;
}

.mailing-list input::-webkit-input-placeholder {
  color: #7d7d7d;
  padding: 2px 0px 2px 0px;
}
.mailing-list input:-moz-placeholder {
  color: #7d7d7d;
  opacity:  1;
  padding: 2px 0px 2px 0px;
}

.mailing-list input::-moz-placeholder {
  color: #7d7d7d;
  opacity:  1;
  padding: 2px 0px 2px 0px;
}
.mailing-list input:-ms-input-placeholder {
  color: #7d7d7d;
  padding: 2px 0px 2px 0px;
}

.mailing-list button {
  background: #d0d0d0;
  border: none;
  height: 50px;
  width: 60px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.mailing-list button:hover {
  background: #2ba77b;
}

.mailing-list button:hover svg {
  fill: white;
}


.mailing-list button svg {
  fill: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-arrow {
  width: 19px;
}

@media screen and (max-width: 700px) {
  .newsletter-left {
    float: none;
    width: 100%;
    padding: 60px 0 0 0;
    text-align: center;
  }

  .newsletter-right {
    width: 100%;
    float: none;
  }

  .mailing-list {
    margin: 30px auto 60px auto;
  }
}

/*---------------------------------------------------------
 16. Master Footer
-------------------------------------------------------- */
.master-footer {
  background: #ededed;
  overflow: hidden;
  /* font-family: 'DIN Next W01', sans-serif; */
  padding: 40px 0;
}

.footer-box {
  float: left;
}

.footer-box + .footer-box {
  padding-left: 100px;
}

.footer h3 {
  font-size: 25px;
}

.footer-box li {
  padding: 5px 0;
}

.footer-box li a {
  color: #a2a2a2;
  font-weight: 500!important;
  text-transform: uppercase;
  /* font-family: 'DIN Next W01', sans-serif!important; */
}

.footer-box li a:hover {
  color: #2ba77b;
}

.foot-copy {
  float: right;
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 13px;
  text-align: right;
}

.foot-copy a {
  color: #a0a0a0;
}

.foot-copy a:hover {
  color: #2ba77b;
}

.needwant-logo {
  width: 78px;
  margin-bottom: 10px;
  margin-top: 7px;
  fill: #d7d7d7;
}

#show-blocks {
  overflow: hidden;
}

#show-blocks.single-blocks {
  margin: -60px 0 80px 0;
}

#show-sponser {
  float: right;
  margin-top: 2px;
  border-left: 1px solid white;

}

#show-newsletter {
  float: left;
  margin-top: 2px;
  border-right: 1px solid white;
}
.footer-hotel {
  text-align: center;
  padding-bottom: 20px;
}
.footer-hotel .hotel-name {
  color: #000;
  font-size: 16px;
	text-align: center;
	padding: 20px 0 10px 0;
	font-weight: 100;
	max-width: 1024px;
	margin: 0 auto;
  border-top: 1px solid #000;
}
.footer-hotel .hotel-detail {
  font-size: 13px;
}
.hotel-detail span {
  display: inline-block;
}

@media screen and (max-width: 650px) {
  .footer-box + .footer-box {
    padding-left: 75px;
  }
  .footer-hotel .hotel-name {
    font-size: 18px;
    color: #000;
	  text-align: center;
	  padding: 20px 0 10px 0;
	  font-weight: 100;
	  width: 100%;
    margin: 0 auto;
    border-top: none;
  }
  .detail-none {
    visibility:hidden;
  }
}

@media screen and (max-width: 550px) {
  .footer-box, .foot-copy {
    float: none;
    text-align: center;
  }
  .footer-box + .footer-box {
    padding: 40px 0;
  }
  .footer-hotel .hotel-name {
    font-size: 18px;
    color: #000;
	  text-align: center;
	  padding: 20px 0 10px 0;
	  font-weight: 100;
	  width: 100%;
	  margin: 0 auto;
    border-top: none;
  }
  .detail-none {
    visibility:hidden;
  }
}

/*---------------------------------------------------------
 17. Photography
-------------------------------------------------------- */
.photography {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.photography-image {
  float: left;
  width: 44px;
}

.photography-image img {
  width: 44px;
  border-radius: 50%;
}

.photography-text {
  float: left;
  padding-left: 10px;
}

.photography h2 {
  font-size: 15px;
}

.photography h2:hover {
  color: #52d0a2;
}

.photography span {
  /* font-family: "ff-tisa-web-pro"; */
  display: block;
  text-transform: none;
  color: rgba(255,255,255,.8);
  font-weight: 400;
}

.photographer-url {
  display: inline-block;
}

/*---------------------------------------------------------
 17. Products
-------------------------------------------------------- */
.product-full {
  width: 100%;
  margin-bottom: 40px;
}

.product-div {
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  margin: 80px 0;
}

@media screen and (max-width: 800px) {
  .product-div {margin: 40px 0 0 0;}
  #main-post h1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}


/*---------------------------------------------------------
 17. Mailing List Home
-------------------------------------------------------- */
.peel-home {
  width: 50%;
  height: 350px;
  background-image: url('/wp-content/themes/ink-modified/assets/img/pattern.png');
  background-color: #eee;
  background-size: 360px;
  position: relative;
  border-left: 0!important;
}

.sb-home {
  width: 50%;
  height: 450px;
  background-image: url('/wp-content/themes/ink-modified/assets/img/pattern.png');
  background-color: #000;
  border-left: 2px solid white!important;
  background-size: 360px;
  position: relative;
}

.ad-video-bg {
  position: absolute;
  max-width: none;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.ad-video-img {
  display: none;
  position: absolute;
  max-width: none;
  height: 450px;
}

.darkener {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  z-index: 5;
}

.ad-home-inner {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -5px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ad-home-inner p {
  font-size: 27px;
  margin-top: -8px;
  margin-bottom: -3px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.ad-home-inner span {
  font-size: 27px;
  margin-top: -8px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
}

a.sponsorr-box {
  display: inline-block;
  background: rgba(255,255,255,.2);
  line-height: 1;
padding: 10px 12px 8px 12px;
  color: white;
  position: absolute;
  font-weight: 500;
  bottom: 5px;
  right: 5px;
  color: rgba(255,255,255,.8);
  z-index: 500;
  font-size: 14px;
  /* font-family: 'DIN Next W01', sans-serif!important; */
}

a.sponsorr-box:hover {
  color: white;
}

.peel-buy {
  height: 42px;
  padding-top: 3px;
  width: 120px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 41px;
  background: #2ba77b;
  /* font-family: 'DIN Next W01', sans-serif; */
  font-weight: 700;
  line-height: 39px;
  margin-top: 25px;
  font-size: 18px;
  -moz-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  -webkit-transition: 150ms ease-in;
  transition: 150ms ease-in;
}

.peel-buy:hover {
  background: #333;
}

.news-home {
  width: 50%;
  height: 450px;
  background-image: url('/wp-content/themes/ink-modified/assets/img/pattern.png');
  background-color: #2ba77b;
  background-size: 360px;
}

.news-home-inner {
  max-width: 450px;
  text-align: left;
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-home-inner h2 {
  font-size: 30px;
  color: white;
  text-transform: none;
}

.news-home-inner h3 {
  font-size: 20px;
  color: #caefe3;
  font-weight: 500;
  text-transform: none;
}

.news-home-inner p {
  font-size: 25px;
  color: #bbdbcd;
  /* font-family: 'DIN Next W01', sans-serif!important; */
}

.sub-div {
  height: 1px;
  width: 108px;
  background: #43af8a;
  margin: 15px 0;
}

.mailing-list-home {
  overflow: hidden;
  margin-top: 5px;
  display: block;
  text-align: left;
}

.mailing-list-home input {
  background: #12845d;
  line-height: 1;
  border: none;
  max-width: 260px;
  width: 100%;
  padding: 15px 15px 13px 15px;
  display: inline-block;
  margin-right: -5px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  /* font-family: 'DIN Next W01', sans-serif!important; */
}

.mailing-list label {
  color: #bbbbbb;
  max-width: 320px;
  margin: 0 auto;
}

.mailing-list-home input:focus {
  background: #107754;
}

.mailing-list-home input::-webkit-input-placeholder {
  color: #5cb497;
  padding: 2px 0px 2px 0px;
}
.mailing-list-home input:-moz-placeholder {
  color: #5cb497;
  opacity:  1;
  padding: 2px 0px 2px 0px;
}

.mailing-list-home input::-moz-placeholder {
  color: #5cb497;
  opacity:  1;
  padding: 2px 0px 2px 0px;
}
.mailing-list-home input:-ms-input-placeholder {
  color: #5cb497;
  padding: 2px 0px 2px 0px;
}

.mailing-list-home button {
  background: #defdf3;
  border: none;
  height: 48px;
  width: 60px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.mailing-list-home button:hover {
  background: white;
}

.mailing-list-home button:hover svg {
}


.mailing-list-home button svg {
  fill: #007c52;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-arrow {
  width: 19px;
}

@media screen and (max-width: 800px) {
  .mailing-list-home input {
    max-width: 190px;
  }
}

@media screen and (max-width: 650px) {
.news-home, .peel-home, .sb-home {
  width: 100%!important;
  float: none!important;
}
.sb-home {
  border-left: 0!important;
}
html body .double-dose {
  height: 904px!important;
  border-left: 0!important;
}
  .mailing-list-home input {
    max-width: 260px;
  }

video {
  display: none!important;
}

.ad-video-img {
  display: block;

}

#show-sponser {
  float: none;
  border-left: none;
  margin-top: 0;

}

#show-newsletter {
  float: none;
  border-right: none;
}

}


/*---------------------------------------------------------
 17. Photography Page
-------------------------------------------------------- */
.photography-header {
  color: white;
  height: 700px;
  background-size: cover!important;
  background-position: center center;
  background-repeat: no-repeat;
  background: url('/wp-content/themes/ink-modified/photography-bg.jpg');
  position: relative;
}

.photography-header:after {
  position: absolute;
  background: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.photography-header-text {
  max-width: 700px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.photography-header-text h1 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.photography-header-text p {
  font-size: 19px;
}

.photography-row-text p {
  font-size: 18px!important;
}

.photography-header-text p+p {
  margin: 20px 0 30px 0;
}

.get-in-touch-button {
  width: 200px;
  height: 60px;
  line-height: 64px;
  background: white;
  color: #333;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700!important;
  margin: 0 auto;
  /* font-family: 'DIN Next W01', sans-serif!important; */
  -moz-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  -webkit-transition: 150ms ease-in;
  transition: 150ms ease-in;
}

.get-in-touch-button:hover {
  background:#2ba77b;
  color:white;
}

.photography-main {
  padding: 60px 0;
}

.photography-main h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 80px;
  line-height: 1.2;
}

.photography-row {
  overflow: hidden;
  margin-bottom: 60px;
}

.photography-row-image {
  width: 50%
}

.photography-row-text {
  width: 50%;
  margin-top: 30px;
}

.photography-row-text h3 {
  font-size: 35px;
  line-height: 1.2;
}

.photography-row-image img {
  max-width: 100%;
}

.photography-row:nth-of-type(odd) .photography-row-text {
  float: left;
  text-align: left;
  padding-right: 50px;
}

.photography-row:nth-of-type(even) .photography-row-text {
  float: right;
  text-align: right;
  padding-left: 50px;

}

.photography-row:nth-of-type(odd) .photography-row-image {
  float: right;
  padding-left: 50px;

}

.photography-row:nth-of-type(even) .photography-row-image {
  float: left;
  padding-right: 50px;

}

.shoot-the-next-button {
  display: block;
  max-width: 500px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700!important;
  margin: 0 auto;
  /* font-family: 'DIN Next W01', sans-serif!important; */
  background: #2ba77b;
  color: white;
  -moz-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  -webkit-transition: 150ms ease-in;
  transition: 150ms ease-in;
}

.shoot-the-next-button:hover {
  background: #333;
  color: white;

}


  .page-branding {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    top: 30px;
  }

  .page-branding a {
    color: white;
  }

  .page-branding a:hover {
    color: #a37e39;
  }

@media screen and (max-width: 970px) {

  .photography-main {
    padding: 60px 20px;
  }
  .photography-row-text {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .photography-main h2 {
    font-size: 32px;
  }
  .photography-row-text h3 {
    font-size: 25px;
  }

  .photography-row:nth-of-type(odd) .photography-row-text {
    padding-right: 25px;
  }

  .photography-row:nth-of-type(even) .photography-row-text {
    padding-left: 25px;
  }

  .photography-row:nth-of-type(odd) .photography-row-image {
    padding-left: 25px;
  }

  .photography-row:nth-of-type(even) .photography-row-image {
    padding-right: 25px;
  }

  .shoot-the-next-button {
    max-width: 500px;
    height: 50px;
    line-height: 54px;
    font-size: 20px;
  }

}


@media screen and (max-width: 650px) {


  .photography-header {
    height: 550px;
  }

  .photography-header-text {
    margin-top: 20px;
  }

  .photography-header-text h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .photography-header-text p {
    font-size: 17px;
  }

  .get-in-touch-button {
    height: 45px;
    line-height: 48px;
    font-size: 20px;
  }
}

@media screen and (max-width: 550px) {
  .photography-header-text h1 {
    font-size: 36px;
  }
  .photography-main h2 {
    font-size: 32px;
  }

  .photography-row-image {
    width: 300px;
    float: none;
    margin: 20px auto 0 auto;

  }

  .photography-row-text {
    width: 100%;
    float: none;
  }

  .photography-row-image img {
    max-width: 300px;
    display: block;
  }

  .photography-row:nth-of-type(odd) .photography-row-text {
    float: none;
    text-align: center;
    padding-right: 0;
  }

  .photography-row:nth-of-type(even) .photography-row-text {
    float: none;
    text-align: center;
    padding-left: 0;

  }

  .photography-row:nth-of-type(odd) .photography-row-image {
    float: none;
    padding-left: 0;

  }

  .photography-row:nth-of-type(even) .photography-row-image {
    float: none;
    padding-right: 0;
  }
}


/*---------------------------------------------------------
 1.Product links top
-------------------------------------------------------- */
.product-links {
  overflow: hidden;
}

.product-link {
  float: left;
  width: 33.333333333%;
  margin-bottom: 6px;
}

.product-links .product-link:nth-child(3n+1) {
  padding-right: 4px;
}

.product-links .product-link:nth-child(3n+2) {
  padding: 0 2px;
}

.product-links .product-link:nth-child(3n+3) {
  padding-left: 4px;
}

.product-link a {
  display: block;
  height: 130px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.product-link a:hover {
  cursor: pointer;
}

.product-link a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  top: 0;
  left: 0;
}

.product-link a h3 {
  position: absolute;
  z-index: 2;
  top: 50%;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  margin-bottom: 0;
  padding: 0 20px;
  color: white;
}

.product-link a:hover h3 {
  color: #52d0a2;
}


@media screen and (max-width: 950px) {
  .product-link {
    float: left;
    width: 50%;
    margin-bottom: 6px;
  }

  .product-links .product-link:nth-child(3n+1) {
    padding-right: 0;
  }

  .product-links .product-link:nth-child(3n+2) {
    padding: 0;
  }

  .product-links .product-link:nth-child(3n+3) {
    padding-left: 0;
  }

  .product-links .product-link:nth-child(odd) {
    padding-right: 3px;
  }

  .product-links .product-link:nth-child(even) {
    padding-left: 3px;
  }
}

@media screen and (max-width: 650px) {
  .product-link {
    float: none;
    width: 100%;
    margin-bottom: 6px;
  }

  .product-links .product-link:nth-child(odd) {
    padding-right: 0;
  }

  .product-links .product-link:nth-child(even) {
    padding-left: 0;
  }
}

.sb-inner svg {
  width: 60px;
  fill: white;
  margin-bottom: 10px;
}

.sb-home {
  background-size: cover;
  background-image: url('/wp-content/themes/ink-modified/sb-bg.jpg');
  background-position: center center;
}

.sb-home + .post-grid + .post-grid {
  border-left: 2px solid white;
}

.sb-home + .post-grid {
  border-left: 0!important;
}

figcaption {display: none!important;}

.post-cover-link {
  z-index: 2000;
}








.search-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  fill: white;
  width: 25px;
  height: 25px;
  opacity: 0.8;
z-index: 101;
}
.search-icon:hover {
  opacity: 1;
  cursor: pointer;
}

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 105;
}

.search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.search-form input[type="text"] {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
  line-height: 100px;
  font-size: 30px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #5a5a5a;
  text-align: center;
  outline: none;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="text"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="text"]::-moz-placeholder {
  color: #ccc;
}
.search-form input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}

.close-search-icon {
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  position: absolute;
  fill: #ccc;
}
.close-search-icon:hover {
  fill: #5e5e5e;
  cursor: pointer;
}

.archive-header {
display: none;
}

.footer-search-toggle:hover {
  cursor: pointer;
}

@media (min-width: 400px) {
  .search-form input[type="text"] {
    font-size: 40px;
  }
}
@media (min-width: 550px) {
  .search-form input[type="text"] {
    font-size: 50px;
  }
}




@media (min-width: 650px) {
  .search-results .post-grid:nth-of-type(even) {
    border-left: 0;
    border-right: 2px solid white;
  }
}




@media (min-width: 700px) {
  .search-form input[type="text"] {
    font-size: 60px;
  }
}
@media (min-width: 960px) {
  .search-form input[type="text"] {
    font-size: 70px;
  }
}









