/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

@-ms-viewport {
  width: device-width; }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

body {
  font-family: "Open Sans", sans-serif;
  color: #272727; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  padding: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5, h6 {
  font-size: 16px; }

p, ul, ol {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 1.5em 0; }

p.intro {
  font-size: 32px;
  line-height: 1.3;
  padding: 0 0 0.8em; }

a {
  color: #272727;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear; }
  a:focus {
    outline: none; }

blockquote p {
  font-size: 18px; }

.clearboth {
  clear: both; }

#header {
  padding: 30px 0;
  background: #272727 url(../img/tile-texture-black.png) 0 0 repeat; }
  #header .branding {
    width: 20%;
    float: left; }
    #header .branding img {
      vertical-align: middle;
      max-width: 39px;
      width: 100%;
      height: auto; }
  #header h1 {
    font-size: 20px;
    padding: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
    #header h1 a {
      color: #838382;
      text-decoration: none; }
  #header #mainNav {
    width: 60%;
    float: left; }
  #header .socialNav {
    width: 20%;
    float: left;
    text-align: right; }
  #header .header-padding {
    padding: 0 40px; }

body.about #header,
body.single #header {
  display: none !important; }

.sticky {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.socialNav {
  font-size: 22px;
  padding: 5px 0; }
  .socialNav a {
    color: #838382; }

#mainNav,
#footerNav {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #838382;
  padding: 5px 0; }
  #mainNav ul,
  #footerNav ul {
    font-size: 0;
    text-align: center; }
  #mainNav li,
  #footerNav li {
    display: inline; }
  #mainNav span,
  #footerNav span {
    font-size: 20px;
    color: #838382; }
  #mainNav a,
  #footerNav a {
    font-size: 20px;
    color: #838382;
    text-decoration: none;
    padding: 5px 12px;
    line-height: 1;
    -webkit-transition: color 0.05s linear;
    -moz-transition: color 0.05s linear;
    -ms-transition: color 0.05s linear;
    -o-transition: color 0.05s linear;
    transition: color 0.05s linear; }
    #mainNav a:hover,
    #footerNav a:hover {
      color: #658911; }
  #mainNav .active a,
  #footerNav .active a {
    color: #658911; }

#umgNav {
  text-transform: uppercase;
  float: right;
  padding: 70px 0 0; }
  #umgNav ul {
    font-size: 0;
    text-align: center; }
  #umgNav li {
    text-align: center;
    font-size: 12px;
    display: inline;
    border-right: #838382 1px solid;
    line-height: 1;
    padding: 0 5px; }
  #umgNav a {
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0; }
  #umgNav .last {
    border: none; }

.wrapper {
  max-width: 100%; }

.section h2 {
  font-size: 80px;
  padding: 0 0 65px;
  position: relative;
  margin-top: -65px;
  color: #658911; }
.section .content {
  padding: 60px 0 0; }

.section.about h2,
.section.live h2 {
  text-align: right;
  padding-right: 160px; }

.section.music h2,
.section.news h2 {
  padding-left: 60px; }

.section.about .wrapper {
  background: #d71821 url(../img/tile-texture-red.png) 0 0 repeat; }
.section.about .header-wrapper {
  max-width: 1140px; }
.section.about .content {
  max-width: 1140px;
  padding: 60px 0; }
.section.about .col-right img {
  max-width: 512px; }

.section.music {
  color: #e0d4d0; }
  .section.music .wrapper {
    background: #658911 url(../img/tile-texture-green.png) 0 0 repeat; }
  .section.music .content {
    padding: 40px 0 0; }

.section.live .wrapper {
  background: #dd7d11 url(../img/tile-texture-orange.png) 0 0 repeat; }

.section.news .wrapper {
  background: #e0d4d0 url(../img/tile-texture-white.png) 0 0 repeat; }
.section.news .content {
  max-width: 1272px; }

.section.journal .wrapper {
  background: #272727 url(../img/tile-texture-black.png) 0 0 repeat; }
.section.journal .content {
  max-width: 1272px;
  color: #c7c6c8; }

.section.footer {
  text-align: center; }
  .section.footer .wrapper {
    background: #e0d4d0 url(../img/tile-texture-white.png) 0 0 repeat; }
  .section.footer .content {
    max-width: 95%;
    padding: 75px 0 30px; }
  .section.footer .socialNav {
    padding-bottom: 45px; }

.parallax-window,
.parallax-slider {
  min-height: 700px; }

.header-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  display: none; }

.content {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0 80px; }

.content-padding {
  padding: 0 40px; }

.title-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%; }

.section-title {
  margin: 0 auto;
  width: 90%;
  height: auto;
  display: block; }
  #news .section-title {
    max-width: 383px;
    margin-top: -80px; }
  #journal .section-title {
    max-width: 705px;
    margin-top: -54px; }
  #music .section-title {
    max-width: 757px;
    margin-top: -125px; }
  #live .section-title {
    max-width: 634px;
    margin-top: -140px; }
  #about .section-title {
    max-width: 559px;
    margin-top: -176px; }
  #shop .section-title {
    max-width: 446px;
    margin-top: -189px; }

.parallax-slider {
  padding-top: 100px;
  box-sizing: border-box; }
  #news .parallax-slider {
    padding-top: 0; }

