.shortcode.devon-voices * {
    box-sizing: border-box;
}

.shortcode.devon-voices.is-fullscreen {
    width: 100%;
}

/* map holder */
.shortcode.devon-voices .view-full-screen-button .alt-label {
    display: none;
}

.shortcode.devon-voices.is-fullscreen .view-full-screen-button .alt-label {
    display: inline;
}

.shortcode.devon-voices.is-fullscreen .view-full-screen-button .default-label {
    display: none;
}

.shortcode.devon-voices .map-container {
    position: relative;
    width: 100%;
    background-color: #686a5f;
}


.shortcode.devon-voices .map-holder {
    position: relative;
    width: 100%;
}

.shortcode.devon-voices .map-holder img {
    max-width: 100%;
    height: auto !important;
    margin: 0 !important;
}

.shortcode.devon-voices .map-holder .map-pin {
    position: absolute;
    width: 4%;
}

.shortcode.devon-voices .map-holder .map-pin img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.shortcode.devon-voices .map-holder .map-pin a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* frame holder */
.shortcode.devon-voices .frame-holder {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 36%;
    height: 50%;
    display: none;
}

.shortcode.devon-voices .frame-holder.is-shown {
    display: block;
}

.shortcode.devon-voices .frame-holder .story-controls-holder {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    z-index: 5;
    display: none;
    padding: 0 20px;
}

.shortcode.devon-voices .frame-holder.is-queue .story-controls-holder {
    display: block;
}

.shortcode.devon-voices .frame-holder .story-controls-holder a {
    color: #708343;
    text-decoration: none;
}

.shortcode.devon-voices .frame-holder .story-controls-holder a:hover {
    color: #7b898c;
}

.shortcode.devon-voices .frame-holder .story-controls-holder a.is-hidden {
    display: none;
}

.shortcode.devon-voices .frame-holder .story-controls-holder .previous-story {
    float: left;
    width: 50%;
    text-align: left;
}

.shortcode.devon-voices .frame-holder .story-controls-holder .next-story {
    float: right;
    width: 50%;
    text-align: right;
}

.shortcode.devon-voices .frame-holder .story-controls-holder .next-story img,
.shortcode.devon-voices .frame-holder .story-controls-holder .previous-story img {
    float: none;
    display: inline-block;
    max-width: 100%;
    width: auto !important;
    max-height: 30px;
    height: auto !important;
    margin: 0;
}

.shortcode.devon-voices .frame-holder .frame-paper-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.shortcode.devon-voices .frame-holder .frame-paper-holder img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.shortcode.devon-voices .frame-holder .frame-content-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}

.shortcode.devon-voices .frame-holder .frame-content-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row;
    padding: 12px 0;
}

.shortcode.devon-voices .frame-holder .frame-content-holder.is-shown {
    display: flex;
}

.shortcode.devon-voices .frame-holder .story-teller {
    float: left;
    width: 50%;
    padding: 12px 6px 12px 12px;
    overflow-y: auto;
}


.shortcode.devon-voices .frame-holder .story-teller h4 {
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    float: left;
}

.shortcode.devon-voices .frame-holder .story-teller img {
    float: left;
    max-width: 100%;
    margin: 0 !important;
    height: auto !important;
}

.shortcode.devon-voices .frame-holder .story {
    float: left;
    width: 50%;
    padding: 12px 12px 12px 6px;
    overflow-y: auto;
}

.shortcode.devon-voices .frame-holder .story .story-text p {
    padding: 0 !important;
}

.shortcode.devon-voices .frame-holder .story .story-text img {
    float: left;
    width: 100%;
    margin: 12px 0;
    height: auto !important;
}

.shortcode.devon-voices .frame-holder .story .story-text .wp-caption {
    float: left;
    width: 100%;
    margin: 12px 0;
}

.shortcode.devon-voices .frame-holder .story .story-text .wp-caption img {
    float: left;
    width: 100%;
    margin: 0;
    height: auto !important;
}

.shortcode.devon-voices .frame-holder .story .story-text .wp-caption button,
.shortcode.devon-voices .frame-holder .story .story-text .wp-caption .longdesc {
    display: none;
}

.shortcode.devon-voices .frame-holder .story .story-themes ul {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.shortcode.devon-voices .frame-holder .story .story-themes ul li {
    float: left;
    width: 100%;
    padding: 3px 0;
}.shortcode.devon-voices .frame-holder .story .story-themes ul {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.shortcode.devon-voices .frame-holder .story .story-themes ul li {
    float: left;
    width: 100%;
    padding: 3px 0;
}

.shortcode.devon-voices .frame-holder .story .story-themes ul li:before {
    display: none;
}

.shortcode.devon-voices.is-fullscreen h1 {
    display: none;
}