.pgh-eats-title {
	display: block;
	font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
	margin-top: -6px;
	padding-top: 1em;
	text-align: center;
	z-index: 100;
}

.pgh-eats-link, 
a.pgh-eats-link, 
a.pgh-eats-link:visited, 
.pgh-eats-link a,
.pgh-eats-link a:visited {
	background-color: #f1bd08;
  color: #000000;
	display: inline;
  font-family: 'Montserrat', sans-serif;
  font-size: .9em;
	margin-bottom: 1em;
  padding: 5px 15px 5px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

a.pgh-eats-link:hover,
.pgh-eats-link a:hover {
	background-color: #be9400;
  color: #000000;
}

.pgh-eats-description {
	display: block;
	margin-top: 0;
  padding: .5em 1em .5em;
	z-index: 100;
}

.pgh-eats-ad--pgh-eats {
  margin: 0 auto 2em;
}
.pgh-eats-ad--pgh-eats p {
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.pgh-eats .field-items .field-items {
  display: block;
}

.field-collection-view {
  border: none;
}

.field-type-field-collection.field-name-field-pgh-eats-photos-group  > .field-items > .field-item {
  max-width: 100%;
}

.field-type-field-collection.field-name-field-pgh-eats-photos-group  > .field-items > .field-item img {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 600px) {
  .field-type-field-collection.field-name-field-pgh-eats-photos-group  > .field-items > .field-item {
    float: left;
    max-width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .field-type-field-collection.field-name-field-pgh-eats-photos-group  > .field-items > .field-item {
    max-width: 33%;
  }
}

/** pgh-eats ARCHIVE **/
.pgh-eats-archive--newest {
  margin: 0 auto 1.8em;
  position: relative;
  text-align: center;
  width: 100%;
}
.pgh-eats-archive--newest img {
  width: 100%;
	padding-bottom: 1em;
}
.pgh-eats-archive--newest--text {
  background-color: #003f6a;
  color: #FFFFFF;
  margin: auto;
  max-width: 728px;
  overflow: auto;
  padding: 1em;
}
.pgh-eats-archive--newest--text h3 {
  color: #ffffff;
  margin: 0 0 .5em;
}
.pgh-eats-archive--newest--text p {
  margin: 0;
}

.pgh-eats-archive--row-container {

}
.pgh-eats-archive--row {
  
}
.pgh-eats-archive--row img {
  display: none;
}

.pgh-eats-archive--newest img {
 margin-bottom: 0;
}

.pgh-eats-archive--genre {
  
}

@media screen and (min-width: 500px) {
  .pgh-eats-archive--row-container {
    margin: 0;
    padding: 0 0 1em;
    overflow: auto;
  }
  .pgh-eats-archive--row {
    float: left;
    padding: 0 .25em;
    width: 50%;
  }
  .pgh-eats-archive--band-name {
    display: table-cell;
    height: 2.5em;
    margin: 1em 0 0;
    vertical-align: bottom;
  }
  .pgh-eats-archive--row img {
    display: inline;
  }
  .pgh-eats-archive--genre {
    
  }
}

@media screen and (min-width: 900px) {
  .pgh-eats-archive--newest--text {

  }
  .pgh-eats-archive--newest img {
		width: 100%;
		padding-bottom: 1em;
	}
  .pgh-eats-archive--row-container {
    margin: 0 0 1em;
    overflow: auto;
  }
  .pgh-eats-archive--row {
		margin: .5em 0;
  }
  .pgh-eats-archive--row.views-row-odd {
    clear: both;
  }
  .pgh-eats-archive--row img {
    float: left;
    margin: 0;
		margin-top: -6px;
		padding-bottom: 1em;
    width: 100%;
  }
}