@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES

old pink -FE5CCC -EB4FBB
old grey -79767c

*********************/

   img[src$=".gif"], img[src$=".png"] {
                   image-rendering: -moz- crisp-edges;         /* Firefox */
                   image-rendering:   -o-pixelated;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                 /*  image-rendering: pixelated;*/
                   -ms-interpolation-mode: nearest-neighbor;

                 }

html{
  font-size:120%;
}
body{
  padding:0.5rem 0.2rem;
  font-family:"mr-eaves-modern", Arial, sans-serif;
  font-weight:300;

}
input::placeholder{
	color: #333;
}
cite{
	color: #666;
}
.row{
      max-width: 55rem;
}
code, kbd{
  background:white;
  font-size: 0.8em;
  border:0;
}
/*Styles to display while the typekit font is loading*/
 html.wf-loading{
  height:100%;
  width: 100%;


}
.wf-loading *{
	opacity:0;

}
*{
	  opacity:1;
   -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}
.wf-loading{
/*  background: url('/wp-content/themes/museum_crush/assets/images/MCloading.png') no-repeat center center;
  content: "";

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size:80%;*/
}

/* The system below seems broken, sometimes does not resolve on load */
/* body.notloaded img, body.notloaded .archivelist a.thumb div.firstimage{
	opacity:0.2;
} */
body img, .archivelist a.thumb div.firstimage{
  opacity:1;
   -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}
body.notloaded .mobile_logo img, body.notloaded .full-logo img{
	opacity:1;
}
/*body.notloaded{
  height:100%;
}
body.notloaded:after{
  background:url('/wp-content/themes/museum_crush/assets/images/MCloading.gif') no-repeat center;
  content:"";
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right:0;
  background-size:100%;
  max-width:500px;
  margin:0 auto;
}
body.notloaded .off-canvas-wrapper, body.notloaded  .addthis-smartlayers{
  opacity:0;


}
.off-canvas-wrapper{
  opacity:1;
   -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}*/
.lowercase{
  text-transform: lowercase;
}
.excerpt-read-more{
  display: none;
}
.moreLink span:after{
  content: "";
  width: 35px;
  height: 0.8em;
  background: url(/wp-content/themes/digital_pathways/assets/images/arrow.gif) no-repeat 5px -45px;
      background-size: auto auto;
  display: inline-block;
  background-size: 15px;
  margin-left: 0;
}
.moreLink:hover span:after, .moreLink:focus span:after, .moreLink:active span:after{
  background-position:5px 2px;
}
.moreLink h4{
  font-weight: 600;
  margin-bottom:0;
}
.moreLink span{
  font-weight: 400;
}
/*********************
LINK STYLES
*********************/
/*a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }*/
  a{
    /* color:#D7199E; */
		color: #EF53BF;
       font-weight: 600;
  }
  a:focus, a:hover {
    /* color: #27DCED  ; */
}
main a:focus, main a:hover {
	text-decoration: underline;
}
a.moreLink:focus, a.moreLink:hover{
	text-decoration: none;
	opacity: 0.8;
}
main .entry-content a:not(.moreLink):not(.thumb):not(.has-tip){
	text-decoration: underline;
	font-weight: inherit;
}
.button, .pagination a, .pagination .button{
	    background: #fff;
    border: 1px solid #D7199E;
    color: #D7199E;
    font-weight: 400;
    font-size: 1.2rem;

}
.pagination .button{
      padding: 0.2em 0.5em 0.3em 2em;
}
.pagination.previous{

}
.pagination .button{
  text-transform: lowercase;
  position: relative;
}
.pagination .button:after,.pagination.previous .button:before{
    content: "";
    background: url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat calc(-100% - 540px) 1px;
    background-size: 350px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    /* float: right; */
    /* margin: 0; */
    right: 0;
    top: 0;
}
.pagination.previous .button:before{
  left:0;
  right:initial;
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: calc(-100% - 545px) 1px;
}
.pagination.previous .button:after{
  left:-4000px;
}
.button:hover, .button:focus, .pagination a:hover, .pagination a:focus{
	background-color:#D7199E;
	color:#fff;
}
.pagination a:hover:after, .pagination a:focus:after {
   background-position: calc(-100% - 588px) 1px;
}
.pagination.previous a:hover:before, .pagination.previous a:focus:before{
  background-position: calc(-100% - 593px) 1px;
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1, h2, h3, h4, h5, h6 {
    font-family: "mr-eaves-sans",Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    color: inherit;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    color:#373736;
    margin:1em 0;
}
h1{
  font-size: 2.2rem;
  margin:0.5em 0;
}
h2{
  font-size: 1.9rem;
}
h3{
  font-size: 1.6rem
}
h4{
	font-size:1.3rem;
}
p, li{
  font-size: 1.2rem;
  line-height: 1.4;
   color:#373736;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
.todo .calloutBoxContent h4{
  font-weight: bold;
}
/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }
.adblock.leaderboard{
  margin-bottom:.5em;
  text-align:center;
}
.contentAdblock{
  text-align:center;
  margin-top:2em;
}
.contentAdblock p{
  margin:0;
  padding:0;
}
.contentAdblock h4{
  color: grey;
  margin:0;
  font-size:1em;
}
/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }
.title-bar{
  background:#fff;
  padding:0;
}
.menu-icon:after{
  background-color: #eeeeee;
    box-shadow: 0 11px 0 #000, 0 22px 0 #000;
  height: 5px;
}
.menu-icon{
  width: 33px;
  height: 24px;
  float: right;
}
.top-bar-left .menu li{
  width:99%;
  display: block;
}
.mobile_logo{
  max-width: 280px;
}
.mobile_logo img{
  width:100%;
      max-width: 180px;
    margin-bottom: 0.5rem;
}
.top-bar-menu{
  display: none;
}
/*********************
FORMS STYLES
*********************/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea{
  box-shadow:none;
  background-color: #eeeeee;
  border:0;
  height:2rem;
}
#comments textarea{
  background:#fff;
  font-weight:300;
}
form p{
  font-size: 0.9rem;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus{
      outline: none;
    border: 1px solid #D7199E;
    background-color: #fefefe;
    box-shadow: -1 0 4px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
        border-width: 0 0 1px 0;

}
#nav-icon{
    width: 30px;
    height: 29px;
    position: relative;
    margin: 11px 9px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}



#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #373736;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;

}

#nav-icon span:nth-child(odd) {
  left:0px;

}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 4px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
      top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 3px;
    top: 7px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
