/*
Theme Name: Hide
Theme URI: https://rockit/
Author: WP Royal
Author URI: https://rockit/
Description: Personal and Multi-Author Free WordPress Blog Theme. Perfect for personal, lifestyle, health & fitness, food, cooking, bakery, travel, beauty, fashion, wedding, photography, news, quotes blog, auto blog, small business website and any other kind of amazing blogs. Minimal, elegant & mobile friendly layout with WooCommerce shop (storefront) support will WOW and inspire your visitors. Well documented and very easy to use even for WordPress beginners. Clean and Modern Responsive design will perfectly showcase your content on any device, even on tablet, mobile & retina displays. Very fast, compatibility with many popular plugins & of course translation & RTL (right to left language) ready, coded with best SEO practices. The theme has features like Text & Image logo, Fullscreen Slider, Header image, Instagram slider widget support, footer menu support, GDPR compatibility plugins support and many more. Works perfectly with all major drag and drop page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi. You just need to write and be awesome! TEMPLATE DEMO: https://ashe-free.wp-royal-themes.com/demo/
Version: 2.248
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 6.7.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: ashe
Tags: blog, e-commerce, food-and-drink, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, flexible-header, full-width-template, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
1.0 Normalize
2.0 General Styles & Classes
3.0 Top Bar
4.0 Page Header
5.0 Featured Slider
6.0 Main Navigation
7.0 Featured Links
8.0 Blog Grid
9.0 Post Formats
10.0 Blog Pagination
11.0 Blog Single
12.0 Comments
13.0 Default Gallery
14.0 Widgets
15.0 Page Footer
16.0 Typography
17.0 Pages
18.0 Preloader
19.0 Gutenberg Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#infscr-loading {
  text-align: center;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  border: 0;
  height: 1px;
  margin: 20px 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color:#F4F4F4;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  display: block;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

p,
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; 
}

[type="search"]:focus {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; 
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

/*canvas {  display: inline-block;}*/

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Custom - Theme Specific */
body {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
}

img,
iframe,
embed {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  outline: 0;
  -webkit-border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
  clear: both;
}


/*--------------------------------------------------------------
2.0 General Styles & Classes
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0 !important;
}

.clear-fix{width:100%; float:left;     /*height: 1px;*/}
.clearfix{    width: 100%;    height: 1px;    clear: both;}
.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear-fix:after {
  clear: both;
}

.cv-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90; 
}

.cv-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.cv-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.boxed-wrapper {  margin: 0 auto;width: 100%;}
#page-header{position: absolute;    width: 100%;    top: 0;}
#page-header.boxed-wrapper {
  padding: 0 !important;
}

#top-bar > div, #featured-links/*, .main-content*/ {
    padding-left: 30px;
    padding-right: 30px;}
.main-content {
  /*padding-top: 40px;
  padding-bottom: 40px;*/
}

.main-content.single-item{padding-top: 0px;}
/* WordPress Default Class */
/*.sticky {
  background: #f7f7f7;
  padding: 40px;
}*/
/*
.sticky .related-posts {
  border: none;
  padding-bottom: 0;
}*/

.bypostauthor {}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0,0 0, 0 0);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignnone {
  margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 10px auto;
  clear: both;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.alignnone {
  margin: 5px 20px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  overflow: hidden;
}

.wp-caption-text{
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
}

.center-text {
  text-align: center;
}


/* Default Styles */
hr {
  border: 0;
  height: 1px;
  margin: 30px 0;
}

strong {
  font-weight: bold;
}

em,
cite,
address {
  font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 85%;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
  margin-bottom: 10px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

p {
  margin-bottom: 0;
}

blockquote {
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 15px;
}

blockquote p {
  font-size: 19px;
  line-height: 30.7px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

blockquote a {
  font-style: italic;
}

.wp-block-pullquote blockquote {
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 10px;
  border-left: 0;
  padding-left: 0;
}

.post-content ul,
.woocommerce-product-details__short-description ul,
.woocommerce-Tabs-panel--description ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: disc;
}

.wp-block-gallery ul {
  padding-left: 0 !important;
}

.post-content ol,
.woocommerce-product-details__short-description ol,
.woocommerce-Tabs-panel--description ol {
  padding-left: 25px;
  margin-bottom: 15px;
  list-style: decimal;
}

table {
  margin-bottom: 15px;
}

table th {
  font-weight: bold;
}

table tr,
table th,
table td {
 /* border-width: 1px;
  border-style: solid;*/
  padding: 10px;
  text-align: left;
}

dl dt {
  font-weight: bold;
}

abbr[title] {
  border-width: 1px;
  border-style: dotted;
  cursor: help;
}

big {
  font-size: 125%;
}

pre {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  white-space: pre-wrap; 
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.post-password-form input[name="post_password"] {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
}

.post-password-form input[type="submit"] {
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}

/*--------------------------------------------------------------
3.0 Top Bar
--------------------------------------------------------------*/

#top-bar {
  text-align: center;
  box-shadow: 0px 1px 5px rgba(0,0,0, 0.1);
}

#top-menu li {
  position: relative;
}

#top-menu > li {
  display: inline-block;
  list-style: none;
}

#top-menu li a {
  display: block;
  position: relative;
  padding: 0 5px;
  margin-left: 5px;
}

#top-menu li a:first-child {
  margin-left: 0;
}

#top-menu > li > a {
  display: block;
  text-decoration: none;
}

#top-menu > li:first-child > a {
  padding-left: 0px;
}

#top-menu > li:last-child > a {
  padding-right: 0px;
}

#top-menu ul ul {
  top: -1px;
  left: 100%;
}

#top-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 130;   
  width: 170px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
}

#top-menu .sub-menu a {
  border-bottom-style: solid;
  border-bottom-width: 1px; 
}

#top-menu .sub-menu > li:last-of-type > a {
  border: none;
}

#top-menu .sub-menu li:first-child > .sub-menu {
  margin-top: -1px;
}

#top-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
}

.top-bar-socials a {
  margin-left: 15px;
  text-align: center;    
  text-decoration: none;
}

.top-bar-socials a:first-child {
  margin-left: 0;
}

/*--------------------------------------------------------------
4.0 Page Header
--------------------------------------------------------------*/

.entry-header {
  position: relative;
  overflow: hidden;
}

.header-logo {
  text-align: center;
}

.header-logo a {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1;
}

.header-logo a img {
  margin: 0 auto;
}

.site-description {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.1;
}

.title-tagline-shown .header-logo a:not(.logo-img),
.title-tagline-shown .site-description {
  display: block;
}

.title-tagline-hidden .header-logo a:not(.logo-img),
.title-tagline-hidden .site-description {
  display: none;
}

.mini-logo a {
  display: block;
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}


/*--------------------------------------------------------------
5.0 Featured Slider
--------------------------------------------------------------*/

.featured-slider-area.boxed-wrapper {
  padding-top: 41px;
}

#featured-slider.boxed-wrapper img {
  width: 100%;
}

.slider-item {
  position: relative;
  display: none;
}

#featured-slider .slider-item:first-child {
  display: block;
}

#featured-slider.slick-initialized .slider-item {
  display: block;
}

#featured-slider.boxed-wrapper .slider-item-bg {
  height: 540px;
}

.slider-item-bg {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

[data-slick*="1"] .cv-container {
  visibility: hidden;
  opacity: 0.0001;
  -webkit-transition: all 650ms ease-in-out 0s;
  -moz-transition: all 650ms ease-in-out 0s;
  -o-transition: all 650ms ease-in-out 0s;
  transition: all 650ms ease-in-out 0s;
  transition-delay: .75s;
}

[data-slick*="1"] .slick-current .cv-container {
  visibility: inherit;
  opacity: 1;
}

.slider-info {
  display: inline-block;
  max-width: 840px;
  padding: 40px 60px;
}

#featured-slider .prev-arrow,
#featured-slider .next-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1001;
  padding: 0 15px;
  margin-top: -13px;
  font-size: 42px;
  text-align: center;
  cursor: pointer;
}

#featured-slider .prev-arrow:hover,
#featured-slider .next-arrow:hover {
    opacity: 1;
}

#featured-slider .prev-arrow {
  left: 15px;
}

#featured-slider .next-arrow {
  right: 15px;
}

.post-slider .prev-arrow,
.post-slider .next-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1001;
  padding: 0 15px;
  margin-top: -21px;
  font-size: 42px;
  text-align: center;
  cursor: pointer;
}

.post-slider .prev-arrow:hover,
.post-slider .next-arrow:hover {
    opacity: 1;
}

.post-slider .prev-arrow {
  left: 15px;
}

.post-slider .next-arrow {
  right: 15px;
}

.slider-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: 13px;
  z-index: 1000;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slider-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 11px;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots li:last-child {
  margin-right: 0;
}

.slider-categories {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.slider-title {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: inherit !important;
}

.slider-content {
  margin-bottom: 30px;
}

.slider-read-more a {
  display: inline-block;
  padding: 0 25px;
  border: 1px solid;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
}

.slider-data {
  margin-bottom: 20px;
}



/*--------------------------------------------------------------
6.0 Main Navigation
--------------------------------------------------------------*/

.btn-mega-menu,
.main-nav-sidebar {
  display: inline-block;margin-left:32px;
}
.btn-mega-menu div,
.main-nav-sidebar div {
  max-height: 60px; 
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-mega-menu span,
.main-nav-sidebar span {
  display: block;
  width: 36px;
  height: 2px;background:#F4F4F4;
  margin-bottom: 8px;
}
.btn-mega-menu,
.main-nav-sidebar,
.main-nav-search,
.dark-mode-switcher {
  -webkit-user-select: none;
  user-select: none;
}
body.showmega{overflow: hidden;}
.showmega .btn-mega-menu span:first-child{transform: rotate(45deg);    margin-bottom: -2px;}
.showmega .btn-mega-menu span:last-child{transform: rotate(-45deg);    margin-bottom: -2px;}

#main-nav .boxed-wrapper{    display: flex;    justify-content: space-between;    align-items: center;}
#main-nav .mobile-menu-btn,
#main-nav .main-nav-icons,
#main-nav .main-nav-sidebar{display:none}
#main-nav .boxed-wrapper .mini-logo{    margin-right: auto;}

.no-boxed-wrapper{padding-left:30px;padding-right:30px;    width: 100%;}



#main-nav {
    /*position: fixed;*/
    position: absolute;
    z-index: 1100 !important;
    min-height: 62px;
    /*background: #100F10;*/
}

#main-nav > div {
  position: relative;
}

/* 5.1 Menu */
#main-menu {
  width: auto;
}

#main-menu li {
  position: relative;
}

#main-menu > li {
  display: inline-block;
  list-style: none;
}

#main-menu li a {
  display: block;
  position: relative;
  padding: 0 16px;
  margin-left: 5px;
}

#main-menu li a:first-child {
  margin-left: 0;
}

#main-menu > li > a {
  display: block;
  text-decoration: none;
}

#main-menu li:first-child a {
  padding-left: 0px;
}

#main-menu li:last-child a {
  padding-right: 0px;
}

#main-menu ul ul {
  top: 0;
  left: 100%;
}

#main-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 130;   
  width: 200px;
  text-align: left;
  border-style: solid;
  border-width: 1px; 
}

