header {
  /*background: #3C3C3C;*/
  /*position: relative;*/
}
header .top {
  /*background-color: #341733;*/
}

section {
  text-align: left;
}

h1.no-top-margin{
  margin-top: 0px;
}

h3{
  margin-bottom: 20px;
  font-size: 2.3em;
}
h1, h2, h3, h4 {
  color: #262f64;
  line-height: 1;
}

p{
  margin-bottom: 10px;
    font-weight: 100;
}

.table:before, .table:after {
    background: #f5eddf;
    z-index: -1;
}

table{
  width: 100%;
    /*text-align: left;*/
    margin-bottom: 30px;
}
table select {
  height: 40px;
  line-height: 40px;
}

thead{
  /*border-bottom: 1px solid #422441;*/
}

th{
  /*padding-bottom: 10px;*/
}

td{
  /*padding: 10px 0;*/
}

table tr:first-child td {
  /*padding-top: 20px;*/
}

table thead th {
  /*padding-bottom: 20px;*/
    padding: 0 20px;
}

table .actions{
  text-align: right;
}

.btn.grey{
  background: #E4E4E4;
}

.main{
  /*padding-top:20px;*/
  margin-bottom: 0;
}

.alert{
    margin-bottom: 40px;
}

.alert p{
  padding: 10px;
}

.alert h4{
  padding: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

.alert-success{
  background-color: rgb(230, 252, 230);
}
.alert-info {
  background-color: rgb(221, 238, 255);
  margin-bottom: 10px;
}
.alert-error{
  background-color: rgb(252, 230, 238);
}

#checklist tr{
    border-bottom: 1px solid rgb(236, 236, 236);
}

#checklist .btn {
  width: 70px;
}

#checklist .btn.pink {
  background-color: #341733;
  color: #fff;
}

/* Drinks Packages */

.packages .package{
  border: 1px dashed #DEDEDE;
  /*margin-left: 20px;*/
  padding: 20px 20px 50px 20px;
  /*margin-bottom: 20px;*/
  cursor: pointer;
  /*width: 30.91%;*/
  /*float: left;*/
  text-decoration: none;
  color: #000;
  position:relative;
  /*min-width: 250px;*/
}

.packages .package .instruction{
  display: none;
  color: #422441;
}

.packages .package:hover .instruction{
  display: block;
}

.packages .package span.price span{
  display:none;
}

.packages .package:not(.selected):hover span.price{
  display: none;
}

.packages .package span.price span {
  /* display: none; */
  color: #b5b5b5;
  font-size: 1em;
  margin-left: 20px;
  display: inline-block;
  width: 100px;
  position: relative;
}

.packages .package span.price span:after {
  content: 'On The Night';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  font-size: 0.6em
}

.package .package.selected span.price span{
  display: none;
}

.packages .package.selected:hover .instruction{
  display: none;
}

.packages .package:hover{
  border: 1px solid #dfdfdf;
}

.packages .package.selected{
  border: 1px solid 1px solid rgba(52, 23, 51, 0.4);
}

.packages .package.selected:hover{
  border: 1px solid 1px solid rgba(52, 23, 51, 0.7);
}

.packages .package h4{
    color: #422441;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 8px;
    display: block;
}
.packages .package h4+img {
    height: 10px;
    display: block;
    margin: 0 auto;
}

.packages .package:hover h1, .packages .package.selected h1{
   border-bottom: 1px solid #422441;
}

.packages .package h4 .triangle{
  width: 0px;
  height: 0px;
  border-bottom: 41px solid rgba(0, 0, 0, 0);
  border-right: 42px solid #422441;
  float: right;
  display: none;
  position: relative;
  top: -15px;
}

.packages .package h4 .triangle.selected{
  display: inline-block;
}

.packages .package h4 .triangle i{
  color: #FFF;
  position: relative;
  left: 23px;
  bottom: 10px;
}

.packages .package p {
  padding: 10px 10px 0 0;
}

