/* scroll pane */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
.jspPane {
  position: absolute;
  width: 100% !important;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #D6BEA3;
  position: relative;
}
.jspDrag {
  background: #811618;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 8px !important;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  /*	background: #80808d;    */
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* scroll pane end */
.sr-field {
  border-bottom: 1px solid #ECECEC;
  padding: 5px 10px;
  margin: 3px;
  vertical-align: middle;
}
.sr-field .field-block {
  display: inline-block;
}
.sr-field .field-block.right-block {
  width: 60%;
}
.sr-field .sr-key {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  vertical-align: top;
}
.sr-field input[type='text'] {
  width: 80%;
}
.sr-field textarea {
  width: 60%;
  height: 200px;
}
/* CLIENT SIDE&nbsp;MAP */
/** MIXINS **/
.pizzaRed {
  color: #82171b;
}
/** MIXINS END **/
.page-id-43 .clear,
.page-id-43 .clearfix {
  clear: both;
}
#map-wrapper {
  width: 100%;
  padding: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#map-wrapper .col {
  width: 50%;
  background-color: #fff;
  min-height: 407px;
  margin: 0px;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 25px 0px;
}
#map-wrapper .col h3 {
  font-size: 58px;
  margin-bottom: 25px;
}
#map-wrapper .col ul {
  margin: 0px;
}
#map-wrapper .col li {
  list-style-type: none;
}
#map-wrapper .col.coming-soon {
  min-height: auto;
}
#map-wrapper .col1 {
  width: 49%;
  float: left;
  background-color: #f8f4f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#map-wrapper .col1 #inner-wrapper {
  padding: 0px 10px;
}
#map-wrapper .col2 {
  width: 49.5%;
  float: left;
  margin-left: 1%;
}
#map-wrapper .col.coming-soon {
  background-color: #f6eee5;
}
#map-wrapper .col:first-child {
  margin-left: 0;
}
#map-canvas {
  width: 100%;
  height: 600px;
}
#map-canvas img {
  max-width: none;
}
#map-legend {
  display: block;
  width: 100%;
  height: 68px;
  padding-top: 5px;
  text-align: center;
  background-color: #F0DCC7;
  color: #811618;
  font-size: 12pt;
  text-transform: uppercase;
  vertical-align: middle;
}
#map-legend #legend-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#map-legend .lblock {
  padding: 5px 0px 0px 29px;
  vertical-align: middle;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  display: inline-block;
  width: 0px;
}
#map-legend #open.lblock {
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: -52px 0px;
}
#map-legend #coming.lblock {
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: -20px 0px;
}
#map-legend #multiple.lblock {
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: -129px 0px;
  padding-right: 15px;
}
#map-legend .spacer {
  display: inline-block;
  width: 40px;
}
#pizza-store-locations {
  background-color: #f6eee5;
}
#pizza-store-locations h3 {
  text-transform: uppercase;
  color: #811618;
  text-align: center;
}
#pizza-store-locations ul ul.city {
  padding-left: 0px;
}
#pizza-store-locations ul ul.city li {
  font-size: 18px;
}
#pizza-store-locations ul li {
  list-style-type: none;
}
#pizza-store-locations ul li h4 {
  cursor: pointer;
  color: #811618;
  padding: 3px 10px 3px 30px;
}
#pizza-store-locations ul li h4 a {
  padding-left: 0px;
}
#pizza-store-locations ul.states.selected li h4 {
  padding: 3px 30px;
  background-image: url(../images/pizza-arrow-up.png);
  background-position: 0px 47%;
  background-repeat: no-repeat;
}
#pizza-store-locations ul.states li h4 {
  background-image: url(../images/pizza-arrow-down.png);
  background-position: 0px 47%;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: 'Handy Sans' !important;
  font-size: 25px;
}
.entry #pizza-store-locations ul.states ul.city li a,
.entry #map-wrapper p,
#content #map-wrapper p {
  font: 100 10.5pt/1 "american_typewriterregular";
  color: #811618;
}
.single-locations #map-wrapper .col1 {
  width: 49%;
  float: left;
}
#map-search {
  background-image: none;
  background-color: #811618;
  padding: 10px 0px;
  width: 100%;
  height: 80px;
  font-size: 1em;
  text-align: center;
  position: relative;
}
#map-search h2#find-pizzarev {
  color: #fff;
  font-size: 57px;
  font-weight: normal;
  display: inline-block;
  padding: 0px 20px 0px 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#map-search #search-field-group {
  display: inline-block;
  border: 2px solid #fff;
  background-color: transparent !important;
  vertical-align: middle;
  height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 40%;
}
#map-search #search-field-group #map-icon {
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 25px;
  height: 41px;
  margin-left: 7px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#map-search #search-field-group #store-search {
  padding: 4px 5px;
  border-radius: 0px;
  height: 40px;
  display: inline-block;
  color: #fff;
  margin: 0px 0px 0px 5px;
  background-color: transparent !important;
  position: relative;
  top: -10px;
  border: 0px;
  font-size: 16pt;
}
#map-search #search-field-group #submit-search {
  border: 0;
  cursor: pointer;
  display: inline-block;
  width: 39px;
  height: 45px;
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: -86px 0px;
  margin: 0px;
  position: relative;
  top: -2px;
}
#map-search-cols .col {
  padding: 0px;
  text-align: left;
}
#map-search-cols #pizza-store-search {
  padding: 20px;
  height: 433px;
}
#map-search-cols #pizza-store-search p#search-details {
  font-family: 'Handy Sans';
  font-size: 14pt;
  color: #82171b;
  padding-left: 10px;
}
#map-search-cols #pizza-store-search #pizza-scrollpane {
  width: 100% !important;
  height: 400px;
  overflow: auto;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results {
  padding-left: 10px;
  width: 93%;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results li {
  border-bottom: 1px solid #82171b;
  margin-bottom: 20px;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results .col-left,
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results .col-right {
  display: inline-block;
  float: left;
  background-color: transparent;
  margin: 4px 0px;
  min-height: none;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results .col-left {
  width: 60%;
  padding-right: 20px;
  clear: both;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results .col-right {
  width: 35%;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results h4 {
  display: inline-block;
  float: left !important;
  margin-right: 5px;
  font-family: 'Handy Sans';
  font-size: 40px;
  line-height: 40px;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results .distance,
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results p {
  font-family: 'Handy Sans';
  font-size: 22px;
  line-height: 25px;
  color: #82171b;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results .distance {
  vertical-align: -webkit-baseline-middle;
  font-size: 22px;
  line-height: 45px;
}
#map-search-cols #pizza-store-search #pizza-scrollpane ul#search-results a.order-online {
  background-image: url(../images/pizza-order-online.png);
  background-position: top right;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 40px;
}
#map-search-cols #map-canvas {
  height: 400px;
}
.single-locations #Header_wrapper #Header {
  height: 35px;
  min-height: 35px;
}
.single-locations #Header_wrapper #Subheader {
  display: none;
}
.single-locations #map-wrapper {
  padding: 10px;
}
.single-locations #main-sidebar-container {
  width: 100%;
  float: none;
}
.single-locations #main-sidebar-container #main {
  width: 100%;
  float: none;
  padding: 0px !important;
}
.single-locations #loc-details {
  width: 45.756% !important;
  padding: 25px 50px 25px 0px;
  text-align: left;
  font-family: "Handy Sans";
  font-size: 14pt;
  color: #82171b;
}
.single-locations #loc-details p {
  line-height: 30px;
  font-size: 22.5px;
}
.single-locations #loc-details p#lead-para {
  margin: 8px 0px 50px 0px;
  padding: 0px;
  line-height: 25px;
  height: 25px;
  font-size: 22.5px;
}
.single-locations #loc-details .pizza-row {
  border-bottom: 1px solid #303030;
  padding: 10px 0px 20px 0px;
  margin-bottom: 10px;
}
.single-locations #loc-details .pizza-row h4 {
  cursor: pointer;
  color: #811618;
  padding: 3px 10px 8px 0px;
  font-family: "Handy Sans";
  font-size: 43.2px;
  line-height: 42px;
}
.single-locations #loc-details .pizza-row h4 a {
  padding-left: 0px;
}
.single-locations #loc-details .pizza-row .col-left {
  width: 60%;
  padding-right: 20px;
  float: left;
}
.single-locations #loc-details .pizza-row .col-right {
  width: 35%;
  float: left;
}
.single-locations #loc-details .pizza-row .col-right a.order-online {
  background-image: url(../images/pizza-order-online.png);
  background-position: top right;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 40px;
}
.single-locations #loc-details .pizza-row:last-child {
  border-bottom: 0px;
}
.single-locations #loc-details #store-icons-wrapper {
  margin: 10px 0px 0px;
}
.single-locations #loc-details #store-icons-wrapper a.icon {
  display: inline-block;
  width: 45px;
  height: 48px;
  cursor: pointer;
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: -236px 0px;
}
.single-locations #loc-details #store-icons-wrapper a.icon.mail {
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: -181px 0px;
}
.single-locations #loc-details #store-icons-wrapper a.icon.print {
  background-position: -55px 0px;
}
.single-locations #loc-details .pizza-directions span {
  line-height: 30px;
  font-size: 22.5px;
}
.single-locations #loc-details .pizza-directions #direction {
  display: inline-block;
  border: 3px double  #707070;
  margin: 15px 0px 10px;
  position: relative;
  height: 40px;
}
.single-locations #loc-details .pizza-directions #direction input {
  display: inline-block;
  border: 0px;
  margin-bottom: 0px;
  position: relative;
  padding: 3px;
  height: 40px;
  top: -10px;
  background-color: transparent;
}
.single-locations #loc-details .pizza-directions #direction button#submit-from {
  background-image: url(../images/pizza-sprites.png);
  background-repeat: no-repeat;
  background-position: -282px 0px;
  height: 45px;
  border: 0px;
  margin: 0px;
}
.single-locations #loc-details .pizza-directions #direction button#submit-from:hover {
  background-color: transparent !important;
  border: 0px !important;
}
.single-locations #map-details #map-canvas {
  height: 400px;
}
.single-locations #map-details #location-content {
  margin-top: 15px;
}
.single-locations #map-details #location-content #content-wrap {
  font-family: "Handy Sans";
  color: #82171b;
  text-align: left;
  line-height: 18px;
  font-size: 11pt;
  margin-top: 15px;
}
.single-locations #map-details #location-content #content-wrap h3 {
  font-size: 29px;
  margin-bottom: 5px;
}
.single-locations #map-details #location-content #content-wrap p {
  font-size: 17px;
  line-height: 22px;
}
.single-locations #map-details #location-content #content-wrap #socials {
  margin-top: 20px;
}
.single-locations #map-details #location-content #content-wrap #socials li {
  background-image: url(../images/social-back.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  padding-top: 8px;
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon {
  height: 25px;
  width: 25px;
  display: inline-block;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#Facebook {
  background-image: url(../images/fb-icon.png);
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#Twitter {
  background-image: url(../images/tw-icon.png);
  width: 30px;
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#Pinterest {
  background-image: url(../images/pinterest-icon.png);
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#GooglePlus {
  background-image: url(../images/gplus-icon.png);
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#Youtube {
  background-image: url(../images/yt-icon.png);
  width: 27px;
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#Instagram {
  background-image: url(../images/instagram-icon.png);
  width: 27px;
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#Yelp {
  background-image: url(../images/yelp-icon.png);
  width: 27px;
}
.single-locations #map-details #location-content #content-wrap #socials .social-icon#FourSquare {
  background-image: url(../images/foursquare-icon.png);
  width: 27px;
}
.infobox-wrapper {
  display: none;
}
#infobox {
  border: 2px solid #fff;
  background: #811618;
  min-height: 50px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0  8px #000;
}
#infobox img {
  float: left;
  margin: 0px 5px 5px 0px;
}
.beerwine {
  background-image: url(../images/pizza-beerwine.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
button {
  font: 100 10.5pt/1 "american_typewriterregular";
  color: #811618;
  cursor: pointer;
  border: 0px;
  display: inline-block;
  background-color: #E4D5C2;
  font-weight: bold;
  width: 40px;
  height: 28px;
}
.social-media-label {
  display: inline-block;
  width: 75px;
}
.col-left a.orange {
  color: #B34700;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  width: 390px !important;
  background-color: #F8F4F0 !important;
  padding: 3px;
}
.pizza-hour span {
  display: inline-block;
}
.pizza-hour .day {
  width: 100px;
}
.entry ul#search-results li .distance {
  font: 100 10.5pt/1 "american_typewriterregular";
  color: #811618;
}
.single-locations.two-col-left #main-sidebar-container #main {
  background: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-id-43 .section_wrapper {
    margin: 0px;
    max-width: 100%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper {
    margin: 0px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper {
    padding: 0px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper .col {
    display: block;
    width: 49.75%;
    min-height: initial !important;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper .col h3 {
    font-size: 30pt;
    margin-bottom: 15px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-canvas {
    height: 400px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend #legend-wrap {
    transform: translateY(0%);
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend #legend-wrap .spacer {
    width: 5px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-search {
    height: 65px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-search h2#find-pizzarev {
    font-size: 2.5em;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-search #search-field-group {
    top: 50%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-search-cols #pizza-scrollpane {
    height: 400px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-search-cols a.order-online {
    background-size: 100%;
  }
  .single-locations .section_wrapper {
    margin: 0px;
    max-width: 100%;
  }
  .single-locations .section_wrapper #map-wrapper {
    padding: 0px;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details {
    width: 43.756% !important;
    padding: 25px 25px 25px 10px;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details .col-right {
    float: left;
    width: 100%;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details .col-right a.order-online {
    background-position: top left;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details #direction {
    width: 80%;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details #direction input {
    width: 80% !important;
  }
  .single-locations .section_wrapper #map-search {
    height: 65px;
  }
  .single-locations .section_wrapper #map-search h2#find-pizzarev {
    font-size: 2.5em;
  }
  .single-locations .section_wrapper #map-search #search-field-group {
    top: 50%;
  }
  #map-legend {
    height: auto;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .single-locations #loc-details p#lead-para {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-43 .section_wrapper {
    margin: 0px;
    max-width: 100% !important;
    width: 100%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper {
    margin: 0px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper {
    padding: 0px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search {
    width: 100%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search h2#find-pizzarev {
    font-size: 2.5em;
    top: 10px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search #search-field-group {
    top: 30%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-canvas {
    width: 100%;
    height: 300px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend #legend-wrap {
    transform: translateY(0%);
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend #legend-wrap .lblock {
    display: inline-block;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend #legend-wrap .spacer {
    display: inline-block;
    width: 5px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #pizza-store-locations h3 {
    font-size: 32px;
    line-height: 32px;
    height: 60px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #pizza-store-locations ul.states li h4 {
    font-size: 1.75em;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols .col {
    margin-bottom: 10px;
    width: 100%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols #pizza-store-search #pizza-scrollpane .col-left,
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols #pizza-store-search #pizza-scrollpane .col-right {
    width: 90%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols #pizza-store-search #pizza-scrollpane .col-right {
    float: left;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols #pizza-store-search #pizza-scrollpane .col-right a.order-online {
    background-position: top left;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols #pizza-store-search #pizza-scrollpane .distance {
    display: block;
    clear: both;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols #pizza-store-search #pizza-scrollpane #direction {
    width: 80%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search-cols #pizza-store-search #pizza-scrollpane #direction input {
    width: 80% !important;
  }
  .single-locations .section_wrapper {
    margin: 0px;
    max-width: 100% !important;
    width: 100% !important;
  }
  .single-locations .section_wrapper #map-wrapper {
    padding: 0px;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details,
  .single-locations .section_wrapper #map-wrapper #map-details {
    width: 95% !important;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details {
    padding: 25px 25px 25px 10px;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details p#lead-para {
    font-size: 20.5px;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details .col-left,
  .single-locations .section_wrapper #map-wrapper #loc-details .col-right {
    width: 100%;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details .col-right {
    float: left;
    width: 100%;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details .col-right a.order-online {
    background-position: top left;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details #direction {
    width: 80%;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details #direction input {
    width: 80% !important;
  }
  .single-locations .section_wrapper #map-wrapper #map-details {
    padding-left: 10px;
  }
  .single-locations .section_wrapper #map-search {
    width: 100%;
  }
  .single-locations .section_wrapper #map-search h2#find-pizzarev {
    font-size: 2.5em;
    top: 10px;
  }
  .single-locations .section_wrapper #map-search #search-field-group {
    top: 30%;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search {
    height: 50px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-search #search-field-group {
    top: 50%;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend {
    height: 50px;
  }
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend #legend-wrap {
    transform: -translateY(50%) !important;
    top: 0px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .single-locations.header-classic #Top_bar {
    position: relative;
    top: 0px;
  }
  .single-locations.header-classic #Content {
    padding-top: 0px;
  }
  .single-locations #Header_wrapper #Header {
    height: auto;
    min-height: initial;
  }
}
@media only screen and (max-width: 568px) and (orientation: portrait) {
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #map-legend #legend-wrap {
    transform: translateY(0%);
    top: 0%;
    line-height: 0px;
  }
  .single-locations #loc-details .pizza-row h4 {
    font-size: 32px;
    line-height: 32px;
  }
  .single-locations .section_wrapper #map-wrapper .col {
    width: 100%;
  }
  .single-locations .section_wrapper #map-wrapper #loc-details p#lead-para {
    font-size: 17.5px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 414px) and (orientation: portrait) {
  .page-id-43 .section_wrapper .the_content_wrapper #map-wrapper #pizza-store-locations h3 {
    font-size: 34px;
    line-height: 32px;
    height: 60px;
    margin-bottom: 25px;
  }
}
