/**
 * MEDIA PRESSROOM - Isotope
 */

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
.isotope-filter-nav-container {
  width: 100%;
  margin: 40px 0 60px 0;
  text-align: center;
}

.isotope-filter-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.isotope-filter-nav:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

.isotope-filter-nav li {
  float: left;
  padding: 8px;
  margin: 0 5px 5px 0;
  list-style: none !important;
  border: 1px solid black;
  color: #000;
  transition: all .3s ease;
  cursor: pointer;
}

.isotope-filter-nav li:hover,
.isotope-filter-nav li._is_checked {
  border-color: #c67d19;
  color: #c67d19;
}

.isotope-filter-nav li:last-child {
  margin-right: 0;
}

.pressroom-item {
  display: inline-block;
  padding: 0 15px;
  width: 33%;
  margin-bottom: 60px;
  vertical-align: top;
}

.pressroom-item__logo {
  text-align: center;
  margin-bottom: 20px;
}

.pressroom-item__title {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .pressroom-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .pressroom-item {
    width: 100%;
    margin-right: 0;
  }
}


/*###############################################################################*/
/*#### RSS-Feed-Reader-Shortcode
/*###############################################################################*/

.pressroom-shortcode-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 48px;
  margin-bottom: 0 !important;
}


.pressroom-shortcode-wrapper .pressroom-rss-header {
  margin-top: .25rem;
  margin-bottom: 48px;
}

.pressroom-shortcode-wrapper .pressroom-rss-header i {
  font-size: 70px;
  color: black;
}

.pressroom-shortcode-wrapper .pressroom-container {
  width: 100%;
}