.packages .package p.list {
font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.packages .package p.price{
    color: #422441;
    text-align: center;
    font-size: 1.2em;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.units-row.end.quantity {
  position: absolute;
  bottom: 19px;
  right: 20px;
}

.packages .package span.info,
.extras span.info{
  color: #422441;
}

.unit-15.text-right.extra-otnPrice {
  line-height: 40px;
  font-size: 14px;
  color: #b5b5b5;
  text-align: center;
}

.unit-15.text-right.extra-otnPrice:after {
  content: 'On the Night';
  font-size: 0.6em;
  position: absolute;
  left: 0;
  bottom: -13px;
}

.quantity .unit-10 {
  line-height: 36px;
}

.packages .quantity .label {
  padding-top: 10px;
  /*color: #999;*/
}
.packages .quantity input[type="text"]{
  padding: 0 2px;
  margin: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.hidden{
  display: none;
}

.drinks-information p{
  margin-bottom: 0;
  text-align: center;
  color: #422441t;
}

.form-actions{
  text-align: right;
}

.extras{
  margin-bottom: 20px;
  margin-left: 0px;
}

.extras .extra{
  border-top: 1px solid #fff;
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  /*padding: 10px;*/
  /*width: 46.4%;*/
  /*float: left;*/
  margin: 0px 5px;
  list-style-type: none;
}
.extra {
  border-bottom: 1px dashed #EFEFEF;
}

.extras .extra:last-child > div,
.extras .extra:nth-last-child(2) > div {
    border-bottom: 1px solid #EFEFEF;
    border-bottom: 0;
}
.extras .extra:first-child,
.extras .extra:nth-child(2) {
    border-top: 1px solid #EFEFEF;
}
.extras .extra:last-child,
.extras .extra:nth-last-child(2) {
    border-bottom: 1px solid #EFEFEF;
}

.extras .extra div {
  /*display: inline-block;*/
  /*margin-left: 5px;*/
  /*margin-right: 5px;*/
}

.extras .extra .extra-enabled input[type="checkbox"]{
    height: 29px;
}

li.extra .units-row {
  display: block;
  padding: 10px 0;
  margin: 0 10px;
}

.extras .extra .extra-enabled {
    text-align: center;
}
.extras .extra .extra-quantity input[type="text"]{
  width: 40px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 0 2px;
  text-align: center;
}

.extras .extra .extra-name{
  /*height: 17px;*/
  line-height: 40px;
  font-size: 14px;
}

.extras .extra .extra-price{

    line-height: 40px;
    font-size: 14px;
    color: #341733;
    text-align: right;
}

.row.notes textarea{
  margin-left: 20px;
  margin-bottom: 50px;
  width: 90%;
}

.row.notes label{
  margin-left:20px;
  font-weight: 600;
  display:block;
}

.row.notes div[id^="notes-"] {
  width: 50%;
  display: inline-block;
}

.pink{
    color: #422441;
    font-weight: 200;
}

.contacts a {
  float: right;
}

header .contacts a.partyleader{
  padding: 11px 29px;
}

.contacts{
  /*margin-top: 50px;*/
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slicknav_nav a{
  text-align: center;
  font-weight: 100;
  color: #969696 !important;
}

table .text{
    display: inline-block;
}

table .symbol{
    display: none;
}

header nav ul.navbar.fullwidth{
  height: 53px;
  overflow-y: hidden;
}

header nav ul.navbar.fullwidth li a, header nav ul.navbar.fullwidth li a:visited{
  white-space: nowrap;
}

ul.booking-details{
  font-weight: 100;
  line-height: 25px;
  list-style-type: none;
}

ul.booking-details strong{
  color: #422441;
}

.btn.btn-small{
  max-width: 100%;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: #422441;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    font-size: 0.9em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color .2s linear;
    letter-spacing: 0.9px;
}

/* Please keep at end of file and make changes above */
.hidden
{
  display: none!important;
}


.ad {
    /* height: 200px; */
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-image: url('https://www.christmasofficeparty.co.uk/img/2018/adbw.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    overflow:  hidden;
}
.ad:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: #372a4ca8; */
    opacity: 0.9;
    background: linear-gradient(90.06deg, #7C598C 0%, #FCA2B6 99.98%);
}
.ad .inner {
    z-index: 10;
    position: relative;
    text-align: center;
}
.ad .inner h2 {
    color: #fff;
    font-weight: 700;
    overflow: visible;
    text-shadow: 0px 0px 30px #00000073;
}
.ad .inner .call-to-action {
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}

.table thead,
.table .thead {
  display: table-header-group;;
}
