@media (max-width: 680px) {
  body.responsive #masthead .hgroup .support-text, body.responsive #masthead .hgroup #header-sidebar {
    position: static;
    display: block;
    margin-top: 30px;
    max-width: 100%;
    font-size: 119%;
  }
}

#masthead .hgroup .support-text {
    line-height: 1.2em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.6em;
    color: #4b4b4b;
    font-style: normal;
	font-size: 150%;
	font-weight: bold;
    max-width: 50%;
}

.woocommerce-page #primary {
	width: 100%;
}

.woocommerce-page #secondary {
	display: none;
}

.has-sidebar.woocommerce-page:not(.error404) #primary {
  width: 100%;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1.25em;
    padding: 0;
    font-size: 1.25em;
    color: #777;
}

.main-navigation ul li {
    display: inline-block;
    font-size: 16px;
    position: relative;
}

div#main {
    background: #fcfcfc;
    padding: 30px;
    min-height: 75vh;
}

div#theme-attribution {
	display: none;
}

main#main.site-main {
	padding: 0;
}

