/*
Theme Name: Restaurante Facil
Description: Theme created by Leandro Berg (fullstack development - http://virtuemasters.com.br).
Version: 1.0
Author: VIRTUEMASTERS
Author URI: http://virtuemasters.com.br
*/

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus,
*:active,
*:visited {
  outline: 0 !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #000;
}
figure {
  line-height: 0;
}
figcaption {
  line-height: initial;
}

/* GENERAL */

main {
  min-height: calc(100vh - 300px);
  padding: 0 0 40px;
  overflow: hidden;
}

.home main {
  padding-top: 0px;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* FORM */

form input[type="text"],
form input[type="email"],
form input[type="number"] {
  margin: 5px 0;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/* HEADER */

header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
}

header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

header .wrapper {
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
}

header figure {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 4px solid white;
}

header .info {
  margin-left: 30px;
  flex: 1;
}

header .phone-and-address {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  align-items: center;
  justify-content: space-between;
}

header .address {
  width: 100%;
}

header .phone {
  margin-right: 15px;
  padding-bottom: 5px;
}

header h1 {
  text-shadow: 0px 1px 1px black;
  margin: 0 0 0px;
}

header .time_delivery {
  display: flex;
  justify-content: left;
  align-items: center;
}

header .time_delivery p {
  margin: 0;
  color: white;
  font-weight: 400;
}

header span.dashicons.dashicons-backup {
  padding: 0 5px 0 0;
}

header span.dashicons.dashicons-location {
  padding: 0 5px 0 0;
}

header a {
  color: white;
}

header a:hover {
  color: white;
}

.rest-facil-holdall {
  position: relative;
  width: auto;
  min-width: 300px;
  display: none;
}

.rest-facil-status {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  text-align: center;
  padding: 5px 0px;
  max-width: 180px;
  box-sizing: border-box;
  cursor: pointer;
}

span.rest-facil-led {
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  background-color: #7fff00;
  border-radius: 50%;
  margin: 0 5px 2.5px 5px;
}

span.rest-facil-led.closed {
  background-color: #ac2925;
}

span.rest-facil-onoff {
  font-weight: bolder;
  text-align: center;
}

span.rest-facil-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-top: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: 0px 5px 0px 5px;
  transition: all 0.3s;
}

.open span.rest-facil-arrow {
  transform: rotate(180deg);
  margin-top: -4px;
}

.rest-facil-times {
  position: absolute;
  top: 140%;
  width: auto;
  left: 0;
  background: #fff;
  z-index: 99;
  border: 1px #ccc solid;
  padding: 4px 15px 8px 15px;
  margin-top: 0px;
  border-radius: 15px !important;
  display: none;
}

.rest-facil-times ul {
  color: black;
  text-align: left;
  padding: 0;
}

.rest-facil-times ul li {
  margin-top: 10px;
}

.rest-facil-times ul li span {
  color: grey;
}

/* FORM CHECKOUT */

.rpress-delivery-options .modal-content {
  border-radius: 12px;
}

.rpress-delivery-options .modal-header {
  border: none;
}

html body #rpressModal .nav-pills > li.active > a,
#rpressModal .nav-pills > li.active > a:hover,
#rpressModal .nav-pills > li.active > a:focus {
  padding: 4px !important;
  border-radius: 12px;
  background-color: #ac2925;
  font-weight: 600;
  font-size: 18px;
  color: white;
  text-align: center;
  width: 100%;
  margin: -2px 0 -2px 0;
}

#rpressModal .nav-pills > li {
  width: calc(100% - 50%);
}

#rpressModal .nav-pills > li + li {
  margin-left: 0px;
  width: calc(100% - 50%);
}

.rpress-delivery-options ul#rpressdeliveryTab {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0;
  list-style: none;
  text-align: center;
  padding-left: 0;
  border-radius: 10px;
  width: 100%;
  background-color: #f5f5f5;
}

.rpress-delivery-options ul#rpressdeliveryTab.nav > li > a {
  text-align: center;
  padding: 2px;
  font-weight: 600;
  font-size: 18px;
  color: #bbb;
  width: 100%;
}

.rpress-delivery-options .modal-title {
  display: none;
}

html body #rpressModal .modal-header button.close {
  background: #ac2925;
  opacity: 1;
  width: 23px;
  text-align: center;
  text-shadow: none;
  color: #fff;
  padding: 0px;
  margin: 0;
  border-radius: 100px;
  line-height: 23px;
  top: 10px;
  right: 10px;
}

.modal-content .close span {
  left: 0;
}

form input[type="text"],
form input[type="email"],
form input[type="number"] {
  background-color: #f5f5f5;
  border-radius: 10px;
}

