/*   
Theme Name: Penn Museum Microsite Theme
Description: This is a Wordpress parent theme for Penn Museum microsites, in the 2019 rebrand style, to be overwritten with child themes as necessary
Author: Michael Condiff and Phoebe Bostwick
Author URI: http://teamconcept.org
Version: 2
Changelog: Events added in v2
*/
section{
  margin-bottom: 0 !important;
}

.half-size
{
 width: 50%;
}

.article-body img
{
max-width: 100%;
height: auto;
}

div.wp-block-embed__wrapper {
	position: unset;
}

/* Replicating styles to accomadate WP block CSS */
.wp-block {
  max-width: 1110px;
}

.editor-post-title textarea{
  text-align: center;
}

.is-style-lead {
  font-family: AvertaPE-Light;
  font-size: 1.25rem !important;
}

.is-style-chevron-list-item {
  padding-left: 0rem;
  list-style-type: none !important;
}

.is-style-chevron-list-item li {
  padding: 0px !important;
  margin-bottom: .75rem;
  background-image: url('https://www.penn.museum/img/brand/svg/chevron-right1.svg');
  background-position: 0px;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 30px;
}

.is-style-chevron-list-item li a {
  background: none;
  display: inline-block;
  padding-top: 4px;
  margin-left: 15px;
  border-bottom: none;
}

.is-style-chevron-list-item li a:hover::after {
  width: 100%;
}

.is-style-chevron-list-item li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--skyBlue);
  transition: width .3s;
}


.nav-item {
	white-space: nowrap;
}

.figure-caption
{
color: #000000;
}

.cropped {
    height: 0;
    object-fit: cover;
    padding-top: 62.96%;
    position: relative;
}

.cropped-lg {
  height: 0;
  object-fit: cover;
  padding-top: 56.21%;
  position: relative;
}

.cropped img, .cropped-lg img {
    position: absolute;
    top: 0;
    object-fit: cover;

@media (max-width: 991px)
  
  .half-size{width: 100%}
  
}

@media screen and (min-width: 0px) {
  .is-style-two-column {
    columns: 1;
  }
}

@media screen and (min-width: 991px) {
  .is-style-two-column {
    columns: 2;
  }
}

    
