/*.desktoponly {
  display: block !important;
}

.mobileonly {
  display: none !important;
}*/
/*
.mobile-device {
  .desktoponly {
    display: none !important;
  }

  .mobileonly {
    display: block !important;
  }

  &.single {

    #bibib_logo {
      float: none;
      margin: 0 auto;
      display: block;
    }

    h1 {
      font-weight: bold;
      font-size: 1.5rem;
    }
    .thumb_image {
      max-width: 150px;
      display: block;
      float: none;
      margin: 2rem auto;
    }

    a.button {
      background-color: #026300;
      color: #fff;
      border: 1px solid #fff;
      margin: 0rem auto 2rem;
      display: inline-block;
      width: auto;
      padding: 0.5rem 1rem;
      font-weight: bold;
      text-decoration: none;
    }

    .description {
      max-width: 80%;
      margin: 0 auto;
    }

    .home {
      margin: 2rem auto;
    }
  }
}
*/
.single .mobileonly #bibib_logo {
  float: none;
  margin: 0 auto;
  display: block; }
.single .mobileonly h1 {
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 0; }
.single .mobileonly .thumb_image {
  max-width: 150px;
  display: block;
  float: none;
  margin: 2rem auto; }
.single .mobileonly a.button {
  /*background-color: #026300;
  color: #fff;
  border: 1px solid #fff;
  margin: 0rem auto 2rem;
  display: inline-block;
  width: auto;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-decoration: none;*/
  background-color: #4CAF50;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: block;
  text-decoration: none;
  width: auto;
  margin: auto;
  text-align: center;
  padding: 1rem;
  max-width: 150px;
  border-radius: 5px;
  margin-bottom: 1rem; }
.single .mobileonly .description {
  max-width: 80%;
  margin: 0 auto; }
.single .mobileonly .home {
  margin: 2rem auto; }

.home .box {
  position: relative; }
  .home .box:before {
    width: 100%;
    padding-top: 100%;
    content: "";
    display: block; }
  .home .box .thumb {
    position: absolute;
    top: 0;
    left: 0; }

#searchform {
  background-color: #5cb7e1;
  height: 34px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #searchform input[type=text] {
    background-color: transparent;
    border: none;
    padding: 0.5rem 1rem;
    color: #fff; }
  #searchform label[for=searchsubmit] {
    width: 34px;
    height: 34px;
    background-color: #468ebe;
    background-image: -o-linear-gradient(180deg, #468ebe, #468ebe);
    background-image: -ms-linear-gradient(180deg, #468ebe, #468ebe);
    background-image: -webkit-linear-gradient(180deg, #468ebe, #468ebe);
    background-image: linear-gradient(180deg, #468ebe, #468ebe);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 solid #000;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.61);
    cursor: pointer;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #searchform label[for=searchsubmit] svg {
      width: 70%;
      height: 70%;
      fill: #fff; }

/*# sourceMappingURL=urich_style.css.map */
