2a3
>      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
270a272
>      -webkit-transform: scale(1.5);
305a308
>      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
311a315
>      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
364a369,786
> /* [MONTH VIEW] */
>  .month-view .add-event {
>      width: 100%;
>      margin-bottom: .5em;
> }
>  .month-view .add-event a {
>      display: inline-block;
>      text-transform: uppercase;
>      padding: 1em;
>      background: #FFFDE1;
>      border: 1px solid rgba(11, 11, 11, .1);
>      border-radius: 6px;
>      font-weight: 700;
>      font-size: 13px;
> }
>  .month-view .add-event a::before {
>      content: "\f067";
>      margin-right: .3em;
>      display: inline-block;
>      font-family: "FontAwesome" 
> }
>  .month-view .page-header {
>      background: #F9FFFF;
>      font-family: 'Raleway', sans-serif;
>      border: 1px solid #DFEDEE;
>      margin-bottom: .5em;
> }
>  .month-view .page-header .list-inline {
>      list-style: none;
>      position: relative;
> }
>  .month-view .page-header .title {
>      font-family: 'Muli', sans-serif;
>      font-size: 1.9em;
>      padding: .2em;
>      color: #333;
> }
>  .month-view .page-header .arrow-left, .month-view .page-header .arrow-right {
>      position: absolute;
>      top: 50%;
>      -webkit-transform: translateY(-50%);
>      transform: translateY(-50%);
> }
>  .month-view .page-header .arrow-left {
>      left: 5%;
> }
>  .month-view .page-header .arrow-right {
>      right: 5%;
> }
>  .month-view .page-header .arrow-left a i, .month-view .page-header .arrow-right a i {
>      font-size: 3em;
>      text-shadow: 0 0 6px #EF3E40;
>      color: #EF3E40;
>      -webkit-transition: all .5s;
>      transition: all .5s;
> }
>  .month-view .page-header .arrow-left a:hover i, .month-view .page-header .arrow-right a:hover i {
>      text-shadow: 0 0 9px #B31F21;
>      color: #B31F21;
> }
>  .month-view #month-wrap {
>      margin-top: .5em;
>      background: #F9FFFF;
>      border: 1px solid #DFEDEE;
>      padding: 0 .5em;
>      padding-bottom: .5em;
> }
>  .month-view #month-wrap .month-labels .weekday {
>      padding: .8em 0;
>      font-family: 'Muli', sans-serif;
>      color: #333;
>      font-size: 1.4em;
>      font-weight: 500;
>      text-shadow: 0 0 2px #333;
>      border-bottom: 1px solid rgba(11, 11, 11, .1);
> }
>  .month-view #month-wrap .month-grid {
>      border-left: 1px solid rgba(11, 11, 11, .1);
> }
>  .month-view #month-wrap .month-grid .day {
>      border: 1px solid rgba(11, 11, 11, .1);
>      background: #FFF;
>      border-top: none;
>      border-left: none;
>      min-height: 180px;
>      max-height: 200px;
> }
>  .month-view #month-wrap .month-grid .day.today {
>      background: #f8f8f8;
> }
>  .month-view #month-wrap .month-grid .date-numeral {
>      background: -webkit-gradient(linear, left top, left bottom, from(#629DD4), to(#3C77AE));
>      background: linear-gradient(#629DD4, #3C77AE);
> }
>  .month-view #month-wrap .month-grid .date-numeral a {
>      color: #FFF;
>      font-family: 'Raleway', sans-serif;
>      font-size: 1.1em;
>      padding: .5em 0;
>      text-align: center;
>      -webkit-transition: all .5s;
>      transition: all .5s;
> }
>  .month-view #month-wrap .month-grid .date-numeral a:hover {
>      text-shadow: 0 0 8px #FFF;
> }
>  .month-view #month-wrap .month-grid .event-item {
>      font-size: 11px;
>      font-family: 'Raleway', sans-serif;
>      background: rgba(0, 0, 0, .8);
>      margin: .2em;
>      border-radius: 5px;
>      -webkit-box-shadow: 0 0 6px 0 #333;
>      box-shadow: 0 0 6px 0 #333;
> }
>  .month-view #month-wrap .month-grid .more-events {
>      font-size: 11px;
>      font-family: 'Raleway', sans-serif;
>      background: rgba(253, 253, 235, .9);
>      margin: .2em;
>      border-radius: 5px;
>      -webkit-box-shadow: 0 0 6px 0 #333;
>      box-shadow: 0 0 6px 0 #333;
> }
>  .month-view #month-wrap .month-grid .more-events a {
>      display: block;
> }
>  .month-view #month-wrap .month-grid .more-events a {
>      color: #222;
>      display: block;
> }
>  .month-view .event-buttons {
>      margin-top: .2em;
> }
>  .month-view .event-buttons .btn-primary, #day-view .btn-group .btn-primary {
>      display: inline-block;
>      padding: 20px 20px;
>      font-family: 'Play', sans-serif;
>      background: #F9FFFF;
>      border: 1px solid rgba(11, 11, 11, .1);
>      color: #222;
>      margin-top: .5em;
> }
>  .month-view .event-buttons .btn-secondary, #day-view .btn-group .btn-secondary, #search-view .btn-group .btn-secondary {
>      display: inline-block;
>      padding: 20px 20px;
>      font-family: 'Play', sans-serif;
>      background: #FF585A;
>      border: 1px solid rgba(11, 11, 11, .1);
>      color: #222;
>      margin-top: .5em;
> }
>  .month-view .event-buttons a:hover {
>      background: #FFFDE1;
> }
> /* [ MONTH EVENT WELL SECTION] */
>  .month-view .well {
>      margin-top: 1em;
>      background: #FFFFFB;
>      border: 1px solid rgba(11, 11, 11, .1);
> }
>  .month-view .well .title {
>      padding: 1em;
>      color: #333;
>      font-family: 'Varela Round', sans-serif;
> }
>  .month-view .well .types {
>      padding: 1em;
> }
> /* MONTH EVENT VIEW DAY */
>  #day-view .title {
>      font-family: 'Raleway', sans-serif;
>      color: #333;
>      padding: .5em;
>      text-align: center;
>      background: #FFFDE1;
>      border: 1px solid rgba(11, 11, 11, .1);
>      border-radius: 5px;
>      font-size: 2em;
> }
>  #day-view .search-form {
>      padding: 1em;
>      background: #F9FFFF;
>      border: 1px solid rgba(11, 11, 11, .1);
>      margin-top: .5em;
> }
>  #day-view .search-form .label {
>      display: -webkit-box;
>      display: -ms-flexbox;
>      display: flex;
>      -webkit-box-align: center;
>      -ms-flex-align: center;
>      align-items: center;
> }
>  #day-view .search-form label {
>      font-family: 'Varela Round', sans-serif;
>      color: #333;
> }
>  #day-view form.search-form input[type="text"], #search-view form.search-form input[type="text"] {
>      margin-bottom: 0;
>      margin-left: .5em;
>      margin-right: .5em;
>      padding: 8px 8px;
>      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F9F9F9));
>      background: linear-gradient(#ffffff, #F9F9F9);
>      -webkit-box-shadow: 0 0 5px 1px rgba(11, 11, 11, .1) inset;
>      box-shadow: 0 0 5px 1px rgba(11, 11, 11, .1) inset;
>      border: 1px solid rgba(11, 11, 11, .1);
>      -webkit-transition: all .5s;
>      transition: all .5s;
> }
>  #day-view form.search-form input[type="submit"], #search-view form.search-form input[type="submit"] {
>      border: 1px solid rgba(11, 11, 11, .1);
>      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F9F9F9));
>      background: linear-gradient(#ffffff, #F9F9F9);
>      -webkit-transition: all .5s;
>      transition: all .5s;
>      margin-bottom: 0;
>      margin-left: .5em;
>      margin-right: .5em;
>      padding: 8px 8px;
> }
>  #day-view form.search-form input[type="text"]:hover, #day-view form.search-form input[type="submit"]:hover, #search-view form.search-form input[type="text"]:hover, #search-view form.search-form input[type="submit"]:hover {
>      border-color: #EF3E40;
>      -webkit-box-shadow: 0 0 6px 0 #EF3E40;
>      box-shadow: 0 0 6px 0 #EF3E40;
>      background: #FFF;
> }
>  #day-view form.search-form input[type="submit"]:hover, #search-view form.search-form input[type="submit"]:hover {
>      background: #EF3E40;
>      color: #FFF;
>      cursor: pointer;
> }
>  #day-view form.search-form input[type="text"]:focus, #search-view form.search-form input[type="text"]:focus {
>      border-color: #EF3E40;
>      -webkit-box-shadow: 0 0 6px 0 #EF3E40;
>      box-shadow: 0 0 6px 0 #EF3E40;
>      outline: 0;
>      background: #FFF;
> }
>  #day-view .days-nav {
>      padding: 0;
>      margin-top: 1em;
> }
>  #day-view .days-nav .yesterday-link a, #day-view .days-nav .tomorrow-link a {
>      display: inline-block;
>      padding: .5em;
>      font-family: 'Play', sans-serif;
>      font-style: italic;
>      font-size: 1.2em;
> }
>  #day-view .no-events {
>      border: 1px solid rgba(11, 11, 11, .1);
>      font-family: 'Play', sans-serif;
>      text-align: center;
>      border-radius: 6px;
> }
> /* [EVENT SEARCH] */
>  #search-view .title {
>      font-family: 'Raleway', sans-serif;
>      color: #333;
>      padding: .5em;
>      text-align: center;
>      background: #FFFDE1;
>      border: 1px solid rgba(11, 11, 11, .1);
>      border-radius: 5px;
>      font-size: 2em;
> }
>  #search-view .btn-group .btn-primary {
>      display: inline-block;
>      padding: 20px 20px;
>      font-family: 'Play', sans-serif;
>      background: #F9FFFF;
>      border: 1px solid rgba(11, 11, 11, .1);
>      color: #222;
>      margin-top: .5em;
> }
>  #search-view .search-form {
>      padding: 1em;
>      background: #F9FFFF;
>      border: 1px solid rgba(11, 11, 11, .1);
>      margin-top: .5em;
> }
>  #search-view .search-form .label {
>      display: -webkit-box;
>      display: -ms-flexbox;
>      display: flex;
>      -webkit-box-align: center;
>      -ms-flex-align: center;
>      align-items: center;
> }
>  #search-view .highlight {
>      margin: 0;
>      padding: 1em;
>      font-family: 'Play', sans-serif;
> }
>  #search-view .events-wrap {
>      display: -webkit-box;
>      display: -ms-flexbox;
>      display: flex;
>      -webkit-box-orient: vertical;
>      -webkit-box-direction: normal;
>      -ms-flex-direction: column;
>      flex-direction: column;
>      margin: 0;
> }
>  #search-view .events-wrap .event-wrap {
>      border: 1px solid rgba(11, 11, 11, .1);
>      background: #F9FFFF;
> }
>  #search-view .events-wrap .event-wrap .navbar-collapse {
>      display: -webkit-box;
>      display: -ms-flexbox;
>      display: flex;
>      -webkit-box-pack: justify;
>      -ms-flex-pack: justify;
>      justify-content: space-between;
>      background-color: #efd;
>      padding: 0 5px 0;
>      border-top: solid 1px rgba(11, 11, 11, .1);
>      font-size: 12px;
>      min-height: 28px;
>      line-height: 18px;
>      font-family: arial, tahoma, sans-serif;
> }
>  #search-view .events-wrap .event-wrap .time-stamp {
>      font-size: 1.3em;
>      font-family: 'Raleway', sans-serif;
> }
>  #search-view .events-wrap .event-wrap .event-info {
>      background-color: white;
>      border-left: solid 1px rgba(11, 11, 11, .1);
> }
>  #search-view .events-wrap .event-wrap .event-info h3 {
>      font-family: 'Raleway', sans-serif;
> }
>  #search-view .events-wrap .event-wrap .navbar-collapse .navbar-nav {
>      list-style: none;
>      display: -webkit-box;
>      display: -ms-flexbox;
>      display: flex;
> }
>  #search-view .events-wrap .event-wrap .t-meta-perm-status {
>      padding-top: 5px;
>      margin-left: 5px;
> }
>  #search-view .events-wrap .event-wrap .t-meta-options-links {
>      position: relative;
>      font-size: 12px;
>      list-style: none;
> }
>  #search-view .events-wrap .event-wrap .t-meta-options-links li {
>      list-style-type: none;
>      margin-left: 14px;
>      font-size: 12px;
>      position: relative;
> }
>  #search-view .events-wrap .event-wrap .t-meta-perm-status li {
>      margin: 0 10px 0 0;
> }
>  #search-view .events-wrap .event-wrap .t-meta-options-links li .dropdown-menu {
>      position: absolute;
>      z-index: 100;
>      background: #efd;
>      bottom: 100%;
>      display: none;
>      border: 1px solid rgba(11, 11, 11, .1);
> }
>  #search-view .events-wrap .event-wrap .t-meta-options-links li:hover .dropdown-menu {
>      display: block;
> }
>  #search-view .events-wrap .event-wrap .t-meta-options-links li .dropdown-menu li a {
>      display: block;
>      padding: 5px 10px;
> }
>  #search-view .t-search-result-footer {
>      padding: .5em;
> }
>  #search-view .t-search-result-footer .list-unstyled {
>      list-style: none;
> }
> /* [search-view .pagination] */
>  #search-view .pagination {
>      display: -webkit-box;
>      display: -ms-flexbox;
>      display: flex;
>      -webkit-box-pack: center;
>      -ms-flex-pack: center;
>      justify-content: center;
>      list-style: none;
> }
>  #search-view .pagination li.disabled {
>      display: none;
> }
>  #search-view .pagination li a {
>      display: inline-block;
>      padding: 5px;
>      font-size: 1.1em;
>      -webkit-box-shadow: 0 0 7px 0 #FDFDEB;
>      box-shadow: 0 0 7px 0 #FDFDEB;
>      background: #FDFDEB;
>      border: 1px solid rgba(11,11,11,.1);
>      margin-right: .5em;
>      font-family: 'Nunito', sans-serif;
>      color: #888;
>      -webkit-transition: all .5s;
>      transition: all .5s;
> }
>  #search-view .pagination li a:hover {
>      background: #970747;
>      color: #FFF;
> }
>  #search-view .pagination li.active a{
>      background: #970747;
>      color: #FFF;
>      text-shadow: 0 0 6px #FFF;
> }
> /* ------------------- */