left: 3px;
    top: 14px;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 14px;
}
.top-bar, .top-bar ul{
  background:transparent;
}
#menu-primary-nav-1 li{
  float: left;
  width: 50%;
  text-align: center;
}
#menu-primary-nav-1 li:before{
    content: "\005C";
    position: absolute;
    left: 50%;
    color: #D7199E;
    font-size: 1.5em;

}
#menu-primary-nav-1 li:first-child:before{
  content:"";

}
.full-logo li{
  width:100%;
  display: block;
}
.full-logo img{
  width:100%;
  margin-bottom:0.5rem;
}
#top-bar-menu .menu>li>a{
  padding:0.5rem 0;
}
.menu>li>a {
    display: block;
/*    padding: .7rem 1rem;*/
     padding: 0;

    line-height: 1;
    font-weight: 700;
    font-size: 1.3rem;
         background: transparent;
    color: #5d5d59;
}
.menu>li>a:hover{
       color: #D7199E;
}
.menu .active>a, .menu .current-menu-item>a {
     background: transparent;
       color: #D7199E;
}
.menu .active>a:hover, .menu .current-menu-item>a:hover {
     background: transparent;
     color: #D7199E;
}

/*Category menu*/
#menu-category-menu.menu>li>a{
  font-size: 1.1rem;
  color: #5c5c5c;
  font-weight: 300;
  padding-right: 1em;
  text-transform: lowercase;
}
#menu-category-menu.menu>li>a:hover, #menu-category-menu.menu>li.current-menu-item>a{
  color:#D7199E;
}
.category-nav{
    border: 1px solid #5c5c5c;
    border-width: 1px 0;
    /* padding: 0.5em 0 0.5em; */
    height: 2.5em;
    overflow: hidden;
    position: relative;
}
.menu-category-menu-container{
    overflow-x: auto;
    overflow-y: hidden;
}

#menu-category-menu{
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-top: 0.4em;
    background-color:#fff;
    display:table;


}
.open #menu-category-menu{
  padding-right:2em;
}
#menu-category-menu.menu li{
  padding-bottom: 1em;
}
.open #menu-category-menu.menu li{
  padding-bottom: 0.5em;
}
.open .category-nav{
  overflow: visible;
  height:auto;
}
.category-nav .cat_all{
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    /*height: 2.5em;*/
/*    display: none;*/
  }
.open .category-nav .cat_all{
  display: block!important;
}
  .category-nav .cat_all a{
    padding: 0.5em;
    background: white;
    border: 1px solid #5c5c5c;
    border-width: 0 1px;
    float: right;
    background: #eeeeee url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -268px -1px;
    background-size: 400px;
    /* text-indent: 3000px; */
    width: 30px;
    height: 100%;
        transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
  }

  .category-nav .cat_all a:hover,   .category-nav .cat_all a:focus{
    background-color:#D7199E;
    background-position: -323px -1px;

  }
    .open .category-nav .cat_all a{
             transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
    }
 .category-nav .cat_all:before{
  content:"";
  display: inline-block;
  width: 50px;
  height:2.5em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
 }
  .open #menu-category-menu.menu li{
    float: left;
  }

.search-submit{
  position: absolute;
  top:0;
  right:0;
  background: transparent url('/wp-content/themes/museum_crush/assets/images/sprites.png') no-repeat 4px -2px;
  background-size:275px;
  color:transparent;
  width:49px;
  padding: .6em 1em;
  border:0;
      font-size: .9rem;
      font-weight: 300;
}
.search-form{
  position: relative;
  margin-top:0.5em;
  clear: left;
}
.close_form{
  display: none;
}
.search-submit.button:focus, .search-submit.button:hover{
  background-color:#d6d6d6;
  color: transparent;
}
.top-bar{
  padding:0;
}
/*********************
POSTS & CONTENT STYLES
*********************/
#fancybox-wrap{
  padding:0;

}
#fancybox-right-ico{
        background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -315px -198px;
    background-size: 400px;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
/*    -webkit-transform-origin-x: top right;
    transform-origin: top right;*/

}
#fancybox-left-ico{
         background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -315px -200px;
    background-size: 400px;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
/*    -webkit-transform-origin-x: top right;
    transform-origin: top right;*/
}
#fancybox-close{
          background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -267px -261px;
    background-size: 400px;
    width: 40px;
    height: 40px;
    top: -30px;
    right: -30px;
}
.entry-content > p, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5{
/*  max-width:32rem;
  margin-left:auto;
  margin-right:auto;*/

}
.entry-content > :not(.wp-caption), .todo .entry-content > :not(.info){
  max-width:40rem;
  margin-left:auto!important;
  margin-right:auto!important;
}
iframe{

webkit-overflow-scrolling: touch;
overflow: auto;
width:100%;
}
.wp-video{
	width:100%!important;
}
.meta_field{
    margin: 0.3em -12px 1em 0;
}
.archivelist .meta_field{
    margin:0;
    height:1.5em;
}
.archivelist .adblocks .meta_field{
    color:grey;
    text-align:center;
}
.archivelist.todo .meta_field{
    text-align: right;
    color:#D7199E;
}
.meta_field div{
    float: right;
/*    content: "";*/
    display: inline-block;
    background: white;
    -webkit-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
    border: 1px solid #f05b99;
    margin-right: 12px;
    padding-left: 0.5em;
}
.meta_field div:after{
    content: "";
    display: inline-block;
    width: 31px;
    border: 1px solid #f05b99;
    background: #fff;
    position: absolute;
    right: -15px;
    top: -1px;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    border-left: 0;

}
.archivelist .meta_field div{
	border:0;
  background:transparent;
}
.archivelist .meta_field div:after{
	content: none;
	background:black;
}
.meta_field div > span{
    float: right;
    color: #f05b99;
    display: inline-block;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    margin-right: 14px;
}
.meta_field div span, .meta_field div span:after, .meta_field div, .meta_field div:after{
      height: 1.5em;
}
.meta_field div span.timer, .meta_field div span span {
    content: "";
    width: 10px;
    height: 19px;
    background: transparent url(/wp-content/themes/museum_crush/assets/images/timer.png) no-repeat bottom left;
    background-size: 23px 17px;
    float: left;
    margin-top: 4px;
    margin-right: 11px;
    margin-left: 5px;
}

.meta_field div span span{
 background-position: bottom right;
    height: 35%;
    position: absolute;
    bottom: 0;
    margin-left:0;
    max-height:100%;
}

.archivelist .meta_field div span.timer{
  float:right;
  margin-right:0;
}

