/*
Theme Name:     cms
Description:    Cheeky Monkey Studios Ltd - Theme
Author:         Cheeky Monkey Studios Ltd
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* moves the navigation down when user logged in */


@media (max-width: 980px) {
  .et_pb_menu .et_mobile_menu {
    margin-top: 35px !important;
  }
}