#main-menu .sub-menu a {
  border-bottom-style: solid;
  border-bottom-width: 1px; 
}

#main-menu .sub-menu > li:last-of-type > a {
  border: none;
}

#main-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
}

#main-menu li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 10px;
  font-size: 15px;
}

#main-menu ul li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 14px;
  float: right;
}

#main-menu .sub-menu li:first-child > .sub-menu {
  margin-top: -1px;
}

/* Mobile Menu  */
.mobile-menu-container {
  display: none;
  clear: both;
}

.mobile-menu-btn {
  display: none;
  padding: 0 15px;
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
}

#mobile-menu {
  padding-bottom: 15px;
}

#mobile-menu li {
  position: relative;
  width: 100%;
  text-align: center;
}

#mobile-menu li.menu-item-has-children > a {
  display: inline-block;
  text-indent: 15px;
}

#mobile-menu li a {
  display: block;
  position: relative;
  z-index: 5;
}

#mobile-menu .sub-menu li {
  line-height: 30px !important;
}

#mobile-menu .sub-menu li .sub-menu-btn-icon {
  padding-top: 5px !important;
}

.sub-menu-btn {
  position: absolute;
  top: 0;
  left: 0;   
  width: 100%;
  height: 35px;
  padding: 0 10px;
  text-align: left;
  z-index: 1;
}

.sub-menu-btn-icon {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  line-height: 19px;
  padding-top: 7px;
}

#main-menu .sub-menu > li .sub-menu-btn-icon {
  padding-top: 13px;
}

#mobile-menu .sub-menu > li .sub-menu-btn-icon {
  padding-top: 6px;
}

#mobile-menu .sub-menu {
  display: none;
}

/* 5.2 Icons */
.main-nav-search {
  position: relative;
  cursor: pointer;
  float: right;
}

.main-nav-search i {
  position: relative;
  z-index: 10;
}

.main-nav-search #searchform {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.main-nav-search #searchform i {
  display: none;
}

.main-nav-search label,
.main-nav-search #searchsubmit {
  display: none;
}

.main-nav-search div {
  line-height: 1;
}

.dark-mode-switcher {
  position: relative;
  z-index: 1;
  float: left;
  padding-top: 1px;
  font-size: 16px;
  line-height: 60px;
  margin-right: 18px;
  cursor: pointer;
}

.dark-mode-admin-notice {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-107%);
  background: #fff;
  width: 300px;
  font-size: 13px;
  line-height: 18px;
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  border-radius: 5px;
}

.dark-mode-switcher:hover .dark-mode-admin-notice {
  display: block;
}

/* 5.3 Search */
#main-nav #searchform {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

#main-nav #searchform input {
  width: 100%;
  padding: 0;
  border: 0;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-align: center;
}

#main-nav #searchform,
#main-nav #searchform i,
#main-nav #searchform #searchsubmit,
.main-nav-search i:last-of-type {
  display: none;
}


/* 5.4 Sidebar Alt */
.btn-mega-menu,
.main-nav-sidebar {
  cursor: pointer;
}

.sidebar-alt {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1200;
  height: 100%;
  overflow-x: hidden;
  transition: left 500ms ease-out;
  -webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  -ms-transition: left 500ms ease-out;
}

.sidebar-alt-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sidebar-alt-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.admin-bar .sidebar-alt-close-btn {
  top: 40px;
}

.sidebar-alt-close-btn span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  cursor: pointer;
  margin-left: -9px;
}

.sidebar-alt-close-btn span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar-alt-close-btn span:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-nav-socials {
  float: left;
  margin-right: 18px;
}

.main-nav-socials a {
  font-size: 14px;
  line-height: 60px;
  margin-left: 14px;
  text-align: center;
  text-decoration: none;
}

.main-nav-socials a:first-child {
  margin-left: 0;
}


/*--------------------------------------------------------------
7.0 Featured Links
--------------------------------------------------------------*/

#featured-links {
  padding-top: 20px;
}

#featured-links .boxed-wrapper {
  font-size: 0;
  text-align: center;
}

#featured-links .featured-link {
  position: relative;
  float: left;
}

#featured-links a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#featured-links .cv-outer {
  padding: 10px;
}

#featured-links h6 {
  display: inline-block;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
8.0 Blog Grid
--------------------------------------------------------------*/
#page-wrap{overflow: hidden;}
.page-wraper{    padding-top: 50px!important;    max-width: 1300px!important;    margin: 0 auto!important;    float: none!important;}
.main-container {
  float: left;
  margin: 0 auto;
  /**/
}
.main-container.full-width{width:100%!important}

.sidebar-left {
  float: left;
}

.sidebar-right {
  float: right;
}

.post-media {
  position: relative;
  margin-bottom: 18px;
}

.post-media > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post-categories a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post-title,
.page-title {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.5px;
}


.post-title {
  margin-bottom: 13px;
}

.page-title {
  margin-bottom: 24px;
}

.post-title em,
.page-title em {
  font-weight: 600;
}

.post-meta {display: flex;    justify-content: space-between;
margin-bottom:52px;
border-bottom:1px solid #34353E;
padding-bottom:52px;
}
.post-meta .author{margin-right:auto}



.post-date + span.meta-sep,
.post-author + span.meta-sep {
  display: inline;
}

.post-content {  /*overflow: hidden;*/}

.post-content > p {
  text-align: justify;
}

.post-content > p.has-text-align-left {
  text-align: left;
}


.post-content > p.has-text-align-right {
  text-align: right;
}


.post-content > p.has-text-align-center {
  text-align: center;
}

.read-more {
  margin: 25px 0 15px;
  text-align: center;
}


.single-post-title{margin: 154px 0 52px;
font-size: 40px;
font-weight: 500;
line-height: 56px;
}


