/* Generated by less 3.11.1 */
/*
 * Author:	eMedia Campaigns 
 * Created:	20/11/2019
 *
 * Customised 'Re-skin of venuenet site'
 */
/* FONTS */
@font-face {
  font-family: 'trashhandregular';
  src: url("../_uploads/fckeditor/fonts/trashhand/TrashHand-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.texture {
  background: url('../_uploads/fckeditor/') repeat top center;
  background-size: auto;
}
.nav_background {
  background: url('../_uploads/fckeditor/LINGO_ACOF_Ticketing_070622_Header.jpg') top left no-repeat #ffffff;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .nav_background {
    background: none;
  }
}
.font_awesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.primary_font {
  font-family: 'Open Sans', sans-serif;
}
.secondary_font {
  font-family: 'trashhandregular';
}
.btn-custom {
  background: #FF0000 !important;
  color: #FFFFFF !important;
  height: auto;
  line-height: 2;
  padding: 0px 24px;
  border-radius: 68px;
  text-shadow: none;
}
.btn-custom.reverse {
  background: #FFFFFF !important;
  color: #FF0000 !important;
}
.sticky-custom {
  top: 238px;
  padding-bottom: 20px;
  z-index: 0;
}
.top_header {
  background: #c74f26;
  color: #ffffff;
}
.text_shadow {
  text-shadow: 1px 1px 0 #ffffff;
}
.text_shadow.dark {
  text-shadow: 1px 1px 0 #a9212f;
}
.smart-scroll.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.smart-scroll.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
ul.event-list li a {
  text-decoration: none;
}
ul.event-list li:nth-child(odd) > time {
  background-color: #c74f26;
}
ul.event-list li:nth-child(odd) > time .multi,
ul.event-list li:nth-child(odd) > time .month {
  color: #eeeeee;
}
ul.event-list li:nth-child(even) > time {
  background-color: #a9212f;
}
ul.event-list li:nth-child(even) > time .multi,
ul.event-list li:nth-child(even) > time .month {
  color: #eeeeee;
}
ul.event-list li .social span:not(.fa) {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
}
ul.event-list li .social [class*='info'],
ul.event-list li .social [data-original-title="Event Information"] span {
  opacity: 0.5;
}
.sub_nav a {
  text-decoration: none;
}
.dark {
  background: #a9212f;
  color: #ffffff;
}
.dark .popover-header,
.dark .modal,
.dark [id$='ulMembersAreaNav'],
.dark .bg-light,
.dark .card-title {
  color: #a9212f;
}
.dark .table .table-light td,
.dark .table .table-light th {
  color: #ffffff;
}
.dark .table .table-dark td,
.dark .table .table-dark th {
  color: #a9212f;
}
.dark .table td,
.dark .table th {
  color: #ffffff;
}
.dark .table.table-striped td,
.dark .table.table-striped th {
  color: #ffffff;
}
.dark .table .table-secondary td,
.dark .table .table-secondary th {
  color: #a9212f;
}
.dark .table .table-success td,
.dark .table .table-success th {
  color: #a9212f;
}
.dark .table .table-success .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-light):not(.btn-dark) {
  color: #a9212f;
}
.dark .table tr[class*="alert"] td {
  color: inherit;
}
.dark .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-light):not(.btn-dark),
.dark .form-control-plaintext {
  color: #ffffff;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4 {
  color: inherit;
}
.banner {
  background: #c74f26;
  padding: 75px 0;
}
.banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
}
body.home {
  background: #c74f26;
}
body.home .primary {
  background: #ffffff;
}
body.home .secondary {
  background: #c74f26;
  color: #ffffff;
}
body.home .tertiary {
  background: url('../_uploads/fckeditor/') repeat top center;
  background-size: auto;
}
body.home video {
  max-height: 70vh;
  object-fit: cover;
}
body .carousel-cell {
  width: 100%;
}
body img[alt="Artist Image"]:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
legend {
  font-family: 'trashhandregular';
}
h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
legend small {
  display: block;
}
h1 small span,
h2 small span,
h3 small span,
h4 small span,
.h1 small span,
.h2 small span,
.h3 small span,
.h4 small span,
legend small span {
  font-size: 80%;
}
h1 small span:before,
h2 small span:before,
h3 small span:before,
h4 small span:before,
.h1 small span:before,
.h2 small span:before,
.h3 small span:before,
.h4 small span:before,
legend small span:before {
  content: '(';
  display: inline-block;
}
h1 small span:after,
h2 small span:after,
h3 small span:after,
h4 small span:after,
.h1 small span:after,
.h2 small span:after,
.h3 small span:after,
.h4 small span:after,
legend small span:after {
  content: ')';
  display: inline-block;
}
nav,
.navbar-dark,
.navbar-light {
  background: #ffffff;
}
nav .navbar-brand img,
.navbar-dark .navbar-brand img,
.navbar-light .navbar-brand img {
  width: 210px;
  padding: 0;
  transition: all 500ms;
}
nav .nav-item .nav-link,
.navbar-dark .nav-item .nav-link,
.navbar-light .nav-item .nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #a9212f;
  font-weight: 600;
}
nav.scrolled .navbar-brand img,
.navbar-dark.scrolled .navbar-brand img,
.navbar-light.scrolled .navbar-brand img {
  padding: 0;
  width: 100px;
}
footer {
  background: url('../_uploads/fckeditor/new-footer-shape.png') top center repeat-x;
  background-size: 50%;
}
footer .sponsors {
  clear: both;
  background: none;
}
footer .sponsors .sponsor {
  display: inline-block;
  margin: 25px;
  max-width: 150px;
}
footer .sponsors .sponsor img {
  max-height: 100px;
}
footer .sponsors br {
  display: none;
}
footer .sponsors [id$="scheduleFeed_pnlSchedule"] .sponsor {
  margin: 30px;
  max-width: 300px;
}
footer .sponsors [id$="scheduleFeed_pnlSchedule"] .sponsor img {
  max-height: 120px;
}
.grid-view-custom,
.grid-view-custom tbody,
.grid-view-custom tr,
.grid-view-custom td {
  display: block;
}
.grid-view-custom .table-responsive table tbody,
.grid-view-custom tbody .table-responsive table tbody,
.grid-view-custom tr .table-responsive table tbody,
.grid-view-custom td .table-responsive table tbody {
  display: table-row-group;
}
.grid-view-custom .table-responsive table tbody tr,
.grid-view-custom tbody .table-responsive table tbody tr,
.grid-view-custom tr .table-responsive table tbody tr,
.grid-view-custom td .table-responsive table tbody tr {
  display: table-row;
}
.grid-view-custom .table-responsive table tbody tr th,
.grid-view-custom tbody .table-responsive table tbody tr th,
.grid-view-custom tr .table-responsive table tbody tr th,
.grid-view-custom td .table-responsive table tbody tr th,
.grid-view-custom .table-responsive table tbody tr td,
.grid-view-custom tbody .table-responsive table tbody tr td,
.grid-view-custom tr .table-responsive table tbody tr td,
.grid-view-custom td .table-responsive table tbody tr td {
  display: table-cell;
  width: 20%;
}
[id$="pnlTicketTypes"] .table tr[class*="Category"] + tr[data-ephid*="0000"] .alert-info:after,
[id$="pnlTicketTypes"] .table tr[class*="Category"] + tr[data-ephid*="0000"] .extraInfo:after {
  content: 'Extra info on category ticket when existing field is full.';
}
.buying-process-img {
  max-height: 75px;
  max-width: fit-content;
}
a,
[id$="btnLogout"] {
  color: #a9212f;
}
a:hover,
[id$="btnLogout"]:hover {
  color: #c74f26;
}
.btn-primary {
  background-color: #a9212f;
  border-color: #a9212f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #c74f26;
  border-color: #c74f26;
}
.nav-row.metroDefault .active,
.nav-row.metroHome .active {
  border-top: 6px solid #c74f26;
  border-bottom: 6px solid #c74f26;
}
.nav-row.metroDefault .active:before,
.nav-row.metroHome .active:before {
  border-color: #a9212f transparent;
}
