[data-settings-='audio'] {
  position: relative; }
  [data-settings-='audio'].spotify_audio {
    padding: 0px 10px !important; }
  [data-settings-='audio'] .spotify_text {
    display: inline-block;
    line-height: 65px;
    padding-right: 10px;
    vertical-align: top; }
  [data-settings-='audio'] .spotify_icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../img/spotify.png") center center no-repeat;
    background-size: contain;
    margin: 5px 6px;
    margin-top: 20px; }
  [data-settings-='audio'].show_player {
    background: #333; }
    [data-settings-='audio'].show_player .spotify_web_player {
      display: block; }
    [data-settings-='audio'].show_player .spotify_text {
      color: #fff; }

.spotify_web_player {
  position: absolute;
  top: 61px;
  left: 0px;
  display: none; }
  @media (max-width: 1300px) {
    .spotify_web_player {
      left: auto;
      right: 0px; } }
  .spotify_web_player iframe {
    border: 0px;
    width: auto;
    height: auto;
    display: block; }

@media (max-width: 1024px) {
  .spotify_audio {
    float: right;
    width: 100%;
    height: auto !important;
    background: #fff !important; }

  .spotify_web_player {
    position: relative;
    margin: 0px auto;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px; }
    .spotify_web_player iframe {
      margin: 0px auto;
      display: block; }

  .spotify_text, .spotify_icon, .spotify_web_player {
    display: none !important; }

  .navigation .options {
    text-align: left; } }

/*# sourceMappingURL=final_plugin_stylesheets.css.map */
