/*
Theme Name: COVER_re
Text Domain: COVER_re
Version: 1.0
*/

/* layout*/
[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
}

[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
}

.form--sys__label {
  padding: 3px;
}

/*pagination*/
.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 0;
}

.pagination li {
  margin: 0 4px;
}

.pager {
  width: 100%;
  margin: 0 auto 50px;
}

.pager a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  border: 1px solid #444;
  border-radius: 50%;
  padding: 3px 0 0;
}

.pager .active,
.pager a:hover {
  background: #444;
  color: #fff;
  border: 1px solid #444;
}

.pre a,
.next a {
  border: none !important;
}

.pre a:hover,
.next a:hover {
  background: #fff !important;
  color: #444 !important;
  border: none !important;
}

.xo-event-calendar table.xo-month .month-dayname-space {
  height: 0.6em !important;
}

.xo-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.xo-month-wrap {
  width: 48%;
}

.holiday-titles {
  display: none;
}

.xo-event-calendar table.xo-month > caption {
  background: #444;
  color: #fff;
}

.f_cate--tit--a {
  color: #fff !important;
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}
