/* ==========================================================================
  Picatic Widget Styles
========================================================================== */
/* ==========================================================================

  TABLE OF CONTENTS

  01 - Mixins/Variables
  02 - Bases
  03 - Utilities
  04 - Widget
  05 - Narrow Dark Widget
  06 - Wide (auto) Widget
  07 - Wide (auto) Dark Widget
  08 - Mobile

========================================================================== */
/* ==========================================================================
  01 - Mixins/Variables
========================================================================== */

/* ==========================================================================
  02 - Bases
========================================================================== */
.ptw-std {
  background: none transparent;
  color: rgba(0,0,0,0.87);
  font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
.ptw-std * {
  font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ptw-std a {
  border: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ptw-std button {
  text-transform: none;
  -webkit-appearance: button;
}
.ptw-std form {
  margin: 0;
}
.ptw-std select {
  font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
  width: 80px;
}

.ptw-std .input-group {
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  position: relative;
}
.ptw-std .input-group-addon {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.26);
  border-radius: 4px;
  color: rgba(0,0,0,.54);
  display: table-cell;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.ptw-std .input-group-addon:first-child {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ptw-std .input-group .form-control:last-child{
  border-left: 0;
  padding-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.ptw-std .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0,0,0,.26);
  border-radius: 4px;
  color: rgba(0,0,0,.54);
  font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ptw-std .input-group .form-control {
  display: table-cell;
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.ptw-std .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 10px;
  padding-right: 0;
}
.ptw-std .input-group-btn:last-child>.btn-outline-teal {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 1px solid #34cb7b;
  margin-left: 0;
}
.ptw-std .btn-outline.btn-small {
  border-width: 1px;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 20px;
}
.ptw-std .btn-outline.btn-outline-teal {
  border-color: #34cb7b;
  color: #34cb7b;
}
.ptw-std .input-group-btn {
  border-collapse: separate;
  display: table-cell;
  font-size: 0;
  positon: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.ptw-std table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  margin: 0;
  table-layout: initial;
  width: 100%;
}
  .ptw-std td {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 20px 0;
  }
  .ptw-std td:first-child {
    white-space: nowrap;
    width: 1px;
  }


/* ==========================================================================
  03 - Utilities
========================================================================== */
.ptw-std .align-right {
  text-align: right!important;
}
.ptw-std .no-margin {
  margin: 0!important;
}

/* ==========================================================================
  04 - Widget
========================================================================== */

.ptw-std .widget-header {
  border-radius: 2px 2px 0 0;
  height: 168px;
  overflow: hidden;
  padding: 0 16px 32px 32px;
  position: relative;
}
  .ptw-std .widget-header::after {
    content: '';
    height: 168px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.26)0%,rgba(0,0,0,.87)100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.26)0%,rgba(0,0,0,.87)100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.26)0%,rgba(0,0,0,.87)100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42000000', endColorstr='#de000000', GradientType=0);
  }
  .ptw-std .widget-header-content {
    bottom: 32px;
    left: 32px;
    position: absolute;
    right: 16px;
    z-index: 4;
  }
    .ptw-std .widget-header-content a {
      color: #fff;
    }
    .ptw-std .widget-header-content .event-title {
      color: #fff;
      font-size: 20px;
      font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
      font-weight: 600;
      font-style: normal;
      letter-spacing: -1px;
      line-height: .9;
      margin: 0 0 4px;
      padding-top: 20px;
    }
    .ptw-std .event-promoter {
      color: rgba(255,255,255,.7);
      font-size: 16px;
      font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.2;
    }
  .ptw-std .widget-cover-photo {
    background: no-repeat center top/cover #070826;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }


.ptw-std .widget-table .widget-ticket-price {
  border-right: 1px solid rgba(0,0,0,.12);
  font-size: 34px;
  letter-spacing: -2px;
  line-height: 34px;
  margin-right: 16px;
  padding-left: 32px;
  padding-right: 16px;
}
.ptw-std .widget-table .widget-ticket-price span {
  font-size: 18px;
  letter-spacing: 0;
  margin-left: 2px;
  position: relative;
  top: -.35em;
  vertical-align: top;
}
.ptw-std .widget-ticket-name h3 {
  color: rgba(0,0,0,.87);
  font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.ptw-std .widget-table .widget-ticket-quantity {
  padding-right: 32px;
  /*width: 104px;*/
}

.ptw-std .widget-donation,
.ptw-std .widget-promo-code {
  padding-left: 32px!important;
}
.ptw-std .widget-donation:first-child {
  white-space: initial;
  width: 60%;
}
.ptw-std .widget-donation+td,
.ptw-std .widget-promo-code+td {
  padding-right: 32px;
}
.ptw-std .promo-code-wrapper {
  display: inline-block;
  max-width: 248px;
  position: relative;
}
  .ptw-std .promo-code-wrapper .btn {
    background: none transparent;
    border: 1px solid #34cb7b;
    border-radius: 0 4px 4px 0;
    color: #34cb7b;
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    max-height: 40px;
    min-width: inherit;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color .5s ease,border .5s ease;
    -o-transition: color .5s ease,border .5s ease;
    transition: color .5s ease,border .5s ease;
  }

.ptw-std .widget-powered-by {
  padding: 20px 32px;
}
  .ptw-std .widget-powered-by a {
    line-height: 40px;
  }
    .ptw-std .widget-powered-by img {
      display: inline;
      vertical-align: middle;
      opacity: .26;
      filter: alpha(opacity=26);
      -webkit-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
    }
    .ptw-std .widget-powered-by a:hover img {
      opacity: .87;
      filter: alpha(opacity=87);
      -webkit-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
    }
  .ptw-std .widget-powered-by .btn {
    background: #34cb7b;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    min-width: inherit;
    padding: 11px 35px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }


/* ==========================================================================
  05 - Dark Widget
========================================================================== */
.ptw-std.ptw-dark {
  background-color: transparent;
}
.ptw-std.ptw-dark .widget-ticket-name h3,
.ptw-std.ptw-dark .widget-table .widget-ticket-price,
.ptw-std.ptw-dark .widget-donation,
.ptw-std.ptw-dark .widget-promo-code {
  color: #fff;
}
.ptw-std.ptw-dark .widget-ticket-name span,
.ptw-std.ptw-dark .widget-ticket-quantity span,
.ptw-std.ptw-dark.no-image .widget-header-content a,
.ptw-std.ptw-dark.no-image .widget-header-content .event-title,
.ptw-std.ptw-dark.no-image .widget-header-content .event-promoter {
  color: rgba(255,255,255,0.7);
}
.ptw-std.ptw-dark td {
  border-bottom-color: rgba(255,255,255,0.12);
}
.ptw-std.ptw-dark .widget-table .widget-ticket-price {
  border-right-color: rgba(255,255,255,0.3);
}


/* ==========================================================================
  06 - Mobile
========================================================================== */