blockquote{
  padding:0;
  border:0;
}
blockquote, blockquote p{
  font-weight:700;
  color:#000;
  font-size:1.2rem;
  line-height:1.5;
}
blockquote p{
padding-left: 1em;
    margin: 2em;
    position: relative;
}
blockquote p:before {
    content: "";
    border-left: 7px solid #c5c5c5;
    float: left;
    display: block;
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    left: 7px;

          transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
     -webkit-transform: rotate(6deg);
    -webkit-transform-origin-x: top right;
    transform-origin: top right;
}
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }
.comment_content a{
	  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.commentsLink{
    display: inline-block;
    background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -10px -358px;
    background-size: 330px;

    width: 35px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 3px 0 5px;
    vertical-align: middle;
    margin-left: 0.3rem;
    font-family: "mr-eaves-modern";
    font-weight: 600;
    height: 1.5em;
}
.commentsLink:hover, .commentsLink:focus{
  background-position: -68px -358px;
  color:#fff;
}


.byline {
    color: #666;
    margin-bottom: 0;
    border: 1px solid #f08699;
    border-width: 1px 0;
    font-size: 1rem;
    padding: 0.2rem 0;
   }
  .byline:empty{
    border-bottom:0;
  }
.byline a.posttype{
	color:#666;
     float: right;
    font-weight: 600;
    font-size: 1.1rem;


}
.byline a.posttype:before{
    content: "";
    background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -4px -104px;
    background-size: 300px;
    width: 39px;
    height: 1.2em;
    display: inline-block;
    vertical-align: sub;
}
.byline a.posttype.post:before{
  background-position: 7px -32px;
  background-size:188px;
}
/*.byline a.posttype.Exhibition:before{
      transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
}
.byline a.posttype.Event:before{
      transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     background-position:-4px -106px;
}*/
.byline a.posttype:hover{
	color:#D7199E;
}

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption, .entry-content img.alignnone, div.n2-ss-align, .todo .info, .todo .map, .contentAdblock img, .wp-video, iframe:first-child {
  max-width: 100%;

  padding: 0.8em 0 0.8em;
  border: 1px solid #f08699;
  border-width: 1px 0;
  margin-bottom: 2em;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;

}

.wp-caption + .wp-caption, .info + .map, .info + .info{
  border-top:0;
  margin-top:-2em;
}
.todo .entry-content .update_info{
      margin-left: 0em!important;
    margin-bottom: 2em;
    background: #eeeeee;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.5em 1em;
    max-width: 100%;
    margin-right: 0!important;
    margin-bottom:2em;
}
  .wp-caption:first-child, .entry-content img.alignnone:first-child, .todo .info:first-child, .contentAdblock img:first-child, .wp-video:first-child, iframe:first-child{
  	margin-top:0;
  	border-top:0;
  }

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  margin:0 auto;
 }
.wp-caption p.wp-caption-text {
  font-size: 1em;
  margin: 0.4rem 0 0;
  /* color:#8b8b8b; */
	color: #666;
   }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }
.categories{
  margin-top:3em;
  margin-bottom:2em;
  overflow: auto;
}
.categories h4{
  background: #f08699;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  padding-left:0.3em;
  padding-bottom:0.1em;
  float: left;
  margin:0;
}
.categories h4:after{
    content: "";
    display: inline-block;
    background: #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    height: 1.2em;
    right: -15px;
    position: absolute;
    width: 30px;
    z-index: 8;
}
.categories ul{
  float: left;
}
.categories li{
  list-style-type: none;
  float: left;
  margin-left:0.5em;
}
.categories li:after{
  content:",";
}
.categories li:first-child{
  margin-left:0;
}
.categories li:last-child:after{
  content:"";
}
.todo .categories ul{
  float: none;
  margin-left:5em;
}
.todo .categories li:first-child{
  margin-left:0.5em;
}
.entry-content ol li{
      /* background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -9px -97px;
    padding-left:28px;
    background-size: 275px; */
		padding: 0.5em 0;
}
/*********************
Listicles
*********************/
.listicle{
  counter-reset: listicles-counter;
}
.entry-content.listicle h3{
/*   font-family: "mr-eaves-modern", Arial, sans-serif;
   font-size:1.8rem;
   margin-bottom:0;*/
       font-family: "mr-eaves-modern", Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-left: 2.5em!important;
    position: relative;
}
.listicle h3:before{
/*    content: counter(listicles-counter);
    counter-increment: listicles-counter;
    color: #D7199E;
    background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -260px -336px;
    background-size: 350px;
    width: 2.5em;
    text-align: center;
    display: inline-block;
    padding: 20px;
    padding-left: 37px;*/
        content: counter(listicles-counter);
    counter-increment: listicles-counter;
    color: #D7199E;
    background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -260px -336px;
    background-size: 350px;
    width: 2.5em;
    text-align: center;
    display: inline-block;
    padding: 20px;
    padding-left: 37px;
    position: absolute;
    left: -2.5em;
    top: -20px;
}
.listicle .calloutBoxContent h3:before{
  content:none;
}
/*********************
HOME
*********************/
.home .intro h2{
  max-width:15em;
}
.home .intro h2 strong{
  display: block;
}
.home .featured .archivelist, .home .featured_secondary .archivelist{
  border-bottom:none;
  margin-bottom:0;

}
.home .featured, .home .featured_secondary{
border-bottom: 1px solid #D7199E;
    /* overflow: auto; */
    margin-bottom: 2em;
    padding-bottom: 2em;
}
  .home .featured_secondary{
    border-bottom:0;
  }
/*********************
CUSTOM POST TYPE CONTENT
*********************/
/*.todo .info{
  max-width:40em;
  margin:0 auto;
}*/
/*.todo .info img{
  width:100%;
}*/
.todo .info p{
  line-height:1.3;
}
.todo .info h2{
  margin:0 0 0.5em;
}
.todo .contact ul{
  margin:0;
  padding:0;
}
.todo .contact li{
  list-style-type: none;
}
.todo .contact li strong{
  margin-right:0.5em;
}

/*********************
ARCHIVE PAGES
*********************/
h1.page-title {
	text-transform: lowercase;
  /*margin: 0.5rem 0 1em 0.625rem;*/
  margin: 0;
}
.page-title span{
	display: inline-block;
	font-family: "mr-eaves-sans",Arial,sans-serif;
	font-style: normal;
	font-weight: 100;
}
.archivelist{
	margin:0 0 3em 0;
/*	padding:35px 0 2em 0;*/
    padding:0 0 2em 0;
	border-bottom:1px solid #D7199E;
	position: relative;

}
.calloutBox .archivelist{
	border:0;
  padding:0;
}

.archivelist li{
/*  margin-bottom:1em;
  min-height:80px;*/
  list-style-type: none;
  margin:0;
  padding:0;
}
.archivelist .columns:last-child:not(:first-child){
  float:left;
}
.archivelist.todo .panel{
  margin:0 0 1em;
}

