/* this file provides theme-specific styles that affect the carousel
 *
 * these changes have been placed in a separate file because they are included
 * in the control panel when the carousel is being previewed
 *
 * they cannot be included in slide-show.css because that is compiled
 * automatically from slide-show.scss */

/* fixes incorrect width created by the `slide' transition in the admin preview
 * modal */
/* Context-independent */


.slide-show-render .slide-overlay {
  text-align: left; }

.slide-show-render h2 {
  text-transform: uppercase;
  font-weight: 300; }



.slide-show-render .slide-heading {
  line-height: 1em;
  margin-bottom: 20px; 
  text-shadow: 1px 1px 2px rgba(103, 115, 113, 0.78) !important;
}

.slide-show-render .slide-text {
  margin-bottom: 20px;
  line-height: 1.3; }


.slide-show h2, .slide-show .slide-text {
background-color: transparent !important;

}
.slide-show-render h2 {
text-transform: uppercase;
font-weight: 700;
font-size: 3em;
}
slide-show h2, .slide-show .slide-text {
font-size: 1.8em;
}
.slide-show-render-full .slide-overlay {
  top: 90px;
  left: 70px;
  width: 350px; }