.toggle-menu,
.rubrikator {
  display: none;
}

@media screen and (max-width: 1114px) {
  .counter,
  .footer-center,
  .copyright,
  .footer-center .menu.left,
  .footer-center .menu.right {
    float: none!important;
    margin: 0 0 5px 0;
    text-align: center;
    width: auto;
  }

  .footer-center .menu li {
    float: none!important;
    display: inline-block;
  }

  .footer {
    height: 140px;
  }

  .content {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 930px) {
  .nav {
    height: auto;
    display: none;
  }
  .nav.show-menu {
    display: block;
  }

  ul.menu,
  ul.menu:not([id="menu-category"]),
  ul.menu li,
  ul.menu:not([id="menu-category"]) li {
    float: none;
  }

  #main-menu li ul {
    display: none!important;
  }

  .toggle-menu {
    display: block;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #6f3a6f;
    text-transform: uppercase;
    font-size: 14px;
  }

  .toggle-menu:hover {
    background-color: #562b56;
  }

  .toggle-menu>span {
    display: inline-block;
    padding-left: 36px;
    background: url("../images/toggle-menu.png") left center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .post .top {
    height: 100%;
  }

  .post .top span {
    float: none;
    display: block;
    line-height: 14px;
    margin-bottom: 6px;
  }

  .post .top >a {
    max-width: 100%;
    display: inline;

  }
}

@media screen and (max-width: 640px) {
  .header {
    height: 100px;
  }

  .logo {
    margin-left: 0;
    display: block;
    padding-top: 20px;
    margin-top: 0;
  }

  .logo a {
    display: block;
  }

  .logo a img {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .leftCol {
    float: none;
    margin: 0 auto;
  }

  .leftCol #menu-category .menu-item, .cat-item {
    font-size: 14px;
  }

  .rubrikator {
    display: block;
    text-align: center;
    color: white;
    cursor: pointer;
    padding: 12px 0;
    background-color: #572357;
    text-transform: uppercase;
  }

  .rubrikator:hover {
    background-color: #461646;
  }

  .leftCol .widget_nav_menu {
    position: absolute;
    left: -240px;
    top: 188px;
    background-color: #fff;
    width: 230px;
    z-index: 1000;
    transition: all ease 0.8s;
  }

  .leftCol .widget_nav_menu.show-menu {
    left: 0;
  }

  .leftCol .textwidget,
  .leftCol .widget-3.svami,
  .banner-wrap {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .post .preview .img {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .content-inner img[class*="wp-image"] {
    display: block;
    width: 100%!important;
    height: auto;
  }

  .content-inner div[style*="width"] {
    width: auto!important;
  }

  .post .top span {
    font-size: 14px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%!important;
    box-sizing: border-box;
  }

  input[type="text"],
  input[type="email"] {
    height: 30px;
  }

  #respond label {
    float: none;
    width: auto;
    font-size: 14px;
  }

  .footer {
    font-size: 14px;
    line-height: 18px;
    height: 180px;
  }

  .content {
    padding-bottom: 200px;
  }

  iframe {
    width: 100%!important;
  }
}

@media screen and (max-width: 320px) {
  .footer {
    height: 200px;
  }

  .content {
    padding-bottom: 220px;
  }

  #respond .comment-notes,
  #respond .form-allowed-tags {
    margin-left: 0;
    font-size: 14px;
  }

  .wp-pagenavi >span, .wp-pagenavi >a {
    font-size: 14px;
  }

}
