/* Wordpress Global Styles */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
#site-header {position: relative; margin-top: 50px; }
.logo { position: relative; max-width: 100px; }
.logo-desktop { position: relative; display: none;}

/* Menu */
.navbar-brand { position: relative; margin: 0 auto; }
/* Columns */
div.dropdown-multicol2{
  width: 30em;
}
div.dropdown-multicol2>div.dropdown-col{
  display:inline-block;
  width: 32%;
}





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-brand { display:none; }
  .bg-nav { background: url('https://bestbuggy.double-click.co.uk/wp-content/themes/bestbuggy/assets/images/menu-bg.png') repeat-x; }
  .logo-desktop { max-width: 193px; display: block; }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
