
/* Nav Bar Fixes*/
.nav{
  font-size: 12px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  border-top-color: #1ab394;
}

.bubble{
  height: auto;
}

@media only screen and (max-width: 767px) {
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    border-top-color: #e7e7e7;
  }
}

/* testimonials fix */
@media only screen and (max-width: 767px) {
  .comments-avatar{
    padding-bottom: 20px;
  }

  .pricing-plan{
    padding-bottom: 20px;
  }
}
