/*
Theme Name: WP Bootstrap Custom (I)
Theme URI: http://www.metrics.com.ua/
Author: SmartMetrics
Author URI: http://www.metrics.com.ua/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer

#font-family: Cambria, serif;
#font-family: 'PT Sans', sans-serif;
# orange color: #f19e06;
--------------------------------------------------------------*/
/* contact form 7 stylesheet */
div.wpcf7 {
    margin: 0;
    padding: 0;
}

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

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('/static/img/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}



/* Slider slick.css */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
@media (min-width: 1024px) {
    .slick-slide {
        transition: all 500ms ease;
        -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
        max-width: 620px;
    }


    .slick-current {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.slick-slide img
{
    display: block;
    margin: 0 20px;
    padding: 0;
    opacity: 0.7;
    transition: all 500ms ease;
}

.slick-current img {
    opacity: 1;
}


.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


.slick-arrow.slick-hidden {
    display: none;
}


/* Slider slick-theme.css */
.slick-loading .slick-list
{
    background: #fff url('/static/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/static/fonts/slick.eot');
    src: url('/static/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/static/fonts/slick.woff') format('woff'), url('/static/fonts/slick.ttf') format('truetype'), url('/static/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 65px;
    padding: 0;
    margin-top: -32px;

    cursor: pointer;
	opacity: .7;
    color: transparent;
    border: none;
    outline: none;
    z-index: 99;
    background: url('/static/arrow-slider2.png') no-repeat center center;
}
.slick-next {
	transform: rotate(180deg);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
	outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

button.slick-arrow[aria-disabled="true"] {
    display: none !important;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
  margin: 0;
  background: #02000b url("/static/img/mask-background.jpg") no-repeat center top;
  background-size: cover;
    background-attachment: fixed;
  color: #9e8fb8;
  -webkit-font-smoothing: auto;
  font-family: Cambria, Georgia, serif;
  letter-spacing: .5px;
    font-size: 1.125rem;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
    color: #b7a4d4;
}

a:active,
a:hover {
  outline: 0;
    color: #d3c1f0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #cdbfe3;
  font-weight: 600;
  margin-top: 0;
    padding-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}


h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
    display: inline-block;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #f19e06;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
	color: #fcf5fa;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
.t-schema {
    padding-bottom: 4rem;
    overflow-x: scroll;
}
.t-schema img {
    width: 100%;
    min-width: 640px;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }

    .dmc-wrap {
        text-align: center;
        position: absolute;
        max-width: 230px;
        bottom: 0;
        right: 0;
    }
    .dmc-wrap:after {
        content: '';
    }
    .t-schema {
        padding-bottom: 4rem;
        overflow-x: auto;
    }

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

  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
    transition: all .25s linear;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-page-ancestor > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-parent > a {
    color: #fff;
    padding: 0.2rem 0.5rem 0.8rem;
    text-decoration: none;
  /*background: #f9f9f9;*/
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
      color: #cdbfe3;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}



/* custom template styles by @SmartMetrics */

h1.entry-title, h1.page-title {
    color: #fff;
    text-align: center;
}
.navbar-brand {
    width: 180px;
    position: relative;
}
.post-slider {
    position: relative;
}
.post-slider ul {
    margin: 0;
    padding: 0;
}

.post-sdate {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fea801;
    position: relative;
    text-transform: lowercase;
}
.post-sdate.pd-single {
    font-size: 1.6rem;
}

.post-sdate span {
    font-size: 3rem;
    line-height: .84;
    display: inline-block;
}
.blog .post-sdate span {
    position: absolute;
    right: 7rem;
    top: 7px;
}
.post-stime {
    font-size: 1.5rem;
    color: #fff;
    font-family: "PT Sans",sans-serif;
	margin-left: .7rem;
    letter-spacing: 1.5px;
}
.afisha-row .post-stime {
    color: #9e8fb8;
}
.post-stime.pd-single {
    font-family: Cambria, Georgia, serif;
    margin-left: 0;
    font-size: 2rem;
}
.post-scheduled {
    padding: 1rem 0 1rem 4rem;
    text-align: left;
}
.single .post-scheduled {
    text-align: center;
    padding: 1.5rem;
}
.post-buy a {
    display: inline-block;
    padding: 4px 10px 4px 12px;
    text-transform: uppercase;
    color: #fea801;
    letter-spacing: 4px;
    border: 1px solid;
    font-size: 14px;
    margin: 1rem;
    width: 100px;
    font-family: "PT Sans",sans-serif;
}
.category .post-buy a {
    padding: 4px 10px 4px 12px;
}
.post-buy a:hover, .post-buy a:active {
    text-decoration: none;
    color: #fff;
}
.afisha-header {
    text-align: center;
}
div.afisha-header a {
    display: block;
    color: #9e8fb8;
    text-decoration: none;
}

.single .afisha-header {
    border-bottom: 1px solid #7d6c8c;
}
.afisha-header h1, .afisha-header h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem;
    display: inline-block;
    margin: 0 auto;
    padding-top: 0;
    border-bottom: none;
    position: relative;
}
.afisha-header h2 {
    color: #fea801;
    padding: .3em 0 .2em;
}
.repertuar-header {
    overflow: hidden;
    position: relative;
    -moz-transition: background-size .5s ease-in;
    -ms-transition: background-size .5s ease-in;
    -o-transition: background-size .5s ease-in;
    -webkit-transition: background-size .5s ease-in;
    transition: background-size .5s ease-in;
}
.repertuar-header * {
    z-index: 3;
    position: relative;
}
.repertuar-header-thumb {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.repertuar-header h2 {
    color: #fff;
    text-shadow: 0 0 5px #333, 0 0 10px #333;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem;
}
.category-repertuar .col-md-6 {
    text-align: center;
}
.category-repertuar .col-md-6 a,
.category-repertuar .col-md-6 a:hover,
.category-repertuar .col-md-6 a:active {
    text-decoration: none;
    display: block;
}

.short-description {
    font-size: 1.1rem;
}
.single .short-description {
    color: #fea801;
}
.category .short-description {
    margin-bottom: .7rem;
}
.category-3 .short-description {
    color: #fea801;
    padding: 1.5rem;
}

.afisha-content {
    width: 80%;
    text-align: center;
    margin: 1rem auto 2rem;
}
.home-php-title,
.page-id-70 h1.entry-title{
    text-align: center;
    font-size: 1.1rem;
    color: #9e8fb8;
    font-weight: 400;
    padding-top: 31px;
}

.afisha-content pre {
    color: #fff;
    font-size: 1.175rem;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 1px;
}
#creators, #people {
    margin-top: 1.5rem;
}

.people {
    font-family: "PT Sans", sans-serif;
}
.people .col-md-4 {
    margin-bottom: 1.5rem;
}
.people .who {
    font-size: 17px;
    margin-bottom: .2rem;
    color: #9e8fb8;
}
.people .who2 {
    font-size: 17px;
    color: #9e8fb8;
    margin-bottom: .2rem;
}
.people .namelastname {
    font-size: 19px;
    letter-spacing: .5px;
    color: #fff;
}
.people .namelastname a {
    color: #fff;
    text-decoration: none;
}
.people .namelastname a:hover, .people .namelastname a:active {
    text-decoration: none;
    color: #fea801;
}
.for-whom {
    font-family: "PT Sans", sans-serif;
    font-size: 1.175rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 1.2rem;
}
.category .for-whom {
    font-family: Cambria, Georgia, serif;
    font-weight: 400;
    font-size: 1rem;
}
.category-afisha .page-header {
    display: none;
}
.category-repertuar h1.page-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
}

.header-season {
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
    color: #e9e0e7;
    font-size: 1.125rem;
}
.header-season span {
    display: block;
    font-size: 3rem;
    font-family: "Century", Georgia, sans-serif;
    line-height: 1;
}
.weekday {
    color: #9e8fb8;
    text-transform: lowercase;
    font-family: "PT Sans", sans-serif;
    font-weight: 300;
    font-size: 1.35rem;
    letter-spacing: 1px;
}
.repertuar-header .for-whom {
    position: absolute;
    color: #fff;
    bottom: 1rem;
    left: 1rem;
    font-size: 1.15rem;
    font-family: "PT Sans", sans-serif;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0;
}
.repertuar-header .buy-ticket {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: inline-block;
}

.buy-ticket a {
    color: #333 !important;
    background: #fea801;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    padding: 0 4px;
    display: inline-block;
    font-size: 1.15rem;
}
.buy-ticket a:hover,.buy-ticket a:active {
    background-color: #fff;
    text-decoration: none;
}
footer .buy-ticket {
    margin-bottom: .7rem;
    display: inline-block;
}

.site-info {
    text-align: center;
}

.bg-light {
    background-color: #110222 !important;
}
body:not(.theme-preset-active) footer#colophon {
    color: #78658c;
    font-family: "PT Sans", sans-serif;
    font-size: .8rem;
}
.social-btns, .ftr-addresses {
    text-align: center;
}
.ftr-addresses {
    color: #e9e0e7;
    font-family: "PT Sans", sans-serif;
    font-size: .8rem;
    padding: 1rem 0 .5rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #372a42;
    /*
    border-top: 1px solid #372a42;

    */
}
.ftr-howtoget {
    text-decoration: underline;
    margin: 6px;
    display: inline-block;
}
.ftr-howtoget:hover, .ftr-howtoget:active {
    text-decoration: none;
}

.social-btns a {
    font-size: 1.5rem;
    margin: 9px;
    display: inline-block;
}
.social-btns a i {
    color: #cdbfe3;
}
.social-btns a.f-fb {
    font-size: 1.3rem;
}
.social-btns a:hover i,.social-btns a:active i {
    color: #fff;
}
.ftr-logo {
    margin-bottom: 1rem;
    width: 110px;
}
.ftr-phones a {
    font-size: 1rem;
}
.ftr-phones .sep {
    width: 30px;
    display: inline-block;
}
.ftr-email {
    margin: .7rem 0 1rem;
}

#map {
    height: 388px;
    margin: 2.1rem 0;
    border-radius: 5px;
}

.btn, .btn-default {
    background-color: #652cca;
    border-color: #652cca;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
span.wpcf7-not-valid-tip {
    display: inline-block;
    font-size: .75rem;
    text-transform: lowercase;
    font-family: "PT Sans", sans-serif;
    position: absolute;
    bottom: -16px;
    left: 0;
}
div.wpcf7-response-output {
    font-size:.75rem;
    font-family: "PT Sans", sans-serif;
    text-align: center;
}
.wpcf7-textarea {
    width: 100%;
    height: 110px;
    max-height: 200px;
    min-height: 110px;
}
.form-control {
    padding: .1rem .75rem;
}
.kontakt-form label {
    margin-bottom: 0;
}

.kontakt-form .wpcf7-form-control-wrap {
    display: block;
}
.kontakt-form select.form-control:not([size]):not([multiple]) {
    height: 29px;
}
.kontakt-form .form-group {
    margin-bottom: .5rem;
}

.kontakt-form .wpcf7-not-valid {
    border-bottom-color: red;
}

.la-item {
    position: relative;
    margin-bottom: 3rem;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.la-item a {
    display: block;
    box-shadow: 0 0 19px #000, 0 0 10px #000;
}
.la-image {
    transition: all .3s linear;
}

.logo-mb {
    display: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}
.navbar-light .navbar-toggler {
    color: #ccc;
    font-size: 2rem;
}

/* page tempalte fullwidth.php */
.page-template-fullwidth .post-slider {
    border-bottom: 1px solid #59535a;
    margin: 2rem 0;
}
.page-template-fullwidth article .entry-content {
    text-align: center;
}
.page-template-fullwidth article .entry-content p {
    line-height: 2
}
.page-template-fullwidth article {
    border-bottom: 1px solid #5f5366;
}
.addc-title {
    border-top: 1px solid #5f5366;
}
.page-template-fullwidth h1 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 0;
    padding-top: 1.5rem;
}
.parts-section, .parts-list, .addcontent {
    text-align: center;
}

.parts-section h2 {
    color: #9e8fb8;
    font-size: 20px;
    text-transform: uppercase;
}
.parts-list .col-md-4, .addcontent .col-md-4 {
    margin-bottom: 2rem;
}

.parts-list.partcount-1 {
    align-items: center;
    justify-content: center;
}
.authorship, .act-name, .charname {
    margin-bottom: .25rem;
}
.authorship, .addcontent .row1 {
    color: #9e8fb8;
    font-size: 1rem;
}
.act-name, .addcontent .row2 {
    color: #e2dbec;
    text-transform: uppercase;
    margin-bottom: .15rem;
}
.people-act-link,.people-act-link:hover {
    color: #f7f4f6;
    text-decoration: none;
    display: inline-block;
}
.people-act-link .act-name:hover,
.people-act-link .charname:hover  {
    color: #fea801 !important;
}
.charname {
    color: #e2dbec;
    font-size: 1.175rem;
    letter-spacing: 1px;
}
.afisha-row:hover {
    background-color: #16062b;

}

.afisha-row:hover .short-description,
.afisha-row:hover h2.entry-title,
.afisha-row:hover p.for-whom,
.afisha-row:hover div.afisha-header a,
.afisha-row:hover .weekday,
.afisha-row:hover .post-stime{
    color: #dedbe4 !important;
}
.afisha-row {
    border-bottom: 1px solid #221b2a;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

body.blog .category-afisha {
    margin-bottom: 0;
}

a.ll-link {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 22px;
    left: 0;
    bottom: 0;
}
a.ll-link:hover {
    background: url("https://serebrostrov.com.ua/wp-content/uploads/2018/10/ll-yellow.png") no-repeat 0 2px;
    background-size: 100% auto;
}
.long-nav-wrap {
    text-align: center;
}

.long-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.long-nav li {
    padding: .4rem 1.5rem;
}

ul.slider {
    list-style: none;
}
ul.slider li {
    text-align: center;
}
ul.slider li img {
    max-width: 100%;
}
.margin-5 {
    margin: 5px 5px 5px 5px !important;
}
.la-prim-title, .la-section-title {
    text-align: center;
}
.boy-animation {
    display: none;
}
.color-orange {
    color: #fea801;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}
.dmc-h2 {
    text-transform: uppercase;
    font-size: 2.7rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    color: #fff;
}
.dmc-wrap {
    text-align: center;
}

/* navigation changes */
.dropdown, .dropleft, .dropright, .dropup {
    position: initial !important;
}

/* прячем заголовки h1 на страницах */
/* артисты */
#post-68 .entry-header, body.page-id-405 .entry-header {
    display: none;
}
/* студийцы */
#post-370 .entry-header {
    display: none;
}


.olds-row {
    border-top: 1px solid #221b2a;
}
.olds-row:first-child {
    border-top: 1px solid transparent;
}
.olds-header {
    padding: 1.5rem 0;
}
.category-past-php .col-sm-12:not(.olds-row) .olds-header {
    border-top: 1px solid #221b2a;
}



.olds-header .entry-title {
    margin-bottom: 0;
    padding: 0;
    color: #fcf5fa;
}
.olds-header a {
    text-decoration: none;
    display: inline-block;
}
.olds-header a:hover, .olds-header a:active, .olds-header a:hover .entry-title {
    color: #fff;
}
.olds-header .short-description {
    color: #9e8fb8;
}
.olds-header a:hover .short-description {
    color: #fff;
}
.olds-row .post-year {
    font-family: "PT Sans", sans-serif;
    color: #9e8fb8;
    font-weight: 400;
    font-size: 1.125rem;
}


hr.bor {
    border-top: 1px solid #bba6bf;
    opacity: .7;
}

.color-white, .color-white * {
    color: #fdeefd !important;
}
.contact-us-block a {
    color: #fdeefd;
}

.font-sans {
    font-family: "PT Sans", sans-serif;
}

.widget {
    font-size: 1rem;
}


/* новости *
 */
body.single.siteorigin-panels #page:before {
    display: none !important;
}
.siteorigin-panels .textwidget {
    font-size: 18px;
}
.siteorigin-panels h1,
.category-novosti h2.entry-title {
    font-size: 24px;
    text-align: left;
    color: #fea801;
}
.category-novosti h1, .page-id-608 h1 {
    color: #9e8fb8;
    font-size: 1.1rem;
}
hr.zakaz-line {
    border-top: 1px solid #6b6b6b;
    margin-bottom: 0;
}
.page-id-750 h1 {
    display: none;
}

/* comment section */

#comments {
	max-width: 800px;
	margin: 20px auto;
}

.form-allowed-tags, #comments .alert-info, .comment-form-url, #comments .says {
	display: none;
}
#comments label {
	min-width:66px;
}
#comments textarea {
	height: 100px;
	min-height: 100px;
	max-height: 250px;
}
#comments .card {
	background-color: transparent;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.card-header, .card-header h5 {
	padding-top: 0;
}
.comment-meta {
	font-size: 12px;
}
.comment-content.card-block {padding-top: 0;}



