/*
Theme Name: Big Batata
Author: Somar Comunicacao
Author URI: http://www.somarcomunicacao.com.br/
Description: Tema desenvolvido exclusivamente para a empresa Big Batata.
Version: 1.0

*/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Averia+Serif+Libre:400,700");

body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  outline: 0;
}
header {
  background-color: #ff9935;
  padding: 20px 0;
}
header #logo a img {
  max-width: 120px;
  height: auto;
}
h1, h2, h3 {
  font-family: "Averia Serif Libre", cursive;
  font-weight: bold;
  color: #8b0100;
  text-transform: uppercase;
  margin-top: 0;
}
h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #8b0100;
  text-transform: uppercase;
  margin-top: 0;
}
#MainMenu {
  margin-top: 25px;
}
#MainMenu li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #8b0100;
  background-color: transparent;
  border: none;
}
#MainMenu li:last-child {
  position: relative;
}
#MainMenu li:last-child a {
  width: 193px;
  height: 62px;
  color: #ff9935;
  background-color: #8b0100;
  border-radius: 0;
  padding: 0;
  text-align: center;
  line-height: 62px;
  display: block;
  font-size: 20px;
}
#MainMenu li:last-child a::before {
  content: '';
  display: block;
  border: 1px solid #a90100;
  height: 50px;
  position: absolute;
  width: 182px;
  margin: 6px;
}
#MainMenu li:last-child.active a {
  background-color: #663000;
  color: #ff9935;
}
#MainMenu li:last-child.active a::before {
  border: 1px solid #ff9935;
}
#MainMenu li.active a {
  color: #663000;
}
#MainCover {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#CoverPage {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#CoverPage .overlay {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 450px;
  padding: 20px 0;
}
#CoverPage .ContentText {
  padding-right: 20px;
  font-family: 'Arial', sans-serif;
  text-align: justify;
}
#PromoFooter {
  background-color: #ff9935;
  padding: 20px 0;
}
.featured-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#PromoFooter h1, #PromoFooter h2, #PromoFooter h3 {
  margin-bottom: 5px;
}
.price-from, .price-to, .discount-percent, .available {
  text-transform: uppercase;
  color: #8b0100;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.price-to .new-price {
  font-size: 52px;
  vertical-align: top;
  line-height: 35px;
  display: inline-block;
  margin-top: -23px;
  margin-left: 16px;
}
.new-price-decimal {
  display: inline-block;
  margin-top: -27px;
  vertical-align: top;
}
.form-control {
  border-radius: 0;
  border: 0;
  background-color: #fff;
  padding: 15px 12px;
  height: auto;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: gray;
  font-weight: bold;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: gray;
  font-weight: bold;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: gray;
  font-weight: bold;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
  font-weight: bold;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.forgot-pass {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-size: 17px;
  color: red;
}
.btn-primary {
  border: 1px solid #8b0100;
  border-radius: 0;
  background-color: #8b0100;
  color: #ff9935;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-primary:hover {
  border: 1px solid #3f0000;
  border-radius: 0;
  background-color: #3f0000;
}
.btn-primary.btn-lg {
  padding: 0;
  width: 230px;
  height: 60px;
  line-height: 60px;
}
.btn-primary.btn-lg::before {
  content: '';
  display: block;
  border: 1px solid #a90100;
  height: 48px;
  position: absolute;
  width: 217px;
  margin: 6px;
}
a.to_register {
  display: block;
  background-color: #8b0100;
  padding: 80px 0;
  text-align: center;
  border-radius: 20px;
}
a.to_register .title_reg {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  display: block;
}
a.to_register .descr_reg {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  display: block;
}
a.to_register:hover {
  text-decoration: none;
}
a.to_register:hover span {
  color: #ff9935 !important;
}
.GetCoupon {
  padding: 100px 0;
}
.col-btn-reg {
  height: 375px;
  position: relative;
}
.col-btn-reg .btn-lg {
  position: absolute;
  bottom: 0;
}
.btn {
  border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #673301;
  color: #fff;
}
.box-panel-options {
  margin-top: 80px;
}
.box-panel-options h4 {
  color: gray;
}
.btn-options-panel {
  background-color: #be2f00;
  color: #fff;
  padding: 30px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.btn-options-panel i.fa {
  font-size: 35px;
}
.btn-options-panel.active {
  background-color: #663000;
}
.box-my-coupons {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.box-my-coupons .box-cupom-item .cupom-info {
  background-color: #ff9935;
  height: 160px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.box-my-coupons .box-cupom-item .cupom-info h5.promo-title {
  font-size: 24px;
  font-family: "Averia Serif Libre", cursive;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #721c00;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.box-my-coupons .box-cupom-item .cupom-info .cupom-code {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #721c00;
  margin-top: 0;
}
.box-my-coupons .box-cupom-item .cupom-info .cupom-status {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: initial;
  color: #fff;
  text-shadow: 0 0 5px #721c00;
  margin-top: 0;
}
.box-my-coupons .box-cupom-item .cupom-info p.promo-date {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  color: #fff;
  text-shadow: 0 0 5px #721c00;
  margin: 0;
}
.box-my-coupons .box-cupom-item .btn-print-coupom {
  background-color: #be2f00;
  height: 70px;
  color: #fff;
  line-height: 70px;
  width: 100%;
  margin-bottom: 20px;
}
.box-my-coupons .box-cupom-item .btn-email-coupom {
  background-color: #ff6500;
  height: 70px;
  color: #fff;
  line-height: 70px;
  width: 100%;
}
.cupom-print {
  width: 500px;
  border: 2px solid #8b0100;
  margin: 0 auto;
  padding: 20px;
}
.cupom-print .PrintLogo {
  margin-bottom: 30px;
}
.cupom-print .PrintLogo img {
  max-width: 150px;
  height: auto;
}
.cupom-print h1 {
  font-family: "Averia Serif Libre", cursive;
  font-weight: bold;
  font-size: 42px;
  color: #ff7f02;
}
.cupom-print .main-text p {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  color: #8b0100;
}
.cupom-print .main-text h2 {
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  margin: 30px 0;
}
.box-contact {
  border: 0;
  border-radius: 10px;
  background-color: #ff9935;
  padding: 20px;
}
.waiting-promo {
  text-align: center;
}
.waiting-promo .well {
  background-color: #ff9935;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}

.page-template-page-cadastro #CoverPage {
  height: initial;
}
.page-template-page-cadastro #CoverPage .overlay {
  height: initial;
}

@media (max-width: 767px) {
  header#MainHeader {
    text-align: center;
  }
  #MainMenu {
    text-align: center;
  }
  #CoverPage {
    height: auto;
  }
  #CoverPage .overlay {
    height: auto;
  }
  #CoverPage .ContentText {
    padding-right: 0;
  }
  .GetCoupon {
    padding: 30px 0;
  }
  a.to_register {
    margin-bottom: 20px;
    padding: 20px !important;
  }
  .box-my-coupons {
    height: 400px;
    overflow-y: scroll;
  }
  .box-my-coupons .box-cupom-item {
    border-bottom: 2px solid #be2f00;
    margin-bottom: 20px;
  }
  .box-my-coupons .box-cupom-item .cupom-info {
    height: auto;
    position: initial !important;
  }
  .box-my-coupons .box-cupom-item .cupom-info .cupom-code, .box-my-coupons .box-cupom-item .cupom-info .cupom-status {
    float: none !important;
    margin-top: 10px;
  }
  .cupom-print {
    width: auto;
  }
  .col-btn-reg {
    height: auto;
    position: initial;
  }
  .col-btn-reg .btn-lg {
    position: initial;
  }
}