.archivelist.todo .panel{
  background: #373736;
  position: relative;
}

.archivelist.todo .meta_field{
  background:#fff;
}
.archivelist .panel a{
      color: #373736;
  }
.archivelist .panel  a:hover{
      color: #D7199E;
  }
.archivelist p{
    position: relative;
    line-height: 1.2;
    padding-left:0;
    padding-top: 0.5em;
    margin-bottom: 0;
    font-weight:300;
  }
.featured .archivelist p{
  font-size: 1.4rem;
  font-weight: 400;
}
.featured_secondary .archivelist p{
  font-size: 1.3rem;

}
.archivelist .date{
  position: relative;
  background:#fff;
}
.archivelist .date span{
  background:#666;
  color:#fff;
  text-transform: uppercase;
  position: absolute;
  bottom:0;
  display: block;
  padding:0 0.3rem;
  width:100%;
  text-align: center;
   font-size: 0.8em;

}
.archivelist a.thumb div.firstimage{
	height:150px;
	width:100%;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;

}
.archivelist .adblocks a.thumb div.firstimage{
    height: auto;
    text-align: center;

	}
/*.large-3.medium-4.columns {
    background: grey;
}*/
.archivelist.todo a.thumb div.firstimage{
  height:170px;
  margin-bottom:0;
}
.archivelist a.thumb div.placeholder{
	background: #fff url('/wp-content/themes/museum_crush/assets/images/placeholder.png') no-repeat center;
	background-size:contain;
      border: 1px solid #666;

}
.archivelist a.thumb:hover div.firstimage{
  opacity:0.5;
}
.archivelist .more, .archivelist .see-all{
    position: absolute;
    bottom: -1.5em;
    left:50%;
    padding: 0.3em 1em;
      -webkit-transform: translate(-50%, 0);
	  -moz-transform:    translate(-50%, 0);
	  -ms-transform:     translate(-50%, 0);
	  -o-transform:      translate(-50%, 0);
	  transform:         translate(-50%, 0);
}
.home .archivelist .see-all{
	    padding-right: 2em;
}
.home .archivelist .see-all:after{
    content: "";
    background: url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat calc(-100% - 540px) 1px;
    background-size: 350px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    /* float: right; */
    /* margin: 0; */
    right: 0;
    top: 0;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
		div.placeholder{
				background: transparent url('/wp-content/themes/museum_crush/assets/images/placeholder.png') no-repeat center;
					background-size:contain;

		}
	}

.archivelist .posttype{
     text-transform: uppercase;
    font-size: 0.85rem;
    color: #D7199E;
    transform-origin: top left;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    position: absolute;
    transform: translate(1em, 0)rotate(90deg);
    -moz-transform: translate(1em, 0)rotate(90deg);
    -o-transform: translate(1em, 0)rotate(90deg);
     -webkit-transform: translate(1em, 0)rotate(90deg);
   /* text-align: right;*/
    left:0em;
}
.archivelist.todo .posttype{
    left:0.5em;
}
.archivelist.todo .date strong{
  display: block;
  text-transform: capitalize;
}
.archivelist .Exhibition p{
  min-height:5.6em;
}
.home .archivelist .Exhibition p{
  min-height:7em;
}
.archivelist .Event p, .archivelist .Venue p{
  min-height:5em;
  padding-top: 0.5em;

}
.home .archivelist .Event p, .home .archivelist .Venue p{
    min-height:6em;
}
.archivelist.todo .Event p, .archivelist.todo .Venue p, .archivelist.todo .Exhibition p, .archivelist.todo .articles p{
  background:#373736;
      padding: 0.5em 0.5em 0.5em 2em;
}
.archivelist.todo a.title p{
  color:#fff;
}
body .archivelist.todo .placeName{
    display: block;
    color: #f191a2;
    font-size: 0.9em;
    padding: 0.3em 0.5em 0.3em 2.5em;
    line-height: 1.3;

}

.archivelist .posttype.post{
      color:transparent;
}
.archivelist .venue .posttype{
       top: 64px;
}
.archivelist .event .posttype{
  top:61px;
}
.archivelist .posttype:before{
content: "";
    background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -9px -97px;
    width: 28px;
    height: 22px;
    background-size: 275px;
    display: inline-block;
    vertical-align: middle;
        -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform: rotate(-90deg);
}
.archivelist .posttype:before{
    background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat 2px -34px;
    width: 28px;
    height: 22px;
    background-size: 189px;
}
.archivelist .Venue:before, .archivelist  .Exhibition:before, .archivelist .Event:before{
    background-position: -9px -128px;
    width: 31px;
    height: 21px;
    background-size: 350px;
}
.archivelist .Event:before{
/*      -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg);
    background-position: -10px -126px;*/
}
.archivelist .Exhibition:before{
/*      -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    background-position: -10px -105px;
    background-size: 300px;*/
}
.archivelist div.event{
  min-height:4em;
}
.archivelist div.exhibition{
  min-height:5.5em;
}
.archivelist div.venue{
  min-height:4em;
}
/*.archivelist div.article{
  min-height:4.6em;
}*/
.archivelist a.title{
    float: left;
    padding-top: 0.5rem;
    display: block;
    width: 100%;
}
.archivelist.todo a.title{
  padding-top:0;
  background:#fff;
}
.calloutBox .archivelist a.title{
	padding-left:0;
  color:#D7199E;
}
.calloutBox .archivelist a.title:hover, .calloutBox .archivelist a.title:focus, .archivelist a:hover p, .archivelist a:focus p, .archivelist.todo a:hover p, .archivelist.todo a:focus p{
  color: #9FA3A2  ;
}
.archivelist.todo a:hover .placeName, .archivelist.todo a:focus .placeName, .archivelist.todo a:hover .panel.greyBG, .archivelist.todo a:focus .panel.greyBG{
/*  background:#e85f58;*/
  color:#fff;
}
.archivelist.todo a:hover span.date, .archivelist.todo a:focus span.date{
  opacity:0.5;
}
.pagination .current {
    background: #D7199E;
    color: #fefefe;
}
.calloutBox{
  clear:both;
  position: relative;
  margin: 1em 0;
  -webkit-transform: translate(0px, 57px);
  -moz-transform:    translate(0px, 57px);
  -ms-transform:     translate(0px, 57px);
  -o-transform:      translate(0px, 57px);
  transform:         translate(0px, 57px);

}
.calloutBox li{
  list-style-type: none;
  position: relative;
  margin-bottom:0.5em;
}
.calloutBox li::before {
    content: "• ";
    color: red;
    position: absolute;
    left: -.5em;
    font-size: 2em;
    line-height: 0.6;
}

