body {
    background: url(./bg-calendar.jpg) no-repeat center right;
    background-size: cover;
}

body.calendar-content #content-wrapper {
  padding-top: 240px!important;
}

.volkhov {
    font-family: "volkhov", serif;
}

.calendar-title {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
}

.table-display {
    display: table;
    width: 100%;
    margin: auto!important;
}

.table-cell {
    display: table-cell;
}

.table-display .table-cell:first-child {
    padding-left: 0;
}

.table-display .table-cell:last-child {
    padding-right: 0;
}

#full-clndr {
    position: relative;
    padding: 60px 0 75px;
    -webkit-font-smoothing: antialiased;
    background-color: #fdfdfd;
}

.clndr .clndr-wrap {
    margin-left: 0;
    margin-right: 0;
}

.calendar-block {
    padding: 0 50px;
}

.current-calendar h4 {
    color: #0f435f;
    display: inline-block;
    margin-bottom: 0;
}

.current-calendar {
    position: relative;
    margin-bottom: 15px!important;
}

.calendar-nav {
    display: inline-block;
    float: right;
}

.calendar-dropdowns button.calendar-button {
    display: inline-block;
    width: 80px;
}

.calendar-nav span {
    font-size: 17px;
    padding: 0 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #ccc;
    display: inline-block;
}

.calendar-nav span:hover {
    color: #495766;
}

.calendar-nav span.clndr-previous-button { float: right; }
.calendar-nav span.clndr-next-button { float: right; padding-right: 0;}

.calendar-nav span.clndr-previous-button button,
.calendar-nav span.clndr-next-button button {
  color: #aca8a4;
}

.clndr-grid {
  position: relative;
  z-index: 333;
  overflow: hidden;
  /*max-width: 680px;*/
  margin: 0 auto;
}
.clndr-grid .days-of-the-week {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  /* background-image: url("http://homeland.local/wp-content/themes/homeland/img/bg-site-footer.jpg"); */
  position: relative;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  transform: translateZ(0);
  font-weight: 700;
}
.clndr-grid .days-of-the-week .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bda060;
}
.clndr-grid .days-of-the-week .header-day {
  position: relative;
  float: left;
  width: 14.2857%;
  padding: 14px;
  text-align: center;
  color: white;
}

.days {
  width: 100%;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 0 0 3px 3px;
}
.days .day, .days .empty {
  float: left;
  width: 14.2857%;
  height: 66px;
  padding: 12px 0;
  text-align: center;
  color: #4f4f4f;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  border-bottom: 1px solid #DEDEDE;
  transition: all 225ms ease;
}
.days .day.is-clicked, .days .empty.is-clicked {
  /*background-color: #0e3d59;*/
  /*color: #fff;*/
}

.days .day.is-clicked .day-number, .days .empty.is-clicked .day-number {
    color: #fff!important;
    /*padding: 7px 11px;*/
    background-color: #0e3d59;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.days .day.event, .days .empty.event {
  cursor: pointer;
}
.days .day.event .day-number, .days .empty.event .day-number {
  position: relative;
  display: inline-block;
  color: #0e3d59;
  font-weight: bold;
}
.days .day.event .day-number:before, .days .empty.event .day-number:before {
  position: absolute;
  top: 76%;
  left: 51%;
  transform: translateX(-50%);
  width: 17px;
  height: 2px;
  content: '';
  display: block;
  background: #bda060;
}
.days .day.adjacent-month .day-number, .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
.days .today .day-number {
  color: #bda060;
  border: 1px solid #bda060;
  border-radius: 5px;
  font-weight: bold;
}
.days .today .day-number {
  display: inline-block;
  transform: translateY(-2px);
}
.day-number {
    padding: 7px 16px;
    display: inline-block;
}

