/* Generated by less 3.11.1 */
/*
 * Author:	eMedia Campaigns 
 * Created:	18/07/2018
 *
 * 'Re-skin of venuenet site' less/css plugin.
 *
 * Notes:
 * Mobile friendly & 'custom' theme.
 */
/* main logo: this reduces the size of the logo to be the same size as the current website */
img[id$='imgLogo'] {
  max-width: 260px;
  position: absolute;
  z-index: 1;
}
/* main logo absolute position */
a[id$='A1'] {
  position: relative;
  height: 67px;
  width: 79px;
  display: block;
}
@media only screen and (max-width: 760px) {
  a[id$='A1'] {
    display: none;
  }
}
/* this hides the existing dom element s(soft approach) */
a[id$='A1'] span,
.top_rhs_button {
  display: none;
}
/* this positions the nav */
header {
  position: relative;
  background: black;
}
header .dropdown > a {
  color: white;
  font-family: 'sandregular';
  font-size: 1vw;
}
@media screen and (max-width: 1200px) {
  header .dropdown > a {
    font-size: 15px;
  }
}
@media screen and (min-width: 2000px) {
  header .dropdown > a {
    font-size: 20px;
  }
}
header .navbar-inverse.navbar-fixed-top {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0.5))), url(../_images/chrome/design_white.png) 0% 100% repeat-x #000;
  background: -webkit-linear-gradient(left, #000000, rgba(0, 0, 0, 0.5)), url(../_images/chrome/design_white.png) 0% 100% repeat-x #000;
  background: -o-linear-gradient(left, #000000, rgba(0, 0, 0, 0.5)), url(../_images/chrome/design_white.png) 0% 100% repeat-x #000;
  background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.5)), url(../_images/chrome/design_white.png) 0% 100% repeat-x #000;
  background-size: cover, auto 77px;
}
@media screen and (max-width: 768px) {
  header h1 {
    padding-top: 20px;
  }
}
nav {
  position: absolute;
  top: 28px;
  right: 0;
}
nav .navbar-nav {
  float: right;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 1256px) {
  nav {
    position: relative;
    top: inherit;
    right: -30px;
  }
}
/* this sets the font */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* this sets heading weights */
h1,
h2,
h3,
h4 {
  font-weight: 600;
}
/* this styles the footer links */
form a[id$=hlTandCs] {
  font-weight: normal;
}
form a[id$=hlPoweredBy] {
  margin-left: 5px;
}
/* this styles the footer nav */
.footer .pagination {
  margin-top: 0px;
}
/* dropdown behaviour */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
/* custom styles */
/*@import url("custom.css?2018");*/
/* forms */
[id$='frmPanel'].form-horizontal .controls {
  margin-top: 5px;
  margin-bottom: 5px;
}
[id$='frmPanel'].form-horizontal #genre .form-control,
[id$='frmPanel'].form-horizontal #available .form-control {
  margin-top: 5px;
  margin-bottom: 5px;
}
[id$='frmPanel'].form-horizontal #genre .form-control input[type="checkbox"],
[id$='frmPanel'].form-horizontal #available .form-control input[type="checkbox"] {
  width: 20% !important;
}
/* REFUND */
[id$='btnYesIcanMakeIt'] {
  margin: 0 0 5px 0;
}
input[id$='chkCCRefund'] {
  margin: 3px 10px;
  width: 15px !important;
}
