/* Footer Tumblr feed */
.footer-tumblr-feed .row:first-child {
  display: none;
}

.tumblr-blocks {
  margin-bottom: 40px;
  margin-top: 20px;
}
.tumblr-blocks .title,
.tumblr-blocks .subtitle {
  font-family: shakespeares-globe, sans-serif;
  font-size: 47px;
  /*line-height: 37px;*/
  color: #333333;
  margin-bottom: 10px;
}
.tumblr-blocks .title span,
.tumblr-blocks .subtitle span {
  color: #ed1c24;
}
.tumblr-blocks .subtitle {
  text-align: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  top: -7px;
}
.tumblr-blocks .subtitle img {
  vertical-align: text-bottom;
}
.tumblr-blocks a {
  color: #ed1c24;
  text-decoration: none;
}
.tumblr-blocks a * {
  color: inherit;
}
.tumblr-blocks .row {
  margin-left: -15px;
  margin-right: -15px;
}
.tumblr-blocks .col-sm-4 {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
ul.tumblr-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
ul.tumblr-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333333333%;
  flex: 0 1 33.3333333333%;
  list-style: none;
  max-width: 33.3333333333%;
  position: relative;
}
ul.tumblr-posts li figure {
  height: 200px;
  overflow: hidden;
}
ul.tumblr-posts li figure img {
  max-width: 100%;
  vertical-align: middle;
}
ul.tumblr-posts li figure iframe {
  display: block;
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 117.2161173449%;
}
.tumblr-wrapper {
  background-color: white;
  display: block;
  position: relative;
  width: 100%;
}
.corner {
  padding: 30px 19px 35px 19px;
  font-family: Georgia, serif;
  font-size: 14px;
}
.corner.magenta {
  background-image: url('../img/corner-magenta.gif');
  background-repeat: no-repeat;
}
.corner.magenta a {
  color: #746fb6;
}
.corner.red {
  background-image: url('../img/corner-red.gif');
  background-repeat: no-repeat;
}
.corner.red a {
  color: #ed1c24;
}
.corner.green {
  background-image: url('../img/corner-green.gif');
  background-repeat: no-repeat;
}
.corner.green a {
  color: #06a84a;
}
.corner p.readmore {
  bottom: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.tumblr-info {
  position: absolute;
  bottom: 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  display: block;
}
.tumblr-info a {
  color: #333 !important;
}
.tumblr-info .date {
  float: left;
  padding-left: 14px;
  background: url('../img/date.png') no-repeat left center;
}
.tumblr-info .notes {
  padding-left: 15px;
  background: url('../img/notes.png') no-repeat left center;
}
.tumblr-info .share {
  padding-left: 18px;
  margin-left: 10px;
  background: url('../img/share.png') no-repeat left center;
}

.corner {
  background-image: url('../img/tumblr/text.gif');
  background-repeat: no-repeat;
}
.corner a {
  color: #ef2319;
}
