* {
  box-sizing: border-box;
}

.container {
  width: 90%;
  max-width: 1200px;
  height: 80px;
  margin: auto; 
  position: relative;
}

.one > div {
  height: 50px;
}

.main {
position: relative;
  background: #59c14d; 
  position: relative;
  display: block;
  width: 90%;
  left: 50%;
  top: 0;
  padding: 5px;
  margin-left: -45%;
  z-index: 10;
  color:white;
text-align:center;
}

.main > div {
font-family: 'Oswald', sans-serif;
 font-size: 8px;
display: flex;
 justify-content: center;
align-items: baseline;
  border: 1px dashed #fff;
  border-color: rgba(255, 255, 255, 0.5);
  height: 40px;
color:white;
padding:4px;
}

.bk {
 background: #46a341;
 position: absolute;
 width: 10%;
 top: 12px;
}

.bk.l {
 left: 0;
}

.bk.r {
 right: 0;
}

.skew {
  position: absolute;
  background: #2f7a2f;
  width: 3%;
  top: 6px;
  z-index: 5;
}

.skew.l {
  left: 7%;
  transform: skew(00deg,20deg);
}

.skew.r {
  right: 7%;
  transform: skew(00deg,-20deg);
}

.bk.l > div {
  left: -30px;
}

.bk.r > div {
  right: -30px;
}

.arrow {
  height: 25px !important;
  position: absolute;
  z-index: 2;
	width: 0; 
	height: 0; 
}

.arrow.top {
  top: 0px;
  border-top: 0px solid transparent;
	border-bottom: 25px solid transparent; 	
	border-right: 30px solid #46a341;
}

.arrow.bottom {
  top: 25px;
  border-top: 25px solid transparent;
	border-bottom:0px solid transparent; 	
	border-right: 30px solid #46a341; 
}

.r .bottom {
  border-top: 25px solid transparent;
	border-bottom: 0px solid transparent; 	
	border-left: 30px solid #46a341; 
  border-right: none;
}

.r .top {
  border-bottom: 25px solid transparent;
	border-top: 0px solid transparent; 	
	border-left: 30px solid #46a341; 
  border-right: none;
}

@media all and (max-width: 1020px) {
  .skew.l {
    left: 10%;
    transform: skew(00deg,25deg);
  }

  .skew.r {
    right: 10%;
    transform: skew(00deg,-25deg);
  }
}

@media all and (max-width: 680px) {
  .skew.l {
    left: 10%;
    transform: skew(00deg,30deg);
  }

  .skew.r {
    right: 10%;
    transform: skew(00deg,-30deg);
  }
}

@media all and (max-width: 460px) {
  .skew.l {
    left: 10%;
    transform: skew(00deg,40deg);
  }
  .skew.r {
    right: 10%;
    transform: skew(00deg,-40deg);
  }
    .bk {
        background: #46a341;
        position: absolute;
        width: 13%;
        top: 12px;
       }
}

#phone_img {
position: relative;
width:20px;
margin-top: 2px;
margin-right: 10px;
height:auto;

}

.header-v3 .site-branding #pizzaro-logo, .header-v3 .site-branding a img{
 width:auto;
}