.read-more a {
  display: inline-block;
  padding: 0 25px;
  border: 1px solid;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.post-footer {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid;
}

.post-author {
  float: left;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.post-author a {
  display: inline-block;
  vertical-align: top;
}

.post-author a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 3px;
}

.post-share {
  float: right;
  font-size: 14px;
}

.post-share a {
  margin-left: 16px;
  line-height: 30px;
}

.post-footer .post-comments {
  float: right;
  font-style: italic;
  line-height: 30px;
}

.no-result-found {
  text-align: center;
  margin: 50px auto 100px;
}

.no-result-found h3 {
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.no-result-found .widget_search {
  max-width: 480px;
  margin: 30px auto 0px;
}

/* 10.1 List layout  */
.blog-grid {
  padding-left: 0 !important;
  list-style: none !important;
}

.blog-grid li{    width: calc(50% - 15px);    margin-bottom: 30px;    float: left;}
.blog-grid li:nth-child(2n){float:right}

[data-layout*="list"] .blog-grid > li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

[data-layout*="list"] .post-title {
  font-size: 32px;
  line-height: 38px;
}

[data-layout*="list"] .post-share {
  float: none;
}

[data-layout*="list"] .post-author {
  float: none;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

[data-layout*="list"] .post-author a {
  vertical-align: baseline;
}

[data-layout*="list"] .post-comments {
  float: none;
}

[data-layout*="list"] .post-media {
  margin-bottom: 0;
}

[data-layout*="list"] .post-categories {
  margin-bottom: 4px;
}

[data-layout*="list"] .post-meta {
  margin-bottom: 17px;
}

[data-layout*="list"] .read-more {
    margin: 10px 0 0;
}

[data-layout*="list"] .post-share {
    margin-top: 21px;
}

[data-layout*="list"] .post-footer {
  padding: 10px 0;
}

[data-layout*="list"] .related-posts {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Category Description */
.category-description {
text-align: left;
color:#DDDDDD;    margin-bottom: 62px;
}

.category-description h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.category-description p {
  display: inline-block;
  max-width: 700px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24.2px;
}

.blog-wrap-line{ background:#34353E;position:relative;height:1px;width:100%;margin-top:0px;margin-bottom:62px}
.blog-wrap-line:after,
.blog-wrap-line:before{content:''; display:block;position:absolute; height:1px; width:100%; top:0px; background:#34353E}
.blog-wrap-line:after{left:-100%}
.blog-wrap-line:before{right:-100%}

/*--------------------------------------------------------------
9.0 Post Formats
--------------------------------------------------------------*/
.post-media img,
.post-media iframe, 
.post-media embed {
  margin: 0 auto;
}

.post-media img {
  width: auto;
}

.post-media img + .entry-audio {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
}

.format-link .post-media .cv-container,
.format-quote .post-media .cv-container {
  display: none;
}

.format-link .post-media img + .cv-container,
.format-quote .post-media img + .cv-container {
  display: block;
}

.post-media .image-overlay {
  padding: 20px 18px;
}

.post-media .image-overlay p,
.post-media .image-overlay a {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.post-media .image-overlay span {
  text-align: right;
  font-style: italic;
  letter-spacing: 0.5px;
}

.single .post-media .image-overlay span {
  text-align: center;
}

.post-slide {
  position: relative;
}

.stacked-slide {
  margin-bottom: 15px;
}

.slide-caption {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 3px 15px;
  font-size: 13px;
}

.blog-post .slide-caption {
  display: none;
}



/*--------------------------------------------------------------
10.0 Blog Pagination
--------------------------------------------------------------*/

.blog-pagination {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0px;
}

.pagin-pn{display: flex;    justify-content: flex-end;}

.pagin-pn .longlink-wrap{    width: 48%;}
.pagin-pn .longlink-wrap a{   opacity:0.5}
.pagin-pn a:hover{opacity:1}
.pagin-pn a.prev-page i{    transform: rotate(180deg);    position: relative;    top: -8px;}
.pagin-pn a.next-page{   width: auto;}

.page-info{
font-family: "Cormorant", serif;
font-size: 18px;
font-weight: 400;
line-height: 21.6px;
text-align: left;
}
/* 10.1 Default */

.previous-page a,
.next-page a {
  font-weight: 600;
  text-transform: uppercase;
}

.page-content .blog-pagination.default .previous-page a,
.page-content .blog-pagination.default .next-page a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-pagination.default .previous-page {
  float: left;
}

.blog-pagination.default .next-page {
  float: right;
}

/* 10.2 Numeric */
.blog-pagination.numeric a,
.blog-pagination.numeric span {
  display: inline-block;
  padding: 14px 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 2px;
}

.blog-pagination.numeric .numeric-prev-page {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog-pagination.numeric .numeric-next-page {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* 10.3 Load More / Infinite Scroll */
.blog-pagination.load-more a {
  display: inline-block;
  padding: 14px 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.blog-pagination.infinite a {
  display: none;
}

#infscr-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1300;
  font-size: 26px;
  text-transform: uppercase;
  list-style-position: 1px;
}

#infscr-loading img {
  display: none;
}

.infscr-loading-disabled #infscr-loading {
  display: none !important;
}



/*--------------------------------------------------------------
11.0 Blog Single
--------------------------------------------------------------*/

/* Tags */
.post-tags {
  text-align: left;
  margin-bottom: 18px;
}

.post-tags a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding: 0 12px;
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
}

/* Navigation */
.single-post .previous-post,
.single-post .next-post {
  display: none;
  position: fixed;
  top: 50%;
  margin-top: -37.5px;
  height: 75px;
  line-height: 75px;
}

.single-post .previous-post {
  right: 0;
}

.single-post .next-post {
  left: 0;
}

.single-post .previous-post i,
.single-post .next-post i {
  position: relative;
  z-index: 10;
  padding: 30px 10px;
}

.single-post .previous-post img,
.single-post .next-post img {
  position: absolute;
  z-index: 9;
  max-width: 75px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.single-post .previous-post img {
  right: -100px;
}

.single-post .next-post img {
  left: -100px;
}

.single-post .previous-post:hover img {
  right: 25px;
}

.single-post .next-post:hover img {
  left: 25px;
}

/* Post Pagination */
.single-pagination {
  padding: 20px;
  text-align: center;
}

/* Post Author */
.author-description {
  overflow: hidden;
  padding: 35px 0 39px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
  overflow-wrap: break-word;
}

.author-avatar img {
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.author-description h4 {
  margin: 1px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.author-share a {
  font-size: 14px;
  margin-right: 10px;
}

.author-share a:last-child {
  margin: 0;
}

.author-description p {
  display: inline-block;
  max-width: 800px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24.2px;
}

/* Related Post */
.related-posts {
  padding: 27px 0 33px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.related-posts h3 {
  margin-bottom: 19px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.related-posts h4 {
  margin-top: 8px;
}

.related-posts h4 a {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.related-post-date {
  font-size: 11px;
}

.related-posts section {
  float: left;
  width: calc((100% - (2 * 23px)) / 3 - 1px);
  width: -webkit-calc((100% - (2 * 23px)) / 3 - 1px);
}

.related-posts section {
  margin-right: 23px;  
}

.related-posts section:last-of-type {
  margin-right: 0 !important;
}

.wp-block-search {
  position: relative;
}

.wp-block-search label {
  display: none;
}

.wp-block-search input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
}

.wp-block-search button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  border: 0;
}


/*--------------------------------------------------------------
12.0 Comments
--------------------------------------------------------------*/

.comments-area {
  margin-top: 30px;
}

#reply-title,
#reply-title a,
.comment-title h2,
.comment-title {
  margin-bottom: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.comments-area .children {
  margin-left: 50px;
}

.entry-comments {
  overflow: hidden;
  padding: 0px 0 55px;
  margin-bottom: 40px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 15px;
  line-height: 24.2px;
}

.comment-content {
  overflow: hidden;
}

.comment-avatar {
  float: left;
  margin-right: 17px;
}

.comment-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment-author {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-date a:first-child:hover {
  text-decoration: underline;
}

.awaiting-moderation {
  font-style: italic;
}

.commentslist footer a:hover {
  text-decoration: underline;
}

.logged-in-as {
  margin-bottom: 12px;
}

.comment-meta {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
}

.comment-date {
  margin-right: 10px;
}

.comment-reply-link {
  font-size: 13px;
  font-weight: bold;
  float: right;
  margin-top: -27px;
}

.comment-notes {
  margin-bottom: 15px;
}

.comment-form {
  padding-top: 4px;
}

.comment-form label {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.comments-area input,
.comments-area textarea {
  padding: 13px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
}

.comment-form-author input,
.comment-form-email input, 
.comment-form-url input,
.comments-area textarea {
  margin-bottom: 10px;
}

.comment-form-author input,
.comment-form-email input, 
.comment-form-url input {
  width: 60% !important;
}

.comments-area textarea {
  width: 100% !important;

}

.comments-area textarea {
  height: 250px;
}

.comments-area #submit {
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.comments-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}


/*--------------------------------------------------------------
13.0 Default Gallery
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 10px;
  overflow: hidden;
  list-style: none !important;
}

.gallery-caption,
.wp-caption-text {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
}

body:not(.elementor-page) .gallery-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin-right: 5px;
  margin-bottom: 5px; 
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  float: none !important;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - (5px * 1)) / 2 - 1px);
  width: calc((100% - (5px * 1)) / 2 - 1px);
}

.gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - (5px * 2)) / 3 - 1px);
  width: calc((100% - (5px * 2)) / 3 - 1px);
}

.gallery-columns-4 .gallery-item {
  width: -webkit-calc((100% - (5px * 3)) / 4 - 1px);
  width: calc((100% - (5px * 3)) / 4 - 1px);
}

.gallery-columns-5 .gallery-item {
  width: -webkit-calc((100% - (5px * 4)) / 5 - 1px);
  width: calc((100% - (5px * 4)) / 5 - 1px);
}

.gallery-columns-6 .gallery-item {
  width: -webkit-calc((100% - (5px * 5)) / 6 - 1px);
  width: calc((100% - (5px * 5)) / 6 - 1px);
}

.gallery-columns-7 .gallery-item {
  width: -webkit-calc((100% - (5px * 6)) / 7 - 1px);
  width: calc((100% - (5px * 6)) / 7 - 1px);
}

.gallery-columns-8 .gallery-item {
  width: -webkit-calc((100% - (5px * 7)) / 8 - 1px);
  width: calc((100% - (5px * 7)) / 8 - 1px);
}

.gallery-columns-9 .gallery-item {
  width: -webkit-calc((100% - (5px * 8)) / 9 - 1px);
  width: calc((100% - (5px * 8)) / 9 - 1px);
}


/*--------------------------------------------------------------
14.0 Widgets
--------------------------------------------------------------*/

.ashe-widget {
  margin-bottom: 40px;
  overflow: hidden;
}

.ashe-widget input[type="text"],
.ashe-widget input[type="email"],
.ashe-widget input[type="url"],
.ashe-widget input[type="password"],
.ashe-widget input[type="search"],
.ashe-widget input[type="submit"],
.ashe-widget select,
.ashe-widget textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
}

.widget-title {
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  clear: both;
  overflow: hidden;
}

.widget-title h2 {
  display: inline-block;
  position: relative;  
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 1.5px;
}

.widget-title h2:before,
.widget-title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.widget-title h2:before {
  right: 100%;
  margin-right: 15px;
}

.widget-title h2:after {
  left: 100%;
  margin-left: 15px;
}

.ashe-widget > ul li span,
.ashe-widget > ul li span a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  color: inherit;
}

.widget_recent_entries ul li span {
  font-size: 12px;
}

.widget_recent_comments li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages > ul > li,
.widget_archive li,
.widget_categories > ul > li,
.widget_recent_entries ul li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  line-height: 45px;
}

.widget_nav_menu li {
  line-height: 45px;
}

.widget_pages .children > li a {
  display: block;
  border-top-style: dotted;
  border-top-width: 1px;
}

.widget_nav_menu li a {
  display: block;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.ashe-widget .sub-menu {
  padding-left: 10px;
}

.widget_rss img {
  display: inline-block;
}

/* Search */
.widget_search #searchform {
  position: relative;
}

.widget_search i,
.widget_search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}

.widget_search #searchsubmit {
  width: auto !important;
  cursor: pointer;
  opacity: 0;
}

.widget_product_search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px;
  width: auto !important;
  cursor: pointer;
}


/* Category */
.widget_categories ul li,
.widget_archive ul li {
  float: left;
  width: 100%;
  text-align: right;
}

.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  overflow: hidden;
}

.widget_categories .children li {
  padding-left: 10px;
  border-top-width: 1px;
  border-style: dotted; 
}

/* TagCloud */
.tagcloud a {
  display: inline-block;
  padding: 4px 13px;
  margin: 0 5px 7px 0;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
}

/* Calendar */
#wp-calendar {
  width: 100%;  
  border-width: 1px;
  border-style: solid;
}

#wp-calendar thead th {
  padding-bottom: 5px;
  font-size: 14px;
  text-align: center;
}

#wp-calendar caption {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

#wp-calendar tbody td a {
  display: block;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
  padding: 8px 5px;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar thead tr th {
  padding: 8px;
  text-align: center;
  font-weight: 700;
}

#wp-calendar tbody td {
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  text-align: center;
}

#wp-calendar tbody td a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

/* Social Widget */
.ashe_social_widget .social-icons {
  text-align: center;
}

.ashe_social_widget .social-icons a {
  margin-right: 8.5%;
  padding: 0 3px;
  line-height: 35px;
  font-size: 17px;
}

.ashe_social_widget .social-icons a:last-child {
  margin-right: 0;
}

/* Instagram Widget */
.ashe-instagram-widget {
  position: relative;
}

.instagram-title {
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.instagram-title h2 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 47px;
  padding: 0px 17px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}

.jr-insta-slider {
  display: block;
}

.null-instagram-feed {
  display: inline-block;
  width: 100%;
}

.null-instagram-feed li a {
  float: left;
  overflow: hidden; 
}

.ashe-widget.null-instagram-feed li a {
  width: calc( 95% / 3 - 1px );
  width: -webkit-calc( 95% / 3 - 1px );
  margin-right: 2.5%; 
  margin-bottom:2.5%; 
}

.ashe-widget.null-instagram-feed li:nth-child(3n+0) a {
  margin-right: 0px;
}

.ashe-widget .meks-instagram-widget {
  margin: 0 auto !important;
}

.ashe-widget .meks-instagram-follow-link {
  margin-top: 13px;
  text-align: center;
}

.ashe-widget .meks-instagram-follow-link i {
  margin-right: 3px;
}

.ashe-instagram-widget #sbi_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ashe-widget #sb_instagram #sbi_images .sbi_item {
  width: 33.3% !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
}

.ashe-instagram-widget #sbi_images .sbi_photo {
  height: auto !important;
}

.ashe-instagram-widget #sbi_images .sbi_photo img {
  display: block !important;
}

.ashe-widget #sbi_images .sbi_photo {
  /*height: auto !important;*/
}

.ashe-widget #sbi_images .sbi_photo img {
  display: block !important;
}


/* Featured Posts Widget */
.rpwwt-widget ul li {   
  padding-bottom: 15px;
  margin-bottom: 10px !important;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  overflow: hidden;
}

.rpwwt-widget ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.rpwwt-post-title {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.rpwwt-post-author,
.rpwwt-post-categories,
.rpwwt-post-date,
.rpwwt-post-comments-number {
  font-size: 13px;
  font-style: italic;
}

/* Facebook Widget */
.widget_fbw_id .loader {
    display: none !important;
}

/* Mailchimp & MailPoet Widgets */
.mc4wp-form-fields,
.widget_wysija_cont {
  padding: 35px 30px 40px;
  background: #f7f7f7;
}

.ashe-subscribe-text {
  text-align: center;
}

.ashe-subscribe-text h4 {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.ashe-subscribe-text h4:before {
  font-family: "fontello";
  content: "\e802";
  font-weight: 400;
  font-size: 17px;
  margin-right: 7px;
}

.ashe-subscribe-text p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px !important;
}

.mc4wp-error {
  text-align: center;
  margin-top: 10px;
}

.formError .formErrorContent {
  width: 160px;
}

.mc4wp-form-fields label {
  display: inline-block;
  margin-bottom: 10px;
}

.mc4wp-form-fields input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}

.mc4wp-form-fields p:last-of-type {
  margin: 0;  
}

.widget_wysija {
  width: 100%;
}

.widget_wysija label {
  margin-bottom: 10px;
}

.widget_wysija input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 12px;
  border: none;
  cursor: pointer;
}

.widget_wysija input[name="wysija[user][firstname]"],
.widget_wysija input[name="wysija[user][lastname]"],
.widget_wysija input[name="wysija[user][email]"],
.widget_wysija select {
  margin-bottom: 10px; 
}

