﻿/*
 * Author:	eMedia Campaigns 
 * Created:	20/11/2019
 *
 * Customised 'Re-skin of venuenet site'
 */
.header_section {
  position: relative;
}
.header_section .header_image {
  object-position: center 40%;
  max-height: 400px;
  min-height: 100px;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .header_section .header_image {
    height: 200px;
  }
}
#banner_overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  line-height: 0px;
}
@media (max-width: 767px) {
  #banner_overlay {
    top: 50%;
    left: 5%;
  }
}
#banner_overlay h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 0px;
}
@media screen and (min-width: 768px) {
  #banner_overlay h1 {
    font-size: 5.2rem;
    line-height: 0px;
  }
}
#banner_overlay a {
  align-self: end;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 641px) {
  #banner_overlay a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 800px) {
  #banner_overlay body {
    font-size: 16px;
  }
}
.sticky-custom {
  top: 97px;
  padding-bottom: 20px;
  z-index: 0;
}
.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%;
}
nav .navbar-brand img,
.navbar-dark .navbar-brand img,
.navbar-light .navbar-brand img {
  width: 205px;
  min-width: 100px;
  padding: 0;
  transition: all 500ms;
}
nav .nav-item .nav-link,
.navbar-dark .nav-item .nav-link,
.navbar-light .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
nav.scrolled .navbar-brand img,
.navbar-dark.scrolled .navbar-brand img,
.navbar-light.scrolled .navbar-brand img {
  padding: 0;
  width: 100px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -9px;
    margin-left: 2px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
.valsum ul {
  margin-left: 60px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-title {
  font-weight: 600;
}
.texture {
  background: url('../_images/chrome/webb.png') repeat top center;
  background-size: auto;
}
.nav_background {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.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;
}
.text_shadow {
  text-shadow: 1px 1px 0 #ffffff;
}
.text_shadow.dark {
  text-shadow: 1px 1px 0 #333333;
}
.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: #3399cc;
}
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: #333333;
}
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: 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: #333333;
  color: #ffffff;
}
.dark .popover-header,
.dark .modal,
.dark [id$='ulMembersAreaNav'],
.dark .bg-light,
.dark .card-title {
  color: #333333;
}
.dark .table .table-light td,
.dark .table .table-light th {
  color: #ffffff;
}
.dark .table .table-dark td,
.dark .table .table-dark th {
  color: #333333;
}
.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: #333333;
}
.dark .table .table-success td,
.dark .table .table-success th {
  color: #333333;
}
.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: #333333;
}
.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;
}
/*body {

    &.home {
        background: @corporate;

        .primary {
            background: @light;
        }

        .secondary {
            background: @corporate;
            color: @light;
        }

        .tertiary {
            .texture;
        }

        video {
            max-height: 70vh;
            object-fit: cover;
        }
    }

    .carousel-cell {
        width: 100%;
    }

    img {
        &[alt="Artist Image"]:hover {
            cursor: pointer;
        }
    }
}
*/
footer .sponsors {
  clear: both;
  background: none;
}
footer .sponsors .sponsor {
  display: inline-block;
  margin: 15px;
  max-width: 150px;
}
footer .sponsors .sponsor img {
  max-height: 60px;
}
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;
}
.extraInfoButton {
  color: #333333;
  float: right;
  text-decoration: none;
}
.extraInfoButton:hover {
  color: #333333;
}
.extraInfo {
  margin-top: 5px;
}
.buying-process-img {
  max-height: 75px;
  max-width: fit-content;
}