.info .calloutBox li strong{
  margin-right:0.5em;
}
.featured .archivelist a.thumb p{
  font-weight:300;
}
.featured .archivelist a.thumb div.firstimage{
  height:350px;
}
.featured_secondary .archivelist a.thumb div.firstimage{
  height:250px;
}
.calloutBox:after{
  height:57px;
}

.calloutBox h4.boxTitle{
    background: #fff;
    border: 1px solid #666;
    border-width: 1px 0 0 1px;
    display: inline-block;
    position: absolute;
    padding: 0.5em 0.5em 0.65em 0.5em;
    margin: 0;
    z-index: 10;
    height:57px;
    top:-55px;
}
.calloutBox h4.boxTitle:after{
    content: "";
    display: inline-block;
    border: 1px solid #666;
    border-width: 1px 1px 0 0;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    height: 56px;
    right: -0.8em;
    position: absolute;
    top: -1px;
    width: 65px;
    z-index: 8;
    border-bottom: 2px solid white;
}
.calloutBoxContent{
    position: relative;
    border-top: 1px solid #666;
/*      -webkit-transform: translate(0px, 2.85em);
	  -moz-transform:    translate(0px, 2.85em);
	  -ms-transform:     translate(0px, 2.85em);
	  -o-transform:      translate(0px, 2.85em);
	  transform:         translate(0px, 2.85em);*/
    padding:1em 0.5em;
}
.entry-content .calloutBoxContent{
    border: 1px solid #666;
  overflow: auto;
}
.entry-content .calloutBox{
  margin:2rem 0;
}
.calloutBoxContent h3{
  margin:0 0 1em;

}
.calloutBoxContent a h3{
  color: #D7199E;
}
.calloutBoxContent a:hover h3, .calloutBoxContent a:active h3, .calloutBoxContent a:focus h3{
  color: #000;
}
.calloutBoxContent h3 ~ h4{
  margin-top:-1em;
  color: #666;
}
.calloutBoxContent img{
  width:100%;
  max-width:initial;
  margin-bottom:0.5em;
}
.calloutBoxContent a img:hover, .calloutBoxContent a img:active, .calloutBoxContent a img:focus{
  opacity: 0.5;
}
.calloutBoxContent{
  font-weight: 100;
}
.calloutBoxContent a{
  font-weight:300;
}
.calloutBoxContent .datawrapper{
  padding-bottom:1em;
  padding-left:0;
}
.calloutBoxContent .imagewrapper{
  padding-right:1em;
}
.calloutBoxContent p{
  font-size: 1.1rem;
}

/*.calloutBoxContent:before{
	display: block;
	width:100%;
	height:0.5em;
	backgrounbd:white;
	position: absolute;
	content: "";
}*/
/*********************
CALLOUT BOX STYLES
*********************/
/*********************
IMAGE GALLERY STYLES
*********************/
.reslide_navigator div{
    background-color: #fff!important;
    width: 15px!important;
    height: 15px!important;
    border: #666 1px solid!important;
}
.entry-content .reslide_navigator .reslide_dotav{
  background-color: #666!important;
}
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
  clear:left; }

/*********************
COMMENT STYLES
*********************/
.noComments .comment-form p:not(p.comment-notes){
  margin-bottom:0;
}

.noComments label{
  line-height:1.6;
}

#comments{
  background: #eeeeee;
  padding: 1rem 0 0;
  overflow: auto;
  margin:0 -.625rem;
  font-size: 1rem;
}
p.comment-notes{
  font-size: 1em;

}
.comments-title{
  color:#666;
  font-weight:700;
  font-family: "mr-eaves-modern", Arial, sans-serif;
  font-size: 1.6rem;
  margin:0 0.625rem 1rem;

}
.comments-title span{
  font-weight:300;
}
#comments .commentlist {
  margin-left: 0px;
   }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
background:#fff;}

.commentlist li .avatar{
    border-radius: 50%;
    margin-right: 0.6rem;
    width: 100%;
    max-width: 3em;
}
#comments .media-object-section:first-child{
    padding-right: 0.6rem;
    width: 23%;
    float: left;
}
#comments .media-object{
  margin-bottom:0;
}
#comments h3{
  margin-top:0;
}
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

#fancybox-title{
  display: block!important;
}
/*********************
COMMENT FORM STYLES
*********************/
label{
      text-transform: lowercase;
}
input.button{
     font-size: 0.9em;
    font-weight: 100;
    text-transform: lowercase;
    padding: 0.3em 0.6em;
}
input.search-submit.button{
  font-size:1.25em;
}

#respond h3{
      font-size: 1.6rem;
}
#respond h5{
  font-size: inherit;
      margin-top: 0;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }
span.required{
  display: inline-block;
  color: red;
  margin-left:0.5em;
}
#comments input{
  background: #fff;
}
#comments input:focus{
  box-shadow:none;
}

#comments .button:hover, #comments .button:focus{
    background-color: #D7199E;
    color: #fff;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
#inner-footer{
  border-top: 1px solid #666;
}
#main{
    /*  border-bottom: 1px solid #d6d6d6;*/
}
/*.instagram i:before{
   background:
    radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}*/
.social-share{
    left: 50%;
    position: relative;
    transform: translate(-50%);
    width: auto;
    display: inline-block;
        border: 2px solid #27DCED ;
    border-width: 2px 0;
    margin-bottom:2em;
}
.social-share a{
  margin: 0 0 0 .5em;

}
.menu.social-share>li>a{
  font-size: 1.5em;
}

.social-share a:hover{
  color:#D7199E;
}
.footer {
    clear: both;
    margin-top: 1em;
    padding-bottom: 45px;
  }

.backToTop{
    position: fixed;

    padding: .5em 0.5em 0 0;
    /* background-color: rgba(255,255,255,0.5); */
    padding: 0 0.5em 0.2em;
    background: #eeeeee url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -262px -1px;
    background-size: 400px;
    width: 40px;
    height: 40px;
    bottom: 63px;
    right:0.5em;
}
.backToTop span{

    padding-right: 36px;
    text-transform: lowercase;
    font-size: 1.4rem;
}
a.backToTop:hover{
    background-position: -316px -1px;
    background-color: #b6b6b6;
}
.footnote{
  font-size: 0.9em;
}
.copyright, .SIcredit{
  margin-top:1em;
}
.aclogo{
  max-width: 350px;
  width: 100%;
}
/*newsletter*/
.newsletter{
  margin-bottom:2.5em;
}
.entry-content .newsletter{
      border: 1px solid #666;
      max-width:30em;
}
.newsletter label{
  text-align: center;
      margin-bottom:0.3em;
}
.newsletter label span{
    display: inline-block;
    background: transparent url(/wp-content/themes/museum_crush/assets/images/letter.png) no-repeat 0 5px;
    background-size: 40px;
    padding-left: 52px;
    font-size: 1.5rem;
    text-align: center;


}
.newsletter h2{
    display: inline-block;
    background: transparent url(/wp-content/themes/museum_crush/assets/images/letter.png) no-repeat 0 5px;
    background-size: 40px;
    padding-left: 52px;
    font-size: 1.5rem;
    text-align: center;
    }
