
.home{
  display:none;
}

.mobileheader{
  display:block;
  padding: 10px;
}
.mobileheader h1 img{
  width: 50%;
  max-width: 275px;
}


.mobilegone{ display: none; }
.mobilehere{ display: block; }





#hamburger {
  width: 45px;
  height: 35px;
  position: absolute;
  right:20px;
  top:20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(even) {
  left: 50%;
}

#hamburger span:nth-child(odd) {
  left:0px;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 5px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
  top: 15px;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  top: 25px;
}

.mm-wrapper_opened #hamburger span:nth-child(1),.mm-wrapper_opened #hamburger span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(2),.mm-wrapper_opened #hamburger span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(1) {
  left: 5px;
  top: 8px;
}

.mm-wrapper_opened #hamburger span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}

.mm-wrapper_opened #hamburger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.mm-wrapper_opened #hamburger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.mm-wrapper_opened #hamburger span:nth-child(5) {
  left: 5px;
  top: 21px;
}

.mm-wrapper_opened #hamburger span:nth-child(6) {
  left: calc(50% - 5px);
  top: 21px;
}

.navimg{
  width: 50%;
  margin: 10px 25%;
  height: auto !important;
  display:block !important;
  min-height: 1px !important;
}

.container.flex{
  flex-direction: column-reverse;
}

.sidebar{
  width:100%;
  padding:0;
}
.sidebar ul, .sidebar h1{
  display:none;
}

.quote{
  margin-top:50px;
  position:static;
}
.quote2{
  text-align:center;
}

.main{
  width:100%;
}


.footer{
  border-left: none;
  padding-left: 0px;
}
.footer a{
  color:#B6B6B6;
}
.footer a:hover{
  color: #F6C0CD;
}

.bottom .sidebar{
  margin-top: 70px;
  width:75%;
}

.blogindex .blog{
  width: 100%;
  padding: 0;
}


.carousel-image {
  height: 40vh;
}

.flickity-button{
  display:none;
}


.product{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  
}
.product:nth-child(3n+3){
  margin-right:2%;
}
.product:nth-child(2n+2){
  margin-right:0;
}

.home-shop-button{
  display: block;
  border: 2px solid #8dacc6;
  position:static;
  width: 90%;
  margin: 20px 5%;
  color:#8dacc6;
}
.home-shop-button:hover{
  color:#FFF;
  background-color: rgba(100,100,100,.6);
}

.photo.maxw img{
  width: 100%;
  max-width: 100%;
  max-height: 50000px;
}