/*
 Theme Name: Puddletown (Child) 2019
 Template: puddletown
 Version: 1.0.0
*/

.staff {
  margin-bottom: 40px;
  line-height: 1.5;
}

.staff, .staff * { box-sizing: border-box; }

  .staff__content,
  .staff__photo {
  }

  .staff__content {
  }

  .staff__photo {
    text-align: center;
  }

@media screen and (min-width: 600px) {
  .staff {
    direction: rtl;
    font-size: 0;
  }

    .staff__content,
    .staff__photo {
      display: inline-block;
      font-size: 0.9rem;
      vertical-align: top;
      direction: ltr;
    }

    .staff__photo {
      width: 25%;
      text-align: right;
    }

    .staff__content {
      width: 75%;
      padding-right: 20px;
    }
}


.mobile-daily-story-link {
  clear: both;
  position: relative;
  top: 50px;
  border-bottom: 0;
  font-size: 1.2rem;
}

  .mobile-daily-story-link h2 {
    color: #FBAE2E;
  }


@media (min-width: 600px) {
  .mobile-daily-story-link {
    display: none;
  }
}


.header-message {
  border: 1px solid crimson;
  clear: both;
  padding: 0 1em;
  margin-bottom: 1em;
}

@media (min-width: 800px) {
  #access ul {
    display: flex; 
    width: 100%;
    justify-content: space-between;
  }

  #access ul li {
    flex-shrink: 0;
    float: none;
  }

  #access ul li a {
    padding-right: 0;
  }
}

a.promotion-ribbon {
	clear: both;
	display: block;
	background-color: #0092C8; 
	color: white;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
	text-transform: uppercase;
}