.newsletter h2{

        padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}
#mc_embed_signup_scroll{
     text-align: center;
}
input.required.email{
     height: auto;
    font-size: 1rem;
        line-height: 1.4;
}
#mc-embedded-subscribe{
      position: absolute;
    top: 0;
    right: 0;
    background: #D7199E url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -3px -365px;
    background-size: 400px;
    width: 49px;
    padding: 0;
    border: 0;
    font-size: .9rem;
    font-weight: 300;
    text-indent: -3000px;
    height: 2.6em;
}
.footer #mc-embedded-subscribe{
  position: relative;
  text-indent: 0;
  width: auto;
  padding: 0 2em 0 1em;
  color: #fff;
  background-position: 4.5em -365px;
  text-transform: capitalize;
}
.footer .newsletter label span{
  background:none;
}
.footer #mc_embed_signup_scroll .mc-field-group, .footer .newsletter label{
  text-align:left;
}
.footer #mc_embed_signup_scroll h4{
  margin-bottom:0;
  margin-top:0.5em;
}
.footer #mc_embed_signup_scroll label{
  font-size:0.85em;
  color: #373736;
}
.footer #mc_embed_signup_scroll ul{
  margin-top:0.5em;
  list-style-type: none;
}
.newsletter .mc-field-group{
     position: relative;
    max-width:22em;
    margin: 0 auto;
}
.footer .response{
  margin-bottom:0.5em;
}
.newsletter .mc-field-group{
     position: relative;
    max-width:22em;
    margin: 0 auto;
}

.mce_inline_error{
    background-color: #fff!important;
    color: #D7199E!important;
    font-weight: normal!important;
    border:1px solid #D7199E;
}
.email.mce_inline_error{
  background:#facade;
  color:#000!important;
}
.response{
  border:1px solid #000!important;
  padding: 0.8em 0.5em;
  margin-bottom:1em;
}
.entry-content .newsletter h2{
      background: none;
    padding-left: 0;
    line-height: 1.3;
    margin: 0.5em;
}
.entry-content .newsletter .mc-field-group {
    background: transparent url(/wp-content/themes/museum_crush/assets/images/letter.png) no-repeat 0 5px;
    background-size: 40px;
    padding-left: 52px;
}
.entry-content #mc_embed_signup_scroll{
      padding: 0 1em;
}
.field-shift {
    left: -9999px;
    position: absolute;
}
#icegram_messages_container .ig_action_bar.ig_air-mail.ig_container{
  border-image:none;
  color: #eeeeee;
}

#icegram_messages_container .ig_action_bar.ig_air-mail .ig_data{
  width:100%;
  max-width:100%;
}
#icegram_messages_container .ig_action_bar.ig_air-mail input[type=submit]{
      position: absolute;
    top: 0;
    right: 0;
    background: #D7199E url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -3px -365px;
    background-size: 400px;
    width: 49px;
    padding: 0;
    border: 0;
    font-size: .9rem;
    font-weight: 300;
    text-indent: -3000px;
    height: 100%;
    border-radius: 0;
    margin:0;
}
/*POPUP*/
/*#icegram_messages_container .ig_toast.ig_clear.ig_container{
  border:0;
  border-radius:0;
}
#icegram_messages_container .ig_right.ig_bottom.ig_toast_block{
  bottom:60px!important;
}*/
.ig_action_bar.ig_container{
  z-index: 88888!important;
}
.entry-content .newsletter label span{
  background:none;
  padding-left:0;
  line-height: 1.3;
  margin:0.5em;
}
.newsletter .inputs{
    position: relative;
    max-width:22em;
    margin: 0 auto;
}
.entry-content .newsletter .inputs{
      background: transparent url(/wp-content/themes/museum_crush/assets/images/letter.png) no-repeat 0 5px;
          background-size: 40px;
    padding-left: 52px;
}
.newsletter .email_field{
    height:auto;
    font-size: 1.3rem;

}
.entry-content .newsletter .email_field{
    font-size: 1.1rem;

}
.newsletter .newsletter-submit{
    position: absolute;
    top: 0;
    right: 0;
    background: #D7199E url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -3px -365px;
    background-size: 400px;
    width: 49px;
    padding:0;
    border: 0;
    font-size: .9rem;
    font-weight: 300;
    text-indent: -3000px;
    height: 100%;
}
.entry-content .newsletter .newsletter-submit{
  background-position: -3px -367px;
}
#menu-footer-menu{
  margin:3em 0;
}
#menu-footer-menu li{
    display: block;
}
#menu-footer-menu li a{
  font-size:1.1em;
  font-weight:400;
  color: #D7199E;
  line-height:1.5;
}
#menu-footer-menu li a:hover, #menu-footer-menu li a:active, #menu-footer-menu li a:focus{
  color: #27DCED  ;
}
#fancybox-title-over {

    font-size: 1.2em;
}
/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
/*div#n2-ss-2 .n2-style-7483fd4ddc966823f703a886978b4a45-heading{
          content:"";
        background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -262px -1px;
    background-size: 400px;
    width: 40px;
    height: 40px;
}*/
body#tinymce {height:1000px !important;}
.mceContentBody {height: 1000px !important;}
#content_ifr{
  height:2000px!important;
}
/*#cookie-notice{
  font-size:1em;
}*/
#cookie-notice .cn-button {
  margin-bottom: 0;
  text-shadow: none;
  border: 0;
  font-size: 12px;
  color: #000;
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  font-weight: 600;
  border-radius: 3px 3px 3px 3px;
}
#cookie-notice .cn-button:hover{
    background: #da63a3;
    color: #FEFEEE;
    border: 0;
}
/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  @media screen and (max-width: 39.9375em) {

    .archivelist .panel{
      height:auto!important;
    }

  }
  @media screen and (min-width: 40em) {
    .wf-loading{

  background-size:auto;
}
    .pagination{
    position: absolute;
    bottom: -4.8em;
    left: 0;
    width: 7em;

  }
  .pagination .button{
  position: initial;
}
  .pagnav{
    position: relative;
  }

    body:not(.notloaded) .archivelist.todo .placeName{
      position: absolute;
    bottom: 0;
}
#icegram_messages_container .ig_action_bar.ig_air-mail.ig_container .newsletter{
  margin-bottom:0;
}
/*    .todo .entry-content{
        max-width: 40rem;
      margin-left: auto!important;
      margin-right: auto!important;
    }*/
    .backToTop{
      right:1em;
      width:65px;
      bottom:150px;

  }

  .backToTop:after{
    content:"top";
       -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    margin-right: -16px;
    padding-left: 5px;
      font-size: 22px;
  }
  .backToTop:hover:after{
    color:#fff;
  }
        .listicle h3:before{

          background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -327px -445px;
          padding-left: 56px;
          background-size: 450px;
          width: 2.5em;
          display: inline-block;

        }


            .noComments #respond{
              width:50%;
      }
      .column, .columns {
          padding-right: .5rem;
          padding-left: .5rem;
      }
      .large-3point5.end{
      	display: none;
      }

      .calloutBox{
  clear:both;
  position: relative;
  margin: 1em 0;
/*  -webkit-transform: translate(0px, 57px);
  -moz-transform:    translate(0px, 57px);
  -ms-transform:     translate(0px, 57px);
  -o-transform:      translate(0px, 57px);
  transform:         translate(0px, 57px);*/

}
.calloutBox:after{
  height:57px;
}


      .calloutBox h4.boxTitle{
          height:56px;
          padding:0.3em;
          top:-54px;
      }
      .calloutBox h4.boxTitle:after {
          height: 55px;
          border-bottom: 3px solid white;
      }
      .calloutBoxContent {
/*          -webkit-transform: translate(0px, 53px);
          -moz-transform: translate(0px, 53px);
          -ms-transform: translate(0px, 53px);
          -o-transform: translate(0px, 53px);
          transform: translate(0px, 53px);*/
      }
      .newsletter label span{
     /*       background-position:-6px -333px;
          background-size: 450px;*/
          padding-left: 67px;
          margin-left:-67px;
      }
      .entry-content .newsletter label span{
     /*       background-position:-6px -333px;
          background-size: 450px;*/
    padding-left: 0;
    margin-left: 0;
      }
