<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
===================
== ELEMENTS CODE ==
===================
*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.alesushi_preloader_content {
  background: #0C1416;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alesushi_preloader_content .clock-loader {
  --clock-color: #C9AB82;
  --clock-width: 10rem;
  --clock-radius: calc(var(--clock-width) / 2);
  --clock-minute-length: calc(var(--clock-width) * 0.4);
  --clock-hour-length: calc(var(--clock-width) * 0.2);
  --clock-thickness: 0.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--clock-width);
  height: var(--clock-width);
  border: 3px solid var(--clock-color);
  border-radius: 50%;
}
.alesushi_preloader_content .clock-loader::before,
.alesushi_preloader_content .clock-loader::after {
  position: absolute;
  content: "";
  top: calc(var(--clock-radius) * 0.25);
  width: var(--clock-thickness);
  background: var(--clock-color);
  border-radius: 10px;
  transform-origin: center calc(100% - calc(var(--clock-thickness) / 2));
  animation: spin infinite linear;
}
.alesushi_preloader_content .clock-loader::before {
  height: var(--clock-minute-length);
  animation-duration: 2s;
}
.alesushi_preloader_content .clock-loader::after {
  top: calc(var(--clock-radius) * 0.25 + var(--clock-hour-length));
  height: var(--clock-hour-length);
  animation-duration: 15s;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
/*
================
== RESET CODE ==
================
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
html {
  overflow-x: hidden;
}
body {
  text-align: left;
  background: #0C1416;
  overflow: hidden;
}
.alignnone {
  margin: 0;
}
.alesushi_overflow {
  overflow: hidden;
}
.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
}
.gallery-caption,
.bypostauthor {
  font-size: inherit;
  color: inherit;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #111D21;
  width: auto;
  max-width: 99%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
  display: block;
}
.wp-caption.alignnone {
  margin: 0;
  margin-bottom: 20px;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  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. */
}
.mobile_navigation_container {
  display: none;
}
.mobile_navigation_container .close_mobile_nav,
.mobile_navigation_container .open_mobile_nav {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #C9AB82;
  position: relative;
  cursor: pointer;
}
.mobile_navigation_container .mobile_navigation {
  z-index: 99999;
  position: fixed;
  top: 0;
  lefT: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #111D21;
  display: none;
}
.mobile_navigation_container .mobile_navigation .mobile_inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile_navigation_container .mobile_navigation nav.mobile_nav {
  width: 80%;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile {
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 80px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li {
  width: 100%;
  text-align: left;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children.ale_openned &gt; .open_current_dropdown::before {
  content: "-";
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children {
  position: relative;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children .open_current_dropdown {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  color: #C9AB82;
  padding: 20px 10px;
  cursor: pointer;
  font-size: 40px;
  line-height: 0;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children .open_current_dropdown::before {
  content: "+";
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile ul.sub-menu {
  display: none;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 7px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile ul.sub-menu .menu-item-has-children .open_current_dropdown {
  font-size: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile a {
  color: inherit;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile a:hover {
  color: inherit;
}
select {
  max-width: 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 300;
  color: #C9AB82;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: transparent;
  background-image: url('../svg/select.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
  border-color: #C9AB82;
  font-family: Josefin Sans;
  font-style: normal;
}
select option {
  background: #0C1416;
  font-weight: 300;
  font-size: 20px;
  color: #C9AB82;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search .wp-block-search__button {
  cursor: pointer;
  background: transparent;
  color: #C9AB82;
  font-weight: 300;
  font-size: 20px;
  min-height: 54px;
  -webkit-appearance: button;
  padding: 0 50px;
  border: 1px solid #C9AB82;
  font-family: Josefin Sans;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search .wp-block-search__button:hover {
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
input[type=date],
textarea {
  border: 1px solid #C9AB82;
  height: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  padding: 0 20px;
  color: #C9AB82;
  transition: all 100ms linear;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  background: transparent;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C9AB82;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #C9AB82;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #C9AB82;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #C9AB82;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #FFF;
}
textarea {
  resize: none;
  height: 140px;
  padding-top: 15px;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: flex;
}
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: color 100ms linear;
}
p {
  margin: 0 0 35px 0;
  text-align: left;
  line-height: inherit;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
.wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  margin-right: 5px;
  height: 54px;
  border-radius: 0;
  border-color: #C9AB82;
}
.alesushi_preloader_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
.not_fount_page {
  text-align: center;
}
.not_fount_page .errorp {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 70px;
}
.not_fount_page .errorh1 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.2em;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  margin-bottom: 70px;
}
.not_fount_page .errorh1::before {
  content: "";
  width: 43px;
  height: 20px;
  background: url(../svg/titleleft.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.not_fount_page .errorh1::after {
  content: "";
  width: 43px;
  height: 20px;
  background: url(../svg/titleright.svg) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.story {
  line-height: 1.5;
}
.story .gallery dl.gallery-item {
  border: 0;
}
.story .gallery dl.gallery-item dt {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
  min-width: unset;
}
.story .gallery dl.gallery-item dd {
  margin: 0;
  width: 100%;
}
.story .post-password-form {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 0;
  background: #111D21;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.story .post-password-form input[type="password"] {
  margin-top: 20px;
}
.story .post-password-form p {
  text-align: center;
}
.story .wp-block-latest-posts li {
  padding-left: 0;
}
.story .wp-block-latest-posts__post-author,
.story .wp-block-latest-posts__post-date {
  color: inherit;
}
.story .wp-block-latest-comments {
  margin-left: 40px;
}
.story .wp-block-latest-comments.has-avatars {
  margin-left: 0;
}
.story .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  float: right;
}
.story .wp-block-latest-comments li {
  margin-bottom: 20px;
  background: #111D21;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;
}
.story .wp-block-latest-comments li p:last-child {
  margin-bottom: 0;
}
.story iframe {
  max-width: 100%;
}
.story .wp-block-media-text,
.story .wp-block-search,
.story .wp-block-archives-dropdown,
.story .wp-block-video,
.story .wp-block-audio,
.story .wp-block-embed,
.story .wp-block-categories,
.story .wp-block-calendar,
.story .wp-block-verse,
.story .wp-audio-shortcode {
  margin-bottom: 40px;
}
.story .wp-block-group.has-background {
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.story .wp-block-group.has-background .wp-block-group__inner-container p:last-child {
  margin-bottom: 0;
}
.story .wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 40px;
}
.story .wp-block-gallery ul {
  margin: 0;
  list-style: none;
}
.story .wp-block-gallery ul li {
  margin: 0;
  list-style: none!important;
  padding: 0;
  margin-bottom: 1em;
  margin-right: 1em;
}
.story .blocks-gallery-grid .blocks-gallery-image figcaption,
.story .blocks-gallery-grid .blocks-gallery-item figcaption,
.story .wp-block-gallery .blocks-gallery-image figcaption,
.story .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.2em;
}
.story .wp-block-image {
  margin-bottom: 2em;
}
.story .wp-block-cover-text strong {
  color: inherit;
}
.story .wp-block-button__link {
  color: #FFF;
}
.story .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.story .wp-block-image figure {
  display: table!important;
}
.story .wp-block-image figcaption {
  color: #FFF;
  font-size: 16px;
  margin: 0;
  background: #111D21;
  padding: 15px;
}
.story .wp-block-image figcaption a {
  text-decoration: underline;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: url('../svg/li.svg');
}
.story ul ol li:nth-child(odd),
.story ul ol li:nth-child(even) {
  list-style: inherit;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin-left: 60px;
  line-height: 28px;
  font-size: inherit;
  margin-bottom: 40px;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
  margin-left: 30px;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story code {
  padding: 10px;
  box-sizing: border-box;
  background: #111D21;
  display: inline-block;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: 20px;
}
.story a {
  color: inherit;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story pre {
  background: #111D21;
  padding: 20px;
  display: block;
  margin: 10px 15px 10px 0;
  overflow-x: auto;
  font-family: "Lucida Console", Monaco, monospace;
}
.story address {
  display: inline-block;
  padding: 30px;
  background: #111D21;
  line-height: 28px;
  margin-bottom: 20px;
}
.story .wp-block-quote.is-large,
.story .wp-block-quote.is-style-large {
  padding-left: 120px;
  margin-bottom: 40px;
}
.story .wp-block-quote.is-large cite,
.story .wp-block-quote.is-style-large cite {
  text-align: left;
  font-size: 18px;
}
.story p.has-drop-cap {
  display: inline-block;
}
.story .wp-block-pullquote blockquote {
  margin-bottom: 0;
}
.story blockquote {
  padding-left: 70px;
  position: relative;
  min-height: 100px;
  margin-bottom: 40px;
  font-weight: 400;
  margin-left: 30px;
  margin-right: 30px;
  color: #C9AB82;
  letter-spacing: 0.1em;
  font-size: 26px;
  line-height: 34px;
  background: url('../svg/decor_vertical.svg') left center no-repeat;
}
.story blockquote.has-text-align-right {
  text-align: right;
}
.story blockquote.has-text-align-right p {
  text-align: right;
}
.story blockquote p {
  margin-bottom: 0;
}
.story blockquote cite {
  display: block;
  color: #7D7D7D;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin-top: 5px;
  text-align: left;
}
.story abbr {
  text-transform: uppercase;
}
.story dl {
  padding: 20px;
  background: #111D21;
  display: block;
  box-sizing: border-box;
  font-size: inherit;
  margin-bottom: 40px;
}
.story dl dt {
  min-width: 230px;
  float: left;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 20px;
  line-height: inherit;
}
.story img {
  max-width: 100%;
  height: auto;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  float: left;
  margin-right: 2em;
}
.story .alignright,
.story img.alignright {
  float: right;
  margin-left: 2em;
}
.story .wp-block-cover.aligncenter {
  display: flex;
}
.story .wp-block-cover {
  margin-bottom: 2em;
}
.story .aligncenter,
.story img.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.story .wp-block-cover-text {
  color: #ffffff;
  text-align: left;
}
.story .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover-image h1:not(.has-text-color),
.story .wp-block-cover-image h2:not(.has-text-color),
.story .wp-block-cover-image h3:not(.has-text-color),
.story .wp-block-cover-image h4:not(.has-text-color),
.story .wp-block-cover-image h5:not(.has-text-color),
.story .wp-block-cover-image h6:not(.has-text-color),
.story .wp-block-cover-image p:not(.has-text-color),
.story .wp-block-cover .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover h1:not(.has-text-color),
.story .wp-block-cover h2:not(.has-text-color),
.story .wp-block-cover h3:not(.has-text-color),
.story .wp-block-cover h4:not(.has-text-color),
.story .wp-block-cover h5:not(.has-text-color),
.story .wp-block-cover h6:not(.has-text-color),
.story .wp-block-cover p:not(.has-text-color) {
  color: #FFF;
}
.story .wp-block-button {
  margin-bottom: 20px;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 2em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  background: #111D21;
}
.story .wp-caption.alignnone {
  clear: both;
}
.story .wp-caption img {
  font-size: 10px;
}
.story .wp-caption p.wp-caption-text {
  font-size: inherit;
  line-height: inherit;
  padding: 10px;
  margin: 0;
}
.story .wp-caption p.wp-caption-text a {
  text-decoration: underline;
}
.story section.not-found {
  padding-top: 230px!important;
  width: 100%!important;
  margin-bottom: 0!important;
}
.story section.not-found p {
  text-align: center;
  margin-bottom: 0!important;
}
.story .wp-smiley {
  margin: 0;
}
.story table {
  margin-bottom: 30px;
  border-collapse: collapse;
}
.story table a:hover {
  opacity: 0.6;
}
.story table th {
  color: #FFF;
  background-color: #111D21;
}
.story table caption {
  background: #C9AB82;
  color: #FFF;
  font-weight: 300;
  padding: 7px 0;
}
.story table td,
.story table th {
  padding: 20px 25px;
  border: 1px solid #111D21;
  color: #FFF;
}
.story .has-background p {
  color: #111D21;
}
.story .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #111D21;
}
.story .tagsphar {
  clear: both;
}
.story .tagsphar a {
  transition: all 300ms ease-in-out;
}
.story .tagsphar a:hover {
  color: #C9AB82;
  transition: all 300ms ease-in-out;
}
.story .post_pages a,
.story span.post-page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #C9AB82;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.story .post_pages a::before,
.story span.post-page-numbers::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 1px solid #C9AB82;
}
.story span.post-page-numbers,
.story span.post-page-numbers::before {
  border-color: #FFF;
}
.story .wp-block-tag-cloud a {
  height: 40px;
  display: inline-block;
  padding: 0 25px;
  font-weight: 900;
  font-size: 16px!important;
  line-height: 40px;
  color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
}
.story .wp-block-tag-cloud a:hover {
  transition: all 300ms ease-in-out;
}
.story .post_pages {
  clear: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.alesushi_decor_verylong {
  position: relative;
  overflow: hidden;
}
.alesushi_decor_verylong.animated::after {
  bottom: 0;
  transition: all 1900ms ease;
}
.alesushi_decor_verylong::after {
  content: "";
  width: 58px;
  height: 503px;
  display: block;
  background: url('../svg/decorverylong.svg') center center no-repeat;
  position: absolute;
  right: 0;
  transition: all 1900ms ease;
  bottom: -100%;
}
.button_style_2 {
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 300ms ease;
  color: #C9AB82 !important;
}
.button_style_2:hover {
  color: #FFF !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 300ms ease;
}
.button_style_2::before {
  content: "";
  width: 102px;
  height: 40px;
  display: block;
  background: url('../svg/decor.svg') center center no-repeat;
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 300ms ease;
}
.button_style_2::after {
  content: "";
  width: 102px;
  height: 40px;
  display: block;
  background: url('../svg/decor.svg') center center no-repeat;
  position: absolute;
  left: 100%;
  top: 0;
  transition: all 300ms ease;
}
/* 
* Slick Default Styles
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.wrapper {
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100px;
  height: 100%;
  width: 4px;
  border-left: 1px solid #C9AB82;
  border-right: 1px solid #C9AB82;
  z-index: 9;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100px;
  height: 100%;
  width: 4px;
  border-left: 1px solid #C9AB82;
  border-right: 1px solid #C9AB82;
  z-index: 9;
}
/* Header Styles
================ */
@-webkit-keyframes menu2 {
  0% {
    opacity: 0;
    transform: translateY(-100%) scale(0.3);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes menu2 {
  0% {
    opacity: 0;
    transform: translateY(-100%) scale(0.3);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
header.alesushi_top {
  border-bottom: 1px solid #C9AB82;
  position: relative;
}
header.alesushi_top .fig {
  width: 59px;
  height: 59px;
  background: url('../svg/fig.svg') center no-repeat;
  display: block;
  position: absolute;
  top: 20px;
}
header.alesushi_top .fig.align_left {
  left: 20px;
}
header.alesushi_top .fig.align_right {
  right: 20px;
}
header.alesushi_top .wrapper {
  min-height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
header.alesushi_top .wrapper.left_navigation {
  justify-content: space-between;
}
header.alesushi_top .wrapper.left_navigation .logo {
  text-align: left;
  width: auto;
  margin-left: 20px;
}
header.alesushi_top .wrapper.left_navigation .left_header {
  width: auto;
  text-align: left;
}
header.alesushi_top .wrapper.left_navigation .left_header ul {
  justify-content: flex-start;
}
header.alesushi_top .wrapper.right_navigation {
  justify-content: space-between;
}
header.alesushi_top .wrapper.right_navigation .logo {
  text-align: left;
  width: auto;
  margin-right: 20px;
}
header.alesushi_top .wrapper.right_navigation .right_header {
  text-align: right;
  width: auto;
}
header.alesushi_top .wrapper.right_navigation .right_header ul {
  justify-content: flex-end;
}
header.alesushi_top .mobile_navigation_container {
  display: none;
}
header.alesushi_top .logo {
  width: 306px;
  text-align: center;
  margin-bottom: 15px;
}
header.alesushi_top .logo h1 {
  line-height: 22px;
}
header.alesushi_top .header_nav {
  width: calc(50% - 153px);
  height: 100%;
}
header.alesushi_top .header_nav ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
header.alesushi_top .header_nav ul li {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  margin-left: 26px;
  margin-right: 13px;
  position: relative;
  white-space: nowrap;
}
header.alesushi_top .header_nav ul li:first-child {
  margin-left: 0;
}
header.alesushi_top .header_nav ul li:first-child::before {
  display: none;
}
header.alesushi_top .header_nav ul li::before {
  content: "";
  width: 13px;
  height: 14px;
  display: block;
  position: absolute;
  background: url('../svg/li.svg') center no-repeat;
  left: 0;
  top: 50%;
  margin-top: -9px;
  line-height: 14px;
  margin-left: -26px;
}
header.alesushi_top .header_nav ul li.current-menu-item &gt; a {
  color: #C9AB82;
}
header.alesushi_top .header_nav ul li a {
  color: #FFF;
  line-height: 45px;
  display: block;
  transition: all 300ms ease-in-out;
}
header.alesushi_top .header_nav ul li a:hover {
  color: #C9AB82;
  transition: all 300ms ease-in-out;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li {
  margin: 0;
  display: block;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(1) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(2) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(3) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(4) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(5) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(6) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(7) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(8) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(9) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
header.alesushi_top .header_nav ul li:hover &gt; ul.sub-menu &gt; li:nth-child(10) {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-animation: menu2 ease-in-out forwards;
  animation: menu2 ease-in-out forwards;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms;
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu {
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  perspective: 5000px;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li {
  display: none;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  background: #111D21;
  text-transform: none;
  font-size: 18px;
  text-align: left;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li:first-child {
  background: #111D21;
  background: linear-gradient(0deg, #111d21 0%, #0c1416 100%);
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li a {
  color: inherit;
  line-height: 40px;
  display: block;
  padding: 0 30px;
  position: relative;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li a::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -5px;
  background: #C9AB82;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  background: #C9AB82;
  z-index: -1;
  transition: all 700ms ease-in-out;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li a:hover {
  color: #C9AB82;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li a:hover::before {
  width: 100%;
  transition: all 400ms ease-in-out;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li a:hover::after {
  width: 100%;
  transition: all 700ms ease-in-out;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
}
header.alesushi_top .header_nav ul li &gt; ul.sub-menu li::before {
  display: none;
}
header.alesushi_top .left_header {
  text-align: right;
}
header.alesushi_top .left_header ul {
  justify-content: flex-end;
}
header.alesushi_top .right_header {
  text-align: left;
}
header.alesushi_top .right_header ul {
  justify-content: flex-start;
}
.alesushi_header_for_blog {
  min-height: 100px;
}
.inner_header {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner_header h1.page_header_title {
  margin-left: 100px;
  margin-right: 100px;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9AB82;
  position: relative;
  margin-bottom: 15px;
  padding: 0 35px;
  text-align: center;
}
.inner_header h1.page_header_title span.post_title {
  font-size: 40px;
  word-break: break-word;
}
.inner_header h1.page_header_title::before {
  width: 102px;
  height: 40px;
  content: "";
  display: block;
  background: url('../svg/decor.svg') center center no-repeat;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -20px;
}
.inner_header h1.page_header_title::after {
  width: 102px;
  height: 40px;
  content: "";
  display: block;
  background: url('../svg/decor.svg') center center no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -20px;
}
.inner_header span.page_description {
  max-width: 720px;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
/* Footer Styles 
================*/
footer.alesushi_footer .wrapper {
  margin-top: 100px;
  background: url('../svg/footer.svg') top left no-repeat;
}
footer.alesushi_footer .wrapper .inner_footer {
  padding-top: 50px;
  margin-left: 105px;
  margin-right: 105px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer.alesushi_footer .wrapper .inner_footer .social {
  text-align: right;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  color: #FFF;
  padding-bottom: 45px;
}
footer.alesushi_footer .wrapper .inner_footer .social a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: all 300ms ease-in-out;
}
footer.alesushi_footer .wrapper .inner_footer .social a:hover {
  color: #C9AB82;
  transition: all 300ms ease-in-out;
}
footer.alesushi_footer .wrapper .inner_footer .social a:hover::after {
  bottom: 0;
  transition: all 300ms ease-in-out;
}
footer.alesushi_footer .wrapper .inner_footer .social a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C9AB82;
  transition: all 300ms ease-in-out;
}
footer.alesushi_footer .wrapper .inner_footer .footer_openning_info {
  padding-bottom: 45px;
}
footer.alesushi_footer .wrapper .inner_footer .footer_openning_info span.line {
  display: block;
  line-height: 30px;
}
footer.alesushi_footer .wrapper .inner_footer .footer_oppening_title {
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  font-size: 20px;
  margin-top: 35px;
}
/* Blog Styles 
===============*/
.alesushi_blog_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.alesushi_blog_list .ale_post_gallery {
  position: relative;
}
.alesushi_blog_list .ale_post_gallery .slick-arrow {
  position: absolute;
  z-index: 999;
}
.alesushi_blog_list .ale_post_gallery .slick-prev {
  width: 31px;
  height: 60px;
  border: 0;
  background: transparent url('../svg/left.svg') center center no-repeat;
  border-radius: 0;
  left: 10px;
  top: 50%;
  margin-top: -30px;
  padding: 0;
}
.alesushi_blog_list .ale_post_gallery .slick-next {
  width: 31px;
  height: 60px;
  border: 0;
  background: transparent url('../svg/right.svg') center center no-repeat;
  border-radius: 0;
  right: 10px;
  top: 50%;
  margin-top: -30px;
  padding: 0;
}
.alesushi_blog_list .blog_content_holder {
  width: 100%;
}
.alesushi_blog_list .blog_content_holder .posts_grid .grid-sizer,
.alesushi_blog_list .blog_content_holder .posts_grid .ale_blog_preview {
  width: 100%;
}
.alesushi_blog_list .blog_content_holder .posts_grid .gutter-sizer {
  width: 0;
}
.alesushi_blog_list .blog_content_holder .posts_grid.four_columns .grid-sizer,
.alesushi_blog_list .blog_content_holder .posts_grid.four_columns .ale_blog_preview {
  width: calc(25% - 30px);
  float: left;
}
.alesushi_blog_list .blog_content_holder .posts_grid.four_columns .gutter-sizer {
  width: 40px;
}
.alesushi_blog_list .blog_content_holder .posts_grid.three_columns .grid-sizer,
.alesushi_blog_list .blog_content_holder .posts_grid.three_columns .ale_blog_preview {
  width: calc(33.3333% - 26.6666px);
  float: left;
}
.alesushi_blog_list .blog_content_holder .posts_grid.three_columns .gutter-sizer {
  width: 40px;
}
.alesushi_blog_list .blog_content_holder .posts_grid.two_columns .grid-sizer,
.alesushi_blog_list .blog_content_holder .posts_grid.two_columns .ale_blog_preview {
  width: calc(50% - 20px);
  float: left;
}
.alesushi_blog_list .blog_content_holder .posts_grid.two_columns .gutter-sizer {
  width: 40px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview {
  margin-bottom: 40px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview:first-child .featured_image::before {
  content: "";
  width: 58px;
  height: 260px;
  display: block;
  background: url('../svg/longdecor.svg') center center no-repeat;
  position: absolute;
  top: -29px;
  left: -29px;
  z-index: 999;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image {
  position: relative;
  margin-bottom: 30px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image:hover .featured_image_holder,
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image:hover .video_post {
  transition: all 500ms ease;
  opacity: 1;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image:hover .featured_image_holder a,
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image:hover .video_post a {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all 500ms ease;
  margin: 10px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image .featured_image_holder,
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image .video_post {
  background: rgba(12, 20, 22, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image .featured_image_holder a,
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image .video_post a {
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid #C9AB82;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 500ms ease;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image .featured_image_holder a::after,
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image .video_post a::after {
  content: "";
  width: 57px;
  height: 57px;
  background: url('../svg/open.svg') center center no-repeat;
  display: block;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .featured_image .video_post a::after {
  background: url('../svg/video.svg') center center no-repeat;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview img {
  max-width: 100%;
  height: auto;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview:hover .text_box {
  border-right: 1px solid rgba(201, 171, 130, 0.5);
  border-bottom: 1px solid rgba(201, 171, 130, 0.5);
  transition: all 600ms ease;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .post_info {
  margin-bottom: 12px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .post_info .inner_info {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #bbbbbb;
  padding-left: 27px;
  position: relative;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .post_info .inner_info:first-child {
  padding-left: 0;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .post_info .inner_info:first-child::before {
  display: none;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .post_info .inner_info::before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 3px;
  width: 13px;
  height: 14px;
  background: url('../svg/li.svg') center center no-repeat;
  margin-right: 7px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .post_info a {
  color: #bbbbbb;
  text-decoration: none;
  transition: all 300ms ease;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .post_info a:hover {
  color: #C9AB82;
  text-decoration: none;
  transition: all 300ms ease;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview h2 {
  font-size: 19px;
  letter-spacing: 0.15em;
  line-height: 24px;
  margin-bottom: 16px;
  word-break: break-all;
  text-transform: uppercase;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview h2 a {
  color: inherit;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview h2 a:hover {
  background: #ffffff;
  background: linear-gradient(-90deg, #ffffff 0%, #c9ab82 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview.sticky {
  width: 100%!important;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview.sticky .text_box {
  position: relative;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview.sticky .text_box::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(201, 171, 130, 0.2);
  display: block;
  position: absolute;
  top: 4px;
  left: 100%;
  margin-left: 4px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview.sticky .text_box::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(201, 171, 130, 0.2);
  display: block;
  position: absolute;
  top: 100%;
  left: 4px;
  margin-top: 4px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .text_box {
  border-right: 1px solid rgba(201, 171, 130, 0.2);
  border-bottom: 1px solid rgba(201, 171, 130, 0.2);
  padding-right: 20px;
  transition: all 600ms ease;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .text_box .post_excerpt {
  margin-bottom: 20px;
}
.alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview .text_box .post_excerpt p {
  margin-bottom: 20px;
}
.alesushi_blog_list.show_sidebar .blog_content_holder {
  width: calc(75% - 20px);
}
.alesushi_blog_list aside.sidebar {
  width: calc(25% - 20px);
}
.ale_page_with_sidebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ale_page_with_sidebar.display_sidebar_rightsidebar .content_holder {
  width: calc(75% - 20px);
  order: 1;
}
.ale_page_with_sidebar.display_sidebar_rightsidebar aside.sidebar {
  width: calc(25% - 20px);
  order: 2;
}
.ale_page_with_sidebar.display_sidebar_leftsidebar .content_holder {
  width: calc(75% - 20px);
  order: 2;
}
.ale_page_with_sidebar.display_sidebar_leftsidebar aside.sidebar {
  width: calc(25% - 20px);
  order: 1;
}
.alesushi_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.alesushi_pagination .all_pages {
  font-size: 30px;
  line-height: 30px;
  color: #FFF;
  letter-spacing: 2px;
}
.alesushi_pagination .all_pages a {
  color: #C9AB82;
  transition: all 300ms ease;
}
.alesushi_pagination .all_pages a:hover {
  color: #FFF;
  transition: all 300ms ease;
}
.alesushi_pagination .next_posts img,
.alesushi_pagination .prev_posts img {
  transition: all 300ms ease;
}
.alesushi_pagination .next_posts a:hover img,
.alesushi_pagination .prev_posts a:hover img {
  opacity: 0.3;
  transition: all 300ms ease;
}
.alesushi_pagination .disabled_arrow {
  opacity: 0.3;
}
.single_blogpost_page .post_format-post-format-gallery .featured_image {
  display: block;
}
.single_blogpost_page .featured_image {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.single_blogpost_page .featured_image::after {
  content: "";
  width: 58px;
  height: 260px;
  display: block;
  background: url('../svg/longdecor.svg') center center no-repeat;
  position: absolute;
  top: -29px;
  left: -29px;
  z-index: 999;
}
.single_blogpost_page .featured_image img,
.single_blogpost_page .featured_image iframe {
  z-index: 1;
  position: relative;
}
.single_blogpost_page .featured_image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(201, 171, 130, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
}
.single_blogpost_page .post_info {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 46px;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.single_blogpost_page .post_info .inner_info {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  padding-left: 27px;
  position: relative;
}
.single_blogpost_page .post_info .inner_info:first-child {
  padding-left: 0;
}
.single_blogpost_page .post_info .inner_info:first-child::before {
  display: none;
}
.single_blogpost_page .post_info .inner_info::before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 3px;
  width: 13px;
  height: 14px;
  background: url('../svg/li.svg') center center no-repeat;
  margin-right: 7px;
}
.single_blogpost_page .post_info a {
  color: #C9AB82;
  text-decoration: underline;
  transition: all 300ms ease;
}
.single_blogpost_page .post_info a:hover {
  color: #FFF;
  text-decoration: none;
  transition: all 300ms ease;
}
.single_blogpost_page .post_info::after {
  content: "";
  width: 100%;
  height: 4px;
  background: transparent;
  border-top: 1px solid rgba(201, 171, 130, 0.2);
  border-bottom: 1px solid rgba(201, 171, 130, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
}
.single_blogpost_page .single_post_bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 27px;
  margin-bottom: 80px;
}
.single_blogpost_page .single_post_bottom .share_icons {
  color: #C9AB82;
  font-size: 16px;
}
.single_blogpost_page .single_post_bottom .share_icons a {
  color: inherit;
  transition: all 300ms ease;
}
.single_blogpost_page .single_post_bottom .share_icons a:hover {
  color: #FFF;
  transition: all 300ms ease;
}
.single_blogpost_page .single_post_bottom::after {
  content: "";
  width: 100%;
  height: 4px;
  background: transparent;
  border-top: 1px solid rgba(201, 171, 130, 0.2);
  border-bottom: 1px solid rgba(201, 171, 130, 0.2);
  position: absolute;
  bottom: 100%;
  left: 0;
}
.single_blogpost_page .about_post_author {
  margin-bottom: 80px;
  background: #111D21;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single_blogpost_page .about_post_author .avatar {
  min-width: 210px;
}
.single_blogpost_page .about_post_author .text_author {
  padding: 40px;
}
.single_blogpost_page .about_post_author .text_author .author_name {
  color: #C9AB82;
  font-weight: 700;
  margin-bottom: 9px;
}
.single_blogpost_page .about_post_author .text_author .author_social {
  color: #C9AB82;
  font-size: 20px;
}
.single_blogpost_page .about_post_author .text_author .author_social a {
  color: inherit;
  transition: all 300ms ease;
}
.single_blogpost_page .about_post_author .text_author .author_social a:hover {
  color: #FFF;
  transition: all 300ms ease;
}
.single_blogpost_page .inner_post_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-bottom: 30px;
  position: relative;
}
.single_blogpost_page .inner_post_navigation a {
  transition: all 300ms ease;
}
.single_blogpost_page .inner_post_navigation a:hover {
  color: #C9AB82;
  transition: all 300ms ease;
}
.single_blogpost_page .inner_post_navigation .left_arrow img {
  margin-right: 20px;
}
.single_blogpost_page .inner_post_navigation .right_arrow img {
  margin-left: 20px;
}
.single_blogpost_page .inner_post_navigation::after {
  content: "";
  width: 100%;
  height: 4px;
  background: transparent;
  border-top: 1px solid rgba(201, 171, 130, 0.2);
  border-bottom: 1px solid rgba(201, 171, 130, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
}
aside.sidebar .widget_rss li {
  margin-bottom: 20px;
}
aside.sidebar .widget_rss li::after {
  content: "";
  display: block;
  clear: both;
}
aside.sidebar .widget_rss li .rss-date {
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
aside.sidebar .widget_rss li .rssSummary {
  margin-bottom: 5px;
}
aside.sidebar .widget_rss li cite {
  font-weight: 400;
  font-style: normal;
  color: #C9AB82;
  float: right;
}
aside.sidebar .widget_block h1,
aside.sidebar .widget_block h2,
aside.sidebar .widget_block h3,
aside.sidebar .widget_block h4,
aside.sidebar .widget_block h5,
aside.sidebar .widget_block h6 {
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #C9AB82;
}
aside.sidebar .widget_block h2 {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2em;
}
aside.sidebar .widget_block .wp-block-search__label {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2em;
  color: #C9AB82;
  font-weight: 700;
}
aside.sidebar .widget_block .wp-block-latest-comments {
  list-style: none;
  margin-left: 0;
}
aside.sidebar .widget_block .wp-block-latest-comments li {
  list-style: none;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
}
aside.sidebar .widget_block .wp-block-latest-comments li a {
  color: #C9AB82;
}
aside.sidebar .widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  font-weight: 400;
}
aside.sidebar select {
  width: 100%;
  max-width: 100%;
}
aside.sidebar nav.wp-calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
aside.sidebar table {
  width: 100%;
  border-color: #C9AB82;
  margin-bottom: 10px;
}
aside.sidebar table caption {
  background: #C9AB82;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px 0;
}
aside.sidebar table th {
  background: #111D21;
  color: #FFF;
}
aside.sidebar table td,
aside.sidebar table th {
  padding: 5px 5px;
  text-align: center;
  border-color: rgba(201, 171, 130, 0.2);
}
aside.sidebar ul,
aside.sidebar ol {
  margin-left: 20px;
}
aside.sidebar img {
  max-width: 100%;
  height: auto;
}
aside.sidebar .widget {
  margin-bottom: 40px;
}
aside.sidebar .widget_title {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 23px;
}
aside.sidebar a {
  color: #FFF;
  transition: all 300ms ease;
}
aside.sidebar a:hover {
  color: #C9AB82;
  transition: all 300ms ease;
}
aside.sidebar .widget_recent_comments .comment-author-link {
  font-weight: 400;
  color: #C9AB82;
}
aside.sidebar .widget_recent_comments .comment-author-link a {
  color: inherit;
}
aside.sidebar .widget_recent_comments .recentcomments &gt; a {
  color: #C9AB82;
}
aside.sidebar .widget_recent_comments .recentcomments &gt; a:hover {
  text-decoration: underline;
}
aside.sidebar .widget_rss a {
  color: #C9AB82;
}
aside.sidebar .widget_rss a:hover {
  text-decoration: underline;
}
aside.sidebar .alesushi_search {
  position: relative;
}
aside.sidebar .alesushi_search .searchinput {
  margin-bottom: 0;
}
aside.sidebar .alesushi_search .submitsearch {
  padding: 0;
  min-height: unset;
  width: 16px;
  height: 32px;
  background: url('../svg/submit.svg') center center no-repeat;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10px;
  transition: all 300ms ease;
}
aside.sidebar .alesushi_search .submitsearch:hover {
  opacity: 0.5;
  transition: all 300ms ease;
}
aside.sidebar p:empty {
  margin-bottom: 0;
}
aside.sidebar .ale_item_blog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
aside.sidebar .ale_item_blog img {
  max-width: 60px;
  height: auto;
  margin-right: 20px;
}
aside.sidebar .ale_item_blog .text_data .post_date {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
aside.sidebar .ale_item_blog .text_data .post_date .date {
  color: #C9AB82;
  text-decoration: underline;
}
aside.sidebar .ale_item_blog .text_data .entry-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}
.comments {
  margin-top: 70px;
}
.comments .comment-respond {
  margin-bottom: 40px;
}
.comments .comments_container {
  margin-bottom: 70px;
}
.comments .logged-in-as {
  margin-bottom: 20px;
}
.comments .comment-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.comments .comment-item.second-level {
  margin-left: 130px;
}
.comments .comment-item .left_part {
  min-width: 100px;
  margin-right: 30px;
}
.comments .comment-item .comment-box {
  width: 100%;
  max-width: calc(100% - 130px);
}
.comments .comment-item .comment-box p:last-child {
  margin-bottom: 0;
}
.comments .comment-item .comment-box .info-meta {
  margin-bottom: 14px;
  color: #C9AB82;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments .comment-item .comment-box .info-meta span.author {
  font-weight: 700;
}
.comments #cancel-comment-reply-link {
  font-size: 14px;
  margin-left: 20px;
}
.comments #cancel-comment-reply-link:hover {
  color: #FFF;
}
.comments .comment-reply-title,
.comments .comments_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.comments p.comment-form-cookies-consent,
.comments p.comment-notes {
  margin-bottom: 20px;
}
.comments .fields_for_comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments .fields_for_comment &gt; div {
  width: calc(33.3% - 13.333px);
}
.comments .form-submit .comments_submit_button {
  display: inline-block;
  position: relative;
}
.comments .form-submit .comments_submit_button:hover::before {
  left: 0;
  top: 0;
  transition: all 300ms ease;
}
.comments .form-submit .comments_submit_button:hover input.submit {
  border-color: #FFF;
  color: #FFF;
  transition: all 300ms ease;
}
.comments .form-submit .comments_submit_button::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #C9AB82;
  left: 4px;
  top: 4px;
  display: block;
  position: absolute;
  z-index: -1;
  transition: all 300ms ease;
}
.comments .form-submit input.submit {
  font-weight: 300;
  font-family: Josefin Sans;
  transition: all 300ms ease;
}
.alesushi_button {
  display: inline-block;
  position: relative;
}
.alesushi_button a.button {
  height: 54px;
  border: 1px solid #C9AB82;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
  font-size: 20px;
  line-height: 54px;
  display: block;
  transition: all 300ms ease;
  z-index: 2;
  position: relative;
  color: #C9AB82;
}
.alesushi_button a.button:hover {
  border-color: #FFF;
  transition: all 300ms ease;
}
.alesushi_button:hover::before {
  left: 0;
  top: 0;
  transition: all 300ms ease;
}
.alesushi_button:hover input.submit {
  border-color: #FFF;
  color: #FFF;
  transition: all 300ms ease;
}
.alesushi_button::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #C9AB82;
  left: 4px;
  top: 4px;
  display: block;
  position: absolute;
  z-index: 0;
  transition: all 300ms ease;
  box-sizing: unset!important;
}
.alesushi_button input.submit {
  font-weight: 300;
  font-family: Josefin Sans;
  transition: all 300ms ease;
  z-index: 2;
  position: relative;
}
@media (max-width: 1500px) {
  body::before,
  body::after {
    display: none;
  }
  header.alesushi_top .fig.align_left,
  header.alesushi_top .fig.align_right {
    display: none;
  }
}
@media (max-width: 1024px) {
  header.alesushi_top .header_nav ul li {
    margin-right: 10px;
    margin-left: 10px;
  }
  header.alesushi_top .header_nav ul li::before {
    display: none;
  }
}
@media (max-width: 768px) {
  header.alesushi_top .logo h1 {
    line-height: normal;
  }
  .single_blogpost_page .about_post_author .avatar {
    display: none;
  }
  .alesushi_blog_list .blog_content_holder .posts_grid.two_columns article.ale_blog_preview,
  .alesushi_blog_list .blog_content_holder .posts_grid.three_columns article.ale_blog_preview,
  .alesushi_blog_list .blog_content_holder .posts_grid.four_columns article.ale_blog_preview,
  .alesushi_blog_list .blog_content_holder .posts_grid.two_columns .grid-sizer,
  .alesushi_blog_list .blog_content_holder .posts_grid.three_columns .grid-sizer,
  .alesushi_blog_list .blog_content_holder .posts_grid.four_columns .grid-sizer {
    width: 100%;
  }
  .alesushi_blog_list .blog_content_holder .posts_grid.two_columns .gutter-sizer {
    width: 0;
  }
  header.alesushi_top .logo {
    margin-bottom: 0;
  }
  .alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview img {
    width: 100%;
  }
  header.alesushi_top .mobile_navigation_container {
    display: block;
  }
  .header_nav {
    display: none;
  }
  header.alesushi_top .wrapper {
    justify-content: space-between;
    align-items: flex-end;
    min-height: 55px;
    padding-bottom: 15px;
  }
  header.alesushi_top .logo {
    text-align: left;
    width: unset;
  }
  header.alesushi_top .logo img {
    margin-bottom: 5px;
  }
  .inner_header h1.page_header_title {
    font-size: 40px;
    line-height: 40px;
  }
  footer.alesushi_footer .wrapper {
    background: transparent;
  }
  footer.alesushi_footer .wrapper .inner_footer {
    margin-left: 0;
    margin-right: 0;
  }
  .alesushi_blog_list,
  .ale_page_with_sidebar {
    flex-wrap: wrap;
  }
  .ale_page_with_sidebar.display_sidebar_leftsidebar .content_holder,
  .ale_page_with_sidebar.display_sidebar_rightsidebar .content_holder,
  .ale_page_with_sidebar.display_sidebar_leftsidebar aside.sidebar,
  .alesushi_blog_list.show_sidebar .blog_content_holder,
  .alesushi_blog_list aside.sidebar {
    width: 100%;
  }
  .alesushi_pagination {
    margin-bottom: 50px;
  }
  .ale_page_with_sidebar.display_sidebar_leftsidebar aside.sidebar {
    order: 1;
  }
  .ale_page_with_sidebar.display_sidebar_leftsidebar .content_holder,
  .ale_page_with_sidebar.display_sidebar_rightsidebar .content_holder {
    order: 0;
  }
  .single_blogpost_page .featured_image::after {
    display: none;
  }
  .comments .comment-item .left_part {
    display: none;
  }
  .comments .comment-item .comment-box {
    max-width: 100%;
  }
  .comments .comment-item .comment-box .reply-link {
    padding-left: 10px;
  }
  .comments .comment-item.second-level {
    margin-left: 40px;
  }
  .inner_header h1.page_header_title span.post_title {
    font-size: 30px;
    line-height: 30px;
  }
  .inner_header h1.page_header_title {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 500px) {
  footer.alesushi_footer .wrapper .inner_footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer.alesushi_footer .wrapper .inner_footer .social {
    text-align: center;
  }
  footer.alesushi_footer .wrapper {
    margin-top: 30px;
  }
  .inner_header h1.page_header_title {
    font-size: 34px;
    line-height: 34px;
  }
  .inner_header h1.page_header_title::before,
  .inner_header h1.page_header_title::after {
    display: none;
  }
  .alesushi_blog_list .blog_content_holder .posts_grid article.ale_blog_preview:first-child .featured_image::before {
    top: 0;
    left: 0;
  }
  .inner_header h1.page_header_title {
    margin-left: 0;
    margin-right: 0;
  }
}
</pre></body></html>