/*
Theme Name: LYFLE - Gagarinova
Template: lyfle-02
Author: LYFLE — Jakub Rejlek
Author URI: https://lyfle.com
*/
.child .transition-none {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.child header .logo {
  width: 60px;
  margin: 16px 0;
}
.child header .title {
  margin-left: 100px;
}
.child header.shrinky .logo {
  width: 40px;
  margin: 10px 0;
}
.child header.shrinky .title {
  margin-left: 70px;
}
@media screen and (max-width: 600px) {
  .child header .logo {
    width: 46px;
    margin: 14px 0;
  }
  .child header .title {
    margin-left: 80px;
  }
  .child header.shrinky .logo {
    width: 30px;
    margin: 10px 0;
  }
  .child header.shrinky .title {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .child .menu-icon {
    display: block;
    position: absolute;
    z-index: 99999;
  }
  .child .menu-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #29afc6;
    text-align: left;
    overflow: scroll;
  }
  .child .menu-overlay.open {
    display: block;
  }
  .child nav {
    width: 100%;
    top: 0;
    left: 0;
  }
  .child nav ul {
    margin: 80px 7%;
  }
  .child nav ul li {
    display: block;
    margin: 4px 0;
    border-bottom: 1px solid #fff;
  }
  .child nav ul li:last-of-type {
    border-bottom: 0;
  }
  .child nav ul li a {
    padding: 8px;
    color: #fff;
    display: block;
  }
  .child nav ul li a:hover {
    color: #b7e8f0;
  }
  .child nav ul li a:hover:after,
  .child nav ul li a:hover:before {
    color: #b7e8f0;
  }
  .child nav ul li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    content: '\e145';
    color: #fff;
    font-weight: 300;
    font-size: 12.8px;
    padding-left: 12px;
  }
  .child nav ul li.menu-item-has-children.active > a:after {
    font-family: 'Material Icons';
    content: '\e15b';
    color: #fff;
    font-weight: 300;
    font-size: 12.8px;
    padding-left: 12px;
  }
  .child nav ul li ul {
    position: relative;
    background: none;
    display: none;
    margin: 0;
    padding: 0 0 24px 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .child nav ul li ul.slide-down {
    display: block;
  }
  .child nav ul li ul li {
    width: 100%;
    border-bottom: 0;
    opacity: 1;
    left: 0;
  }
  .child nav ul li ul li:hover {
    background: none;
  }
  .child nav ul li ul li a:before {
    content: '\2014';
    color: #fff;
    padding-right: 6px;
  }
  .child header.shrinky nav ul li ul {
    padding-top: 0px;
  }
}
@media screen and (max-width: 900px) {
    .child .content-wrapper .content {
        width: 100%;
        float: none;
        padding: 60px 7% 20px 7%;
    }
    .child .content-wrapper .sidebar {
        display: block;
        width: 100%;
        padding: 60px 7% 20px 7%;
        background: #efeeea;
    }
    .child .content-wrapper .sidebar .widget {
        border-bottom: 1px solid #ccc;
    }
    .child .footer {
        margin-top: 0;
    }
}