.entry-content .newsletter .inputs {
    background: transparent url(/wp-content/themes/museum_crush/assets/images/letter.png) no-repeat 0 3px;
    background-size: 57px;
    padding-left: 70px;
}
      .newsletter .newsletter-submit{

        background-position:-5px -363px;
      }
      .entry-content .newsletter .newsletter-submit{

        background-position:-5px -366px;

      }
      #menu-footer-menu{
       -webkit-column-count: 3; /* Chrome, Safari, Opera */
          -moz-column-count: 3; /* Firefox */
          column-count: 3;
          -webkit-column-gap: 1em; /* Chrome, Safari, Opera */
          -moz-column-gap: 1em; /* Firefox */
          column-gap: 1em;
      }

      #comments {
       padding: 1rem 0.5em 0;
      }
      .SIcredit{
  text-align: right;
}
    /*Font sizes*/
       html{
        font-size:125%;
      }
      p{
        font-size: 1.2rem;
        line-height: 1.5;
         color:#373736;
      }
      h1 {
          font-size: 3rem;
          line-height: 0.95;
      }
/*      .archive h1.page-title{
        margin: 0.8em 0 0.5em 0.125em;
      }*/
      h1.page-title {

      margin: 0.5rem 0 0.8rem;
    }


      .archivelist .posttype{
      /*   top: 103px;*/

      }
      .archivelist .article .posttype{
          /*   top: 85px;*/
            font-size: 0.85rem;
      }
      .archivelist .exhibition .posttype{
        font-size: 0.8rem;
        top:100px;
        background-position: -10px -97px;
    }
    .archivelist .venue .posttype, .archivelist .event .posttype{
               font-size: 0.8rem;
               top:68px;
    }
    .archivelist .event .posttype{
      top:67px;
    }
      .meta_field div span.timer, .meta_field div span span{
			width: 11px;

		  background-size: 26px 24px;

		}
          .meta_field div span.timer{
                  height: 24px;
          }
		.meta_field div span, .meta_field div span:after, .meta_field div, .meta_field div:after{
		      height: 1.7em;
		}
		.meta_field{
	    	margin: 0.5rem 0 1rem 0;
		}
		.byline a.posttype:before{
        content:"";
		    background: transparent url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -6px -45px;
		          background-position: -16px -141px;
      background-size: 400px;


		    padding-left: 39px;
		}
    .byline a.posttype.post:before{
        background-size: 244px;
      background-position: -6px -45px;
/*      background-size: 400px;*/
    }
/*      .byline a.posttype.Event:before{
      background-position: -9px -144px;
      background-size: 400px;
    }*/
/*    .byline a.Exhibition{
     background-position: -16px -139px;
    background-size: 400px;
    }*/

/*Archivelist*/

		.archivelist li{
	/*		height:350px;
			overflow: hidden;*/
		}
		.archivelist p{
			font-size: 1rem;
		}


		.archivelist a.thumb div.firstimage{
			height:150px;
		}
    .archivelist.todo a.thumb div.firstimage{
      height:190px;
    }
    .archivelist .panel{
        margin-bottom:0.5em;

      }
      /*Header and nav*/
      #menu-primary-nav-1{
        float: right;
        margin-right: 95px;
            margin-top: 0.3em;
      }
      .title-bar{
        position: relative;
      }
      .cat_nav_container{
/*        position: absolute;*/
/*        top: 97px;
        right: 0;*/
      }
      #menu-category-menu{
          margin-top: 0.5em;
      }
      .title-bar{
        padding-bottom:0;
      }
      .full-logo img{
/*        max-width: 165px;
        width: 165px;*/
       /*width:100%;*/
      }
      .category-nav{
   /*       margin-left: 1.5em;*/
          height: 50px;
      }
      .category-nav .cat_all, .category-nav .cat_all a{
            height: 62px;
      }
    .category-nav .cat_all a{
         /*background: #eeeeee url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat -268px 7px;*/
         background-position: -268px 10px;
    }
      .category-nav .cat_all a:hover,   .category-nav .cat_all a:focus{
        background-position: -323px 10px;
      }



      #menu-category-menu.menu>li>a{
        font-size: 1.1rem;
      }
      #menu-primary-nav-1 li{
        float: none;
        width: auto;
        text-align: center;
        padding: 0 1em;
        position: relative;
      }
      #menu-primary-nav-1 li:first-child{
        padding-right:1.5em;
      }
      #menu-primary-nav-1 li:before{
          content: "\002f";
          position: absolute;
              left: -0.2em;
          color: #D7199E;
          font-size: 1.5em;
          margin-top: 0;
              top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
      }
      #menu-primary-nav-1 li:first-child:before{
        content:"";

      }


  }
