/*  START SIDE WIDGET MOBILE */

.side-widget-mobile {
    width: 540px;
    background-color: #fff;
    max-width: 80vw;
    height: 100vh;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10;
    padding: 30px 50px;
    padding-right: 110px;
    color: #000;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    /*overflow: auto;*/
  }
  .side-widget-mobile.active {
    left: 0;
  }
  .side-widget-mobile.active .logo {
    opacity: 1;
    transform: translateX(0);
  }
  .side-widget-mobile.active .inner {
    opacity: 1;
    transform: translateX(0);
  }
  .side-widget-mobile.active .display-mobile {
    opacity: 1;
    transform: translateX(0);
  }
  .side-widget-mobile.active svg path {
    animation-name: side-widget-in;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .side-widget-mobile svg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    fill: #fff;
  }
  .side-widget-mobile svg path {
    animation-name: side-widget-out;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .side-widget-mobile .logo {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transform: translateX(-100px);
  }
  .side-widget-mobile .logo img {
    height: 62px;
  }
  .side-widget-mobile .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transform: translateX(-100px);
  }
  .side-widget-mobile .inner .widget {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .side-widget-mobile .inner .widget:last-child {
    margin-bottom: 0;
  }
  .side-widget-mobile .inner .widget p:last-child {
    margin-bottom: 0;
    font-weight: 400;
    opacity: 0.8;
  }
  .side-widget-mobile .inner .widget-title {
    width: 100%;
    display: block;
    font-size: 26px;
    font-family: 'CaviarDreams';
    margin-bottom: 15px;
    color: #94ffc4;
  }
  .side-widget-mobile .display-mobile {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transform: translateX(-100px);
    display: none;
  }
  .side-widget-mobile .display-mobile .custom-menu {
    width: 100%;
    display: flex;
    position: relative;
    /*top: -67px;*/
  }
  .side-widget-mobile .display-mobile .custom-menu ul {
    width: 100%;
    margin: 0;
  }
  .side-widget-mobile .display-mobile .custom-menu ul li {
    width: 100%;
    font-family: 'CaviarDreams';
    font-size: 20px;
  }
  .side-widget-mobile .display-mobile .custom-menu ul li a {
    display: inline-block;
    color: #000;
    margin: 5px 0;
  }
  .side-widget-mobile .display-mobile .custom-menu ul li a:hover {
    text-decoration: none;
    color: #94ffc4;
  }
  .side-widget-mobile .display-mobile .site-menu {
    width: 100%;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
  }
  .side-widget-mobile .display-mobile .site-menu ul {
    width: 100%;
    margin: 0;
  }
  .side-widget-mobile .display-mobile .site-menu ul li {
    width: 100%;
    font-family: 'CaviarDreams';
    font-size: 20px;
  }
  .side-widget-mobile .display-mobile .site-menu ul li a {
    display: inline-block;
    color: #000;
    margin: 5px 0;
  }
  .side-widget-mobile .display-mobile .site-menu ul li a:hover {
    text-decoration: none;
    color: #94ffc4;
  }



.side-widget-mobile {
    padding: 30px;
    padding-right: 0;
    width: 100%;
    max-width: 85vw;
  }

  .side-widget-mobile .logo img {
    height: 52px;
  }

  .side-widget-mobile.active .display-mobile {
    display: flex;
    margin-top: -50px;
  }

  .side-widget-mobile.active .inner {
    display: none;
  }

  .side-widget-mobile {
    width: 440px;
  }

.side-widget-mobile .display-mobile .site-menu ul li a p{
  margin-bottom: 0;
  display: inline-flex;
}

.side-widget-mobile .display-mobile .site-menu ul li a p strong {
  font-weight: 100 !important;
}

  /* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .navbar .hamburger-menu, .hamburger-menu {
      display: none;
    }
    .navbar .hamburger-menu-mobile, .hamburger-menu-mobile {
      display: block;
      margin-left: 20px;
    }

  .side-widget-mobile .display-mobile .site-menu ul li a p{
    max-width: 350px;
  }
  }

  /*  END SIDE WIDGET MOBILE */


@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {

  .navbar .hamburger-menu-mobile, .hamburger-menu-mobile {
    display: block;
    margin-left: 5px;
  }

  .side-widget-mobile .display-mobile .site-menu ul li a p{
    max-width: 250px;
  }
}
