.pr_gallery_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.pr_gallery_single {
  width: calc((100% / 5) - 20px);
  margin-bottom: 20px;
}

.two .pr_gallery_single {
  width: calc((100% / 2) - 20px);
}

.centered-text {
  text-align: center;
  padding: 80px 0;
}

.centered-text.green {
  background: #85b934;
}

.centered-text.green a {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.centered-text.green p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 700;
}

.centered-text h3 {
  margin-bottom: 30px;
}

.centered-text p {
  color: #575757;
  margin-bottom: 20px;
}

.centered-text .button {
  background: #85b934;
  text-transform: uppercase;
  border: 2px solid #85b934;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.83;
  padding: 6px 15px;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  display: inline-block;
}

.centered-text.green .button {
  font-size: 14px;
  background: #fff;
  color: #000;
  margin-top: 40px;
}

.centered-text .button:hover {
  background: #000;
  color: #fff;
}

.pressroom-list {
  margin: 60px auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}

.pressroom-list.smaller {
  max-width: 660px;
  padding: 0 15px;
}

.pressroom-list .heading h4 {
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.pressroom-list .heading a {
  color: #85b934;
}

.pressroom-list .heading {
  border-bottom: 1px solid #575757;
  padding: 0px 0 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.pr_gallery_single {
  position: relative;
  z-index: 10;
}

.pr_gallery_single .single-image-thumbnail {
  position: relative;
  z-index: 9;
  padding: 0 0 100%;
  height: 0;
  display: inline-block;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}

.pr_gallery_single .single-image-thumbnail:hover {
  border-bottom: 0;
  text-decoration: none;
}

.pr_gallery_single .single-image-thumbnail img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.pr_gallery_single .single-image-thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.pr_gallery_single .single-image-thumbnail:hover:after {
  opacity: 1;
}

.pr_gallery_single .download {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.pr_gallery_single .download:hover {
  text-decoration: none;
  border-bottom: 0;
}

.pr_gallery_single .download svg {
  width: 30px;
}

.pr_gallery_single .download svg * {
  stroke: #fff;
}

.pr_gallery_single .download svg:hover * {
  stroke: #85b934;
}

.logo-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.logo-wrapper > div {
  width: 50%;
  padding: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo-wrapper .assets {
  background: #85b934;
  color: #fff;
}

.logo-wrapper .assets h3,
.logo-wrapper .assets p {
  margin-bottom: 40px;
  display: block;
  width: 100%;
}

.logo-wrapper .assets .button.white {
  background: #ffffff;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  border-radius: 0px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.83;
  padding: 6px 20px;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  display: inline-block;
  width: auto;
}

.logo-wrapper .assets .button.white:hover {
  border-bottom: none;
  background: #000;
  color: #fff;
}

.logo-wrapper .logos img {
  width: auto;
  margin: auto;
  max-width: 240px;
}

.logo-wrapper .single {
  width: 100%;
  text-align: center;
}

.wysiwyg.fullwidth {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.pressroom-list .single-article {
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.pressroom-list .single-article.featured {
	background: #cfdfb6;
	padding: 15px;
}

.single-article.featured .entry p {
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
}

.pressroom-list .single-article .thumb {
  width: 40%;
  margin-right: 15px;
}

.pressroom-list .single-article .content {
  width: 100%;
}

.pressroom-list .single-article h3 {
  margin: 0px 0 15px;
}

.pressroom-list .single-article h3 a {
  text-transform: none;
}

.pressroom-list .single-article h3 a:hover {
  text-decoration: none;
  border-bottom: none;
}

.pressroom-list .single-article p.date {
  color: #85b934;
}

.pressroom-content {
  max-width: 1170px;
  margin: auto;
}

.pressroom-content h3 {
  margin: 40px 0;
  text-align: center;
}

.pressroom-content .pr_gallery_wrapper {
  margin-bottom: 80px;
}

.back {
  margin: 30px auto 0;
  color: #85b934;
  display: block;
  width: 100%;
  text-align: center;
}

.back:hover {
  border-bottom: none;
  color: #000;
}

.pressroom-content.archive {
  padding: 30px 15px 80px;
  max-width: 880px;
}

.pressroom-content.archive .back {
  margin-bottom: 30px;
}

.pressroom-content.archive h2 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 1;
}

.pressroom-content.archive a:hover {
  border-bottom: none;
  text-decoration: none;
  border: none;
}

/* .pressroom-content.archive article {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
  margin: 15px 0;
} */

.press-release-single {
  max-width: 1170px;
  padding: 0 15px;
  margin: 30px auto 60px;
}

.press-release-single .entry-title {
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.3;
}

.video {
  position: relative;
  overflow: hidden;
  display: block;
  height: 0;
  padding: 0 0 55%;
}

.video::before {
  content: "";
  background: url("/wp-content/themes/burgerfi-redesign/images/32px_button-circle-play.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.video:hover::before {
  opacity: 1;
}

.header {
  z-index: 100;
}

.view-all.large {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 20px 0;
}

.view-all.large:hover {
  text-decoration: none;
  border: none;
}

.ovaloffice-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.ovaloffice-single {
  width: 49%;
}

.ovaloffice-single .single-image {
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	margin: auto;
}

.pressroom-list .ovaloffice-single h2 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}

.pressroom-list .ovaloffice-single .single-article h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}

.pressroom-list .ovaloffice-single .single-article h3 a {
  line-height: 1;
  text-transform: uppercase;
}

.cares-intro {
  text-align: center;
  padding: 100px 30px;
  margin: 0 auto;
  max-width: 991px;
}

.cares-intro h2 {
  color: #85b934;
}

@media all and (max-width: 768px) {
  .pr_gallery_single {
    width: calc((100% / 2) - 10px);
    margin-bottom: 20px;
  }

  .two .pr_gallery_single,
  .logo-wrapper > div,
  .logo-wrapper .logos img {
    width: 100%;
  }
  .logo-wrapper {
    flex-wrap: wrap;
  }

  .centered-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .centered-text br {
    display: none;
  }

  .ovaloffice-wrapper {
    flex-wrap: wrap;
  }

  .ovaloffice-single {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  header.large h1 {
    font-size: 40px !important;
  }

  .pressroom-list .single-article {
    flex-wrap: wrap;
  }

  .pressroom-list .single-article .thumb {
    width: 100%;
  }
}