@media screen and (min-width: 77rem) {
            .listicle h3:not(.listicle .calloutBoxContent h3){
              -webkit-transform:translate(-4em);
            -moz-transform: translate(-4em);
            -o-transform:translate(-4em);
               transform: translate(-4em);
        }
              .entry-content.listicle h3{
      margin-left: auto!important;

  }


}
  @media screen and (max-width: 64em){
    #top-bar-menu{
      margin: 0.5em 0px;
      overflow: auto;
    }
}
  @media screen and (min-width: 64em){
  	.calloutBox .large-3point5.end{
    	display: block;
    }
         .search-form{
        margin-top:0.3em;
      }
      .bignav{
        min-height:4em;
      }
     .title-bar .close_form{
        content: "";
        background: #eeeeee url(/wp-content/themes/museum_crush/assets/images/sprites.png) no-repeat 6px 0px;
        background-size: 310px;
        width: 58px;
        position: absolute;
        right: 0;
        height: 2.5em;

        display: block;
        color:rgba(0,0,0,0);
        }
        .title-bar .close_form:hover{
          background-color: #d6d6d6;
        }

    .open .close_form{
    position: absolute;
    line-height: 1;
    left: -50px;
    color: transparent;
    font-size: 2em;
    -webkit-transition: color 0.8s ease-out;
    -moz-transition: color 0.8s ease-out;
    -o-transition: color 0.8s ease-out;
    transition: color 0.8s ease-out;
    width: 50px;
    display: block;
    text-align: center;
    background:none;
    height:auto;
    text-indent:0;
    color:#0a0a0a;
    }
     .open .close_form:hover{
      background:0;
     }


      .title-bar .search-form label{
        width:58px;
        position: absolute;
        right: 0;
         -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;

      }

      input.search-submit{
          display: none;
          background: transparent url('/wp-content/themes/museum_crush/assets/images/sprites.png') no-repeat 6px 0px;
          background-size:310px;
          width:58px;
          padding:0.3em 0.6em 0.27em;

        }

      .search-submit{
          background-color: #eeeeee;
      }
      .open .search-submit{
        display: block;
      }

/*      .title-bar .search-form:hover label, .title-bar .search-form:active label, .title-bar .search-form:focus label, */.title-bar .search-form.open label{
        width:18em;
      }
       /*.title-bar .search-form:hover .close_form, .title-bar .search-form:active .close_form, .title-bar .search-form:focus .close_form,*/ .title-bar .search-form.open .close_form{

       }
     .cat_nav_container{
        padding: 0 0.5rem 0 1em;
        /*    width: calc(100% - 175px);*/
      }
/*Layouts*/
  .title-bar .search-form{
    position: absolute;
    top: 0;
    right: 0;

  }


  }
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

#fancybox-overlay{
      z-index: 110020;
}
#fancybox-wrap{
      z-index: 110021;
}
.row.divider{
  border-bottom:1px solid #D7199E;
  padding-bottom:2em;
}

/*.row.divider:last-child{
  border-bottom:none;
}*/

/**
 * Todo search controls
 */

#searchcontrols{
    margin-top:50px;
  }

  #searchcontrols select{
    text-align:center;
  }

  #searchcontrols input[name="keywords"]{
    width:100%;
  }

  #searchcontrols input[name="keywords"]::placeholder{
    color:black;
  }

  #searchcontrols input[type="submit"]{
    background-color:#D7199E;
    height:56.5px;
    color:white;
    border:0px solid black;
  }
  @media screen and (max-width: 40em) {
    #searchcontrols input[type="submit"]{

      height:45px;

    }

    .row.divider > .columns{
      padding-bottom:1em;
    }
  }
  p.description{
    white-space:pre-line;
  }
	.share-btns{
	    margin: 0.75rem 0 0rem;
	}
	.share-btns > *:not(script):not(#fb-root){
	    margin-right: 0.5rem;
	    display: inline-block;
	}
	.share-btns a{
	    margin-right: 1rem;
	    background-repeat: no-repeat;
	    background-size: contain;
	    width: 2rem;
	    height: 2rem;
	    text-indent: -9000px;
	}
	.share-btns .fb-share-button iframe{
	    padding: 0;
	    margin-bottom: 0;
	    position: relative;
	    top: -11px;
	}
	.share-btns a.sbtn-email{
	    height: 26px;
	    position: relative;
	    top: -2px;
	}
	.sbtn-email{
	    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB0ElEQVRIie2WTU8TQRiAn6EtbVlKm91tdnU1dEOLWD5iUohGiIYQOOpF7yQevBjjL/DALzBePJlw92CMR7IJUBNDPJAoYKHVHohN27XBIn7gB3hqk1pEGqHEZJ/TTPK+88zknXcy4OBwRAiA6w9f7jZT+ujGgHBXJlNX+5sivfvkFQAtTbHtwfGLV3JljrrQb4pb1XG1xlaqwLPMe8bjOqYqHarw3YcvzKzk2fj8rV58a7Sb5VyZx4vryJKXibjOyZD/n4SlrW2sVIGs/YnhqMqFLpWpp0u1YiGgzwhyRg+w8LbE9PMs0XA7Y2c1FMnbkHDz63dmU0WWcmUGIzJ3xk/hdddeJ/fvSR5XCyOxMIlOmWTG5sFshgEjxGiPRsBXF17D9o8dXmRLJDM2vSeC3B7rpt27d84fV/K3upiI65yPKMytFblvrTJkKlyKhfF5XDWxP3d2WVzfwHpdwFQlbl6OIre17rvJ/Y8ABNs8XDlnkIjIzCznuWetMdKl0mcEEUKwmt8kmbbRO3xMXjTROnx/W/Jg4gpGyM/ksEm68JGFbIn5tI0QEFEkriVO06k01gkHFleIaQFiWqDRtDqO/+VyxI74sKm2U+Vn4ODw3/ML2AB2OkL9DA8AAAAASUVORK5CYII=);
	}
	.entry-content [aria-label=Slider] > div{
		margin: 0 !important;
	}

.banner-ad{
	margin: 2em 0;
}
header ul.full-logo img{
	image-rendering: -webkit-optimize-contrast;
}
.skip-link:focus{
	top: 3em;
	left: 1em;
	width: auto;
	height: auto;
	clip: unset;
	font-size: 1.5em;
	padding: 0.8em 1.2em;
	background-color: #fff;
	box-shadow: inset 0 0 0 0.1em rgba(0,0,0,0.2);
	color: #111;
	z-index: 6;
}
.footer .social-share .h4{
	margin: 1em 0;
}
