﻿/*
 * Author:	eMedia Campaigns 
 * Created:	20/11/2019
 *
 * Customised 'Re-skin of venuenet site'
 */
@font-face {
  font-family: 'angkor-regular-1';
  src: url('../_uploads/fckeditor/angkorregular1.ttf') format('truetype');
}
@font-face {
  font-family: 'Anton';
  src: url('../_uploads/fckeditor/anton-regular.ttf') format('truetype');
}
.texture {
  background: url('../_uploads/fckeditor/background3.jpg') repeat-x top center;
  background-size: cover;
}
.texture2 {
  background: url('../_uploads/fckeditor/background2.jpg') repeat-x top center;
  background-size: cover;
}
.texture3 {
  background: url('../_uploads/fckeditor/background4.jpg') repeat-x top center;
  background-size: cover;
}
.texture4 {
  background: url('../_uploads/fckeditor/background_light_brown.jpg') repeat-x center center;
  background-size: cover;
}
.texture5 {
  background: url('../_uploads/fckeditor/background4.jpg') repeat-x center center;
  background-size: cover;
}
.nav_background {
  background-color: #164420;
}
.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: 'Raleway', sans-serif;
}
.secondary_font {
  font-family: 'angkor-regular-1';
  color: #000000;
}
.btn-custom {
  background: #FF0000;
  color: #FFFFFF;
  height: auto;
  line-height: 2;
  padding: 0px 24px;
  border-radius: 68px;
  text-shadow: none;
}
.btn-custom.reverse {
  background: #FFFFFF;
  color: #FF0000;
}
.sticky-custom {
  top: 97px;
  padding-bottom: 20px;
  z-index: 0;
}
.top_header {
  background: #4aace1;
  color: #ffffff;
}
.text_shadow {
  text-shadow: 1px 1px 0 #000000;
}
.text_shadow.dark {
  text-shadow: 1px 1px 0 #ffffff;
}
.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: #4aace1;
}
ul.event-list li:nth-child(odd) > time .multi,
ul.event-list li:nth-child(odd) > time .month {
  color: #c1b39b;
}
ul.event-list li:nth-child(even) > time {
  background-color: #000000;
}
ul.event-list li:nth-child(even) > time .multi,
ul.event-list li:nth-child(even) > time .month {
  color: #c1b39b;
}
ul.event-list li .social span:not(.fa) {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 700;
  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: #000000;
  color: #ffffff;
}
.dark .popover-header,
.dark .modal,
.dark [id$='ulMembersAreaNav'],
.dark .bg-light,
.dark .card-title {
  color: #000000;
}
.dark .table .table-light td,
.dark .table .table-light th {
  color: #ffffff;
}
.dark .table .table-dark td,
.dark .table .table-dark th {
  color: #000000;
}
.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: #000000;
}
.dark .table .table-success td,
.dark .table .table-success th {
  color: #000000;
}
.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: #000000;
}
.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: #4aace1;
  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;
}
@media only screen and (max-width: 600px) {
  .line_height_reset {
    line-height: 1;
  }
}
@media only screen and (min-width: 600px) {
  .line_height_reset {
    line-height: 0.75;
  }
}
body {
  font-family: 'Raleway', sans-serif;
}
body.home {
  background: #4aace1;
}
body.home .primary {
  background: #ffffff;
}
body.home .secondary {
  color: #000000;
  background-color: #E08C1A !important;
}
body.home .secondary p {
  font-family: 'angkor-regular-1';
  color: #000000;
}
@media only screen and (max-width: 600px) {
  body.home .secondary p {
    line-height: 1;
  }
}
@media only screen and (min-width: 600px) {
  body.home .secondary p {
    line-height: 0.75;
  }
}
body.home .secondary p:nth-child(1) {
  font-size: 2rem;
}
body.home .secondary p:nth-child(2) {
  font-size: 6rem;
}
body.home .secondary p:nth-child(3) {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
}
body.home .secondary p:nth-child(4) {
  font-size: 2rem;
}
body.home .secondary p:nth-child(4) span {
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
}
body.home .secondary p:nth-child(5) {
  font-size: 2rem;
  line-height: 1.5rem;
}
body.home .secondary p:nth-child(5) span {
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  body.home .secondary p:nth-child(5) {
    line-height: 1;
  }
}
@media only screen and (min-width: 600px) {
  body.home .secondary p:nth-child(5) {
    line-height: 0.75;
  }
}
body.home .secondary p:nth-child(6) {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 0;
  line-height: 1.5;
}
body.home .secondary p a {
  color: #000000;
}
body.home .tertiary {
  background-color: #E08C1A !important;
}
body.home video {
  max-height: 70vh;
  object-fit: cover;
}
body.home nav {
  margin-bottom: 0 !important;
}
body .carousel-cell {
  width: 100%;
}
body img[alt="Artist Image"]:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
legend {
  font-family: 'angkor-regular-1';
  color: #000000;
}
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-color: #164420;
}
nav .navbar-brand img,
.navbar-dark .navbar-brand img,
.navbar-light .navbar-brand img {
  width: 150px;
  padding: 0;
  transition: all 500ms;
}
nav .nav-item .nav-link,
.navbar-dark .nav-item .nav-link,
.navbar-light .nav-item .nav-link {
  font-family: 'angkor-regular-1';
  color: #000000;
  color: white;
  text-transform: uppercase;
  font-size: calc(1rem + 0.3vw) !important;
}
nav.scrolled .navbar-brand img,
.navbar-dark.scrolled .navbar-brand img,
.navbar-light.scrolled .navbar-brand img {
  padding: 0;
  width: 75px;
}
footer {
  background: #E08C1A;
}
footer .sponsors {
  clear: both;
  background: none;
}
footer .sponsors .sponsor {
  display: inline-block;
  margin: 38px;
  max-width: 375px;
}
footer .sponsors .sponsor img {
  max-height: 150px;
}
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;
}
.navbar a:hover {
  color: #E08C1A !important;
}
/*
.poster {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.poster img {
    width: 100%;
    height: auto;
}*/
.tertiary h3 {
  color: white !important;
  text-align: center !important;
  font-family: 'angkor-regular-1' !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.poster {
  background-image: url('../_uploads/fckeditor/rock-the-river-A3-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}
.tilted-pane {
  background-color: #d48f57;
  transform: rotate(-3deg) translateX(-5%);
  transform-origin: top left;
  padding: 50px;
  margin-bottom: 50px;
  width: 110%;
}
.block-elements {
  text-align: center;
}
.orange-anton {
  color: #E08C1A;
  text-align: center;
  font-family: Anton;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.white-anton {
  color: #FFF;
  text-align: center;
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}