/*
Theme Name: Burger Point
Theme URI: http://dev.burgerpoint.pt/templates/wordpress/burgerpoint.zip
Author: VC
Author URI: mailto@vitorcunha@me.com
Description: Basic template customized for BurgerPoint.
Version: 1.0
License: Lifespan license on behalf of Helder Ferreira
Text Domain: burgerpoint
*/
/* 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;
}

/* HTML5 display-role reset for older browsers */
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;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

a {
  text-decoration: none;
}

p a:visited, p a:active, p a {
  color: #231F20;
}

p a:hover {
  color: #000;
}

/* BASICS */
body {
  background-color: #231F20;
  color: #eee;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #F15A29;
  font-weight: 800;
  line-height: 40px;
  display: run-in;
  font-family: 'Amaranth', sans-serif;
  margin-bottom: 25px;
}

p {
  margin-bottom: 25px;
}

.padder-h {
  padding-left: 10px;
  padding-right: 10px;
}

.padder-v {
  padding-top: 10px;
  padding-bottom: 10px;
}

.double-padder-h {
  padding-left: 20px;
  padding-right: 20px;
}

.double-padder-v {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-container {
  background-color: #fff;
  margin: 20px auto;
  color: #231F20;
}

.header {
  color: #231F20;
  text-align: right;
  position: relative;
}

.header p {
  font-size: 1.5rem;
  color: #231F20;
}

.content-in-header {
  width: 28%;
  /*height:60%;*/
  position: relative;
  top: 10%;
  left: 70%;
  border-radius: 15px;
  background-color: rgba(241, 90, 41, 0.75);
  overflow: hidden;
  color: #fff;
  border: 1px solid black;
}

.social {
  color: #F15A29;
  background-color: #231F20;
  height: 50px;
  text-align: center;
  vertical-align: center;
  font-size: 2rem;
  position: absolute;
  bottom: 0px;
  right: 2%;
}

.social-icon {
  display: inline-block;
  padding: 10px;
  width: 30px;
  text-align: center;
}

.social a {
  color: #F15A29
}

.navigation {
  padding: 0 50px;
}

.content-area {
  min-height: 50vh;
}

@media only screen and (max-width: 639px) {
  /*pequeno*/
  .site-container {
    width: 90%;
  }

  .header {
    height: 150px;
    background-image: url('images/banner@150px.png');
  }

  .the-logo{
    height:120px;
    width:120px;
    position:absolute;
    left:25px;
    top:10%;
    text-align: left;
    display: inline-block;
  }

  .the-logo img{
    height: 120px;
    padding-left: auto;
    padding-right: auto;
  }

  .content-in-header {
    visibility: hidden;
  }



}

@media only screen and (min-width: 640px) and (max-width: 1024px){

    .header {
      height: 300px;
      background-image: url('images/banner@200px.png');
    }

    /*.insta-img{
  		width:310px;
  		height: 310px;
  		text-align: center;
  		margin: auto;
  	}*/
    .the-logo{
      height:240px;
      width:240px;
      position:absolute;
      left:25px;
      top:10%;
      text-align: left;
      display: inline-block;
    }

    .the-logo img{
      height: 240px;
      padding-left: auto;
      padding-right: auto;
    }

    .content-in-header{
      visibility: visible;
    }

    .content-in-header address p a{
      font-size: 0.5rem;
    }
}

@media only screen and (min-width: 1025px) {
  /*grande*/

  .address{
    height:80px;
  }
  .address p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    text-align: right;
    right: 10px;
    line-height: 1.995rem;
  }

  .site-container {
    width: 1024px;
  }

  .header {
    height: 300px;
    background-image: url('images/banner@300px.png');
  }

  /*.insta-img{
		width:310px;
		height: 310px;
		text-align: center;
		margin: auto;
	}*/
  .the-logo{
    height:240px;
    width:240px;
    position:absolute;
    left:25px;
    top:10%;
    text-align: left;
    display: inline-block;
  }

  .the-logo img{
    height: 240px;
    padding-left: auto;
    padding-right: auto;
  }
}



.insta-triple {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-bottom: 25px;
}

