.top-right, .top-fixed {
  background-color: transparent;
}

.top-right .block-template-site-header-messaging-v1 {
  clear: both;
  float: right;
  text-align: right;
  font-size: 11px;
}

@media only screen
and (max-width : 1024px)
{
  .top-right .block-template-site-header-messaging-v1 {
    width: 245px;
  }
}

@media only screen
and (max-width : 705px)
{
  .top-right .block-template-site-header-messaging-v1 {
    display: none;
    visibility: hidden;
  }
}
