/* Profile Css */


#All-Burgers {
  display: block;
  padding: 20px;
}

#Rate-Button {
  position: absolute;
  top: 20px;
}


#Burger-Back-Next {
  position: absolute;
  top: 20px;
  right: 50px;
  text-align: right;
  font-size: 42px;
  z-index: 100;
}

#BurgerImgMobile {
  padding: 10px;
  border-radius: 30px;
}

.burger-img-row {
  text-align: right;
  padding-top: 100px;
}
  .burger-img {
      display: inline-block;
      /*width: 450px;*/
      position: relative;
      /*padding: 50px 20px 30px 0;*/
      /* background-color: #67cae1; */
      
  }
    .burger-img img {
      width: 100%;
      border-radius: 10px;
    }


#Burger-Title {
  position: relative;
  display: block;
  /* padding: 30px;
  margin-left: -.9375rem;
  background: url('../img/profile/burger-title-background.png') top right no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Museo 500", Arial, Helvetica, sans-serif;
  line-height: 1; */
  text-align: center;
  background-color: #602300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  z-index: 999;
}

  #Restaurant-Name {
    /* color: #e7b86a; */
    color: #FFF;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px;
    /* font-weight: 700; */
    font-family: "Museo 300", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    /* border-bottom: 10px solid #63cfe3; */
  }

  #BurgerName {
    font-family: 'Bebas Neue', cursive;
    color: #602300;
    font-size: 4rem;
    line-height: 4rem;
    background-color: #F7B449;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
  }

  #BurgerTitleTriangle {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: -50px;
  }
    #BurgerTitleTriangle::before {
      display: block;
      position: absolute;
      content: '';
      background: url('../img/profile/triangle.svg') center center no-repeat;
      display: block;
      width: 70px;
      height: 70px;
      transform: rotate(90deg);
    }

    #BurgerTitleTriangle::after {
      display: block;
      position: absolute;
      content: '';
      background: url('../img/profile/triangle_heart.svg') center center no-repeat;
      background-size: 25px 25px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }


#Burger-Quote-Container {
  padding: 20px 0;
}

  #Burger-Quote {
    display: none;
    position: relative;
    margin: auto;
    /*padding: 50px 0;*/
    /*width: 360px;*/
    /*width: 80%;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    color: inherit;
    line-height: inherit;
    border: none;
  }
    #Burger-Quote span {
      position: relative;
      top: 19px;
      left: 0px;
      display: inline-block;
      height: 20px;
      font-size: 60px;
      font-family: Georgia, Arial, Helvetica, sans-serif;
      line-height: 0;
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }


#Ingredients-Container {

}
  #Ingredients {
    margin: auto;
    padding: 30px;
    /*width: 300px;*/
    width: 80%;
    border-radius: 20px;
    /* background: #f7be63; */
    font-size: 1.3em;
    text-align: center;
  }


#PhotoDisclaimer {
  text-align: center;
  font-size: 0.8em;
}



/* Tater Tuesdays Feature */
.tater-heading {
  text-align: center;
  font-family: "Museo 700", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

.tater-text {
  text-align: center;
}


  .map-img {
    float: left;
    width: 150px;
    /* border: 8px solid #f7be63; */
    /* border: 8px solid #602300; */
    border-radius: 8px;
  }


.profile-contact {
  line-height: 42px;
}

.location-address {
  font-size: 0.8em;
}
  .location-address strong {
    font-size: 1.2em;
  }




table#Mobile-Controls {
  /*display: block;*/
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #f7be63;
  margin-bottom: 0;
}
  #Mobile-Controls tbody {
    border: none;
    background: none;

  }
    #Mobile-Controls tbody td {
      padding: 0;
    }

  /*.mobile-controls {
    display: inline-block;
    width: 50%;
  }

  .mobile-back-next {
    width: 23%;
    font-size: 32px;
  }*/

  .mobile-back-next {
    font-size: 55px;
    width: 25%;
  }

  .mobile-controls-view-all {
    border-right: 2px solid #F7B449;
    border-left: 2px solid #F7B449;
  }

  .mobile-controls a {
    text-align: center;
    display: block;
    width: 100%;
    background-color: #f7be63;
    text-decoration: none;
    line-height: 40px;
  }


  .website-link { font-weight: 700; }

  @media(max-width: 1024px) {

    #Burger-Quote { font-size: 1.3em; }

    #Burger-Quote-Container img { padding-top: 20px; }

    #Ingredients {
      width: 100%;
      padding: 10px;
      font-size: 1.1em;
      margin-bottom: 20px;
    }

    .location {
      text-align: center;
    }
      .map-img {
        display: inline-block;
        float: none;
      }
  }

  @media(max-width: 640px) {
    #BurgerTitleTriangle {
      display: block;
      position: absolute;
      width: 70px;
      height: 70px;
      top: -57px;
      right: auto;
      left: 20px;
    }
      #BurgerTitleTriangle::before {
        transform: rotate(0deg);
      }

  }

  @media print {
    #Header-Social-Links { display: none; }
    #Main-Nav { display: none; }
    #All-Burgers { display: none; }
    #Rate-Button { display: none; }
    #Burger-Back-Next { display: none;}
    .map-img { display: none; }
    .website-link { display: none; }
    #Footer-Campaign-By { display: none; }
    a[href]:after {
      content: "";
    }
  }