.col-left,
.col-right {
  width: 50%;
  float: left; }
  .col-left img,
  .col-right img {
    width: 100%;
    height: auto; }

.col-left-padding {
  padding: 0 20% 0 0; }

.col-right-padding {
  padding: 0 0 0 11%; }

.col {
  width: 33.3%;
  float: left; }
  .col img {
    max-width: 372px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px; }

.col-padding {
  padding: 0 6.13%; }

.more,
#nav-next-news a,
#nav-next-journals a,
#nav-next-music a,
#nav-next-videos a,
#nav-next-images a,
.btn {
  text-transform: uppercase;
  border: #272727 2px solid;
  padding: 7px 15px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none; }
  .more:hover,
  #nav-next-news a:hover,
  #nav-next-journals a:hover,
  #nav-next-music a:hover,
  #nav-next-videos a:hover,
  #nav-next-images a:hover,
  .btn:hover {
    border: #658911 2px solid;
    background: #272727;
    color: #658911; }

.btn {
  font-size: 16px;
  padding: 5px 15px;
  margin-top: 2px; }

.journal .more {
  color: #c7c6c8;
  border: #c7c6c8 2px solid; }

.journal .red .more:hover {
  color: #d71821;
  border: #d71821 2px solid; }

.journal .green .more:hover {
  color: #658911;
  border: #658911 2px solid; }

.journal .gold .more:hover {
  color: #f39502;
  border: #f39502 2px solid; }

.item,
.music-item,
.video-item,
.image-item {
  margin: 0 0 40px; }
  .item h3,
  .music-item h3,
  .video-item h3,
  .image-item h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
    .item h3 a,
    .music-item h3 a,
    .video-item h3 a,
    .image-item h3 a {
      text-decoration: none; }
  .item.red h3 a,
  .music-item.red h3 a,
  .video-item.red h3 a,
  .image-item.red h3 a {
    color: #d71821; }
  .item.green h3 a,
  .music-item.green h3 a,
  .video-item.green h3 a,
  .image-item.green h3 a {
    color: #658911; }
  .item.gold h3 a,
  .music-item.gold h3 a,
  .video-item.gold h3 a,
  .image-item.gold h3 a {
    color: #f39502; }

.more-news {
  text-align: right;
  padding: 10px 20px 0; }
  .more-news #nav-next-news a,
  .more-news #nav-next-journals a,
  .more-news #nav-next-music a,
  .more-news #nav-next-videos a,
  .more-news #nav-next-images a {
    font-size: 18px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    background: none;
    padding: 11px 0; }
    .more-news #nav-next-news a:hover,
    .more-news #nav-next-journals a:hover,
    .more-news #nav-next-music a:hover,
    .more-news #nav-next-videos a:hover,
    .more-news #nav-next-images a:hover {
      color: #658911; }
  .more-news i {
    vertical-align: top; }

.less {
  display: none;
  clear: both;
  text-align: right;
  padding: 10px 20px 20px; }
  .less span {
    display: block; }
  .less a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    padding: 11px 0; }
    .less a:hover {
      color: #658911; }
  .less i {
    vertical-align: top; }

.less-journals {
  text-align: left; }
  .less-journals a {
    color: #c7c6c8;
    background: none;
    padding: 11px 0; }
    .less-journals a:hover {
      color: #658911; }

.journal .more-news {
  text-align: left; }
  .journal .more-news #nav-next-journals a {
    color: #c7c6c8;
    background: none;
    padding: 11px 0; }
    .journal .more-news #nav-next-journals a:hover {
      color: #658911; }

.video-item h3 {
  padding: 0; }

.col .image-item img {
  margin-bottom: 0; }

.live-dates-wrapper {
  max-width: 980px;
  margin: 0 auto; }

.credit {
  text-align: right;
  padding: 0 12px 15px 0; }
  .credit img {
    max-width: 70px;
    width: 100%;
    height: auto;
    vertical-align: middle; }

ul.live-dates li {
  padding: 12px;
  clear: both;
  border-bottom: #272727 1px solid; }
ul.live-dates .last {
  border: none; }
ul.live-dates .col-wrapper,
ul.live-dates .col-1,
ul.live-dates .col-2,
ul.live-dates .col-3 {
  float: left; }
ul.live-dates .col-wrapper {
  width: 85%;
  padding: 2px 0; }
ul.live-dates .col-1 {
  width: 43%;
  padding-right: 2%; }
ul.live-dates .col-2 {
  width: 53%;
  padding-right: 2%; }
ul.live-dates .col-3 {
  width: 15%;
  float: right;
  text-align: right; }

.gig-date {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  display: block; }

#loading {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #f39502;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  display: none; }
  #loading img {
    width: 100%;
    height: auto;
    display: block; }

.item,
.music-item {
  -webkit-transition: height 450ms ease;
  -moz-transition: height 450ms ease;
  -ms-transition: height 450ms ease;
  -o-transition: height 450ms ease;
  transition: height 450ms ease;
  cursor: pointer; }

#overlay {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: -99999em;
  right: 0;
  overflow: hidden; }

.half {
  background: white;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease; }

.left {
  left: 0;
  margin-left: -50%;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  text-align: right; }
  .left .cell-padding {
    padding: 15% 0 15% 35%; }
  .left img {
    width: 100%;
    height: auto; }

.right {
  right: 0;
  margin-right: -50%;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease; }
  .right .cell-padding {
    padding: 15% 35% 15% 7%; }
  .right h2 {
    padding: 0 0 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600; }
  .right p.meta {
    font-size: 12px;
    padding: 0 0 7px;
    text-transform: uppercase; }
  .right p.share {
    font-size: 20px; }

.single #overlay,
.single-journal #overlay,
.single-album #overlay,
.about #overlay {
  top: 0;
  bottom: 0;
  overflow: auto; }
.single .left,
.single-journal .left,
.single-album .left,
.about .left {
  margin-left: 0; }
.single .right,
.single-journal .right,
.single-album .right,
.about .right {
  margin-right: 0; }
.single .scroll-pane,
.single-journal .scroll-pane,
.single-album .scroll-pane,
.about .scroll-pane {
  height: auto; }

.close {
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  background: url(../img/close.png) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px; }

.table {
  display: table;
  height: 100%; }

.table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.scroll-pane {
  height: 595px;
  overflow: auto; }

.scroll-pane:focus {
  outline: none; }

.jspVerticalBar {
  width: 8px; }

.jspDrag {
  background: #658911; }

.jspTrack {
  background: #e0d4d0; }

.media-wrapper a {
  color: #e0d4d0; }
.media-wrapper .more {
  border: #e0d4d0 2px solid; }
  .media-wrapper .more:hover {
    border: #658911 2px solid; }

.filter-nav {
  margin: 0 0 40px; }
  .filter-nav ul {
    font-size: 0;
    text-align: center; }
  .filter-nav li {
    padding: 0 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    border-right: #e0d4d0 1px solid; }
    .filter-nav li.last {
      border: none; }
    .filter-nav li.active a {
      color: #658911; }
  .filter-nav a {
    padding: 0 5px;
    color: #e0d4d0;
    text-decoration: none; }
    .filter-nav a:hover {
      color: #658911; }

.videos-wrapper,
.images-wrapper {
  display: none; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

#about .more {
  margin: 0 auto;
  display: block;
  max-width: 80px;
  text-align: center; }

p.no-items {
  text-align: center; }

.column {
  width: 48% !important; }

.first.column {
  float: left !important; }

.last.column {
  float: right !important; }

.visit-shop {
  font-size: 18px;
  position: absolute;
  left: 50%;
  margin-left: -87px;
  bottom: 100px;
  width: 140px;
  text-align: center;
  padding: 7px 15px;
  border: #e0d4d0 2px solid;
  color: #e0d4d0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }
  .visit-shop:hover {
    background: none; }

.relative {
  position: relative; }

.section-bottom {
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }
  .section-bottom img {
    width: 100%;
    height: auto; }

.single-album header {
  display: none; }
.single-album .col {
  float: none;
  max-width: 480px;
  margin: 0 auto; }
  .single-album .col img {
    max-width: 100%;
    margin-bottom: 0; }
.single-album .col-padding {
  padding: 0 20px; }

.spotify-wrapper {
  margin: 0 0 30px 0; }
  .spotify-wrapper iframe {
    background: black; }

.ae-modal iframe {
  box-shadow: none !important;
  border-radius: 0 !important; }

@media only screen and (max-width: 1220px) {
  ul.tracks {
    font-size: 14px; }

  p.album-intro {
    font-size: 18px; }

  .left .cell-padding {
    padding: 120px 0 30px 30px; }

  .right .cell-padding {
    padding: 120px 30px 30px 30px; } }
@media only screen and (max-width: 1140px) {
  .col-left-padding {
    padding: 0; } }
@media only screen and (max-width: 1120px) {
  ul.tracks {
    font-size: 12px; }

  p.album-intro {
    font-size: 16px; } }
@media only screen and (max-width: 1020px) {
  #header {
    padding: 20px 0 15px; }

  #header #mainNav {
    width: 60%; } }
@media only screen and (max-width: 920px) {
  #header {
    padding: 20px 0 15px; }

  #header .branding,
  #header #mainNav,
  #header .socialNav {
    width: 100%;
    float: none;
    text-align: center; }

  #header .socialNav {
    text-align: center; }

  #header #mainNav {
    padding: 10px 0; }

  #header #mainNav a,
  #footerNav a {
    font-size: 18px; }

  #header #mainNav span,
  #footerNav span {
    font-size: 18px; } }
@media only screen and (max-width: 760px) {
  .col-left,
  .col-right {
    width: 100%;
    float: none;
    clear: both; }

  .col-left {
    padding: 0 0 60px; }

  .col-right-padding {
    padding: 0; }
    .col-right-padding img {
      display: block;
      margin: 0 auto; }

  .section.about h2,
  .section.music h2,
  .section.live h2,
  .section.news h2 {
    padding-left: 0;
    padding-right: 0; }

  .column {
    width: 100% !important;
    float: none; }

  p.intro {
    font-size: 22px; }

  .section-title {
    margin-top: -40px !important; }
    #news .section-title {
      width: 50%;
      margin-top: -100px !important; }
    #about .section-title {
      width: 50%;
      margin-top: -100px !important; }
    #shop .section-title {
      width: 50%;
      margin-top: -100px !important; } }
@media only screen and (max-width: 640px) {
  .parallax-window,
  .parallax-slider {
    min-height: 480px; }

  .content {
    padding: 0 0 40px; }

  .section h2 {
    font-size: 60px;
    padding: 0 0 40px;
    margin-top: -48px; }

  .section.footer .content {
    padding: 40px 0 30px; }

  ul.live-dates .col-wrapper {
    width: 80%; }
  ul.live-dates .col-3 {
    width: 20%; }

  .col {
    width: 100%;
    float: none; }
    .col .item,
    .col .music-item,
    .col .video-item,
    .col .image-item {
      min-height: 0 !important; }
    .col img {
      max-width: 100%; }

  #umgNav {
    float: none; }

  #overlay {
    position: absolute;
    overflow: auto;
    height: auto; }

  .half {
    width: 100%;
    height: auto;
    position: static; }

  .left,
  .right {
    position: static;
    margin: 0; }

  .left .cell-padding {
    padding: 80px 20px 0; }

  .right .cell-padding {
    padding: 20px; }

  .scroll-pane {
    height: auto;
    overflow: initial; }

  .close {
    right: 20px;
    top: 20px; }

  .item,
  .music-item {
    cursor: default; } }
@media only screen and (max-width: 520px) {
  #header #mainNav a,
  #footerNav a {
    font-size: 16px;
    padding: 5px; }

  #header #mainNav span,
  #footerNav span {
    font-size: 16px; } }