.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.widget_wysija_cont .xdetailed-errors {
  padding: 9px;
}

/* Contact form 7 */
.wpcf7 form .wpcf7-response-output {    margin: 2em 0 1em!important;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    border: 1px solid #34353E;
    padding: 15px;
    margin-top: 10px;
    height: 64px;
    width: 100%;
    background: transparent !important;
    color:#f4f4f4
}
.wpcf7 textarea{  height: 150px;}



.modal-wrapper.sended .modal-cart-answer .close-button,
.modal-wrapper.sended .modal-answer .close-button,
.wpcf7 .wpcf7-submit{
background:#F4F4F4!important;
padding: 29.5px 40px;
    border: 0px none;
    cursor: pointer;
    color:#000;
    
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wpcf7 .wpcf7-submit img{margin-left:auto}
/*
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
  width: 60%;
}

.wpcf7 input[type="number"] {
  width: 60px;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="date"] {
  width: 170px;
}

.wpcf7 textarea {
  width: 100%;
  height: 250px;
}

.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea {
  margin-top: 3px;
}

.wpcf7 label,
.wpcf7-quiz-label {
  display: block;
}
*/
.wpcf7 p {
  margin-bottom: 32px;
}
/*
.wpcf7 [type="submit"] {
  padding: 13px;
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.zoom-social_icons-list-span {
  font-family: "socicon" !important;
}*/


/*--------------------------------------------------------------
15.0 Page Footer
--------------------------------------------------------------*/

#page-footer{margin-top:145px; }
.page-footer-inner{border-top:1px solid #34353E; /*margin-left:30px;margin-right:30px;*/}
/* 11.1 Widgets */
.footer-widgets {
  padding: 60px 0 0px;
  overflow: hidden;
}

.footer-widgets > .ashe-widget {
  float: left;
}

.footer-widgets .widget-title {
  margin-bottom: 20px;
}

.credit {  float: left;    font-size: 13px;    width: 50%;}
.credit >div{float: right}

.footer-copyright {
/*border-top:1px solid #34353E;*/
  padding: 32px 0;
  overflow: hidden;
}

.footer-copyright.homefooter {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left:30px;padding-right:30px;
    /*background: #000*/}

.footer-copyright * {
font-size: 12px; color:#fff;
font-weight: 300;
line-height: 20.4px;
text-align: left;

}

.footer-socials a {
  font-size: 13px;
  margin-right: 15px;
  letter-spacing: 1px;
}

.footer-socials a:last-child {
  margin: 0;
}

.footer-menu-container {
  float: right;
  font-size: 13px;
}

#footer-menu {
  float: left;
}

#footer-menu > li {
  display: inline-block;
  margin-right: 5px;
}

.footer-menu-container:after {
  content: '|';
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: -1px;
}

.scrolltop {
    border-radius:50%;
    width: 50px;
    height: 50px;
    background:rgba(82, 84, 87, 0.27);    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;

    display:flex;
    position: fixed;
    bottom: 65px;
    right: 80px;
    cursor: pointer;
    z-index: 999;
}

.scrolltop img{ width: 24px;    height: 25px;}
.scrolltop.totopvis{transform: scale(1);}

/*--------------------------------------------------------------
16.0 Typography
--------------------------------------------------------------*/



/* Top Menu */
#top-menu li a {
  font-size: 12px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 600;
}

.top-bar-socials a {
  font-size: 13px;
  line-height: 50px;
}

#top-menu .sub-menu > li > a {
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

#top-bar .mobile-menu-btn {
  float: left;
  line-height: 50px;
  padding: 0 5px 0;
}

/* Menu Fonts */
#main-menu li a {
  font-size: 15px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 600;
}

#main-menu .sub-menu > li > a {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1px;
}

#mobile-menu li,
.mobile-menu-btn a {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: 600;
}

#mobile-menu .sub-menu > li {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.main-nav-search,
#main-nav #s {
  font-size: 15px;
  line-height: 60px;
}
.btn-mega-menu,
.main-nav-sidebar,
.mini-logo {
  height: 62px;
}

.top-cart{    height: 24px;
    min-width: 24px;
    border: 1px solid #f4f4f4;
    text-align: center;
    line-height: 23px;
    padding: 0 6px;
  font-family: "Montserrat", serif;
  font-size: 12px;margin-left: 24px; cursor:pointer;    }

/* Headings Fonts */
.post-meta,
.ashe-widget > ul li span,
.ashe-widget > ul li span a,
#wp-calendar thead th,
#wp-calendar caption,
h1,
h2,
h3,
h4,
h5,
h6,
#reply-title,
#reply-title a {
  font-weight: 400;
}

/* Body Text */
body,
.page-404 h2,
.comment-author {
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height:23.8px;
  font-weight:400;
  color:#f4f4f4
}

.copyright-info{    display: flex;    align-items: flex-start;}
.copyright-info> span{margin-right:5px;}
.copyright-info, .copyright-info * {    color:#fff;}


.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 23px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  letter-spacing: 2px;
  font-size: 13px;
}

.upsells.products > h2,
.crosssells.products > h2,
.related.products > h2 {
  font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel > h2,
.woocommerce #reviews #comments h2,
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2,
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
#order_review_heading,
#customer_login h2,
.woocommerce-Address-title h3,
.woocommerce-order-details__title,
.woocommerce-customer-details h2,
.woocommerce-columns--addresses h3,
.upsells.products > h2,
.crosssells.products > h2,
.related.products > h2 {
  letter-spacing: 1.5px;
}

.woocommerce div.product .woocommerce-tabs .panel > h2,
.woocommerce #reviews #comments h2,
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2,
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
#order_review_heading,
#customer_login h2,
.woocommerce-Address-title h3,
.woocommerce-order-details__title,
.woocommerce-customer-details h2,
.woocommerce-columns--addresses h3 {
  font-size: 16px;
}


/* Font Size 11px */
.woocommerce .page-content ul.products li.product .button,
.page-content .woocommerce ul.products li.product .button,
.woocommerce-Reviews .woocommerce-review__published-date {
  font-size: 11px;
}

.woocommerce-Reviews .woocommerce-review__author {
  font-size: 15px;
}

/* letter-spacing 2+ */
.woocommerce .page-content ul.products li.product .button,
.page-content .woocommerce ul.products li.product .button {
  letter-spacing: 2px;
}

/* Font Size 13px */
.woocommerce-result-count,
.woocommerce ul.products li.product .price,
.woocommerce .product_meta,
.woocommerce .product_list_widget .quantity,
.woocommerce .widget_products .amount,
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce .widget_recently_viewed_products .amount,
.woocommerce .widget_top_rated_products .amount,
.woocommerce .widget_recent_reviews .reviewer,
.woocommerce-Reviews .woocommerce-review__author {
  font-size: 13px;
}

.page-content .woocommerce input.button,
.page-content .woocommerce a.button,
.page-content .woocommerce a.button.alt,
.page-content .woocommerce button.button.alt,
.page-content .woocommerce input.button.alt,
.page-content .woocommerce #respond input#submit.alt,
.woocommerce .page-content .widget_price_filter .button,
.woocommerce .page-content .woocommerce-message .button,
.woocommerce .page-content a.button.alt,
.woocommerce .page-content button.button.alt,
.woocommerce .page-content #respond input#submit,
.woocommerce .page-content .woocommerce-message .button,
.woocommerce-page .page-content .woocommerce-message .button,
.woocommerce form .form-row .required {
  font-size: 14px;
  letter-spacing: 1px;
}

.woocommerce-pagination .page-numbers {
  letter-spacing: 2px;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  font-size: 11px;
} 



/*--------------------------------------------------------------
17.0 Pages
--------------------------------------------------------------*/

.search .page .post-date,
.search .page .post-author {
  display: none;
}

.page-404 {
    height: 100vh;
    padding: 120px 40px 80px;
    text-align: center;
    background: url(/images/404-page.webp);
    background-size: cover;
    background-position: center bottom;
    display: flex;align-items: flex-end;    justify-content: flex-end;
}

.page-404 h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 60px;
  letter-spacing: 0.2em;
}

