/*
 Theme Name:     WSU Explore
 Theme URI:      https://web.wsu.edu/
 Description:    A child theme for Washington State University's Spine framework
 Author:         WSU University Communications
 Author URI:     https://ucomm.wsu.edu/
 Template:       spine
 Version:        0.0.25
*/

/**
 * @license
 * MyFonts Webfont Build ID 3227938, 2016-06-03T12:42:07-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Manus by JOEBOB graphics
 * URL: http://www.myfonts.com/fonts/joebob/manus/regular/
 * Copyright: &#x00A9; 2014 GEERT
 * Licensed pageviews: 1,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3227938
 *
 * © 2016 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/314122");
@font-face {font-family: 'Manus';src: url('webfonts/314122_0_0.eot');src: url('webfonts/314122_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/314122_0_0.woff2') format('woff2'),url('webfonts/314122_0_0.woff') format('woff'),url('webfonts/314122_0_0.ttf') format('truetype');}
/****
# End font face
****/

/****
# blend mode (Because edit css doesn't reconize it)
****/
.blend-mode-multiply,
.fact-wrapper {
  background-blend-mode: multiply;
}
/****
# carousel
****/
.column.carousel {
  margin: -1rem 0 -2rem 0;
  overflow: hidden;
}

.carousel-container {
  margin: 0 auto;
  position: relative;
  width: calc(100% / 3);
}

.carousel-items {
  font-size: 0;
  left: -200%;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.column.carousel .carousel-items figure {
  max-width: none;
}

.carousel-items figure {
  background: center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}

.carousel.ready .carousel-items figure {
  transition: margin .5s, padding-bottom .5s, width .5s, z-index .5s;
}

.carousel-items [aria-hidden="false"] {
  margin: 0 -1rem;
  padding-bottom: calc(75% + 2rem);
  width: calc(100% + 2rem);
  z-index: 2;
	opacity: 1;
}

.carousel-items figure img {
  display: none;
}

.carousel-items figcaption {
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  left: 0;
  margin: 0 auto;
  padding: 2rem;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  white-space: normal;
  width: 80%;
  background-color: rgba(0,0,0,.3);
}

.carousel.ready .carousel-items figcaption {
  transition: opacity .5s;
}

.carousel-items [aria-hidden="false"] figcaption {
  opacity: 1;
}

.controls {
  background: transparent;
  border-radius: 50%;
  border: none;
  font-size: 0;
  height: 0;
  margin-top: -2.25rem;
  padding: 2.25rem;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 3;
}

.controls:active,
.controls:focus,
.controls:hover {
  background: transparent;
  outline: none;
}

.controls:before,
.controls:after {
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.controls:before {
  content: ' ';
  background: url('assets/slider-button-bg.png') center no-repeat;
  background-size: 98%;
}

.controls:after {
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
}

.controls:hover:after {
  color: #981e32;
}

.prev {
  left: -3rem;
}

.prev:before {
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
  filter: Flip;
  -ms-filter: Flip;
}

.prev:after {
  content: '\003c';
}
.next {
  right: -3rem;
}
.next:after {
  content: '\003e';
}
