﻿#datepicker {
  /*width: 180px;*/
  /*margin: 0 20px 20px 20px;*/
}

  #datepicker > span:hover {
    cursor: pointer;
  }

.date {
  color: rgb(255,163,0);
  border-color: rgb(255,163,0);
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}

  .date input {
    color: rgb(255,163,0);
    border: none;
    padding: 7px 0 5px 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .1875rem;
  }

.dateContent a,
.dateEvents .dateContent .button {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
  border: 0;
  width: 100%;
  text-align: left;
  letter-spacing: .1875rem;
  border-radius: .25rem;
}


  .dateContent a div,
  .dateEvents .dateContent .button {
    background-color: rgb(31,53,94);
    padding: 7px 15px;
    border-radius: .25rem;
  }

  .dateContent a:hover div,
  .dateEvents .dateContent .button:hover {
    background-color: rgb(255,163,0);
    cursor: pointer;
  }

.date ::-webkit-input-placeholder { /* Chrome */
  color: rgb(255,163,0);
}

.date :-ms-input-placeholder { /* IE 10+ */
  color: rgb(255,163,0);
}

.date ::-moz-placeholder { /* Firefox 19+ */
  color: rgb(255,163,0);
  opacity: 1;
}

.date :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgb(255,163,0);
  opacity: 1;
}

.dateEvents {
  margin-left: 0;
  margin-right: 0;
}

.ui-datepicker {
  width: 15.5em;
}

 .ui-state-default {
    font-size: 12px;
    font-size: .75rem;
  }

@media (min-width: 1200px) {
  .date input {
    font-size: 14px;
    font-size: .875rem;
  }
}