/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }

}

@media screen and (max-width: 1199px) {
    a.ll-link {display: none;}
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .header-season {
        display: none;
    }
  html {
    font-size: 90%;
  }
    .afisha-header h1:before,.afisha-header h1:after {
        display: none;
    }

    .la-name {
        text-align: center;
        background-color: #000;
        padding-bottom: .75rem;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
    .afisha-content {
        width: 100%;
    }
    #map {
        height: 310px;
    }
    .logo-dsk {
        display: none;
    }
    .logo-mb {
        display: block;
    }
    ul.slider li img {
        max-width: 80vw;
    }
    span.wpcf7-not-valid-tip {
        bottom: -12px;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .post-slider:before {
        content: "";
        display: table;
        table-layout: fixed;
    }
    .post-slider:after {
        content: "";
        display: table;
        table-layout: fixed;
        clear: both;
    }
    .afisha-row {
        border-bottom: none;
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
    .blog .post-sdate {
        padding-left: 50px;
    }
  html {
    font-size: 80%;
  }

    /* mobile navigation and logos */

    .logo-mb {
        max-width: 120px;
    }
    #main-nav {
        background-color: #44536b;

    }
    #main-nav .menu-item {
        text-align: center;
        letter-spacing: 2px;
    }


    .blog .post-scheduled {
        display: inline-block;
        width: 120px;
        text-align: center;
        padding: 0 0 1rem;
    }
    .afisha-row .col-md-2, .post-buy {
        text-align: center;
    }
    .post.hentry {
        margin: 3rem 0 0;
    }
    .home .post.hentry {
        margin: 0;
        border-bottom: 1px solid #413048;
    }
    .blog article:last-child .afisha-row:after {
        display: none;
    }

    header#masthead {
        position: relative;
        z-index: 99;
    }
    #main-nav {
        position: relative;
        width: 100%;
        top: 0;
    }
    .category-3 .short-description {
        padding: 1rem 1.5rem;
    }
    .repertuar-header h2 {
        margin-top: 0;
        padding: 15% 0 20%;
    }
    .blog .post-sdate span {
        position: absolute;
        display: block;
        text-align: right;
        width: 70px;
        left: -22px;
        top: 3px;
        font-size: 3.5rem;
    }
    #main-nav ul.navbar-nav > li > a {
        padding: 1.3rem .5rem !important;
        font-size: 1.2rem !important;
        border-top: 1px solid #54647d;
    }
    #main-nav ul.navbar-nav > li:first-child > a {
        border-top: none;
    }
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
        color: #cdbfe3;
    }
    #main-nav ul.dropdown-menu > li > a {
        font-size: 1rem !important;
        padding: .6rem .5rem !important;
    }
    .navbar-nav .dropdown-menu {
        margin: -.5rem 0 1rem;
    }
    #main-nav ul li.dropdown.show .dropdown-toggle:after {
        transform: rotate(180deg);
    }

    h1.entry-title, h1.page-title {
        color: #9e8fb8;
        font-size: 1.4rem;
    }
    img.alignleft {
        width: 45%;
        height: auto;
    }

    .ps-wrap {
        width: 49%;
        float: left;
    }
    .post-buy {
        width: 40%;
        float:right;
    }
    .single .afisha-header {
        margin-top: 1.5rem;
    }

    .single .post-buy a {
        margin-top: 0;
    }

    .single .post-slider ul.slider {
        width: 100vw;
        margin-left: -15px;
    }
    ul.slider li img {
        max-width: 100vw;
    }
    .post-sdate.pd-single span {
        font-size: 2rem;
    }

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
    body {
       background: #02000b;
    }

    img.wp-image-159{
        max-width: 120px;
    }
    .long-nav-wrap {
        display: none;
    }
}

