/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 700px) {

  a.mobile-nav-open{
    display: none;
  }
  
  .nav li.mobile-nav i{
    display: inline;
  }
  
  ul.nav li:hover{
    cursor: pointer;
  }

  ul.nav li.mobile-nav-toggle{
    background: #f7c512;
  }

  ul.nav li{ 
    width: 100%;
    background: #ffd952;
    padding: 0px;
    margin: 0px;
    clear: both !important;
    display: block;
  }
  
  nav.main ul.nav li{
    display: none;
  }
  
  nav.main ul.nav li.mobileonly{
    display: inline-block;
  }
  
  nav ul li.active::before{
      content: '';
      display: block;
      position: absolute;
      top: 0; left: 0;
      width: 70%; 
      height: 100%;
      border:none;
      -webkit-transform: skewX(0deg);
         -moz-transform: skewX(0deg);
           -o-transform: skewX(0deg);
              transform: skewX(0deg);
      background-color: inherit; 
      z-index: -1;
  }
  
  nav ul li.active::after{
      content: '';
      display: block;
      position: absolute;
      top: 0; left: 0;
      width: 70%;
      height: 100%;
      border:none;
      -webkit-transform: skewX(0deg);
         -moz-transform: skewX(0deg);
           -o-transform: skewX(0deg);
              transform: skewX(0deg);
      background-color: inherit;
      z-index: -1;
  }
  
  ul.nav{
    float: left;
    padding-left: 0px;
    width: 100%;
  }
  
  ul.nav li a:hover, ul.nav li.active a:hover{
    color: #fff;
    background: #322755;
  }
  
  nav ul li.special.notactive{
    background: #3183b3;
  }
  
  nav ul li.special.notactive a{
    background: none;
    color: #fff;
  } 
  
  nav ul li.special a:hover{
    background: #1aa2f1;
    color: #fff;
  } 
  
  ul.nav{
    margin-bottom: 30px;
  }
  
  #main{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  div.pricing{
    width: 100%;
  }
  
  table.features tr.item td{
    padding: 3px;
  }
  
  table.features h4{
    font-size: 13px;
  }
  
  table.features td.contains_check i.fa-check{
    font-size: 20px;
  } 
  
  table.features td.feature{
    font-size: 12px;
  }
  
  table.features span.description{
    display: none;
  }
  
  .fullsize-only{
    display: none;
  }
  
  ul.survey-steps li{
    width: 100%;
    box-sizing: border-box;
  }
  
  ul.survey-steps li a{
    width: 100%; 
    box-sizing: border-box;
  }
  
  div#header_logo{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 7px;
  }
  
  div#header_logo a{
    text-align: center; 
  }
  
  div#motto_logo{
    padding-top: 5px;
    padding-bottom: 5px; 
    width: 100%;
    text-align: center;
    background: #55487f;
  }
  
}