@media only screen and (max-width: 480px) {
  .parallax-window,
  .parallax-slider {
    min-height: 360px; }

  #header .header-padding,
  .content-padding {
    padding: 0 20px; }

  #header #mainNav,
  #header .socialNav {
    padding: 8px 0; }

  ul.live-dates .col-wrapper {
    width: 100%;
    float: none; }
  ul.live-dates .col-1,
  ul.live-dates .col-2 {
    width: 100%;
    float: none;
    display: block; }
  ul.live-dates .col-3 {
    width: 100%;
    float: none; } }

 /* UMG LIVE */

.umg-live-tourdates {
  padding: 0 20px;
}

.umg_live_table {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto;
}

.umg_live_table tbody tr {
  border-bottom: 1px solid #000;
}

.umg-live-tourdates table.umg_live_table td.umg_live_date {
    display: block;
    width: 100%;
    padding: 25px 0 5px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.umg-live-tourdates table.umg_live_table td.umg_live_venue {
    display: inline-block;
    width: 25%;
    text-align: left;
    border: none;
    padding-right: 10px;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.umg-live-tourdates table.umg_live_table td.umg_live_location {
    display: inline-block;
    width: 45%;
    text-align: left;
    border: none;
    padding-right: 10px;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.umg_live_table .umg_live_tickets {
  float: right;
  text-transform: uppercase;
    padding: 7px 0;
    display: inline-block;
    font-size: 18px;
    text-decoration: line-through;

}

.umg_live_table .umg_live_tickets a {
  float: right;
  text-transform: uppercase;
    border: #272727 2px solid;
    padding: 7px 15px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin-top: -20px;
}


.umg_live_table .umg_live_tickets a:hover {
border: #658911 2px solid;
    background: #272727;
    color: #658911; }


.umg_live_table tr td {
  padding: 5px 0 30px;
}


@media screen and (max-width: 700px) {
.umg-live-tourdates table.umg_live_table td.umg_live_venue, .umg-live-tourdates table.umg_live_table td.umg_live_location {
    display: block;
    width: 100%;
    padding: 10px  0 0;
    text-align: left;
    border: none;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.umg-live-tourdates table.umg_live_table {
    border: none;
    border-spacing: 0;
    margin: 50px auto;
    font-size: 1em;
}

.umg-live-tourdates table.umg_live_table tr {
    margin: 0 0 1em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.umg-live-tourdates table.umg_live_table tr:after {
    content: "";
    display: block;
    border-bottom: 1px solid transparent;
    width: 60%;
    text-align: center;
    margin: 0.5em auto;
}

.umg_live_table .umg_live_tickets, .umg_live_table .umg_live_tickets a {
    float: none;
    margin: 5px 0 0;

}

}