/* greater then tablet */

@media only screen and (min-width: 768px) {
    .post-buy a {
        position: relative;
        z-index: 100;
        margin: 2rem 1rem 1rem;
    }
    /* убираем тайтлы на отдельных страницах */
    #post-403 .entry-header {
        display: none;
    }

}

@media only screen and (min-width: 960px) {
    #creators {
        position: relative;
        padding-top: 1.5rem;
    }
    #people {
        position: relative;
    }
    #creators:before, #creators:after {
        content: '';
        height: 0;
        position: absolute;
        border-bottom: 1px solid #3e3348;
    }
    #creators:before {
        top: 0;
        left: 3%;
        width: 94%;
    }
    #creators:after {
        width: 90%;
        bottom: 0;
        left: 5%;
    }
    #people:after {
        content: '';
        height: 0;
        position: absolute;
        width: 90%;
        bottom: 0;
        left: 5%;
        border-bottom: 1px solid #3e3348;
    }
}

@media only screen and (min-width: 1024px) {
    .long-nav {
        display: inline-block;
        transform: translateY(-60px);
        position: relative;
        z-index: 999;
    }
    .long-nav-wrap.fixed {
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .long-nav-wrap.fixed .long-nav {
        transform: none;
    }
    .long-nav ul {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .repertuar-header h2 {
        padding: 4rem 1rem 1rem;
    }
    .single .post-scheduled {
        background: #000;
        background: rgba(0, 0, 0, .85);
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 100px;
        height: 368px;
        text-align: center;
    }
    #main-nav.justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: space-around !important;
        border-bottom: 1px solid #cdbfe3;
        position: relative;
    }
    .header-season {
        width: 170px;
    }
    .repertuar-header {
        height: 239px;
        box-shadow: 0 0 15px #000;
    }
    .repertuar-header-thumb {
        transition: all .5s;
        width: 100%;
        height: 100%;
        background-color: black;
        background-position: center;
        background-size: cover;
    }
    .repertuar-header:hover > .repertuar-header-thumb,
    .repertuar-header:focus > .repertuar-header-thumb {
        transform: scale(1.2);
    }

    .la-name {
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 1.5rem;
        text-align: center;
        color: #fea801;
        text-shadow: 0 0 10px #000, 0 0 5px #000;
        opacity: 0;
        transition: all .3s linear;
        width: 100%;
        margin: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        word-spacing: 100vw;
    }
    .la-item:hover > .la-name,
    .la-item:hover > a > .la-name{
        opacity: 1;
    }
    .la-item:hover > .la-image,
    .la-item:hover > a > .la-image{
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: .8;
    }
    header#masthead {
        position: relative;
        z-index: 999;
    }
    header .navbar {
        border-bottom: 1px solid #615967;
    }
    body.page-template-fullwidth header .navbar {
        border-bottom: 1px solid transparent;
    }

    body.single #page {
        position: relative;
    }
    body.single #page:before {
        content: '';
        background-color: #000;
        width: 100%;
        height: 633px;
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }
    .single .afisha-header,
    .post-slider {
        position: relative;
        z-index: 3;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        font-size: .85rem;
    }

    
    .category-repertuar .post.hentry {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* двигаем контент чуть вверх чтоб занять пустое пространство */
    .home #content,
    .category-3 #content,
    .page-template-fullwidth #content,
    .page-id-70 #content {
        margin-top: -85px;
    }

    /* page Zakaz biletov */
    .page-id-608 #content {
        margin-top: -85px;
    }

    /* category Novosti */
    .category-novosti #content {
        margin-top: -85px;
    }
    .category-novosti h1, .page-id-608 h1 {
        margin-top: .5rem;
    }

    /* страница Людмила Лымарь */
    body.page-id-372 h1.entry-title {
        display: none !important;
    }
    .zau {
        padding-bottom: 1rem;
        background-color: #000;
        border-bottom: 1px solid #59535a;
    }


    .dmc-h2 {
        text-transform: uppercase;
        font-size: 2.7rem;
        font-weight: 400;
        margin: 0;
        padding: 10px 0;
        color: #fff;
    }
    .dmc-h2 strong {
        font-weight: 400;
        letter-spacing: 3.5px;
        margin-right: -9px;
        font-size: 3.1rem;
    }

    body.page-id-372 #page:before,
    body.page-template-fullwidth #page:before {
        height: 564px;
        content: '';
        background-color: #000;
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    body.page-template-fullwidth #page:before {
        height: 482px;
    }

    .page-template-fullwidth h1 {
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
        margin-top: 0;
        padding-top: 1.5rem;
        position: absolute;
        top: 250px;
        right: 2%;
        width: 250px;
        word-spacing: 100vw;
    }

    .page_item.active a, .current-menu-item.active a {
        color: #fff;
    }
    .la-item {
        margin-bottom: 4rem;
    }

    .page-template-fullwidth ul.slider li img {
        height: 350px;
        width: auto;
    }
    .olds-header .entry-title {
        font-size: 32px;
    }
    .olds-header .short-description {
        font-size: 22px;
        margin-bottom: .2rem;
    }

    .zakaz-text {
        padding-top: 18px
    }
    .zakaz-text p {
        text-align: right;
        line-height: 1.85;
    }


}

