@-webkit-keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
figcaption h2 {
  text-transform: uppercase;
}
figcaption p {
  margin: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 16px;
}
.content a {
  font-weight: 300;
}
.content a small {
  color: rgb(20, 20, 20);
}

.rsActiveSlide:hover figcaption p, .rsActiveSlide:focus figcaption p, .rsActiveSlide:active figcaption p {
  margin: 10px 0;
  height: auto;
}

#news {
  padding-left: 0;
}

#reviews {
  padding-right: 0;
}

.thumbnail-news .thumbnail-img, .thumbnail-news .thumbnail-info, .thumbnail-review .thumbnail-img, .thumbnail-review .thumbnail-info {
  float: left;
  padding: 10px;
}
.thumbnail-news .thumbnail-img, .thumbnail-review .thumbnail-img {
  width: 33%;
}
.thumbnail-news .thumbnail-info, .thumbnail-review .thumbnail-info {
  width: 66%;
}

.thumbnail-news {
  -webkit-animation: slideIn 0.35s;
  animation: slideIn 0.35s;
}
.thumbnail-news a {
    font-size: 20px;
  font-family: Freight Display Pro W01;
  margin-top: 0px;
  line-height: 24px;
  
}
.thumbnail-news .author-info {
  line-height: 36px;
}
.thumbnail-news .author-info .avatar-img {
  width: 36px;
}
.thumbnail-news .author-info small {
  display: inline-block;
  margin-left: 10px;
}

.thumbnail-review a strong {
  font-size: 24px;
  font-family: Freight Display Pro W01;
  margin-top: 0px;
  line-height: 26px;
}

.thumbnail-review a small:hover, .thumbnail-review a small:focus, .thumbnail-review a small:active {
  text-decoration: underline;
}
.thumbnail-review a small:after {
  /*content: " \00BB";*/
}
#features .pure-g [class*="pure-u"] {
  position: relative;
  padding: 0;
  line-height: 0;
  color: white;
}
#features .pure-g [class*="pure-u"]:hover .author-info, #features .pure-g [class*="pure-u"]:focus .author-info, #features .pure-g [class*="pure-u"]:active .author-info {
  padding-top: 30px;
  height: 60px;
}
#features .pure-g [class*="pure-u"] a > img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#features .pure-g [class*="pure-u"]:hover .features-overlay:after, #features .pure-g [class*="pure-u"]:focus .features-overlay:after, #features .pure-g [class*="pure-u"]:active .features-overlay:after {
  background: rgba(0, 0, 0, 0.7);
}
#features .features-overlay {
  position: relative;
}
#features .features-overlay:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */
}
#features .column-info {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  line-height: 1.5;
}
#features small, #features strong {
  display: block;
  color: white;
}
#features strong {
  font-family: "Freight Display Pro W01";
  font-size: 24px;
  text-decoration: none;
}
#features .author-info {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#features .author-info .meta {
  color: #979797;
}
#features .avatar-img {
  width: 24px;
}
#features .avatar-name {
  color: white;
}

.thumbnail-video .thumbnail-img a:before {
  opacity: 1;
}
.thumbnail-video strong:after {
  /*content: " \00BB";*/
}

.royalSlider figcaption h2 {
  font-family: "forma_relight";
  font-size: 18px;
  color: rgb(255, 255, 255);
}

@media (max-width: 979px) {
  #news, #reviews {
    padding: 0;
  }

  .thumbnail-news a strong {
    font-family: "Freight Display Pro W01";
    font-size: 24px;
  }

  #reviews .thumbnail-review, #reviews .text-right {
    /*width: 48%;*/
  }
  #reviews .ad-lrec {
    position: absolute;
    top: 0;
    right: 0;
  }

  .author-info {
    display: none;
  }

  .inside-nav li {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .thumbnail-news a strong {
    font-family: "forma_reregular";
    font-size: 14px;
  }
  /*.thumbnail-news:first-of-type .thumbnail-img, .thumbnail-news:first-of-type .thumbnail-info {
    width: 100%;
  }
  .thumbnail-news:first-of-type .category-tag, .thumbnail-news:first-of-type p {
    display: block;
  }
  .thumbnail-news:first-of-type .red {
    display: none;
  }
  .thumbnail-news:first-of-type a strong {
    font-family: "Freight Display Pro W01";
    font-size: 24px;
  }*/

  #reviews .thumbnail-review, #reviews .text-right {
    width: 100%;
  }
  #reviews .ad-lrec {
    position: static;
  }

  .inside-nav li {
    width: 47%;
  }
  .thumbnail-news small {
		display: none;
	}
  .thumbnail-news small.meta {
		display: block;
	}
}

/* dining listing */
#dining-listing .red {
  display: none; }
#dining-listing {
  padding: 0; 
  margin-top:0;
  }
  #dining-listing .thumbnail-story {
    -webkit-animation: slideIn 0.35s;
    animation: slideIn 0.35s; }
  #dining-listing .thumbnail-img, #dining-listing .thumbnail-info {
    float: left;
    padding: 10px; }
  #dining-listing .thumbnail-img {
    width: 33%; }
  #dining-listing .thumbnail-info {
    width: 66%; }
    #dining-listing .thumbnail-info a {
			font-family: "Freight Display Pro W01";
			font-size: 28px;
			line-height: 1.2; }
    #dining-listing .thumbnail-info .deck a {
			font-family: 'Neue Helvetica W01';
			font-weight: 300;
			font-size: 15px;
			line-height: 1.5; }
    #dining-listing .thumbnail-info small:last-of-type {
      display: block;
      clear: both;
      padding-top: 10px; }
@media (max-width: 979px) {
  .big .thumbnail-info strong {
    font-size: 28px; }

  #dining-listing .thumbnail-img {
    width: 45%; }
  #dining-listing .thumbnail-info {
    width: 55%; }
    #dining-listing .thumbnail-info a strong {
      font-size: 24px; }
  #dining-listing blockquote {
    font-size: 24px; }
}
@media (max-width: 767px) {
  #dining-listing .category-tag {
    display: none; }
  #dining-listing .red {
    display: block; }
  #dining-listing .thumbnail-img {
    width: 45%; padding-right: 0;}
  #dining-listing .thumbnail-info {
    width: 55%; }
  #dining-listing .thumbnail-info a {
    font-family: "Freight Display Pro W01";
    font-size: inherit; }
  #dining-listing .thumbnail-info p {
    /*display: none;*/ }
	#dining-listing .thumbnail-info a strong {
      font-size: 18px; }
	  #dining-listing .thumbnail-info small:last-of-type {
  padding-top: 3px;
}
}
