/*
 * subheader
 *
 * - accent blue : #0098e6
 * - cream color : #fef2c0
 */

#subheader {
  top: 0;
  width: 100%;
  background-color: white;
  position: fixed;
  padding: 13px 35px 14px;
  z-index: 1000;
}
.subheader_logo {
  float: left;
}
.subheaderInfo {
  padding-top: 25px;
  float: right;
}
.subheaderInfo nav a {
  margin-left: 50px;
  color: #333;
  font-size: 2.5rem;
  text-decoration: none;
}
.subheader_menu {
  display: inline-block;
}
.submenu_close {
  display: none;
}
/*
.subheader_menu{
	text-align: center;
	padding: 10px 0;
}
.subheader_menu a{
	display: inline-block;
	margin-right: 45px;
}
.subheader_icons{
	float: right;
}
.subheader_icons{
	padding-top: 8px;
}
.subheader_icons a{
	margin-left: 20px;
}
*/

@media screen and (max-width: 768px) {
  #subheader {
    padding: 10px;
  }
  .subheader_logo {
    float: none;
  }
  .subheader_logo img {
    height: 20px;
    width: auto;
  }
  .subheaderInfo {
    padding-top: 10px;
  }
  .shSpMenu {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .shSpMenu img {
    height: 20px;
  }
  .subheaderInfo {
    float: none;
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #999;
  }
  .subheader_menu {
    display: none;
  }
  .subheaderInfo nav a {
    display: block;
    width: 100%;
    background: white;
    margin: 0;
    border-top: 1px solid #999;
    padding: 10px;
    text-align: center;
  }
  .subheaderInfo nav a img {
    vertical-align: middle;
  }
  .subheaderInfo nav a.shInsta {
    width: auto;
    background: none;
    border-top: none;
    position: fixed;
    top: 10px;
    right: 70px;
    padding: 0;
    display: block;
    width: 30px;
  }
  .subheaderInfo nav a.shInsta img {
    height: auto;
  }
  .subheaderInfo nav a.shCart {
    width: auto;
    background: none;
    border-top: none;
    position: fixed;
    top: 10px;
    right: 120px;
    padding: 0;
    display: block;
    width: 30px;
  }
  .subheaderInfo nav a.shCart img {
    height: auto;
  }
}
