@charset "UTF-8";

/* ----------------------------------------------------------
  WordPress classes
---------------------------------------------------------- */

.screen-reader-text {
  z-index: 1;
  position: absolute !important;
  top: -1999px;
  left: -5999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  display: block;
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  clip: auto !important;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  color: #21759b;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Content
-------------------------- */

.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}

.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.alignnone {
  display: block;
  float: none;
  clear: both;
  margin: 0 0 1em 0;
}

.size-full {
  float: none;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 0 1em 0;
}

/* Floats
-------------------------- */

.hentry:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}

/* Gallery
-------------------------- */

.gallery {
  display: block;
  z-index: 1;
  clear: both;
  position: relative;
  margin: 0 0 1em 0;
}

.gallery > .gallery-item {
  display: inline-block;
  margin-top: -1px;
  text-align: center;
  vertical-align: top;
}

.gallery > .gallery-item a {
  display: block;
  line-height: 1;
}

.gallery > .gallery-item img {
  display: block;
  width: 100%;
}

.gallery-columns-1 > .gallery-item {
  width: 100%;
}

.gallery-columns-2 > .gallery-item {
  width: 50%;
}

.gallery-columns-3 > .gallery-item {
  width: 33.3%;
}

.gallery-columns-4 > .gallery-item {
  width: 25%;
}

.gallery-columns-5 > .gallery-item {
  width: 20%;
}

.gallery-columns-6 > .gallery-item {
  width: 16.6%;
}

.gallery-columns-7 > .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 > .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 > .gallery-item {
  width: 11.1%;
}

/* ----------------------------------------------------------
  Admin bar
---------------------------------------------------------- */

html[lang] {
  margin-top: 0 !important;
}

@media (max-width: 782px) {
  html {
    z-index: 1;
    position: relative;
  }
}

@media (min-width: 783px) {
  #wpadminbar:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 15px;
    margin: auto;
    background-color: transparent;
  }

  #wpadminbar {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  #wpadminbar:focus-within,
  #wpadminbar:hover {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
