/* baj@com START */
body .post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper {
  height: auto;
}
body .post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper img {
  width: 100%;
}
.patent-inventors {
  margin-bottom: 5px;
}
.single-patents .patent-inventors {
  margin-bottom: 15px;
  font-weight: 700;
}
/* baj@com END */

.post-display-filter-wrapper .loop-box {
  padding-top: 100px;
}

.post-display-filter-wrapper .loop-box .loop-events {
  padding-left: 60px;
}

.post-display-filter-wrapper .loop-box .loop-events .title {
  font-family: 'Hind';
  font-size: 22px;
  color: #000;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #bad0ec;
  bottom: 0;
  left: 15px;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper {
  height: 180px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date {
  position: absolute;
  background-color: #ec5f1c;
  width: 45px;
  bottom: -10px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date.past {
  background-color: #666;
}
.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date.takes {
  color: #000000;
  background-color: #ffee00;
}
.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date.takes .month {
  color: #000000;
}
.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date.takes .to {
  font-size: 10px;
  float: left;
}
.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date .start-day {
  position: relative;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date .start-day:after {
  content: '';
  width: 5px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date .month {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 0;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper .date .time {
  font-size: 11px;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box:first-of-type {
  padding-top: 0;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .category {
  margin-bottom: 10px;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .category a {
  color: #20212b;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Hind';
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .category a:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #20212b;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .category a:first-of-type {
  padding-left: 40px;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .category a:first-of-type:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #20212b;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .title {
  margin-bottom: 15px;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .title a {
  color: #006cb8;
  font-family: "Playfair Display";
  font-size: 22px;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .title a:hover {
  color: #000;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .headline-date {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #20212b;
  font-size: 12px;
}

.post-display-filter-wrapper .loop-box .loop-events .post-box .desc {
  line-height: 1.63;
  font-size: 16px;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination {
  margin-top: 70px;
  margin-bottom: 70px;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination a {
  cursor: pointer;
  font-family: 'Hind';
  font-size: 16px;
  font-weight: bold;
  padding: 2px 11px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination a:hover, .post-display-filter-wrapper .loop-box .loop-events .loop-pagination a.current-page {
  background: #006cb9;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-prev {
  display: inline;
  cursor: pointer;
  position: absolute;
  left: 0px;
  width: 13px;
  top: 2px;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-prev svg {
  max-width: 13px;
  -webkit-transform: rotate(-136deg);
  -moz-transform: rotate(-136deg);
  -ms-transform: rotate(-136deg);
  -o-transform: rotate(-136deg);
  transform: rotate(-136deg);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-prev svg .st0 {
  fill: #FFFFFF;
  stroke: #006cb9;
  stroke-miterlimit: 10;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-prev:hover svg {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-prev:hover svg .st0 {
  stroke: #000;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-next {
  display: inline;
  cursor: pointer;
  position: absolute;
  right: -15px;
  width: 13px;
  top: 2px;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-next svg {
  max-width: 13px;
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  transform: rotate(44deg);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-next svg .st0 {
  fill: #FFFFFF;
  stroke: #006cb9;
  stroke-miterlimit: 10;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-next:hover svg {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .loop-events .loop-pagination .pagination-list-wrapper .page-next:hover svg .st0 {
  stroke: #000;
}

.post-display-filter-wrapper .loop-box .loop-events .page-results {
  font-size: 20px;
  font-family: 'Hind';
}

.post-display-filter-wrapper .loop-box .filtering {
  margin-bottom: 30px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box {
  background-color: #f1f6fb;
  position: relative;
  z-index: 0;
  padding: 20px 5px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .search {
  margin-bottom: 30px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .search span {
  color: #fff;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .search .input-group input {
  font-family: 'Hind';
  font-size: 16px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .search .input-group .input-group-btn .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #006cb8;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .search .input-group .input-group-btn:hover .btn {
  background-color: #03558e;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .filter-title-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .filter-title-wrapper .filter-title {
  font-family: "Playfair Display";
  font-size: 25px;
  color: #000;
  margin-left: 10px;
  padding: 0px 5px;
  position: relative;
  display: inline-block;
  background-color: #f1f6fb;
  z-index: 9;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .filter-title-wrapper .line {
  width: 99%;
  height: 1px;
  background: #7686a1;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 0;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories ul {
  padding-left: 15px;
  list-style-type: none;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories ul li {
  margin-bottom: 5px;
  position: relative;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories ul li input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories ul li .checkbox-title {
  color: #000;
  font-size: 16px;
  font-family: "Hind";
  display: table-cell;
  padding-left: 25px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories ul li .checkbox-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;
  margin-top: 0;
  border: 1px solid #006cb8;
  outline: none !important;
  cursor: pointer;
  background-color: #fff;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories ul li input[type="checkbox"]:checked + .checkbox-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;
  background: #03558e;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories ul li:hover .checkbox-title {
  color: #006cb8;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .title {
  font-family: "Playfair Display";
  color: #000;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .title:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #20212b;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .title.sub-title {
  margin-left: -15px;
  margin-top: 15px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .filtr-submit {
  background: #006cb8;
  border: none;
  font-family: 'Hind';
  font-size: 16px;
  color: #fff;
  width: 90%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 5px 15px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .filtr-submit:hover {
  background-color: #03558e;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .filtr-submit .clear-filters {
  position: relative;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .filtr-submit .clear-filters:before {
  content: '\00d7';
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: -25px;
  font-weight: 300;
  bottom: -5px;
}

.post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories #datepicker-date-value {
  display: none;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker {
  padding: 15px 10px;
  width: 90%;
  margin: 0 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-icon {
  background-image: url(../../../../../img/arrow.svg);
  width: 10px;
  height: 10px;
  padding-top: 20px;
  background-position: center;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover .ui-icon {
  -webkit-filter: brightness(400%) hue-rotate(5000deg);
  filter: brightness(400%) hue-rotate(5000deg);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover .ui-icon {
  -webkit-filter: brightness(400%) hue-rotate(5000deg);
  filter: brightness(400%) hue-rotate(5000deg);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: 'Hind';
  font-size: 18px;
  font-weight: 400;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  text-transform: uppercase;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background: transparent;
  border: none;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-calendar {
  font-size: 14px;
  font-family: 'Hind';
  text-align: center;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-calendar span {
  font-weight: normal;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-calendar thead {
  background-color: #f4f5f6;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 2px;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  background: transparent;
  border: none;
  padding: 5px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #006cb9;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
}

.post-display-filter-wrapper .loop-box .filtering #datepicker_nencki .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
  background: #006cb9;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.grants .post-box .img-wrapper .date {
  display: none;
}

.post-display-filter-wrapper .loop-box.patents .post-box .default-patents-img {
  height: 180px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post-display-filter-wrapper .loop-box.patents .post-box .img-wrapper .date {
  display: none;
}

.post-display-filter-wrapper .loop-box.patents .post-box .application-number {
  font-size: 13px;
}

.post-display-filter-wrapper .loop-box.patents .post-box .application-number span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Hind';
  color: #000;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-link {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-link svg {
  max-width: 10px;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-link svg .st0 {
  fill: #FFFFFF;
  stroke: #006cb8;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-link:hover .st0 {
  stroke: #000;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-file {
  margin-top: 5px;
  margin-bottom: 10px;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-file .patent-img {
  display: table-cell;
  float: left;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-file .patent-img img {
  max-width: 30px;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-file a {
  display: table-cell;
  padding-top: 6px;
  text-decoration: none;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-file a span {
  font-size: 16px;
  color: #000;
  font-family: 'Hind';
  margin-left: 10px;
  padding-bottom: 1px;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.patents .post-box .patent-file a span:hover {
  color: #006cb8;
  border-bottom: solid 1px #006cb8;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.news .post-box .img-wrapper .date {
  display: none;
}

.post-display-filter-wrapper .loop-box.people .post-box .img-wrapper {
  width: 180px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.post-display-filter-wrapper .loop-box.people .post-box .img-wrapper .date {
  display: none;
}

.post-display-filter-wrapper .loop-box.people .post-box .specialisation {
  text-transform: uppercase;
  color: #0a1d28;
  font-size: 16px;
  font-family: 'Hind';
  margin-top: -15px;
  margin-bottom: 15px;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact {
  margin-top: 25px;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .data a {
  font-family: 'Hind';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.4px;
  text-align: left;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .data a:before {
  content: none;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .data a:hover {
  color: #4296d0;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .data .icon svg {
  width: 20px;
  height: 20px;
  display: table-cell;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .data .icon svg .cls-1 {
  fill: #7686a1;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .person-email {
  padding: 0;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .person-email a {
  font-weight: bold;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .person-email a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #4296d0;
  -moz-text-decoration-color: #4296d0;
  text-decoration-color: #4296d0;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .person-link a {
  font-weight: bold;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .person-linkedin {
  padding-left: 15px;
}

.post-display-filter-wrapper .loop-box.people .post-box .person-contact .row-email {
  padding-left: 15px;
}

@media (min-width: 576px) {
  .post-display-filter-wrapper .loop-box .filtering .filtering-btn {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .post-display-filter-wrapper .loop-box .loop-events .post-box .img-wrapper {
    height: 132px;
    width: 132px;
  }
  .post-display-filter-wrapper .loop-box.people .post-box .person-contact .person-email {
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .post-display-filter-wrapper .loop-box {
    padding-top: 60px;
  }
  .post-display-filter-wrapper .loop-box .loop-events {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .post-display-filter-wrapper .loop-box {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .post-display-filter-wrapper .loop-box .filtering {
    padding: 0;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-box {
    padding: 20px 0px;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-box .filter-title-wrapper {
    display: none;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-box .event-categories .title.sub-title:first-of-type {
    margin-top: 0px;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-box.search-mobile {
    background-color: transparent;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-box.search-mobile .filter-title-wrapper .filter-title {
    background-color: #fff;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-box.search-mobile .input-group {
    padding: 0 15px;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-btn {
    font-family: "Playfair Display";
    font-size: 25px;
    color: #000;
    background-color: #f3f6ff;
    padding: 20px 0px 20px 15px;
    cursor: pointer;
    position: relative;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-btn:before {
    content: '';
    width: 2px;
    height: 35px;
    background-color: #000;
    position: absolute;
    right: 31px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-btn:after {
    content: '';
    width: 35px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-btn.active:before {
    top: 23px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  }
  .post-display-filter-wrapper .loop-box .filtering .filtering-btn.active:after {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
    transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  }
  .post-display-filter-wrapper .loop-box .post-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .post-display-filter-wrapper .loop-box .post-box .img-wrapper {
    height: 100px !important;
    width: 100px !important;
  }
  .post-display-filter-wrapper .loop-box .events-range {
    padding-left: 15px;
  }
  .post-display-filter-wrapper .loop-box .title-right {
    padding-left: 15px;
  }
  .post-display-filter-wrapper .loop-box .desc {
    display: none;
  }
  .post-display-filter-wrapper .loop-box .desc .application-number {
    display: block !important;
  }
  .post-display-filter-wrapper .loop-box .page-results {
    padding-left: 15px;
  }
  .post-display-filter-wrapper .loop-pagination {
    text-align: center;
  }
  .post-display-filter-wrapper .loop-box.people .loop-events .post-box .img-wrapper {
    display: none;
  }
  .post-display-filter-wrapper .loop-box.people .loop-events .post-box .category a:first-of-type {
    padding-left: 0;
  }
  .post-display-filter-wrapper .loop-box.people .loop-events .post-box .category a:first-of-type:before {
    content: none;
  }
  .post-display-filter-wrapper .loop-box.people .loop-events .post-box .person-contact .data .icon {
    width: 20px;
    float: left;
  }
  .post-display-filter-wrapper .loop-box.people .loop-events .post-box .person-contact .data a {
    word-wrap: break-word;
    padding-left: 10px;
  }
  .post-display-filter-wrapper .loop-box.people .desc {
    display: block;
  }
}