.page-404 h2:before {
  content: '404';
  position: absolute;
  top: 50%;
  left: 50%;  
  z-index: 1;
  font-size: 110px;
  line-height: 1;
  margin-top: -4px;
  opacity: 0.15;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-404 p {
  letter-spacing: 1.5px;
}

.page-404 p a {
  text-decoration: underline;
}




/*corect*/


.flex50{display:flex}
.flex50>div{width:50%}
.flex-vcenter{    align-items: center;}
.projects-page .flex-vcenter .mw375{padding-left:40px;}
.bottom-right{position: absolute;    bottom: 10px;    right: 0;}
.backlink{display: flex;    align-items: center;    text-transform: uppercase;       position: absolute; top: 154px;    z-index: 9;}
.page-template-team-page .backlink{top: 108px; }
.page-template-team-page #page-header {margin-bottom: 132px;}
.head-empty{position:relative}
.head-empty .backlink{ top: 0px; }

.backlink span{text-transform:uppercase;}
.backlink span:after{content:''; display:block; width:100%; height:1px; background:#fff;    margin-top: -4px;}
.backlink img{margin-right:16px;}
.language-chooser{    display: flex;    align-items: center;      flex-direction: row;      margin-left: 40px;  list-style: none;}
.language-chooser li{    padding: 0 6px 0 7px;}
.language-chooser li span,
.language-chooser li a{color:#9A9A9A;position:relative; }
.language-chooser li:first-child a span:after{display:block; content:''; height:14px; width:1px;background:#9A9A9A; position:absolute;    top: 2px;    right: -7px;}
.language-chooser li.active a{}
.language-chooser li a:hover span,
.language-chooser li.active a span{color:#fff;}
.qtranxs_widget_end{display: none;}



.h1{font-family: "Cormorant", serif;
font-size: 54px;
font-weight: 500;
line-height: 54px;
}
.h1-40-56{
font-family: "Cormorant", serif;
font-size: 40px;
font-weight: 500;
line-height: 56px;
text-align: left;
margin-bottom:52px
}


.text14_21{
font-size: 14px;
font-weight: 400;
line-height: 21px;
}
.text14_24{
font-size: 14px;
font-weight: 400;
line-height: 23.8px;
}
.text18_216{
font-size: 18px;
font-weight: 400;
line-height: 21.6px;
}
.text28_392{
font-size: 28px;
font-weight: 400;
line-height: 39.2px;
}
.text12_204{
font-size: 12px;
font-weight: 300;
line-height: 20.4px;
}
.uc{text-transform:uppercase}
.text-center{text-align: center;}
.white{color:#fff!important}
.color9a{color:#9A9A9A}
.colorb9{color:#B9B9B9}
.colorf4{color:#f4f4f4}
.colordd{color:#ddd}
.cormorant{font-family: "Cormorant", serif;}
.fw-500{font-weight: 500;}
.text40-56{font-size: 40px;line-height: 56px;}
.mb-26{margin-bottom:26px;}
.mb-32{margin-bottom:32px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-52{margin-bottom:52px!important;}
.borderb{border-bottom:1px solid #34353E}

.mb-8{margin-bottom:8px;}
.mb-16{margin-bottom:16px;}
.mt-30{margin-top:30px;}
.mt-26{margin-top:26px;}
.mb-62{margin-bottom:62px;}
.mt-62{margin-top:62px;}
.mb-82{margin-bottom:82px;}
.mb-148{margin-bottom:148px;}
.mb-152{margin-bottom:152px;}
.mt-63{margin-top:63px;    display: block;margin-bottom:6px;}
.mt-113{margin-top:113px;}
.mt-150{margin-top:150px;}
.mt-208{margin-top:208px;}

.mt-154{margin-top:154px;}
.mt-152{margin-top:152px;}
.mt-52{margin-top:52px;}
.mb-117{margin-bottom:117px;}
.m52-182{margin-top:52px;margin-bottom:182px;}
.mb-70{margin-bottom:70px;}

.pt-86{padding-top:86px;}
.pb-52{padding-bottom:52px;}
.pl-0{padding-left:0px;}
.pl-30{padding-left:30px;}
.pl-57{padding-left:57px;}

#main-header{height: 546px;display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}
.page-template-homepage #main-header {margin-top: 292px;}
.page-template-homepage-realhome #main-header .imgholder {    background-size: cover !important; opacity: 1!important;}
#main-header .text14_24 {color:#fff ; max-width:454px;font-family: "Montserrat", serif;    margin: 0 auto;}
#main-header .h1{margin-bottom:82px;color:#F4F4F4}

#header-video{      position: relative;  height: 100vh;    overflow: hidden;    width: 100%;}
.clipp{clip-path: polygon(15% 0%, 85% 0%, 85% 100%, 15% 100%);}
.media-inner{width:100%}
.media-inner video{width:100%;}




.scroll-down{position:absolute;top:42px;;left:50%;transform: translate(-50%, 0%);    z-index: 2;
    display: flex;    flex-direction: column;    align-items: center;/*text-decoration:underline;*/ color:#fff
}
.scroll-down img{transform: rotate(90deg);width:36px;margin-bottom:26px;top: 0px;    position: relative;animation: aniupdown 3s  ease-in-out infinite;/*animation-delay:5s*/}
@keyframes aniupdown {
    0%,0.1% {
       top: 0px;
    }

    20% {
            top: -15px;
    }

    30% {
        top: 15px;
    }

    40% {
            top: -5px;
    }
    43% {
            top: 2px;
    }
    45% {
            top: 0px;
    }
}




.imgholder-wrap-home{min-height: 100vh;height: 100vh!important;    position: relative;    overflow: hidden;}
.videoholder,
.imgholder-wrap-home .imgholder{    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center!important;
    z-index: -1;
    width: 100%;
    height: 100vh!important;
    top: 0;
    left: 0;
    opacity: 0.5;}
.videoholder video{ position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;}
.videoholder{  opacity: 1;  text-align: center;    display: flex;    justify-content: center;}

.imgholder-wrap-home .boxed-wrapper-conteiner{    display: flex;    justify-content: center;    align-items: flex-end;    height: 100%;      width: 100%;  margin-bottom: 208px;padding: 16px;}
    
.home4bl{}
.home4bl>div{height:345px;}
.home4bl a{display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    align-items: flex-end;
    justify-content: center;
}
.home4bl a:before{content:'';display:block;width:100%; height:100%; position:absolute; left:0; top:0;filter: blur(10px);}

.home4bl .home4bl-bottom,
.home4bl .home4bl-top{opacity:0;position:absolute; width:100%; top:0; left:0; height:1px; background:#fff}

.home4bl .home4bl-bottom-left,
.home4bl .home4bl-top-left{opacity:0;position:absolute; width:1px; top:0; left:0; height:60px; background:#fff}

.home4bl .home4bl-top-right,
.home4bl .home4bl-bottom-right{opacity:0;position:absolute; width:1px; top:0; right:0; height:60px; background:#fff}

.home4bl .home4bl-bottom-right,
.home4bl .home4bl-bottom-left,
.home4bl .home4bl-bottom{top:auto;bottom:0px;}


.home4bl>div:hover a {    background: rgba(255, 255, 255, 0.2);}

.home4bl>div:hover .home4bl-bottom,
.home4bl>div:hover .home4bl-top,
.home4bl>div:hover .home4bl-bottom-left,
.home4bl>div:hover .home4bl-top-left,
.home4bl>div:hover .home4bl-top-right,
.home4bl>div:hover .home4bl-bottom-right{opacity:1}



.home4bl a h3{    padding: 26px;}
.bb-34{border-bottom:1px solid #34353E}

.blflex{    display: flex;    justify-content: space-between;}
#contact-header .blflex{    display: flex;    justify-content: space-between;    flex-direction: column;    max-width: 353px;}
#contact-header .blflex .blflex-item{margin-bottom: 54px;}
#contact-header .blflex .blflex-item:last-child {    margin-bottom: 0; }
.blflex-item .bl-letter{text-align: left;color:#9A9A9A;margin-bottom:16px}
#contact-header .blflex-item .bl-letter{margin-bottom:16px}

ul.bl-text a{color:#F4F4F4;  text-transform:uppercase;    display: inline-block;}


.blflex-item ul.bl-text{    margin: 0;}
.blflex-item ul.bl-text li{margin-bottom: 0;    margin-right: 8px;  /*  line-height: 20px;*/}
#contact-header .blflex-item ul.bl-text li {    margin-bottom: 7px;line-height: 16.8px}
.blflex-item ul.bl-text.list-inline{max-width:188px}
.blflex-item ul.bl-text.list-inline li{    display: inline-block;}
.right-menu-part .mas-static-content .blflex .blflex-item{    margin-bottom: 52px;}



#fw-media.mt-150{    overflow: hidden;height: 696px;}
#about{}
.dark-caps{font-size: 14px;line-height: 21px;color:#9A9A9A; text-transform:uppercase}
.longlink.nav-cb>div,
.longlink{    line-height: 21px;    text-align: left;    display: flex;   /* border-bottom: 1px solid #F4F4F4;*/    justify-content: space-between;    padding-bottom: 16px;    text-transform: uppercase;}
.longlink-white{height: 80px;
    min-width: 266px;
    max-width: 640px;
    padding: 0 16px;
    background: #F4F4F4;
    color: #000;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    align-items: center;
    justify-content: space-between;
}
.longlink-white img{width:36px;}

.about-left{    object-fit: cover;    height: 828px;    width: 100%;}
.about-right{margin-top:53px;     object-fit: cover;    height: 665px;    width: 100%;}
.about-fullw{/*height:696px;*/width:100%;object-fit: cover;     position: relative;}

.sticky-parent{}
.sticky-left-scroller{float:left!important}
.sticky-right-scroller{float:right!important}


#award{padding-top: 32px;    border-top: 1px solid #34353E;}

.table-list{position: relative}
.table-list .list-item{position: relative;padding:26px 0; line-height:16.8px;display: flex;    justify-content: space-between; border-bottom:1px solid #34353E;}
.table-list .list-item:last-child{border-bottom:0px none}
.table-list .list-item .list-item-count{width:45px; margin-right:16px;color:#9A9A9A}
.table-list .list-item .list-item-ex{margin-left:auto;color:#9A9A9A}
.table-list .list-item .list-item-title{text-transform:uppercase;}
.table-list .list-item .list-item-title a{text-decoration:underline;}

#portfolio .table-list .list-item >a{    width: 100%;    position: absolute;    height: 100%;    display: block;}


#award .table-list .list-item:first-child{padding-top: 10px;}

.table-list .canvas-wrap {/*opacity:0;visibility: hidden;*/
position: absolute;overflow: visible;
    top: -25px;
    width: 300px;
    height: 300px;
    left: -330px;z-index:99;
}
#canvas {
    position: absolute;overflow: visible;
    top: 0;left: 0;
    bottom: 0;right: 0;

}
#canvas >canvas{overflow: visible;
    position: relative;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;/*width:90%!important; height:90%!important;
    transform: scaleY(0.8)*/

}
.plane {display:none; }



.proj-list-img{margin-bottom:40px;overflow: hidden;}
.proj-list-img img{width:100%; height:80vh;object-fit: cover; }
.proj-list-img img:hover{transform: scale(1.06);}




#portfolio{}
#portfolio .proj-right{ object-fit: cover; height:510px;width:100%}
.h233{object-fit: cover; height:233px;width:100%}


#portfolio .table-list{max-width:439px}
#portfolio .list-item{opacity:0.5}
#portfolio .list-item .list-item-ex a{opacity: 0;    visibility: hidden;        margin-right: 20px;    display: block;}
#portfolio .list-item.active,
#portfolio .list-item:hover{opacity:1}
#portfolio .list-item.active .list-item-ex a,
#portfolio .list-item:hover .list-item-ex a {opacity:1;visibility: visible;    margin-right: 0px;}

#portfolio .list-item .list-item-title{cursor:pointer;}




#page-footer .longlink-wrap{max-width:322px}
.footer-logo{margin: 182px auto; text-align:center}
.footer-logo img{margin:0 auto;    display: inline; width:378px;}
.page-template-contact-page .footer-logo{display:none!important}
.page-template-contact-page .page-content{    min-height: calc(100vh - 5.6vw);}

.imgholder-wrap{min-height: 880px;height: 880px!important;    position: relative;    overflow: hidden;}
.imgholder{    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    background-position: center center!important;
    z-index: -1;
    width: 100%;
    height: 880px!important;
    top: 0;
    left: 0;
    opacity: 0.5;}
.page-template-aboutus-page .imgholder,
.single-project .imgholder{    background-size: cover!important;}
.imgholder-wrap .scroll-down{top:auto; bottom:25px;opacity: 0.6;}
.single-prod-bottom-img .imgholder{opacity: 1;}
.single-product #main-header .imgholder{ background-size: cover!important; animation: anizoom 10s forwards;will-change: transform; animation-iteration-count:1;animation-fill-mode: forwards;}

@keyframes anizoom {
  0% {
    /*background-size: 100% 100%;*/
    transform: scale(1);
  }

  100% {
    /*background-size: 114% 114%;*/
    transform: scale(1.13);
  }
}

.about-list{margin-top:33px;overflow: hidden; }
.about-list > div{border-top:1px solid #34353E; padding:33px 0}




.disc-section,
#discus{    position: relative;
    height: 646px;
    padding: 52px;
    width: 100%;overflow: hidden;}
.disc-section{padding: 0px;}
.disc-section .mw530{padding-left:52px;}
#discus .imgholder{ height: 100%!important;}
.w50{width:50%}

.width322{width:322px}
.mw300{max-width:300px}
.mw375{max-width:375px}
.mw530{max-width:530px}
.mw322{max-width:322px}
.mw484{max-width:484px}
.mw410{max-width:410px}
.mw380{max-width:380px}
.mw307{max-width:307px}

#fw-media .mw530,
#discus .mw530{height: 100%;    display: flex;    flex-direction: column;    justify-content: space-between;}

.disc-label{font-size: 28px;font-weight: 400;line-height: 39.2px;color:#F4F4F4;     margin-bottom: auto;}
.disc-section .longlink,
#discus .longlink{margin-top: 32px;}


.disc-section .about-fullw{opacity:0.5}
.disc-section .mw530{position:absolute; top:52px;height: 530px!important;}

.spec-photo{height:436px; width:100%;object-fit: cover;    position: relative; top:0px;}
#teamfull{    overflow: hidden;   margin-top:10vh; height: 90vh;    display: flex;    flex-direction: column;    justify-content: space-around;   }
#teamfull .order1{    height: calc(100vh - 250px);    overflow: hidden;z-index:3}
#teamfull .order2{    height: 240px;    margin-bottom: 25px;}

#team .list-item .list-item-ex a{opacity: 0;
    visibility: hidden;    margin-right: 20px;
    display: block;}
#team .list-item:hover .list-item-ex a {opacity:1;visibility: visible;    margin-right: 0px;}

.list-item-info{margin:0 auto;text-align: left;color:#F4F4F4}
/*#team .list-item-ex{width: 36px;}*/
#team .table-list .list-item {    padding: 52px 0; border-top: 1px solid #34353E; border-bottom:0px none}


#blog-single{}

.single-post{}
#blog-single  .single-post img,
.blog-grid .single-post img{width:100%;margin-bottom:26px;}
#blog-single .single-post h4,
.blog-grid .single-post h4{
font-size: 18px;
font-weight: 400;
line-height: 21.6px;
text-align: left;
margin-bottom:8px;
}
.single-post span{}




/*single post/blog*/
.blog-single-media{}
.blog-single-media img{height:880px; width:100%;object-fit: cover;}
.main-content.single-item .post-content .wpb_text_column.wpb_content_element {margin-bottom: 52px;}
.main-content.single-item .post-content .wpb_text_column.wpb_content_element h2,
.main-content.single-item .post-content .wpb_text_column.wpb_content_element h3{
font-family: "Cormorant", serif;
font-size: 18px;
font-weight: 400;
line-height: 21.6px;
text-align: left;
text-transform: uppercase;


}



.page-template-contact-page .page-footer-inner {    border-top: 0px none;}
.page-template-contact-page .page-footer-inner .m52-182{display:none}
.page-template-contact-page #page-footer{    margin-top: 92px;}


.radiosquare{    margin-bottom: 44px;    display: block;}
.wpcf7-list-item{margin-left:0!important; opacity:0.7}
.radiosquare .wpcf7-list-item:hover,
.radiosquare .wpcf7-list-item.active{opacity:1}
.radiosquare .wpcf7-list-item input[type="radio"]{display:none}
.radiosquare .wpcf7-list-item label{   cursor:pointer; display: flex;    align-items: center;margin-right:30px;}

.radiosquare .checkmark {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius:2px;
    border: 1px solid #F4F4F4;
    background-color: transparent;
    position: relative;
    cursor: pointer;    margin-right: 16px;
}

/*
.radiosquare .wpcf7-list-item input:checked + .checkmark {
    background-color: red;
}*/

.radiosquare .wpcf7-list-item.active .checkmark:after{
    content: "";
    width: 8px;
    height: 8px;border-radius:1px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}








/*mega-menu*/

.menu-wrapper{    display: flex;    justify-content: space-between;}
.right-menu-part{max-width:309px; margin-right:162px}
.mega-menu{}
.nav-navigation-wrap{    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #141414DB;
    }

.showmega .nav-navigation-wrap{     z-index: 99;  opacity: 1;    visibility: visible;    min-height: 100%;}
.showmega #page-wrap .page-content,
.showmega .cookie-wrap{filter: blur(10px);}
.nav-navigation{    padding:178px 30px 30px;    height: 100%;    display: flex;    justify-content: space-between;align-items: center;}
#main-nav .boxed-wrapper,
.nav-navigation .boxed-wrapper{width:100%;    max-width: 100%;}
#main-nav .boxed-wrapper{padding-left:30px;padding-right:30px;}

.nav-navigation .mega-menu-container{    max-width: 603px;width: 100%;}
.nav-navigation .blflex {    display: flex;    justify-content: space-between;    flex-direction: column;    }



#mega-menu {}
#mega-menu >li{    position: relative;padding-right:0px;     padding-top: 26px;padding-bottom: 26px;     border-bottom: 1px solid #34353E;padding-right: 26px;}
#mega-menu >li> a{font-family: "Cormorant", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
     text-transform: uppercase;
}

#mega-menu >li> a:before{
display:block;
content:'(1)';width:83px;
font-family: Montserrat;
font-size: 12px;
font-weight: 300;
line-height: 20.4px;
text-align: left;
}
#mega-menu >li:nth-child(2n) a:before{content:'(2)';}
#mega-menu >li:nth-child(3n) a:before{content:'(3)';}
#mega-menu >li:nth-child(4n) a:before{content:'(4)';}
#mega-menu >li:nth-child(5n) a:before{content:'(5)';}
#mega-menu >li:nth-child(6n) a:before{content:'(6)';}
#mega-menu >li:nth-child(7n) a:before{content:'(7)';}
#mega-menu >li:nth-child(8n) a:before{content:'(8)';}
#mega-menu >li:nth-child(9n) a:before{content:'(9)';}

#mega-menu > li>.plusminus{ cursor:pointer;   position: absolute;    right: 0; top: 33px; width: 24px;    height: 24px;    padding-top: 10px;    padding-left: 4px;}
#mega-menu > li>.plusminus >span{    display: block;    width:16px;    height: 1px;    background: #F4F4F4;}
#mega-menu > li>.plusminus >span:last-child{transform: rotate(90deg);}

#mega-menu li>.sub-menu{display:none;
    padding-bottom: 2rem;
    padding-left: 5.4rem;
    padding-top: 2rem;
    position: relative;
    transition: color .1s;
}


#mega-menu > li.current-menu-ancestor>.plusminus>span:last-child,
#mega-menu > li.active>.plusminus>span:last-child{transform: rotate(0deg);}
#mega-menu > li.current-menu-ancestor>.sub-menu{display:block}



/*--  каждий пункт меню   transition-delay: .2s  .3s .4s ..;*/

#mega-menu li>.sub-menu>li{ border-bottom: 1px solid #34353E; }
#mega-menu li>.sub-menu>li>a{      position: relative;  align-items: center;    display: flex;    padding: 1rem 5rem 1rem 4em;    color: #B9B9B9;    text-transform: uppercase; }
#mega-menu li>.sub-menu>li.current-menu-item>a,
#mega-menu li>.sub-menu>li>a:hover{color:#fff}
#mega-menu >li> .sub-menu >li> a:before{position:absolute;     left: 0;}

#mega-menu >li> .sub-menu >li> a:after{
content:'';display:block;
width:36px; height:12px;
background:url(/images/arrow-long.svg);right: 25px;
    position: absolute;opacity:0
}

/*#mega-menu >li> .sub-menu >li.current-menu-item> a:after,*/
#mega-menu >li> .sub-menu >li:hover> a:after{right: 0;opacity:1}


#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(1n)> a:before{content:'1.1';}
#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(2n)> a:before{content:'1.2';}
#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(3n)> a:before{content:'1.3';}
#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(4n)> a:before{content:'1.4';}
#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(5n)> a:before{content:'1.5';}
#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(6n)> a:before{content:'1.6';}
#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(7n)> a:before{content:'1.7';}
#mega-menu >li:nth-child(1n)> .sub-menu >li:nth-child(8n)> a:before{content:'1.8';}

#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(1n)> a:before{content:'2.1';}
#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(2n)> a:before{content:'2.2';}
#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(3n)> a:before{content:'2.3';}
#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(4n)> a:before{content:'2.4';}
#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(5n)> a:before{content:'2.5';}
#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(6n)> a:before{content:'2.6';}
#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(7n)> a:before{content:'2.7';}
#mega-menu >li:nth-child(2n)> .sub-menu >li:nth-child(8n)> a:before{content:'2.8';}


#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(1n)> a:before{content:'3.1';}
#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(2n)> a:before{content:'3.2';}
#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(3n)> a:before{content:'3.3';}
#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(4n)> a:before{content:'3.4';}
#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(5n)> a:before{content:'3.5';}
#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(6n)> a:before{content:'3.6';}
#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(7n)> a:before{content:'3.7';}
#mega-menu >li:nth-child(3n)> .sub-menu >li:nth-child(8n)> a:before{content:'3.8';}


#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(1n)> a:before{content:'4.1';}
#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(2n)> a:before{content:'4.2';}
#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(3n)> a:before{content:'4.3';}
#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(4n)> a:before{content:'4.4';}
#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(5n)> a:before{content:'4.5';}
#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(6n)> a:before{content:'4.6';}
#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(7n)> a:before{content:'4.7';}
#mega-menu >li:nth-child(4n)> .sub-menu >li:nth-child(8n)> a:before{content:'4.8';}

.nav-cb{margin-top: 120px; width: 322px;display: block !important;}
.proj-meta{padding-top: 26px;    display: flex;    width: 100%;    justify-content: space-between;}
.proj-meta >div:last-child{text-align:right}
.proj-short{margin-bottom:94px;}
img.proj-list-single{height:644px; width:100%;object-fit: cover;}
.mw375 h3.text28_392 a span{    font-size: 24px;    margin-right: 15px;    margin-left: 15px;}
.reverse-row{    display: flex;flex-direction: row-reverse;}

.projects-page .flex-vcenter.reverse-row .mw375 {
    padding-left: 90px;    max-width: 425px;
}

.projects-page .proj-single{opacity:0.5}
.projects-page .flex-vcenter:hover .proj-single{opacity:1}
.proj-single .disc-label{position:absolute; bottom:30.5px; left:55px;}


/*modal*/
.modal-toggle {
   cursor: pointer;
}
.modal-wrapper {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background:rgba(0, 0, 0, .5);
   z-index: -1;
   opacity: 0;
   pointer-events: auto;
}
.modal-wrapper.showed{   z-index: 9999;
   opacity: 1;}
.modal-subwrap{position: fixed;    top: 0;    left: 0; width:100%; height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
/*.modal-subwrap.showed{right: 0;}*/
.modal-subwrap  .modal {
  width: 720px;
  height: 100vh;
  position: relative;
  display: inline-block;
  margin: auto; opacity:0;

  vertical-align: middle;
  padding: 130px 40px 30px;
  background: #100F10;
  box-sizing: border-box;transition-delay: .75s;
  position:absolute; top:0px; right:-800px
}

#cart .modal-subwrap .modal{padding-top:80px;}

.modal .post-title{    margin-bottom: 10px;    font-size: 32px;}
.modal-wrapper.showed  .modal{   right:0px; opacity:1;}
.modalshadow #page-wrap{filter: blur(20px);}

/*#page-wrap{    overflow: hidden;}*/
.modal-content{margin-top:76px;}
.modal .close {
position: absolute;
    right: 40px;
    text-align: center;
    top: 30px;
    -webkit-transition: all 0.300s ease-in;
    -moz-transition: all 0.300s ease-in;
    transition: all 0.300s ease-in;
    font-size: 65px;
    opacity: 1;
    color: #f4f4f4;
    line-height: 34px; font-weight: 100;
}
.modal .close:hover {  opacity: 1;}
.modalshadow #page-wrap{filter: blur(20px);}

.mwin-proj .modal-subwrap .modal{padding: 92px 40px 30px;    width: 592px;}
.mwin-proj  .modal-content {    margin-top: 0px;}

.modal-wrapper .modal-answer{display: none;/*opacity:0; height:0;*//*transform: scale(1, 0); */}
.modal-wrapper.sended .modal-content{display: none;/*opacity:0; height:0;*//*transform: scale(1, 0);*/}
.modal-wrapper.sended .modal-answer{display: block;/*opacity:1; height:auto;*//*transform: scale(1, 1);*/}

.modal-wrapper.sended .modal-answer .close-button{color:#000}

.fixtop-parent{position:relative}
.fixtop-opacity{
    position: relative;
    top: auto;
    transition: opacity 0.3s ease-in-out;
}

.fixtop-opacity.sticky-fixed {    position: fixed;    top: 70px;    opacity: 1;}

/*.sticky-right-scroller{width:auto!important}*/



#prjinfo{max-width:995px; margin:152px auto 0}
#prjinfo section.wpb-content-wrapper >.vc_row{margin-top:152px;}
#prjinfo section.wpb-content-wrapper .wpb_text_column.wpb_content_element{    margin-bottom: 0;}

.proj-params{    display: flex;    flex-direction: row;    border-bottom: 1px solid #34353E;    padding-bottom: 62px;    justify-content: space-between;}
.proj-params >div{  display: flex;    flex-direction: column;}
.proj-params >div b{font-weight:400;margin-bottom:8px;}
.proj-params >div span{}

.proj-single-short{}
.proj-single-short{/*margin-top:62px*/}
.proj-single-media{}
.proj-single-media img{height:620px; width:100%;object-fit: cover;}

.aheight-336{object-fit: cover;    height: 336px;    width: 100%;}
.aheight-600{object-fit: cover;    height: 600px;    width: 100%;}
.aheight-700{object-fit: cover;    height: 700px;    width: 100%;}
.mw104-right{    width: 104%;    max-width: 104%;    float: right;}
.mw104-left{    width: 104%;    max-width: 104%;    float: left;}

.numberlist{    list-style: none !important;    padding-left: 0 !important;}
.numberlist li{    border-top: 1px solid #34353E;    padding: 8px 0;padding-left:102px}
.numberlist li:before{content:'01'; position:absolute; left:15px;
font-family: "Montserrat", serif;
font-weight: 300;
font-size: 12px;
line-height: 20.4px;color:#9a9a9a;
}



.numberlist li:nth-child(2n):before{content:'02';}
.numberlist li:nth-child(3n):before{content:'03';}
.numberlist li:nth-child(4n):before{content:'04';}
.numberlist li:nth-child(5n):before{content:'05';}
.numberlist li:nth-child(6n):before{content:'06';}
.numberlist li:nth-child(7n):before{content:'07';}
.numberlist li:nth-child(8n):before{content:'08';}
.numberlist li:nth-child(9n):before{content:'09';}
.numberlist li:nth-child(10n):before{content:'10';}
.numberlist li:nth-child(11n):before{content:'11';}
.numberlist li:nth-child(12n):before{content:'12';}
.numberlist li:nth-child(13n):before{content:'13';}
.numberlist li:nth-child(14n):before{content:'14';}
.numberlist li:nth-child(15n):before{content:'15';}







/*
.owl-nav .owl-next,
.owl-nav .owl-prev {background: rgba(255, 255, 255, 0.3)!important; border-radius:3px; }
.sa_owl_theme .owl-nav .owl-prev {    transform: rotate(180deg);    }
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {background: rgba(255, 255, 255, 0.6)!important}*/
.owl-nav{display:none!important}

#sync1.owl-carousel .owl-stage-outer{    overflow: visible;}
#sync1.owl-carousel .owl-stage .owl-item{opacity:0.5;overflow: hidden;}
#sync1.owl-carousel .owl-stage .owl-item.active{opacity:1}

#sync1{position:relative;    z-index: 99;}
#sync1:before{    content: '';    display: block;    width: 100%;    height: 100%;    background: #100F10;    position: absolute;    top: 0;    left: -100%;    z-index: 9;}


.spec-slide-img{object-fit: cover;max-width:440px; height:486px;margin:0 auto}


#sync1.owl-carousel .owl-stage-outer,
#sync2.owl-carousel .owl-stage-outer {/*    overflow: hidden!important;*/}
#sync2{margin-top:10px;}
#sync2 .owl-item{margin-right:26px!important;}
#sync2 .owl-stage{min-width: 100% !important;}
#sync1 .spec-slide,
#sync2 .prod-slide{}
#sync2 .spec-thslide{width:82px; height:108px; border:1px solid transparent;cursor:pointer;}
#sync2 .spec-thslide img{object-fit: cover;width:82px; height:108px;}
#sync2 .spec-thslide:hover img,
#sync2 .current .spec-thslide img{padding:10px;/*object-fit: cover;width:82px; height:108px;*/}
#sync2 .spec-thslide:hover,
#sync2 .current .spec-thslide{border:1px solid #F4F4F4}


/*
.fullbl{width: 100%;
    height: 486px;
    position: relative;
    z-index: 9999999;}*/

.spec-slide{    display: flex;    justify-content: space-between;    align-items: center;
height: calc(100vh - 270px);overflow: hidden;}
.spec-slide .spec-desc{    width: 53%;    max-width: 53%;    text-align: center;    z-index: 9999;position:relative}
.spec-slide a{    width: 47%;    max-width: 47%;    text-align: center;    z-index: 9999;position:relative; display:block}
.spec-desc h3{margin-bottom:8px}


.plus-cursor {z-index:99999;
      border-radius:50%;
      width: 50px;
      height: 50px;
      position: absolute;
      pointer-events: none;
      background:rgba(82, 84, 87, 0.27);    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;transform: scale(0); 
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.plus-cursor >div{      background:  url('/images/cursor-plus.svg') no-repeat center;      background-size: contain;      width: 14px;      height: 14px;}
body.show-plusc .plus-cursor{transform: scale(1);opacity:1;visibility: visible;}



.arrow-cursor {z-index:99999;
      border-radius:50%;
      width: 50px;
      height: 50px;
      position: absolute;
      pointer-events: none;
      background:rgba(82, 84, 87, 0.27);    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;transform: scale(0);
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.arrow-cursor >div{      background:  url('/images/cursor-arrow.svg') no-repeat center;      background-size: contain;      width: 26px;      height: 12px;}
body.show-arrow .arrow-cursor{transform: scale(1);opacity:1;visibility: visible;}
/*body.show-arrow{background:red;}*/
.modal-content ul{    list-style: disc;    margin: 10px 0 10px 15px;}

#sync1.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.slide-navigation{    display: flex;    justify-content: space-between;
    align-items: center;margin: 70px 0 26px;    position: relative;}
.slide-navigation .sl-count{     margin-left:auto;    display: flex; color:rgba(244, 244, 244, 1)}
.sl-count span{padding:0 3px;}

.iz-tags-list{ 
    list-style: none;
    display: flex;
    align-items: center;}
.iz-tags-list li a{
    display: flex;
    line-height: 32px;
    color:rgba(154, 154, 154, 1);margin-right:30px;
    font-size: 15px; cursor:pointer}
.iz-tags-list li a.active,
.iz-tags-list li a:hover{color:rgba(244, 244, 244, 1);}

.iz-tags-list li a>.chk{position:relative; display:block; width:32px; height:32px; border:1px solid rgba(154, 154, 154, 1); border-radius:1px; margin-right:16px;}
.iz-tags-list li a.active >.chk{}

.iz-tags-list li a >.chk:after{content: "";
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background-color: transparent;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

.iz-tags-list li a:hover >.chk:after,
.iz-tags-list li a.active >.chk:after{background-color: #D9D9D9;}







/*catalog*/
.shop-catalog{}
.shop-catalog .category{margin-top:44px;}
.shop-catalog .category h3{height:44px;}

.shop-catalog .category .icon-go{}
.icon-go{background: #2C2B2E url(/images/cursor-arrow.svg) no-repeat center;
    z-index: 9;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25px;
    right: 40px;
    opacity: 0;
    transform: rotate(-45deg) scale(0);
    background-size: 20px 12px;
}

.shop-catalog .category:hover{background:#fff}
.shop-catalog .category:hover h3{color:#000}
.shop-catalog .category:hover img{transform: scale(1.05);}
.shop-catalog .category:hover .icon-go{opacity:1;transform: rotate(-45deg) scale(1);    bottom: 20px;
    right: 35px;}



#prodinfo{margin-top:152px}
#prodinfo section.wpb-content-wrapper >.vc_row{margin-top:152px;}
#prodinfo section.wpb-content-wrapper .wpb_text_column.wpb_content_element{    margin-bottom: 0;}

.prod-single-media .main-slider{    width: 82%;    overflow: hidden;float:right;position: relative;}
.prod-single-media .thumb-slider{width: 12%;    float: left;    height: 630px;    margin-right: 25px;}
.main-slider-wrap{position:relative; z-index:2;}

.prod-single-media {
    display: flex;
    align-items: flex-start;
    gap: 10px;    height: 630px;
}

.main-slider {
    width: 80%;
}

.thumb-slider {
    width: 20%;
    /*max-height: 400px;*/
    overflow: hidden;
}
/*
.thumb-slider .slick-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.thumb-slider .slick-slide.slick-current {
    opacity: 1;
    border: 2px solid #000;
}*/

.slick-slide{cursor:pointer;}

.prod-slide-img{object-fit: cover;    height: 630px;    width: 100%; }

.prod-thslide.slick-slide{width:88px!important; height:88px!important;margin-bottom:8px;}
.prod-thslide img{width:88px!important; height:88px!important;object-fit: cover;}
.prod-thslide:hover img,
.prod-thslide.slick-current img{padding:10px}
.prod-thslide:hover,
.prod-thslide.slick-current{border:1px solid #F4F4F4!important}


.main-slider .sl-count{position:absolute; bottom:20px ; left:20px; color:#000;    z-index: 99;font-family: "Cormorant", serif;}
.main-slider .sl-count span {    padding: 0;
font-weight: 400;
font-size: 18px;
line-height: 21.6px;

}


.fancybox__toolbar__column.is-right button:first-child,
.fancybox__nav .f-button svg{display:none!important}
.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 1;
    background: url(/images/arrow-long.svg) no-repeat center;
    background-size: contain;
    width: 36px;
    height: 12px;
}
.fancybox__nav .f-button.is-prev:before{    transform: rotate(180deg);}
.fancybox__track .fancybox__slide> .fancybox__content{padding:54px!important}

/*close*/
.fancybox__toolbar__column.is-right button:last-child svg{display:none}
.fancybox__toolbar__column.is-right button:last-child{margin:30px 30px 0 0;width:50px;height:50px;background:#EFEEED; border-radius:50%;    display: flex;
    justify-content: center;
    align-items: center;}
.fancybox__toolbar__column.is-right button:last-child:before{
    display:block; content:'';
    background: url(/images/fclose.svg) no-repeat center;
    background-size: contain;
    width: 8.6px;
    height: 8.6px;
}
.fancybox__infobar{font-family: "Cormorant", serif;color: #F4F4F4;}
.fancybox__infobar span {    padding: 0 2px!important;}




.prodcss{border-top:1px solid #34353E;}
.table-list.prodcss .list-item:last-child .tab-info,
.table-list.prodcss .list-item:last-child{padding-bottom:0!important}
.prodcss .list-item{ display:flex;   justify-content: flex-start;}
.prodcss .list-item-title{width:120px;    min-width: 120px;}
.prodcss.table-list .list-item .list-item-ex {    margin-left: 0; width:100%}

.prodcss.table-list .list-item .arrow{/*position:relative*/}
.item-tab .list-item-flex:after,
.prodcss.table-list .list-item .arrow:after{display: block;
    content: '';
    background: url(/images/arrow-up-linear.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
}
.item-tab.tab-show .list-item-flex:after,
.prodcss.table-list .list-item .arrow.arrow-show:after{transform: rotate(180deg);}



.pr-size{display:none}
.custom-select {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.custom-select .selected-option {    z-index: 9;    position: relative;}

.custom-select .options {
    display: none;
    position: absolute;    left: 0;    top: 55px;
    padding: 10px;
    width: 100%;
    background: #2c2b2e;
    border: 1px solid #34353e;
    /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
    max-height: 200px;
    overflow-y: auto;z-index: 9;

}

.custom-select .option {
    padding: 10px;
    border-bottom: 0px none;
        background: #2c2b2e;
    transition: background 0.3s;
}

.custom-select .option:hover {
    background: #100f10;
}
.mob-show{display:none!important}
#team.boxed-wrapper .specss .list-item-title span{display:none}
.gotoprj-mob{margin-top:44px;}
#portfslider,
#twoimg{opacity:0;visibility: hidden;height:1px;    overflow: hidden;}

.list-item-flex{    display: flex;    justify-content: space-between;    width: 100%;}
.list-item-flex .shop-plusminus{    width: 120px;    min-width: 120px;height: 56px;}
.list-item-flex .shop-addtocart{    width: 100%;    margin-left: 30px;height: 56px;}
.shop-addtocart .longlink-white {    height: 56px;min-width: 100%;    max-width: 100%;}
.longlink-white path{fill:#000}
.longlink-white:hover{background:#095122; color:#fff}
.longlink-white:hover path{fill:#fff}


.shop-plusminus{    border: 1px solid #9A9A9A;    display: flex;    justify-content: space-between; padding:16px;}
.shop-plusminus input,
.shop-plusminus button{    border: 0px none;
    background: transparent;
    width: 24px;
    height: 24px;
    text-align: center;    display: block;    padding: 0; cursor:pointer}
.shop-plusminus button{/*    color: #f4f4f4;
    font-size: 34px;
    line-height: 1px;*/}
.shop-plusminus button img{width:24px;height:24px;}
.shop-plusminus input{    width: 42px;  color: #f4f4f4;}

.item-tab{    display: flex;    justify-content: flex-start;    flex-direction: column;cursor: pointer;}
.item-tab .list-item-flex{text-transform:uppercase;    position: relative;}
.item-tab .tab-info{    padding: 26px 0;display:none; /*line-height: 24px;*/}
.item-tab .tab-info p{    margin-bottom: 10px;}
.item-tab .tab-info.tab-show{display:block}
.item-tab .tab-show{}
.item-tab .tab-info h2,
.item-tab .tab-info h3,
.item-tab .tab-info h4{    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;}

.item-tab .tab-info table{border:0px none; color:#9a9a9a}
.item-tab .tab-info table td{border-left:0px none;border-right:1px solid #222227;border-bottom:1px solid #222227}
/*.item-tab .tab-info table td:last-child{border-right:0px none;}*/




.cart-content-list{}
.cart-content-list .cart-prod-item{    display: flex;    align-items: stretch;    height: 189px;    margin-bottom: 40px;    border-bottom: 1px solid #34353E;    padding-bottom: 40px;}
.cart-content-list .cart-prod-item .prod-thumb{width: 149px;    height: 149px;    margin-right: 40px;}
.cart-content-list .cart-prod-item .cart-prod-info{    width: calc(100% - 189px);    display: flex;    flex-direction: column;    justify-content: space-between;}
.cart-content-list .cart-prod-item .cart-prod-buy,
.cart-content-list .cart-prod-item .cart-prod-name{display:flex;justify-content: space-between;}
.cart-content-list .cart-prod-item .cart-clear{    width: 24px;    height: 24px;    display: flex;    align-items: center;    justify-content: center;    cursor: pointer;}
.cart-content-list .cart-prod-item .cart-prod-size{}

.cart-content-list .cart-prod-item .cart-prod-buy{align-items: flex-end;}
.cart-content-list .cart-prod-item .shop-plusminus{    height: 48px;    padding: 11px 16px;}
.cart-content-list .cart-prod-item .cart-price{}


#cart .total-buttons,
#cart .total{margin-bottom:50px;}

#cart .total-buttons >div,
#cart .total >div{display:flex;justify-content: space-between;padding-bottom:16px}

#cart .order-buttons{}
#cart .order-buttons >a{margin-bottom:16px;}
#cart .buy-close{    height: 80px;
    min-width: 266px;
    max-width: 640px;border: 1px solid #F4F4F4;
    padding: 0 16px;
    background: transparent;
    color: #f4f4f4;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    align-items: center;
    justify-content: space-between;}

#cart .buy-close path{fill:#f4f4f4}
#cart .buy-close:hover{background:#095122; color:#fff; border:1px solid #095122}
#cart .buy-close:hover path{fill:#fff}

#cart .order-buttons .buy-close:hover{}
#cart .total-buttons .total-delivery{margin-bottom:76px;}

.total-buttons .longlink-white{margin-bottom:16px;}


#cart.sended .modal-cart-order,
.order-hidden,
.modal-cart-answer{display: none;}

#cart.sended .modal-cart-answer{display:block}


.products-catalog.isset{border-top:1px solid #34353E; margin-top:62px; padding-top:62px;}





.cookie-wrap{position:fixed; bottom:0; left:0; width:100%; height:124px; background:#100F10;padding:26px;z-index: 9;}
.cookie-wrap.hiden{display:none}
.cookie-cont{    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;}
.cookie-cont >div{
    font-size: 17px;
    line-height: 25px;
    display: flex;align-items: flex-start;
}
.cookie-cont img{margin-right:26px;}
.cookie-cont >div> div{    font-size: 17px;    line-height: 25px;}
.cookie-cont >div>a{text-decoration:underline}
.cookie-cont a.close-cookie{    display: block;
    width: 309px;
    height: 56px;
    line-height: 56px;
    background: #f4f4f4;
    color: #000;
    text-transform: uppercase;
    text-align: center;    margin-left: 52px;}








/*transition*/
#mega-menu li>.sub-menu>li>a,
.home4bl>div a,
.home4bl>div .home4bl-bottom,
.home4bl>div .home4bl-top,
.home4bl>div .home4bl-bottom-left,
.home4bl>div .home4bl-top-left,
.home4bl>div .home4bl-top-right,
.home4bl>div .home4bl-bottom-right,

.order-buttons >a,
.order-buttons >a path,
.item-tab .list-item-flex:after,
.prodcss.table-list .list-item .arrow:after,
.longlink-white,
.longlink-white path,

.prod-thslide,
.prod-thslide .thumb-slide-img,

.shop-catalog .category,
.shop-catalog .category h3,
.shop-catalog .category img,
.shop-catalog .category .icon-go,

.scrolltop,
.spec-photo,
#sync2 .spec-thslide,
#sync2 .spec-thslide img,

.iz-tags-list li a,
.iz-tags-list li a span,
.iz-tags-list li a span:after,

#sync1.owl-carousel .owl-stage .owl-item,
.projects-page .proj-single,
#portfolio .list-item,
.proj-list-img img,
.canvas-wrap,
.canvas-wrap * ,
.plusminus>span,
#mega-menu >li> .sub-menu >li> a:after,
.nav-navigation-wrap,

.modal-wrapper .modal-answer,
.modal-wrapper .modal-content,
.radiosquare .wpcf7-list-item,
.radiosquare .checkmark,
.modal-wrapper,
.modal-subwrap  .modal,
#page-wrap,
.pagin-pn a,
#team .list-item .list-item-ex a,
#portfolio .list-item .list-item-ex a,
.btn-mega-menu span
{  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;}
  
  
  
.flright{margin-left: 4%;}
.flleft{margin-right: auto;}
.credit >div> a,
.copyright-info a{display: inline-block;overflow: hidden;}
.longlink i{    display: block;    width: 37px;    padding-left: 0;    overflow: hidden;}
  





.pagin-pn .longlink-wrap:after{opacity:0.5}

.scroll-down span:after,
#mega-menu >li>.sub-menu>li:after,
#mega-menu >li:after,
.credit >div> a:after,
.copyright-info a:after,
.longlink.nav-cb:after,
.longlink-wrap:after,
.longlink>span2:after,
ul.bl-text a:after{content:''; display:block; width:100%; height:1px; background:#fff;    margin-top: -4px;}

#mega-menu li>.sub-menu>li,
#mega-menu >li{    position: relative;    overflow: hidden;}
#mega-menu >li>.sub-menu>li:after,
#mega-menu >li:after{    margin-top: 0;
    bottom: -26px;
    position: relative;
    opacity: 1 !important; transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s cubic-bezier(.15,.85,.45,1);}
#mega-menu >li>.sub-menu>li:after{ bottom:0px;}

#mega-menu >li>.sub-menu>li.current-menu-item:after,
#mega-menu >li>.sub-menu>li:hover:after,
#mega-menu >li:hover:after{   transform: scaleX(1)!important;    transform-origin: left!important}

.page-id-149 ul.bl-text a:after{margin-top: -2px;}
#mob-lang{display:none;position: relative;}

.scroll-down span,
.credit >div> a,
.copyright-info a,
.longlink.nav-cb,
.longlink-wrap,
.longlink>span,
.blflex-item ul.bl-text li,
ul.bl-text a,
.backlink span{overflow: hidden;}

.scroll-down:hover span:after,
.credit >div> a:hover:after,
.copyright-info a:hover:after,
.longlink.nav-cb:hover:after,
.longlink.nav-cb:hover img,
.longlink-wrap:hover a img,
.longlink-wrap:hover:after,
.longlink:hover >span:after,
ul.bl-text a:hover:after,
.backlink:hover span:after{animation: button-icon-movement .75s cubic-bezier(.77,0,.18,1) forwards}

.pagin-pn .longlink-wrap:hover:after{opacity:1}
.pagin-pn .longlink-wrap.anim-reverse:hover:after{animation: button-icon-movement-reverse .75s cubic-bezier(.77,0,.18,1) forwards!important}



@keyframes button-underline {
    0%,0.1% {
        transform: scaleX(1);
        transform-origin: 100% 100%
    }

    49.9% {
        transform: scaleX(0);
        transform-origin: 100% 100%
    }

    50%,50.1% {
        transform: scaleX(0);
        transform-origin: 0 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 0 0
    }
}

@keyframes button-icon-movement {
    0%,0.1% {
        transform: none
    }

    49.9% {
        transform: translateX(110%)
    }

    50%,50.1% {
        transform: translateX(-110%)
    }

    to {
        transform: none
    }
}

@keyframes button-icon-movement-reverse {
    0%,0.1% {
        transform: none
    }

    49.9% {
        transform: translateX(-110%)
    }

    50%,50.1% {
        transform: translateX(110%)
    }

    to {
        transform: none
    }
}