/*
===================
== ELEMENTS CODE ==
===================
*/
@-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);
  }
}
.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%;
}
.ale_preloader_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: #FEFAF3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
}
.ale_preloader_content .left_shadow {
  width: 1166px;
  height: 920px;
  display: block;
  background: url('../img/shadow_left.png') center center no-repeat;
  position: absolute;
  left: -535px;
  bottom: -395px;
  z-index: 0;
  animation: shadowetwo 8s ease-in-out infinite;
}
.ale_preloader_content .pink_circles {
  width: 400px;
  height: 400px;
  position: relative;
}
.ale_preloader_content .pink_circles .small_circle {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 100%;
  border: 1px solid #8e827e;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  left: 93px;
  animation: circleone 20s ease infinite;
}
.ale_preloader_content .pink_circles .medium_circle {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 100%;
  border: 1px solid #8e827e;
  position: absolute;
  top: 18px;
  left: 140px;
  animation: circletwo 25s ease-in-out infinite;
}
.ale_preloader_content .pink_circles .big_circle {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 100%;
  border: 1px solid #8e827e;
  position: absolute;
  top: 72px;
  left: 50px;
  animation: circlethree 15s ease-in-out infinite;
}
/*
================
== 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"] > 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;
  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: #FEFAF3;
  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;
  text-align: center;
}
.mobile_navigation_container .close_mobile_nav,
.mobile_navigation_container .open_mobile_nav {
  font-weight: 400;
  color: #FEFAF3;
  cursor: pointer;
  font-size: 17px;
  line-height: 170%;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.mobile_navigation_container .close_mobile_nav:hover,
.mobile_navigation_container .open_mobile_nav:hover {
  color: #8e827e;
  transition: all 300ms ease;
}
.mobile_navigation_container .mobile_navigation {
  z-index: 99999;
  position: fixed;
  top: 0;
  lefT: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #0C1212;
  display: none;
  text-transform: uppercase;
}
.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: #FEFAF3;
  font-size: 26px;
  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 > .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;
  color: #8e827e;
  width: 40px;
  height: 34px;
  cursor: pointer;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  padding: 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 a {
  color: inherit;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile a:hover {
  color: inherit;
}
select {
  max-width: 100%;
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #0C1212;
  -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: 0;
  border-bottom: 1px solid #0C1212;
  font-family: "PT Serif";
  font-style: normal;
}
select option {
  background: #FEFAF3;
  font-size: 18px;
  color: #0C1212;
  border-color: #0C1212;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search .wp-block-search__button {
  cursor: pointer;
  background: transparent;
  color: #0C1212;
  font-size: 20px;
  min-height: 54px;
  -webkit-appearance: button;
  padding: 0 50px;
  border: 1px solid #0C1212;
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
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;
  color: #000;
  border-color: #000;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
input[type=date],
textarea {
  font-family: 'PT Serif';
  border: 0;
  border-bottom: 1px solid #0C1212;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  padding: 0;
  color: #0C1212;
  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: #0C1212;
}
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: #0C1212;
}
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: #0C1212;
}
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: #0C1212;
}
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: #000;
}
textarea {
  resize: none;
  height: 100px;
  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: #8e827e;
}
.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;
}
.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: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 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: #FFF;
  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: #4D4D4D;
  padding: 15px;
}
.story .wp-block-image figcaption a {
  text-decoration: underline;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: inherit;
}
.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: 31px;
  font-size: inherit;
  margin-bottom: 35px;
  color: #0C1212;
}
.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: #FEFAF3;
  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: #FEFAF3;
  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: #FEFAF3;
  line-height: 28px;
  margin-bottom: 20px;
  border-radius: 0;
}
.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 .wp-block-pullquote.is-style-solid-color blockquote p {
  line-height: 110%;
}
.story .has-very-light-gray-color {
  color: #eee !important;
}
.story .wp-block-tag-cloud a {
  background: #8e827e;
}
.story .wp-block-tag-cloud a:hover {
  background: #0C1212;
}
.story blockquote {
  padding-left: 100px;
  position: relative;
  margin-bottom: 35px;
  font-weight: 400;
  margin-left: 0px;
  margin-right: 0px;
  color: #0C1212;
  font-size: 28px;
  line-height: 120%;
  font-style: italic;
  background: url('../svg/quote.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: #FEFAF3;
  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: #FEFAF3;
}
.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: 50px!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: #FEFAF3;
  color: #0C1212 !important;
}
.story table caption {
  background: #0C1212;
  color: #FFF;
  padding: 5px 0;
}
.story table td,
.story table th {
  padding: 20px 25px;
  border: 1px solid #FEFAF3;
  color: #4D4D4D;
}
.story .has-background p {
  color: #4D4D4D;
}
.story .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #FEFAF3;
}
.story .tagsphar {
  clear: both;
}
.story .tagsphar a {
  transition: all 300ms ease-in-out;
}
.story .tagsphar a:hover {
  color: #8e827e;
  transition: all 300ms ease-in-out;
}
.story .post_pages a,
.story span.post-page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #8e827e;
  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 #8e827e;
}
.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;
}
/* 
* 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;
}
@-webkit-keyframes menu2 {
  0% {
    opacity: 0;
    transform: translateX(20%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes menu2 {
  0% {
    opacity: 0;
    transform: translateX(20%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
/* Header Styles */
header.ale_top {
  margin: 20px 20px 0 20px;
  background: #0C1212;
  color: #FFF;
}
header.ale_top .right_header_part {
  display: flex;
  align-items: center;
}
header.ale_top .right_header_part .right_header_icon {
  cursor: pointer;
  transition: all 300ms ease;
  margin-left: 25px;
}
header.ale_top .right_header_part .right_header_icon:hover {
  opacity: 0.6;
}
header.ale_top .right_header_part .woo_cart {
  width: 20px;
  height: 22px;
  display: block;
  background: url('../svg/cart.svg') center center no-repeat;
  margin-bottom: 3px;
}
header.ale_top .right_header_part .search_openner {
  width: 35px;
  height: 18px;
  display: block;
  background: url('../svg/search.svg') center center no-repeat;
}
header.ale_top .right_header_part .open_burger_icon {
  width: 28px;
  height: 14px;
  display: block;
  background: url('../svg/burger.svg') center center no-repeat;
}
header.ale_top .delizioso_search_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
header.ale_top .delizioso_search_container form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FEFAF3;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
header.ale_top .delizioso_search_container .close_info {
  margin-bottom: 30px;
  display: block;
  color: #0C1212;
  font-weight: 700;
  font-size: 50px;
  position: relative;
  text-transform: uppercase;
}
header.ale_top .delizioso_search_container .close_info_second {
  margin-bottom: 100px;
  display: block;
  color: #0C1212;
  font-weight: 700;
  font-size: 50px;
  position: relative;
  text-transform: uppercase;
}
header.ale_top .delizioso_search_container input[type="text"] {
  border: 0;
  text-align: center;
  background: transparent;
  width: 400px;
  height: 42px;
  padding: 0 30px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #0C1212;
  color: #4D4D4D;
  margin-bottom: 50px;
}
header.ale_top .delizioso_search_container input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4D4D4D;
  font-weight: 400;
  font-size: 18px;
}
header.ale_top .delizioso_search_container input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #4D4D4D;
  font-weight: 400;
  font-size: 18px;
}
header.ale_top .delizioso_search_container input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #4D4D4D;
  font-weight: 400;
  font-size: 18px;
}
header.ale_top .delizioso_search_container input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #4D4D4D;
  font-weight: 400;
  font-size: 18px;
}
header.ale_top .delizioso_search_container .submit_container {
  position: relative;
}
header.ale_top .delizioso_search_container .submit_container:hover::before {
  top: 0;
  margin-top: 6px;
  transition: all 300ms ease-in-out;
}
header.ale_top .delizioso_search_container .submit_container:hover::after {
  top: 100%;
  margin-top: -16px;
  transition: all 300ms ease-in-out;
}
header.ale_top .delizioso_search_container .submit_container::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 100%;
  left: 6px;
  margin-top: -16px;
  background: #0C1212;
  position: absolute;
  transition: all 300ms ease-in-out;
}
header.ale_top .delizioso_search_container .submit_container::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  right: 6px;
  background: #0C1212;
  position: absolute;
  transition: all 300ms ease;
}
header.ale_top .delizioso_search_container input[type="submit"] {
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #0C1212;
  padding: 15px 67px;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #0C1212;
}
header.ale_top a {
  color: inherit;
}
header.ale_top .top_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
header.ale_top .header_nav {
  text-transform: uppercase;
}
header.ale_top .header_nav .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
header.ale_top .header_nav .menu-header li {
  float: left;
  margin: 0 20px;
  color: inherit;
  position: relative;
  white-space: nowrap;
  transition: all 300ms ease-in-out;
}
header.ale_top .header_nav .menu-header li.current-menu-item > a {
  color: #FEFAF3;
}
header.ale_top .header_nav .menu-header li.current-menu-item > a::before {
  width: 100%;
  transition: all 300ms ease-in-out;
}
header.ale_top .header_nav .menu-header li:hover > a {
  color: #FEFAF3;
  transition: all 300ms ease-in-out;
}
header.ale_top .header_nav .menu-header li > a {
  display: block;
  padding: 3px 0;
  color: inherit;
  position: relative;
}
header.ale_top .header_nav .menu-header li > a::before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  background: #FEFAF3;
  transition: all 900ms ease-in-out;
}
header.ale_top .header_nav .menu-header li:hover > a::before {
  width: 100%;
  transition: all 300ms ease-in-out;
}
header.ale_top .header_nav .menu-header li:hover > ul.sub-menu {
  display: block;
  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.ale_top .header_nav .menu-header li ul.sub-menu {
  padding: 10px 0;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 3px;
  z-index: 9999;
  perspective: 5000px;
  background: #FFF;
  display: none;
  font-size: 18px;
  font-weight: 500;
}
header.ale_top .header_nav .menu-header li ul.sub-menu li {
  margin: 0;
  width: 100%;
  line-height: 30px;
}
header.ale_top .header_nav .menu-header li ul.sub-menu li.current-menu-item::before {
  opacity: 0;
}
header.ale_top .header_nav .menu-header li ul.sub-menu li a {
  color: #0C1212;
  padding: 0 30px;
}
header.ale_top .header_nav .menu-header li ul.sub-menu li a::before {
  background: #FEFAF3;
}
header.ale_top .header_nav .menu-header li ul.sub-menu li a:hover {
  color: rgba(0, 0, 0, 0.6);
}
header.ale_top .header_nav .menu-header li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: -13px;
}
header.ale_top .logo {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
header.ale_top .logo h1,
header.ale_top .logo a {
  color: inherit;
}
.social_profile_links {
  font-size: 16px;
  color: #0C1212;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.social_profile_links a {
  color: inherit;
  transition: all 300ms ease;
  margin: 0 6px;
}
.social_profile_links a:hover {
  opacity: 0.6;
}
body.admin-bar .right_side_part {
  padding-top: 72px;
}
body.admin-bar .right_side_part .close_side_part {
  top: 72px;
}
.right_side_part {
  background: #FFFFFF;
  height: 100vh;
  width: 100%;
  max-width: 400px;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 999;
  padding: 40px;
  transition: all 300ms ease-in-out;
}
.right_side_part .close_side_part {
  width: 23px;
  height: 22px;
  display: block;
  background: url('../svg/close.svg') center center no-repeat;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.right_side_part .close_side_part:hover {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}
.right_side_part .inner_side_section {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.right_side_part .inner_side_section .logo {
  margin-bottom: 80px;
  max-width: 170px;
}
.right_side_part .inner_side_section .logo img {
  max-width: 100%;
  height: auto;
}
.right_side_part .inner_side_section .side_social_box .social_profile_list {
  text-align: center;
}
.right_side_part .inner_side_section .side_social_box .social_profile_list a {
  display: inline-block;
  color: #0C1212;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}
.right_side_part .inner_side_section .side_social_box .social_profile_list a:hover {
  color: #8e827e;
  transition: all 300ms ease-in-out;
}
.right_side_part .inner_side_section .side_contact_box {
  margin-bottom: 70px;
  text-align: center;
}
.right_side_part .inner_side_section .side_contact_box .description {
  padding-left: 14px;
  padding-right: 14px;
}
.right_side_part .inner_side_section h5 {
  font-size: 68px;
  line-height: 74px;
  margin-bottom: 30px;
  color: #0C1212;
  text-align: center;
}
.right_side_part .inner_side_section h6 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #0C1212;
  text-align: center;
}
/* Footer Styles */
footer.ale_footer {
  border: 1px solid #0C1212;
  margin: 150px 20px 20px 20px;
  padding: 80px 100px;
}
footer.ale_footer .footer_logo_bg {
  position: relative;
  text-align: center;
}
footer.ale_footer .footer_logo_bg .delizioso_title {
  font-weight: 700;
  font-size: 160px;
  line-height: 120px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(12, 18, 18, 0.07);
}
footer.ale_footer .footer_logo_bg .footer_logo.centered_on_text {
  margin-top: -80px;
  margin-bottom: 70px;
}
footer.ale_footer .address_footer {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
footer.ale_footer .address_footer a {
  color: inherit;
  transition: all 300ms ease;
}
footer.ale_footer .address_footer a:hover {
  opacity: 0.6;
}
/* Wrapper */
.wrapper {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
}
/* Inner Header */
.inner_header {
  margin: 0 20px;
  background: #0C1212;
  text-align: center;
  color: #FEFAF3;
  min-height: 554px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner_header .delizioso_title {
  font-family: 'Kadwa';
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 130px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  margin-top: -45px;
}
.inner_header h1 {
  color: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 74px;
  line-height: 110px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -90px;
  word-break: break-all;
}
.inner_header .breadcrumbs {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.inner_header .breadcrumbs a {
  color: inherit;
  transition: all 300ms ease;
}
.inner_header .breadcrumbs a:hover {
  opacity: 0.6;
}
.heading_home_list {
  margin-bottom: 150px;
}
.error_img {
  margin-bottom: 50px;
}
.not_fount_page .ale_button a {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #0C1212;
  padding: 15px 67px;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0C1212;
  position: relative;
}
.not_fount_page .ale_button a:hover::before {
  top: 0;
  margin-top: 6px;
  transition: all 300ms ease-in-out;
}
.not_fount_page .ale_button a:hover::after {
  top: 100%;
  margin-top: -16px;
  transition: all 300ms ease-in-out;
}
.not_fount_page .ale_button a::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 100%;
  left: 6px;
  margin-top: -16px;
  background: #0C1212;
  position: absolute;
  transition: all 300ms ease-in-out;
}
.not_fount_page .ale_button a::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  right: 6px;
  background: #0C1212;
  position: absolute;
  transition: all 300ms ease;
}
.sticky {
  border: 2px dashed #4d4d4d29;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px;
  box-sizing: border-box;
}
.delizioso_link_button {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #FEFAF3;
  padding: 15px 67px;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #FEFAF3;
  position: relative;
}
.delizioso_link_button .delizioso_link_text {
  color: #FEFAF3;
}
.delizioso_link_button:hover::before {
  top: 0;
  margin-top: 6px;
  transition: all 300ms ease-in-out;
}
.delizioso_link_button:hover::after {
  top: 100%;
  margin-top: -16px;
  transition: all 300ms ease-in-out;
}
.delizioso_link_button::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 100%;
  left: 6px;
  margin-top: -16px;
  background: #FEFAF3;
  position: absolute;
  transition: all 300ms ease-in-out;
}
.delizioso_link_button::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  right: 6px;
  background: #FEFAF3;
  position: absolute;
  transition: all 300ms ease;
}
.delizioso_input_button,
.comments_submit_button {
  display: inline-block;
  position: relative;
}
.delizioso_input_button:hover::before,
.comments_submit_button:hover::before {
  top: 0;
  margin-top: 6px;
  transition: all 300ms ease-in-out;
}
.delizioso_input_button:hover::after,
.comments_submit_button:hover::after {
  top: 100%;
  margin-top: -16px;
  transition: all 300ms ease-in-out;
}
.delizioso_input_button::before,
.comments_submit_button::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 100%;
  left: 6px;
  margin-top: -16px;
  background: #0C1212;
  position: absolute;
  transition: all 300ms ease-in-out;
}
.delizioso_input_button::after,
.comments_submit_button::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  right: 6px;
  background: #0C1212;
  position: absolute;
  transition: all 300ms ease;
}
.delizioso_title_container {
  text-align: center;
}
.delizioso_title_container .animated {
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delizioso_title_container .delizioso_title {
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 130px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(12, 18, 18, 0.15);
  opacity: 0;
}
.delizioso_title_container h2.block_title {
  font-style: normal;
  font-weight: 700;
  font-size: 74px;
  line-height: 110px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -90px;
  margin-bottom: 50px;
  opacity: 0;
}
.ale_pagination {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  border-bottom: 1px solid #0C1212;
  color: #0C1212;
  display: inline-block;
}
.ale_pagination .page-numbers {
  margin-right: 20px;
}
.ale_pagination .page-numbers:last-child {
  margin-right: 0;
}
.ale_pagination .current {
  color: #E6E6E6;
}
.ale_pagination a {
  color: inherit;
  transition: all 300ms ease;
  margin-bottom: 7px;
  display: inline-block;
}
.ale_pagination a:hover {
  opacity: 0.6;
}
.archive_blog_page > .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.archive_blog_page > .wrapper .blog_content_holder {
  width: 100%;
}
.archive_blog_page > .wrapper .blog_content_holder:has(+ aside.sidebar) {
  width: calc(100% - 420px);
}
.archive_blog_page > .wrapper aside.sidebar {
  min-width: 350px;
  max-width: 350px;
  margin-left: 70px;
}
.ale_post_gallery .slick-arrow {
  position: absolute;
  bottom: 20px;
  padding: 0;
  min-height: unset;
  padding-top: 35px;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: none;
  transition: all 300ms ease;
  letter-spacing: 0;
  text-transform: none;
  width: 40px;
  font-family: inherit;
  z-index: 1;
}
.ale_post_gallery .slick-arrow:hover {
  opacity: 0.6;
}
.ale_post_gallery .slick-arrow.slick-prev {
  left: 20px;
  background: url("../svg/left.svg") top center no-repeat;
}
.ale_post_gallery .slick-arrow.slick-next {
  right: 20px;
  background: url("../svg/right.svg") top center no-repeat;
}
.blog_content_holder article.post,
.blog_content_holder article.page {
  margin-bottom: 100px;
}
.blog_content_holder .featured_image {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.blog_content_holder .featured_image .video_post {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog_content_holder .featured_image .video_post a {
  display: block;
  padding: 20px;
}
.blog_content_holder .post_container .post_date {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #4D4D4D;
  display: block;
  margin-bottom: 10px;
}
.blog_content_holder .post_container h2.post_title {
  font-weight: 500;
  font-size: 50px;
  line-height: 74px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0C1212;
  margin-bottom: 5px;
  transition: all 300ms ease;
  display: inline-block;
  word-break: break-all;
}
.blog_content_holder .post_container h2.post_title:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}
.blog_content_holder .post_container .post_excerpt {
  margin-bottom: 25px;
}
.blog_content_holder .post_container .post_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.blog_content_holder .post_container .post_bottom .read_more_post {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #0C1212;
  border-bottom: 1px solid #0C1212;
  transition: all 300ms ease;
}
.blog_content_holder .post_container .post_bottom .read_more_post:hover {
  opacity: 0.5;
  transition: all 300ms ease;
  border-bottom-color: #000;
}
.blog_content_holder .post_container .post_bottom .share_icons {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #0C1212;
}
.blog_content_holder .post_container .post_bottom .share_icons a {
  color: inherit;
  margin-left: 5px;
  margin-right: 5px;
}
.blog_content_holder .post_container .post_bottom .share_icons a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}
.comments .comment-respond {
  margin-bottom: 40px;
}
.comments h3.comments_title,
.comments h3.comment-reply-title {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.comments .comment.depth-2 {
  margin-left: 70px;
}
.comments .comment-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.comments .comment-item .left_part {
  min-width: 100px;
  margin-right: 30px;
}
.comments .comment-item .comment-box {
  width: calc(100% - 120px);
}
.comments .comment-item .info-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sidebar .ale_search {
  position: relative;
}
.sidebar .ale_search .searchinput {
  min-height: 50px;
}
.sidebar .ale_search .submitsearch {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='18' viewBox='0 0 35 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16' height='16' stroke='%230C1212' stroke-width='2'/%3E%3Crect x='17' y='8' width='18' height='2' fill='%230C1212'/%3E%3C/svg%3E");
}
.sidebar .widget_recent_comments .comment-author-link {
  font-weight: 700;
  color: #0C1212;
}
.sidebar .widget_rss .rsswidget {
  display: block;
  font-weight: 700;
  color: #0C1212;
}
.sidebar .widget_rss .rss-date {
  font-size: 16px;
  color: #4D4D4D;
}
.sidebar .widget_rss cite {
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
  color: #0C1212;
  font-weight: 700;
}
.sidebar ul,
.sidebar ol {
  margin-left: 20px;
  margin-bottom: 0;
}
.sidebar a:hover {
  color: #000;
  text-decoration: underline;
}
.sidebar select {
  width: 100%;
}
.sidebar div.widget {
  margin-bottom: 50px;
}
.sidebar h5.widget_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sidebar .wp-calendar-table {
  width: 100%;
}
.sidebar .wp-calendar-table th,
.sidebar .wp-calendar-table td {
  padding: 10px;
}
@media (max-width: 1260px) {
  header.ale_top .header_nav .menu-header li {
    margin: 0 10px;
  }
  header.ale_top .header_nav .menu-header {
    font-size: 18px;
  }
  footer.ale_footer .footer_logo_bg .delizioso_title {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  header .mobile_navigation_container {
    display: block;
  }
  .header_nav {
    display: none;
  }
}
@media (max-width: 768px) {
  header.ale_top .top_nav {
    margin-left: 20px;
    margin-right: 20px;
  }
  header.ale_top .delizioso_search_container .close_info {
    margin-bottom: 5px;
  }
  header.ale_top .delizioso_search_container .close_info,
  header.ale_top .delizioso_search_container .close_info_second {
    font-size: 20px;
    line-height: 30px;
  }
  footer.ale_footer {
    padding-left: 60px;
    padding-right: 60px;
  }
  footer.ale_footer .footer_logo_bg .delizioso_title {
    font-size: 40px;
    line-height: 60px;
  }
  footer.ale_footer .footer_logo_bg .footer_logo.centered_on_text {
    margin-top: -30px;
  }
  .archive_blog_page > .wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-lefT: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .blog_content_holder .post_container h2.post_title {
    font-size: 30px;
    line-height: 54px;
  }
  .archive_blog_page > .wrapper .blog_content_holder:has(+ aside.sidebar),
  .archive_blog_page > .wrapper .blog_content_holder {
    width: 100%;
  }
  .archive_blog_page > .wrapper aside.sidebar {
    width: 100%;
    margin: 0;
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  header.ale_top .top_nav {
    flex-wrap: wrap;
  }
  header.ale_top .logo {
    width: 50%;
  }
  header .mobile_navigation_container {
    width: 50%;
    text-align: right;
  }
  header.ale_top .right_header_part {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-end;
  }
}