@media (min-width: 1200px) {
    body.page-template-fullwidth #page:before {
        height: 486px;
    }
    .repertuar-header {
        height: 299px;
    }
    .slick-list {
        width: 1110px;
    }
    .slick-list .slick-track {
        transform: translate3d(-169px, 0px, 0px);
    }
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        font-size: 1.125rem;
    }
    .dropdown-menu {
        background: transparent;
        padding: 9px 0;
    }
    /* показываем подменю раскрытым на страницах */
    .current-menu-parent > .dropdown-menu,
    .current_page_parent > .dropdown-menu,
    .dropdown-menu.show {
        background: transparent;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .dropdown-menu.show {
        background-color: #100120;
        z-index: 9999;
    }
    .category-repertuar .page-header {
        visibility: hidden;
    }
    .dropdown-item, .dropdown-item:visited {
        color: #9e8fb8;
        font-size: 1.1rem;
    }
    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:active {
        color: #ccc;
    }
    .dropdown-menu.show .dropdown-item:hover {
        background-color: #100120;
        color: #ccc;
    }
    body.page-id-372 #page:before {
        height: 610px;
    }

    body.single #page:before {
        height: 638px;
    }
    .zau {
        padding-bottom: 3rem;
    }


}

@media (min-width: 1440px) {
    .boy-animation {
        display: block;
        position: fixed;
        top: -698px;
        right: 20px;
        width: 120px;
        height: 697px;
        background: url("/wp-content/uploads/2018/09/boy-animation.png") no-repeat center bottom;
        background-size: 100% auto;
        z-index: 91;
    }
    .girl-animation {
        position: fixed;
        display: block;
        width: 100px;
        height: 115px;
        left: 20px;
        bottom: -120px;
        background: url("/wp-content/uploads/2018/09/girl-animation2.png") no-repeat center center;
        background-size: 100% auto;
        z-index: 999;
    }

}