
@media handheld and (max-width: 1100px), screen and (max-width: 1100px), screen and (max-device-width: 1100px)  {

  header {background-color: rgba(247,141,123,1);}
  nav li a {color: #ffffff !important;}
  nav {padding-top: 130px;}
  #hamburger, #hamburger-for-responsive { background-color: rgba(255,255,255,1)  }
  #hamburger div, #hamburger-for-responsive div {background-color: #3c3c3b;}
  #hamburger.open:after, #hamburger.open:before, #hamburger-for-responsive.open:after, #hamburger-for-responsive.open:before {
    border-top: 3px solid #3c3c3b;
  }
  #hamburger:after, #hamburger:before, #hamburger-for-responsive:after, #hamburger-for-responsive:before {
    border-top: 3px solid #3c3c3b;
  }
   header.fixed + .blog-page.mt, header.fixed + .portfolio-page.mt, header.fixed + .main .content .woocommerce, header.fixed + .main.page.single-shop, header.fixed + .main.page.shop.mt, header.fixed + .single-portfolio-page, header.fixed + .wrap, header.fixed + .main.page.home.mt, .single-gdportfolio header.fixed + .blog-posts, header.push-bottom + .blog-page.mt, header.push-bottom + .portfolio-page.mt, header.push-bottom + .main .content .woocommerce, header.push-bottom + .main.page.single-shop, header.push-bottom + .main.page.shop.mt, header.push-bottom + .single-portfolio-page, header.push-bottom + .main.page.home.mt, .single-gdportfolio header.push-bottom + .blog-posts, .woocommerce .wrap.boxed #container, .woocommerce #container { padding-top: 0px; }
}