.site-branding {
display: inline-block;
}
.site-logo {
float: left;
margin-right: 20px;
} @media (max-width: 768px) {
.inside-header {
display: table;
}
.site-logo {
float: none;
display: table-header-group;
}
.site-branding {
display: table-footer-group;
}
} .pre-order a:hover {
text-decoration: none;
} .anchor-style {
text-decoration:underline;
}
.anchor-style a:hover {
color: #ae85e5 !important;
}