.calendar-details footer .btn {
  color: #aca8a4;
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 12px;
  margin-right: 5px;
}
.calendar-details .wrap {
  background: #fff;
  display: block;
  height: 448px;
  border: 1px solid #aca8a4;
  padding: 25px 0;
  position: relative;
  overflow: scroll;
  overflow: touch;
  max-width: 680px;
  margin: 0 auto;
}
.calendar-details .wrap .select-a-day {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  width: 70%;
  color: #B7B7B7;
  padding: 25px;
}
.calendar-details .wrap .calendar-group {
  display: none;
  background-color: #fff;
}
.calendar-details .wrap .calendar-group .addtocalendar {
  position: relative;
  padding: 0;
  margin-top: 15px;
  margin-left: 0;
}
.calendar-details .wrap .calendar-group h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.calendar-details .wrap .calendar-group h3 a {
  color: #0f435f;
}
.calendar-details .wrap .calendar-group h3 a:hover {
  opacity: 0.8;
}
.calendar-details .wrap .calendar-group .tags {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.calendar-details .wrap .calendar-group .item {
  display: none;
  animation-duration: 400ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: relative;
}
.calendar-details .wrap .calendar-group .item:nth-child(1) {
  animation-delay: 0ms;
  z-index: 350;
}
.calendar-details .wrap .calendar-group .item:nth-child(2) {
  animation-delay: 100ms;
  z-index: 345;
}
.calendar-details .wrap .calendar-group .item:nth-child(3) {
  animation-delay: 200ms;
  z-index: 340;
}
.calendar-details .wrap .calendar-group .item:nth-child(4) {
  animation-delay: 300ms;
  z-index: 335;
}
.calendar-details .wrap .calendar-group .item:nth-child(5) {
  animation-delay: 400ms;
  z-index: 330;
}
.calendar-details .wrap .calendar-group .item:nth-child(6) {
  animation-delay: 500ms;
  z-index: 325;
}
.calendar-details .wrap .calendar-group .item:nth-child(7) {
  animation-delay: 500ms;
  z-index: 320;
}
.calendar-details .wrap .calendar-group .item:nth-child(8) {
  animation-delay: 500ms;
  z-index: 315;
}
.calendar-details .wrap .calendar-group .item:nth-child(9) {
  animation-delay: 500ms;
  z-index: 310;
}
.calendar-details .wrap .calendar-group .item:nth-child(10) {
  animation-delay: 500ms;
  z-index: 305;
}
.calendar-details .wrap .calendar-group .item:nth-child(11) {
  animation-delay: 500ms;
  z-index: 300;
}
.calendar-details .wrap .calendar-group .item:nth-child(12) {
  animation-delay: 500ms;
  z-index: 295;
}
.calendar-details .wrap .calendar-group .item:nth-child(13) {
  animation-delay: 500ms;
  z-index: 290;
}
.calendar-details .wrap .calendar-group .item:last-child hr {
  margin-bottom: 0;
}
.calendar-details .wrap .calendar-group.active {
  display: block;
}
.calendar-details .wrap .calendar-group.active .item {
  display: block;
}
.calendar-details .wrap .calendar-group .date {
  border: none;
  color: #475767;
  margin-left: 10px 0;
}

.calendar-details .wrap .calendar-group .date span.time {
  float: left;
  color: #475767;
}
.calendar-details .wrap .calendar-group .type {
  text-transform: uppercase;
  color: #aca8a4;
}
.calendar-details .wrap .calendar-group .date .type span {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova",sans-serif;
}
.calendar-details .wrap .calendar-group .date span.type a:hover {
  opacity: .8;
}

.calendar-details .item-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.calendar-details .month-day-year,
.calendar-details .timestamp {
    display: inline;
    color: #0f435f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

..calendar-details .month-day-year {
  text-transform: uppercase;
}

.calendar-details .timestamp {
    color: #c2a76e;
    margin-left: 10px;
}

.calendar-details .btn {
    width: 135px;
    /*margin-left: 32px;*/
}

.calendar-dropdowns {
    padding: 40px 15px;
    background-color: #0f3350;
    background-color: rgba(15, 51, 80, 0.5);
}

.calendar-dropdowns .group {
    display: inline-block;
    width: 100%;
}

.calendar-dropdowns select,
.calendar-dropdowns button {
    width: 100%;
    /*max-width: 225px;*/
    height:45px;
    cursor: pointer;
}

.calendar-dropdowns select {
    color: #0f435f;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
    border: 0;
}
.calendar-dropdowns button  {
    font-size: 16px;
    background-color: #bda060;
    border-color: #bda060;
}

.calendar-dropdowns button.btn-success:hover,
.calendar-dropdowns button.btn-success:focus,
.calendar-dropdowns button.btn-success:active {
  background-color: #fff;
  border-color: #fff;
  color: #0f435f;
}

.calendar-dropdowns .col-md-3 {
    /*max-width: 255px;*/
}

.calendar-dropdowns h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.add-to-cal-wrapper {
    position: relative;
}

.calendar-details .addtocalendar {
    /*-moz-transform: translateY(10px) translateX(-32px);
    -webkit-transform: translateY(10px) translateX(-32px);
    transform: translateY(10px) translateX(-32px);*/
    left: -32px;
    top: 10px;
    margin: 0;
    margin-top: 0!important;
}

.atcb-link {
    position: relative;
    width: 28px;
    height: 28px;
    overflow: hidden;
    opacity: 0;
}

.atcb-list {
    box-shadow: 0 0 3px 0px #BDBDBD;
    z-index: 99999999999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    right: 0;
    left: initial!important;
}

.addtocalendar .atcb-item {
  padding-left: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.atcb-list a {
    font-size: 14px;
} 

.custom-select {
  width: 100%;
  /*max-width: 225px;*/
  height: 45px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 38px;
}

.custom-select:after {
  content: '';
  background: url(./assets/imgs/arrow-down.png);
  position: absolute;
  width: 14px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.select-text-holder {
  text-transform: uppercase;
  position: relative;
  top: 11px;
  color: #0f435f;
}

#go-today {
  color: #aca8a4;
  text-transform: capitalize;
  font-size: 14px;
  width: 95px;
}

.event-type {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
  width: 115px;
  position: relative;
  text-align: center;
}

.event-type:after,
.event-type:before {
  content: '';
  width: 25px;
  position: absolute;
  height: 2px;
  background-color: #aca8a4;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.event-type:after {
  right: 0;
  left: initial;
}

.sub-com {
  color: #aca8a4;
  font-size: 11px;
  display: block;
  margin-top: -4px;
}

@media only screen and (max-width: 991px) {
  .calendar-block {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1024px) {

  .calendar-dropdowns .group.col-sm-0 {
    max-width: 110px;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
  .calendar-dropdowns .group {
    display: inline-block;
    min-width: 110px;
    max-width: 220px;
  }

  .calendar-title {
    padding-left: 0;
    padding-right: 0;
  }

  .select-text-holder {
    top: 8px;
  } 
}