@charset "utf-8";
/* CSS Document */

body, html {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: "Spartan",sans-serif;
}
.overlay {
    z-index: 100;
    position: fixed;
    display: table;
    top: 0px;
    left: 0px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.overlay .container {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
}
.overlay .cell {
    height: 100%;
    width: 100%;
    padding: 70px;
    display: table-cell;
    vertical-align: middle;
}
.overlay .cell p {
    font-size: 26px;
    font-weight: bold;
	color: #ffffff;
}
.overlay .clear {
    clear: both;
}
.overlay a {
    display: inline-block;
    color: #ffffff;
    margin: 15px 20px 5px;
    width: 120px;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
	font-size: 0.85rem;
}
.overlay a:hover {
    border: 3px solid #ffffff;
}
.overlay .dashicons {
    font-size: 300%;
    height: auto;
    width: auto;
}
#jp_container_1 {
    z-index: 99;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
}
.jp-play {
    cursor: pointer;
    display: block;
    margin: 0px auto;
    border: 4px solid #ffffff;
    padding: 5px 8px;
    text-align: center;
    border-radius: 360px;
    background-color: #3e7a44;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 28px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 2px 2px 28px -10px rgba(0,0,0,0.62);
    box-shadow: 2px 2px 28px -10px rgba(0,0,0,0.62);
}
.jp-play::before {
    content: "\f522";
    font-family: dashicons;
    font-size: 320%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
.jp-state-playing .jp-play {
    background-color: #bd322f;
}
.jp-state-playing .jp-play::before {
    content: "\f523";
}
.overlay .play_music {
    background-color: #3e7a44;
    border: 3px solid #3e7a44;
}
.overlay .no_music {
    background-color: #bd322f;
    border: 3px solid #bd322f;
}
.sr {
    display: none;
}