input#endereco,
input#bairro,
input#cidade {
  border: none;
  background-color: white;
  line-height: 20px;
  margin: 0;
  padding: 0px;
  color: grey;
  font-weight: 600;
}

input#numero {
  max-width: calc((100% - 7px) - 50%);
  margin-right: 10px;
}

input#complemento {
  max-width: calc((100% - 7px) - 50%);
}

.field-container {
  display: inline;
}

.tab-pane {
  transition: 2s;
}

.tab-content h3 {
  margin: 10px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ac2925;
}

.tab-content h4 {
  margin: 10px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ac2925;
}

.tab-content p {
  margin: 0 0 10px;
  color: grey;
  font-weight: 600;
}

.tab-content > .tab-pane.fade.show {
  display: none !important;
}

.tab-content > .tab-pane.fade.show.active.in {
  display: block !important;
}

button.slick-prev.slick-arrow.slick-disabled,
button.slick-prev.slick-arrow {
  padding: 3px 4px;
  background-color: #ac2925;
  border-radius: 12px;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% - 15px) - 60%);
}

button.slick-next.slick-arrow {
  padding: 3px 4px;
  background-color: #ac2925;
  border-radius: 12px;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  bottom: 0;
  left: 64.5%;
  width: calc((100% - 15px) - 60%);
}

button.slick-prev.slick-arrow.slick-disabled {
  background-color: #bbb;
}

.slick-dots li.slick-active {
  width: 20px;
  height: 20px;
  background-color: #ac2925;
  border-radius: 50%;
}

ul.slick-dots {
  display: inline-flex;
  margin: 0 0px 0 12px;
}

.slick-dots li {
  margin: 0 05px;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50%;
}

button[role*="tab"] {
  opacity: 0;
}

body.rpress .delivery-wrap .delivery-opts .delMethod {
  color: black;
  font-size: 14px;
  font-weight: 600;
}

body.rpress .address-wrap{
  display: none;
}

body.rpress-success .back-to-list {
    background: #ccc;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: auto;
    width: 111vw;
    right: -11%;
    top: -50px;
    margin: -13px 0px 0px 0px;
}

body.rpress-checkout .back-to-list {
  background: #ccc;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: auto;
  width: 111vw;
  right: -35%;
  top: -50px;
  margin: -13px 0px 0px 0px;
}

.back-to-list a {
  background: #ac2925;
  color: white;
  border-radius: 12px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
}

.back-to-list a:hover,
.back-to-list a:visited,
.back-to-list a:link,
.back-to-list a:active {
  text-decoration: none;
  color: white;
}

.active.slick-slide[tabindex="-1"] {
  height: 355px;
}

.tab-pane center p {
  color: #ac2925;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 10px 0;
}

.tab-pane center h4 {
  margin: 0 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: grey;
  font-weight: 600;
}

.tab-content iframe {
  width: 100%;
}

.rpress-success main .wrapper > p:first-child {
  display: none;
}

.rpress-success main .wrapper > h2 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 26px;
}

table#rpress_checkout_cart\ {
  width: 100%;
}

.rpress-cart .remove_icon img {
  width: 13px;
  height: auto;
  float: none;
  vertical-align: top;
  margin-top: -6px;
}

#rpress_checkout_cart_wrap th {
  padding: 4px 10px;
  border-top: none;
  border-bottom: none;
  display: table-cell;
}

.clicfood-btn-send-order {
  border-radius: 12px !important;
}

.delivery-wrap {
  padding: 0px;
  text-align: left !important;
}

.rpress.item-order {
  margin-bottom: 10px;
}

div#rpress_checkout_form_wrap {
  padding-top: 30px !important;
}

.address-wrap h2 {
  font-size: 18px;
  color: #ac2925;
  font-weight: bolder;
  margin: 10px 0px;
}

.address-wrap:last-child {
  font-size: 14px;
  font-weight: 600;
  color: grey;
}

.delivery-wrap .delivery-opts span.delMethod {
  font-size: 18px;
  font-weight: 600 !important;
  color: #ac2925;
}

.rpress-section {
  margin-top: 65px;
}

/* RPRESS */

.rpress-price-holder span.price {
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

div.rpress_fooditems_list .rpress_fooditem h3.rpress_fooditem_title {
  margin-top: -5px !important;
}

html body .rpress_fooditem_inner {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.rpress-success main .wrapper > h2 {
    text-align: center;
    padding: 30px 10px 10px;
    font-size: 26px;
    margin: 65px 0 0 0;
}

a.see-map {
  background: #ac2925;
  padding: 10px;
  width: 100%;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 15px;
  text-transform: uppercase;
  margin: 20px 0;
}

a.see-map i {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: -3px;
}

#rpress_checkout_form_wrap 
  input.rpress-input, 
  #rpress_checkout_form_wrap 
  textarea.rpress-input {
  display: inline-block;
  width: 100%;
}

.rpress-cart .remove_icon img {
  width: 13px;
  height: auto;
  float: right;
  vertical-align: top;
  margin-top: -6px;
}

#rpress_checkout_cart_wrap th {
  padding: 4px 10px;
  border-top: none;
  border-bottom: none;
  display: table-cell;
}

#rpress_checkout_form_wrap legend {
  border: 0 !important;
}