.main-page-grid {
  background-color: #eeeeee;
  text-align: center;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 0px;
}

.main-page-col{
	flex:1;
	margin: auto;
	text-align: center;
}

.insta-img {
  margin: auto;
  overflow: hidden;
  display: inline-block;
  max-height: 300px;
  background-color: blue;
  text-align: center;
}

.insta-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main-page-grid {
  display: flex;
  flex-wrap: wrap;
}

.main-page-col {
  margin-top:10px;
  flex-grow: 1;
	flex-shrink: 0;
  flex-basis: 300px;
}

img.grid-image{
  max-width:300px;
}

.footer-grid {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2em;
  display: flex;
  width: 100%;
  flex-direction: row;
}

.reviews{
  background-color: #ddd;
  /*height: 100px;*/
  height: 0px; /* por agora */
  margin-bottom: 20px;
  visibility: hidden;
}


.footer-1{
	flex: 1;
  text-align: center;
  padding-bottom: 15px;
}

.footer-grid h3 {
  font-size: 1.2em;
  margin-bottom: 0px;
  color: #fff
}

.footer-1 ul li a:link, .footer-1 ul li a:active, .footer-1 ul li a:visited{
  color: white;
}

.post-meta{
  color:#777;
  text-transform:uppercase;
  margin-top: -25px;
  font-size: 0.75rem;
}

span.sharer{
  font-size: 18px;
  color:#777;
}

span.sharer a{
  color:#777;
}

article{
  margin-bottom: 50px;
}


/* NAVIGATION https://codepen.io/d2k/pen/jEmWXq/ */

nav {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0px 1px 0px #231F20;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #231F20;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}

/* By Dominik Biedebach @domobch */


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #333;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}
/* By Dominik Biedebach @domobch */

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #023f1c;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* By Dominik Biedebach @domobch */
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #FFF;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F15A29;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

/* By Dominik Biedebach @domobch */

/* Blend */
nav.blend ul li a {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
nav.blend ul li a:hover {
  color: #fff;
}
nav.blend ul li a:before,
nav.blend ul li a:after {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #D35400;
  transition: all .5s;
  margin: auto;
  content: '.';
  color: transparent;
  z-index: -1;
  opacity: 0.75;
}
nav.blend ul li a:before {
  left: 0;
}
nav.blend ul li a:after {
  right: 0;
}

nav.blend ul li a:hover:after,
nav.blend ul li a:hover:before {
  width: 100%;
}

/* DROWN */

nav.drown ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

nav.drown ul li a:hover {
  color: #fff;
}

nav.drown ul li a:before {
  background: #fff;
  content: '.';
  color: transparent;
  position: absolute;
  width: 500%;
  top: 100px;
  right: 300px;
  height: 300px;
  z-index: -1;
}
nav.drown ul li a:hover:before {
  left: auto;
  bottom: auto;
  right: -50%;
  top: 0;
  background: #89C52B;
}



/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #2ECC71;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

/* MENU CULINÁRIO */

.menucul p{
  margin-bottom: 3px;
}

.menucul h1 a{
  font-size: 20rem;
}

.menucul h2{
  text-transform: uppercase;
}

.menucul h2:not(:first-child){
  margin-top: 18px;
  margin-bottom:6px;
}

.menucul h2:first-child{
  margin-top:6px;
  margin-bottom: 6px;
}

.menucul p span.titulo{
  font-weight: bolder;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.menucul p span.descricao{
  font-size: 1.1rem;
  letter-spacing: -0.5px;
}

.menucul p span.preco{
  font-family: 'Amaranth', sans-serif;
  color:#F15A29;
  font-weight: bolder;
  font-size: 1.3rem;
}

.menucul p span.preco:before{
  content: "   ";
}

.menucul p span.tverde{
  color: #5CA152;
}

.menucul{
  margin-bottom: 50px;
}

.menucul p.nota-pre, .menucul p.nota-post{
  color: blue;
  margin-top: -6px;
  color:#F15A29;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 12px;
}


.menu-bilingual-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-bilingual-col-pt, .menu-bilingual-col-en{
  min-width: 360px;
  max-width: 40%;
  padding:15px;
}

.menu-bilingual-col-en{

}
