.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
/* Generic color classes for the main accent color of each theme */
.accent-color-1 {
  color: #000000;
}
.accent-bkgd-color-1 {
  background-color: #000000;
}
.accent-border-color-1 {
  border-color: #000000;
}
.access-code-tt {
  border-left-color: #15A4A4;
}
body {
  /*background: #e7c18d url('https://res.cloudinary.com/eventservice/image/upload/saas/base/deskwood_repeat2_extlight_lrg.jpg') repeat top center;*/
}
h1 {
  font-family: 'Roboto', sans-serif;
  color: #111;
  font-weight: 300;
  margin-top: 20px;
}
h1 a {
  color: #111;
}
h1 a:hover {
  color: #000;
}
#header {
  border-top-color: #333;
  background-color: white;
  border-bottom-color: #bbb;
}
#header a.menu {
  color: #777;
  border-left-color: #eee;
}
#eventName {
  margin-top: 20px;
}
.contentArea {
  overflow-y: visible;
  padding: 16px 22px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  background: transparent;
}
.contentArea .contentTitle {
  font-family: 'Roboto', sans-serif;
  padding: 4px 0 8px;
  background: transparent;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: none;
}
.contentArea .content {
  border: none;
  padding: 0;
}
.contentArea.photoGallery .content {
  padding-top: 10px;
}
.btn {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.btn.btn-main,
.btn.btn-primary {
  background-color: #0F8DCA;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-main.btn-lrg,
.btn.btn-primary.btn-lrg {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.btn.btn-main:hover,
.btn.btn-primary:hover {
  background-color: #0b6c9b;
}
.btn.btn-sub {
  background-color: #15A4A4;
  color: white;
}
.btn.btn-sub:hover {
  background-color: #128d8d;
}
.btn.btn-neutral {
  background-color: #555;
  color: white;
}
.btn.btn-neutral:hover {
  background-color: #333;
}
.addthisevent-drop {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  background-color: #000000;
}
.heading {
  font-family: 'Roboto', sans-serif;
}
.heading.alt {
  font-family: Arial, sans-serif;
  color: #15A4A4;
}
.heading.alt2 {
  font-family: Arial, sans-serif;
  color: #0F8DCA;
}
.subLabel {
  color: #15A4A4;
}
.revLabel {
  color: #15A4A4;
}
.alert-danger {
  color: white;
  background-color: #FF3300;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.error-message {
  color: white;
  background-color: #FF3300;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#receiptArea .orderId {
  color: #555;
}
input:required,
select:required {
  border-left-color: #15A4A4;
}
.checkbox-required {
  border-left: 6px solid #15A4A4;
  padding-left: 10px;
}
.payment-element-classic {
  border-left: 6px solid #15A4A4;
  padding: 8px 12px;
}
.form-control.form-error {
  border-left-color: #ff3300;
}
.ajax_loader_sm {
  height: 11px;
  width: 43px;
  background-image: url('https://res.cloudinary.com/eventservice/image/upload/saas/base/ajax_loader_sm.gif');
}
#process_bar .ticket_tab {
  background-color: #EEEEEE;
  color: #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#process_bar .timer_tab {
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#process_bar .active {
  background-color: #000000;
  color: #ffffff;
}
#process_bar .ended {
  background-color: #800000;
}
.timer_tab {
  color: #111;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#notice {
  background-color: #000000;
  color: white;
}
#orderTotalReview .amount {
  color: #15A4A4;
}
.galleryPhoto,
.inTextPhoto,
.map {
  border: 1px solid #777;
}
/**
 * iPad and smaller (768px)
 * Uses @screen-xs-max so that it doesn't have issue on ipad (when window is EXACTLY 768px)
 */
@media (max-width: 768px) {
  #design-addon-1 {
    top: 85%;
  }
  #design-addon-2 {
    top: 85%;
  }
}
