@media (max-width: 991px) {

  div#welcome_cpri_kids img {
    max-width: 201px;
    height: auto;
  }

  .workshop-search-btn-wrapper {
     padding-top: 15px;
     clear: both;
  }
  div#profileSidebar span {
    width: 100%;
    float: right;
  }
}

/* Below portrait tablet */
@media (max-width: 767px) {
  nav#main-nav {
    margin-top: 15px;
  }

  body.families #sub-nav {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  div#profileSidebar span {
    width: auto;
    float: none;
  }

  .main-content-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .workshopActions {
      width: 95%;
  }

  #profileSidebar > ul > li > a {
    padding: 5px 30px;
  }

  .workshop-profile-sidebar {
    padding: 0px;
  }

  div#profileSidebar {
    margin-bottom: 15px;
  }

  #workshopsAvailable, #workshopsCompleted {
      padding: 15px;
  }

  #logo img {
    width: 100%;
  }

  #mobile-nav {
    margin-left: -15px;
    margin-right: -15px;
    text-transform: uppercase;
  }

  #mobile-nav > .menu-button > .touch-button {
    display: none;
  }

  #mobile-nav .menu-button {
    width: 24%;
    padding: 10px 0px;
    margin-right: 1.33333333%;
    float: left;
    text-align: center;
    color: white;
    font-size: 9px;
    font-weight: 300;
  }

  #mobile-nav .flexnav li ul {
    padding: 0px;
  }

  #mobile-nav .flexnav li a {
    background: white;
  }

  .flexnav .touch-button {
    height: 47px;
    background: #E4E4E4;
  }

  #mobile-nav .flexnav li ul li a {
    background: #E4E4E4;
    padding-right:30px;
  }

  #mobile-nav .menu-button:nth-child(4n + 1) {
    border-bottom: solid 3px #DA6227;
  }

  #mobile-nav .menu-button:nth-child(4n + 2) {
    border-bottom: solid 3px #a6b21d;
  }

  #mobile-nav .menu-button:nth-child(4n + 3) {
    border-bottom: solid 3px #0093d0;
  }

  #mobile-nav .menu-button:nth-child(4n) {
    border-bottom: solid 3px #0056a8;
  }

  #mobile-nav .menu-button-vocpri {
    margin-right: 0;
  }

  #main {
    margin-left: -15px;
    margin-right: -15px;
  }

  /**
   * 	KIDS NAV
   */

  body.kids.page-cid-128 #second-nav {
    display: block !important;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
  }

  body.kids #second-nav {
    font-family: 'Roboto Slab', serif;
  }

  body.kids #second-nav a {
    color: white;
    font-weight: bold;
  }

  body.kids #second-nav a:hover {
    background: transparent;
    text-decoration: underline;
  }

  body.kids #second-nav li {
    margin-bottom: 7.5px;
  }

  body.kids #second-nav li.nav-path-selected a {
    background: transparent;
    text-decoration: underline;
  }

  body.kids #second-nav .nav > li > a {
    padding: 5px 15px;
  }

  body.kids #second-nav li:nth-child(6n + 1) {
    background: #0068b3;
  }

  body.kids #second-nav li:nth-child(6n + 2) {
    background: #fbad18;
  }

  body.kids #second-nav li:nth-child(6n + 3) {
    background: #00aeef;
  }

  body.kids #second-nav li:nth-child(6n + 4) {
    background: #ec008c;
  }

  body.kids #second-nav li:nth-child(6n + 5) {
    background: #705396;
  }

  body.kids #second-nav li:nth-child(6n + 6) {
    background: #70b744;
  }

  /**
   * 	Stories
   */

  .stories .story{
  	padding:0px;
  }
  .story-page-image{
  	margin-bottom:40px;
  }

  /**
   * 	Get to know us
   */
  body.page-type-get_to_know_us #sub-nav {
    background: url('images/get_to_know_us-bg.png') repeat;
    margin-left: -15px;
    margin-right: -15px;
    height: auto !important;
  }

  body.page-type-get_to_know_us #sub-nav a {
    padding: 10px;
  }

  body.page-type-get_to_know_us #sub-nav a:hover {
    background: transparent;
  }

  body.page-type-get_to_know_us #sub-nav li {
    width: 25%;
    border: none;
    float: left;
  }

  body.page-type-get_to_know_us #sub-nav img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  /**
   * 	Footer
   */
  footer .col-sm-4 {
    border-top: 1px solid #FFF;
    padding: 15px;
  }
}
