#recipe-detail h1 {
  font-size: 26px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase; }

#recipe-detail {
  font-size: 16px;
  line-height: 24px; }

h2 {
  font-size: 20px;
  font-weight: 700; }

#recipe-detail .breadcrumbs, #recipe-detail .page-heading {
  display: none; }

#recipe-detail h2 {
  font-size: 26px;
  color: #666;
  text-transform: uppercase;
  margin-top: 1rem; }

#recipe-detail .border-top {
  border-top: 1px solid black; }

#recipe-detail .margin-top {
  margin-top: 36px; }

#recipe-detail #heading {
  width: 50%;
  float: left; }

#recipe-detail .row:after {
  content: "";
  display: table;
  clear: both; }

.print-button {
  float: left;
  margin: -16px 0 0 6px !important; }

.print-button a {
  display: inline-block;
  border-radius: 50%;
  font-size: 1.5em; }

.print-button .fa-print {
  color: #7DB16B !important; }

#recipe-detail #description {
  width: 45%;
  float: left; }

#recipe-detail #featured-image {
  width: 55%;
  float: right;
  margin-top: -60px; }

#recipe-detail #featured-image img {
  width: 70%;
  float: right; }

#recipe-detail #collab {
  display: none; }

#recipe-detail #share {
  width: 50%;
  float: left; }

#recipe-detail #share li {
  float: left; }

#recipe-detail#overview .row {
  width: 98%;
  margin: 0 auto; }

#recipe-detail #overview .large-4 {
  width: 33.3%;
  float: left;
  text-align: center; }

#recipe-detail #overview .item {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5px 0;
  border: 1px solid black;
  border-right: 0; }

#recipe-detail #overview .large-4:last-of-type .item {
  border-right: 1px solid black; }

#recipe-detail #ingredients {
  width: 50%;
  float: left; }

#recipe-detail #directions {
  width: 50%;
  float: right; }

#recipe-detail #ingredients img, #recipe-detail #directions img {
  margin: -10px 10px 0 0; }

#recipe-detail #details {
  border-bottom: 1px solid black;
  padding-bottom: 20px; }

#recipe-detail #details .row {
  padding: 20px 0; }

#recipe-detail #details ul {
  width: 87%;
  margin: 20px auto 0 auto !important; }

#recipe-detail #details li {
  padding-bottom: 5px; }

#recipe-detail .detail-item {
  text-indent: -17px;
  padding-left: 17px; }

#recipe-detail #ingredients li {
  list-style: none; }

#recipe-detail .detail-item-strong {
  text-indent: 0px;
  list-style: none; }

#recipe-detail #details strong {
  display: block;
  margin-top: 9px;
  font-style: italic; }

#recipe-detail #shop, #recipe-detail #tips, #recipe-detail #tags {
  margin-top: 18px; }

#tips {
  margin-top: 15px;
  border-bottom: 1px solid black; }

#tips h3, #tags h3 {
  float: left;
  margin-bottom: 0; }

#tags {
  border-bottom: 1px solid black; }

#tags h3 {
  padding-bottom: 8px; }

#tags .copy {
  padding-bottom: 8px; }

#recipe-detail #shop {
  border-bottom: 0; }

#recipe-detail #shop h2 {
  text-align: left; }

#share-container {
  margin-top: 33px;
  width: 256px;
  float: right; }

#share {
  width: auto !important;
  float: left !important;
  margin-right: 9px;
  margin-top: -29px; }

#recipe-detail #ingredients p, #recipe-detail #directions p {
  font-weight: bold;
  padding: 5px 0;
  font-size: 18px;
  color: #666;
  font-family: texgyreadventorbold, Arial, Helvetica, sans-serif !important; }

.jssocials-share-logo {
  width: 1.5em !important;
  vertical-align: middle;
  font-size: 2em !important; }

#recipe-detail #shop ul {
  margin-top: 50px; }

#recipe-detail #shop ul li {
  box-sizing: border-box;
  padding: 20px 0; }

#recipe-detail .rp-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

#recipe-detail #shop ul li:first-of-type {
  width: 50%;
  float: left;
  border-right: 1px solid #999; }

#recipe-detail #shop ul li:last-of-type {
  width: 50%;
  float: right; }

#recipe-detail #shop li:first-of-type .rp-container {
  width: 90%;
  float: left; }

#recipe-detail #shop li:last-of-type .rp-container {
  width: 90%;
  float: right; }

#recipe-detail #shop li .rp-image {
  width: 35%;
  float: left;
  min-height: 175px; }

#recipe-detail #shop .rp-desc {
  width: 60%;
  float: left; }

#recipe-detail #shop h3, #recipe-detail #tips h3, #recipe-detail #tags h3 {
  font-weight: bold;
  margin-top: 0 !important;
  color: #666;
  padding-right: 15px; }

#recipe-detail #tags h3, #recipe-detail #tags .copy {
  display: inline-block; }

#recipe-detail #shop .rp-price {
  font-size: 20px; }

#recipe-detail #shop .rp-btn {
  width: 70%;
  margin-top: 0 !important; }

@media (max-width: 1250px) {
  #recipe-detail #shop .rp-btn {
    width: 90%; } }

@media (max-width: 1150px) {
  #recipe-detail #shop li .rp-image {
    width: 80%;
    float: none; }
  #recipe-detail #shop .rp-desc {
    width: 100%;
    float: none;
    margin-top: 30px; } }

@media (max-width: 800px) {
  #recipe-detail #shop ul li {
    width: 100% !important;
    float: none !important;
    border: 0 !important; }
  #recipe-detail #shop .rp-image {
    width: 80%;
    margin: 0 auto; }
  #recipe-detail #shop .rp-image img {
    width: 100%;
    margin: 0 auto;
    display: block; }
  #recipe-detail #shop .rp-desc {
    width: 70%;
    margin: 30px auto 0 auto; }
  #recipe-detail #shop .rp-btn {
    width: 100%;
    margin: 0 auto;
    display: block; } }

#recipe-detail .tag {
  cursor: default; }

/** tablet, mobile styles **/
@media (max-width: 1100px) {
  .page-content--centered {
    width: 90% !important; } }

@media (min-width: 801px) {
  #recipe-detail #title {
    width: 60%; } }

@media (max-width: 800px) {
  #recipe-detail #title h1 {
    text-align: center; }
  #recipe-detail #description {
    width: 100%;
    display: block !important;
    text-align: center; }
  #recipe-detail #featured-image {
    width: 100%;
    display: block !important;
    margin: 0 0 20px 0 !important; }
  #recipe-detail #featured-image img {
    display: block;
    margin: 0 auto;
    float: none; }
  #recipe-detail #overview .large-4 {
    float: none;
    margin: 0 auto;
    width: 100%; }
  #recipe-detail #overview .item {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px 0;
    border: 1px solid black;
    border-bottom: 0; }
  #recipe-detail #overview .large-4:last-of-type .item {
    border-bottom: 1px solid black; }
  #recipe-detail #shop li {
    margin-bottom: 50px; }
  #recipe-detail #shop li:last-of-type {
    margin-bottom: 0; }
  .page-content--centered {
    width: 96% !important;
    margin: 0 auto;
    float: none; }
  .rp-container {
    float: none !important;
    margin: 0 auto; } }

@media (max-width: 750px) {
  #recipe-detail #ingredients, #recipe-detail #direction {
    width: 100%;
    float: none; }
  #recipe-detail #directions {
    width: 100%;
    float: none;
    margin-top: 30px; } }

@media (max-width: 514px) {
  #tags h3 {
    margin-bottom: 0; } }