.wrapper h3 {
  font-size: 18px !important;
  font-weight: 600;
}

/* ORDER STATUS */

p {
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.rest-facil-statuscontainer {
  width: 100%;
  padding: 10px 10px 10px;
  margin: 30px 0px;
  background: #ccc;
  border-radius: 15px;
}

ul.rest-facil-statuscheck {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 4%;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck1 {
  width: calc(100% / 4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck2 {
  width: calc(100% / 4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck3 {
  width: calc(100% / 4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck4 {
  width: calc(100% / 4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

ul.rest-facil-statuscheck li object {
  width: 80%;
  height: auto;
  border-radius: 50%;
  border: solid 2px grey;
  background: white;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck1::before {
  content: "Confirmando";
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  margin-right: 20%;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck1::after {
  content: "";
  background: grey;
  width: calc(100% - 80%);
  height: 2px;
  margin: 0px;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck2::before {
  content: "Preparando";
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  margin-right: 20%;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck2::after {
  content: "";
  background: grey;
  width: calc(100% - 80%);
  height: 2px;
  margin: 0px;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck3::before {
  content: "Entrega";
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  margin-right: 20%;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck3::after {
  content: "";
  background: grey;
  width: calc(100% - 80%);
  height: 2px;
  margin: 0px;
}

ul.rest-facil-statuscheck li.rest-facil-itemcheck4::before {
  content: "Entregue";
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  margin-right: 20%;
}

#form-inicial legend {
  background: #ac2925;
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 10px 0px;
 /* border-radius: 0px !important;  */
}

/* STATUS SEQUENCY */
/*ACCEPTED*/

div#order-status.accepted
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::before {
  content: "Confirmado";
  color: #ac2925;
}

div#order-status.accepted
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.accepted
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::after {
  background: #ac2925;
}

/*READY*/

div#order-status.ready
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::before {
  content: "Confirmado";
  color: #ac2925;
}

div#order-status.ready 
  ul.rest-facil-statuscheck 
  li.rest-facil-itemcheck1 object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.ready
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::after {
  background: #ac2925;
}

div#order-status.ready
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2::before {
  content: "Pronto";
  color: #ac2925;
}

div#order-status.ready 
  ul.rest-facil-statuscheck 
  li.rest-facil-itemcheck2 object{
  border: solid 2px #ac2925;
  fill: #ff0000 !important;
}

div#order-status.ready
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2::after {
  background: #ac2925;
}

/*TRANSIT*/

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::before {
  content: "Confirmado";
  color: #ac2925;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::after {
  background: #ac2925;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2::before {
  content: "Pronto";
  color: #ac2925;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2::after {
  background: #ac2925;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck3
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck3::before {
  color: #ac2925;
}

div#order-status.transit
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck3::after {
  background: #ac2925;
}

/*COMPLETED*/

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::before {
  content: "Confirmado";
  color: #ac2925;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck1::after {
  background: #ac2925;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2::before {
  content: "Pronto";
  color: #ac2925;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck2::after {
  background: #ac2925;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck3::before {
  color: #ac2925;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck3
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck3::after {
  background: #ac2925;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck4::before {
  color: #ac2925;
}

div#order-status.completed
  ul.rest-facil-statuscheck
  li.rest-facil-itemcheck4
  object {
  border: solid 2px #ac2925;
  fill: #ff0000;
}

/* FOOTER */

footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  align: center;
  width: 100%;
}

footer .div_icons {
  padding: 10px 0;
  text-align: center;
}

footer .link_site {
  display: block;
  margin-left: auto;
  margin-right: auto;
  align: center;
  width: 100%;
}

footer .div_icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

footer .div_icons ul li {
  display: inline;
  padding: 5px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
}

footer .fa {
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  padding-top: 10px;
}

footer .fa:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
}

footer .fa-facebook {
  background: #3b5998;
  color: white;
}

footer .fa-youtube {
  background: #bb0000;
  color: white;
}

footer .fa-instagram {
  background: #125688;
  color: white;
}

footer .footer-text {
  padding: 10px 0;
  text-align: center;
}
