/*************************** BROWSER RESET ****************************/
body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
area {
  border: none;
}
/**********************************************************************/
/*******
LESS
*******/
/* Mixin */
/********
TOP LEVEL
********/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  background: #050404;
  min-width: 930px;
}
h1 {
  font-family: "museo-sans-rounded", sans-serif;
  color: #828181;
  font-weight: 900;
  font-size: 27px;
  margin-bottom: 15px;
}
h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
}
h2 a:first-child {
  margin-right: 30px;
}
h3 {
  color: #ed1c24;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "museo-sans-rounded", sans-serif;
}
h4 {
  color: #7E7E7E;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
h5 {
  color: #FFFFFF;
  font-size: 18px;
}
h6 {
  color: #ed1c24;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
p {
  margin-bottom: 15px;
}
a {
  color: #ed1c24;
  text-decoration: none;
}
a:hover {
  color: #ed1c24;
}
#full ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
#full li {
  list-style: disc outside none;
}
/*****
HEADER
*****/
#mobile-head{
  display: none;
}
#top-head {
  background: #050404;
  height: 55px;
  padding-top: 30px;
}
.darkmin {
  background: none repeat scroll 0 0 #050404;
  border: 2px solid #4E4E4E;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
#top-head input {
  padding-right: 70px;
  width: 215px;
}
#top-head button {
  background: none repeat scroll 0 0 #6E6E6E;
  border: 1px solid #919191;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #F6F6F6;
  padding: 1px 6px;
  position: absolute;
  right: 24px;
  top: 4px;
  cursor: pointer;
}
.social-head {
  width: 200px;
}
.social-head a {
  background: url(images/social-head.png) no-repeat;
  width: 20px;
  height: 20px;
  background-position: -27px -20px;
  display: inline-block;
  margin-left: 30px;
  position: absolute;
}
.social-head a:hover {
  background-position: -27px 0;
}
.social-head a:first-child {
  background-position: 0 -20px;
  margin-left: 5px;
}
.social-head a:first-child:hover {
  background-position: 0 0;
}
#bottom-head {
  background: #4e4d4d;
  height: 100px;
}
#left-nav {
  padding-top: 12px;
  position: relative;
  width: 313px;
  z-index: 200;
}
#left-nav h2 {
  margin-bottom: 0;
}
#left-nav h2 a {
  color: #7E7E7E;
}
#left-nav h2 a:hover {
  color: #fff;
}
#left-nav h2 a.active-region {
  color: #fff;
}
#logo {
  background: url(images/logobg.jpg) no-repeat;
  height: 96px;
  left: 50%;
  top: 0;
  margin-left: -221px;
  position: absolute;
  width: 442px;
}
#logo img {
  left: 50%;
  margin-left: -146px;
  position: absolute;
  top: -84px;
  width: 292px;
  z-index: 100;
}

#logotext img {
  left: 77%;
  margin-left: -146px;
  position: absolute;
  top: 20px;
  width: 135px;
  height:72px;
  z-index: 110;
}
#left-nav span {
  color: #7E7E7E;
  float: right;
}
.nav-items {
  clear: both;
  float: left;
  margin-top: 5px;
}
.nav-items a:first-child {
  margin: 0;
}
.nav-items a {
  font-size: .9em;
  margin-left: 8px;
  color: #fff;
}
.nav-items a:hover, .nav-items a.active {
  color: #ed1c24;
}
#right-nav {
  margin-top: -25px;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 99;
}
#right-nav ul {
  background: none repeat scroll 0 0 #EE1C25;
  border-radius: 0 0 35px 35px;
  -moz-border-radius: 0 0 35px 35px;
  -webkit-border-radius: 0 0 35px 35px;
  display: block;
  padding: 25px 16px;
  position: relative;
  width: 160px;
  margin: 0 auto;
  box-shadow: 0 20px 20px -20px #000000 inset, 0 10px 10px -10px #000000 inset;
  -moz-box-shadow: 0 20px 20px -20px #000000 inset, 0 10px 10px -10px #000000 inset;
  -webkit-box-shadow: 0 20px 20px -20px #000000 inset, 0 10px 10px -10px #000000 inset;
  display: none;
}
#right-nav a {
  font-weight: bold;
  color: #fff;
}
#right-nav a:hover, #right-nav li.current-menu-item a {
  color: #480b0b;
}
.menu-cont h5 {
  border-bottom: 2px solid #000000;
  padding-bottom: 4px;
  text-align: center;
  width: 215px;
}
.menu-cont{
	
}
.menu-bottom {
  background: url(images/menu-tab.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 31px;
  margin: 0 auto;
  width: 58px;
}
.menu-bottom-hotspot{
	width: 340px;
	height: 80px;
	position: absolute;
	margin-top: -20px;
	margin-left: -120px;
	z-index: 115;
	
}
/**************
LAYOUT
**************/
#content {
  background: none repeat scroll 0 0 #FFFFFF;
  overflow: auto;
  padding-bottom: 30px;
  padding-top: 40px;
  width: 100%;
}
#main {
  float: left;
  width: 548px;
  padding-top: 40px;
}
#main-christmas {
  float: right;
  width: 548px;
  padding-top: 40px;
}

#sidebar {
  float: left;
  margin-right: 30px;
  padding-bottom: 25px;
  width: 352px;
  position: relative;
}
#sidebar-christmas{
  float: left;
  margin-right: 30px;
  padding-bottom: 25px;
  width: 352px;
  position: relative;
}
#footerwrap {
  background: none repeat scroll 0 0 #050404;
  clear: both;
}
#footer a {
  color: #fff;
}
.alignright {
  float: right;
  margin-left: 5px;
}
.alignleft {
  float: left;
  margin-right: 5px;
}
/**************
SIDEBAR
**************/
.side-block {
  box-shadow: 0 7px 6px -4px #555555;
  -moz-box-shadow: 0 7px 6px -4px #555555;
  -webkit-box-shadow: 0 7px 6px -4px #555555;
  margin-bottom: 10px;
  padding: 10px;
}
.weekSelect{
    display: inline-block;
    border: 0 !important;      
    -webkit-appearance: none;  
    -moz-appearance: none; 
    background: url(images/dropdown-bg.gif) no-repeat; 
    width: 140px;
    height: 24px; 
    text-indent: 0.01px; 
    text-overflow: "";
    padding: 3px 0 0 5px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.customSelect {
  background: url(images/sbtn.png) no-repeat right top;
  background-color: #E1E1E1;
  width: 130px;
  height: 24px;
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.hasCustomSelect {
  top: 0;
  margin-left: 5px;
}
#full .hasCustomSelect {

  
}
.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */

}
.customSelect.customSelectOpen {
  /* Styles for when the select box is open */

}
.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */

}
.customSelectInner {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 0 0 5px;
}
.calimg {
  position: absolute;
  right: 26px;
  vertical-align:middle;
  width: 26px;
}
.caldate {
  background: url(images/caldate.png) no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  float: left;
  font-family: arial;
  height: 40px;
  margin-right: 10px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  width: 39px;
}
.caldate span {
  display: block;
  font-size: 9px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.caldate span:first-child {
  display: block;
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.show-meta {
  overflow: auto;
}
.show-meta span {
  font-size: 12px;
  font-weight: normal;
}
.show-meta h4.meta-title {
  margin-bottom:10px;
  color: #ed1c24;
}
.show-meta h4 {
  color: #000000;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 0;
}
.show-info {
  clear: both;
}
.show-info p {
  margin-bottom: 15px;
  clear: both;
}
.show-info.foodManchester p {
  clear: none;
  font-size: 16px;
}
.full-block-cont p.popFormMessage{
  display: inline-block;
  margin-bottom: 0;
}

#sidebar .comedians a:first-child {
 /* margin: 0;*/
}
.comedians{
  margin-left: -5px;
}
#sidebar .comedians a {
  float: left;
  margin-left: 5px;
}
#sidebar .comedian {
  position: relative;
}
#sidebar .comedian .moreinfo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#sidebar .comedian:hover .moreinfo {
  display: block;
}
.showbtn {
  background: none repeat scroll 0 0 #ed1c24;
  border: 0 none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
  padding: 0 4px;
  display: inline-block;
}
.showbtnlarge {
  background: none repeat scroll 0 0 #ed1c24;
  border: 0 none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  padding: 0 8px;
  display: inline-block;
}
.showbtn.moreinfo {
  background: none repeat scroll 0 0 #E1E1E1;
  color: #ed1c24;
}
.showbtn.moreinfo.soldButton {

  background-color: #0113a5;
  color: white;
}
.showbtn.booknow.soldButton.smallBookNow {

  background-color: #0113a5;
  color: white;
}
.showbtn:hover,
.showbtnlarge:hover,
.showbtn.booknow.bigbtn:hover {
  background: #000;
}
.side-note p {
  border: 2px solid #FF0000;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 20px;
}
.side-note-whatson p {
  border: 2px solid #FF0000;
  font-weight: bold;
  margin-top: 0;
  padding: 10px 20px;
  text-align: center;
}
.side-note-whatson p span{
  color: #CC0000;
  text-decoration: underline;
}

.side-note span{
  color: #CC0000;
  text-decoration: underline;
}
.more-shows {
  color: #CC0D00;
  display: block;
  float: left;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 91px;
  margin-left: 73px;
}
.prev-btn{
  background: url(images/prev-btn.gif) no-repeat;
  width: 91px;
  height: 52px;
  margin-left: 50px;
  border: none;
}
.prev-btn-grey{
  background: url(images/prev-btn-grey.gif) no-repeat;
  width: 91px;
  height: 52px;
  margin-left: 50px;
  float: left;
}
.prev-btn-currentdate{
  background: url(images/prev-btn.gif) no-repeat;
  width: 91px;
  height: 52px;
  margin-left: 50px;
  border: none;
  float: left;
}
.next-btn-grey{
  background: url(images/next-btn-grey.gif) no-repeat;
  width: 91px;
  height: 52px;
  margin-left: 50px;
  float: left;
}
.next-btn-currentdate{
  background: url(images/next-btn.gif) no-repeat;
  width: 91px;
  height: 52px;
  margin-left: 50px;
  border: none;
  float: left;
}
.next-btn{
  background: url(images/next-btn.gif) no-repeat;
  width: 91px;
  height: 52px;
  margin-left: 50px;
  border: none;
}
.prev-btn:hover, .prev-btn-currentdate:hover{
  background: url(images/prev-btn-hover.gif) no-repeat;

}
.next-btn:hover, .next-btn-currentdate:hover{
  background: url(images/next-btn-hover.gif) no-repeat;

}


.more-shows span {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 30px solid #cc0d00;
  bottom: 4px;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.more-shows:hover span{
  border-top: 30px solid #ed1c24;
}

.more-shows.prev span {
  border-top: none;
  border-bottom: 30px solid #CC0D00;
}
.more-shows.prev:hover span {
  border-top: none;
  border-bottom: 30px solid #ed1c24;
}
.loading {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 9999;
}
#full .more-shows {
  margin-left: 6px;
  margin-top: 12px;
}
.side-show-list {
  position: relative;
}
.shownav {
  clear: both;
  color: #FF0000;
  float: left;
}
#sidebar h6{
  position: absolute;
}
#dateDeskStyle{
  padding-left: 155px;
}
/**************
SIDEBAR MODAL
**************/
.commodal {
  position: relative;
  background: #FCFCFC;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 3px solid #FF0000;
  overflow: auto;
}
.commodal > img {
  float: right;
  margin-left: 30px;
  border: 1px solid #000;
  margin-top: 80px;
}
.commodal .watch-video {
  float: left;
}
/**************
CONTENT
**************/
#image-slider {
  margin-bottom: 20px;
}
#main p {
  font-size: 15px;
  line-height: 20px;
}
#promoboxes a {
  display: inline-block;
}
#promoboxes a:first-child {
  margin-right: 10px;
}
#refresh-image{
  margin-top:10px;
}
/**************
WHATS-ON
**************/
#full h1 {
  color: #040404;
  font-size: 45px;
}
#full h6 {
  margin-top: 15px;
}
#full .calimg {
  position: static;

  margin-left: 10px; 
}
.full-block-cont {
  box-shadow: 0 6px 7px -8px #555555 inset;
  -moz-box-shadow: 0 6px 7px -8px #555555 inset;
  -webkit-box-shadow: 0 6px 7px -8px #555555 inset;
  padding-top: 15px;
  clear: both;
  margin-bottom: 5px;
}

.full-block {
  box-shadow: 0 12px 6px -9px #555555;
  -moz-box-shadow: 0 12px 6px -9px #555555;
  -webkit-box-shadow: 0 12px 6px -9px #555555;
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
  padding: 10px;
  position: relative;
}
.caldate-full {
  background: url(images/calbg.png) no-repeat;
  height: 79px;
  width: 79px;
  text-align: center;
  float: left;
  position: relative;
  color: #FFFFFF;
  
}
.caldate-full span:first-child {
  display: inline-block;
  font-size: 35px;
  line-height:50%;
  padding-top: 25px;
}
.caldate-full span { 
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  
}

.full-block .show-meta h4 {
  font-size: 26px;
  
}
.full-block .show-meta h4.meta-title {
  
}


.full-block .show-meta {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  font-weight: bold;
}
.full-block .show-meta span {
  font-size: 20px;
  
}
.full-block .show-meta img{
  width:200px;
}
.show-note {
  float: right;
  font-size: 18px;
  font-weight: bold;
  width: 354px;
  margin-top: 8px;
}
.full-block .attachment-comedian-modal {
width: auto;
height: 134px;
}
.comedians div {
  float: left;
  margin-left: 19px;
}
.comedians div:first-child {
  margin: 0;
}
.comedians div .comedian {
  margin: 0;
  float: left;
}
.comedians div .showbtn.moreinfo {
  margin: 0;
}
.comedians .showbtn.booknow {
  clear: both;
}
.comedians div .showbtn {
  float: left;
  font-size: 10px;
  font-weight: bold;
  padding: 0 4px;
}
.comedian-text {
  overflow: hidden;
}
.full-block .comedian-text {
  float: left;
  width: 545px;
}
.show-links {
  float: right;
  margin-left: 45px;
  margin-top: 13px;
}
.show-links-special{
  float: left;
  margin-left: 0;
  margin-top: 13px;
	
}
.show-links div, .show-links-special div{
  border-bottom: 2px solid #DBDBDB;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  width: 300px;
}
.show-links .showbtn.booknow, .show-links-special .showbtn.booknow {
  float: right;
}
.commodal .show-links {
  float: none;
  margin-left: 0;
}
.watch-video img {
  position: absolute;
  right: 0;
  top: 2px;
}
.watch-video {
  color: #ed1c24;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  padding-right: 77px;
  position: relative;
  text-align: center;
  width: 55px;
}
.full-block-text {
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  font-size: 16px;
  padding: 25px 0 30px 0;
  position: relative;
  overflow: hidden;
  vertical-align:text-top;
}

.full-block .show-info {
  clear: both;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.whats-on-single .full-block-text{
  width: 100%;
}
p.food {
  bottom: -10px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
p.food-whatsOnFood{
  bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.regular p.food img {
    left: -33px;
    position: absolute;
    top: -6px;
    width:26px;
    height:26px;
}
a.bookMain {
  bottom: 0px;
  position: absolute;
  left: 0px;

}
p.food a {
  color: #ed1c24;
  text-decoration: underline;
}
p.food img, p.food-whatsOnFood img {
  left: -33px;
  position: absolute;
  top: -6px;
}
#weekComence{
  float:right;
  margin-top: 25px;
}
.week-title{
  color: #ed1c24;
  font-size: 17px;
  font-weight: 700;
}
h6.float-right.bottomWeek{
  margin-right: 10;
}
.weekComence{
  position: relative;
  left: 160px;
  width: 200px;
}
/**************
REGULAR SHOWS
**************/
.show-info > img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 260px;
  height: auto;
}
.regular .full-block-text,
.venue .full-block-text {
  padding: 0;
  padding-right: 10px;
  overflow: hidden;
}
.showbtn.booknow.bigbtn {
  background-color: #f14b52;
  background-image: -webkit-linear-gradient(top, #f14b52, #c61017);
  background-image: -moz-linear-gradient(top, #f14b52, #c61017);
  background-image: -o-linear-gradient(top, #f14b52, #c61017);
  background-image: -ms-linear-gradient(top, #f14b52, #c61017);
  background-image: linear-gradient(top, #f14b52, #c61017);
  border: 1px solid #A71A1A;
  font-size: 20px;
  padding: 2px 10px;
}
.regular p.food {
  bottom: auto;
  float: left;
  margin-left: 36px;
  margin-top: 5px;
  position: relative;
  right: auto;
}
.regular p.food img {
  left: -33px;
  position: absolute;
  top: -6px;
}
.regular .watch-video {
  float: right;
  margin-top: -4px;
}
/**************
VENUE HIRE
**************/
.full-block .show-info.venue {
  margin-top: 0;
}
.introp {
  color: #818181;
  font-size: 18px;
  font-weight: bold;
}
.slide-cont {
  margin-left: 51px;
  margin-right: 30px;
  width: 300px;
  padding-bottom:10px;
}
.slide-cont .bx-wrapper .bx-prev {
  left: -30px;
}
.slide-cont .bx-wrapper .bx-next {
  right: -30px;
}
.enquire-bar {
  background-color: #484848;
  background-image: -webkit-linear-gradient(top, #484848, #000000);
  background-image: -moz-linear-gradient(top, #484848, #000000);
  background-image: -o-linear-gradient(top, #484848, #000000);
  background-image: -ms-linear-gradient(top, #484848, #000000);
  background-image: linear-gradient(top, #484848, #000000);
  clear: both;
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  font-weight: normal;
  margin-top: 15px;
  padding: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 20px;
  cursor: pointer;
}
.enquire-bar .showbtn {
  margin-right: 20px;
  padding: 0 10px;
}
.enquire-bar .showbtn:hover {
  background: #c61017;
  color: #fff;
}
.enquire-bar span {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000000;
  position: absolute;
  bottom: -15px;
  left: 35px;
}
.venue-form {
  background-color: #484848;
  background-image: -webkit-linear-gradient(top, #484848, #000000);
  background-image: -moz-linear-gradient(top, #484848, #000000);
  background-image: -o-linear-gradient(top, #484848, #000000);
  background-image: -ms-linear-gradient(top, #484848, #000000);
  background-image: linear-gradient(top, #484848, #000000);
  clear: both;
  color: #FFFFFF;
  float: left;
  margin-top: -20px;
  padding: 20px 4%;
  margin-bottom: 10px;
  position: relative;
  width: 92%;
  /*display: none;*/
}
.venue-form2 p{
  margin-bottom: 2px!important;
}
.venue-form select{
  border: 2px solid #B7B3B3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 4px;
  padding: 0 1%;
  width: 95%;
  height: 32px;
}
#full span.wpcf7-not-valid-tip {
  color: #ff0000;
}
#full div.wpcf7-response-output {
  clear: both;
}
.venue-form h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}
.venue-form div {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.venue-form input,
.venue-form textarea {
  border: 2px solid #B7B3B3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
  padding: 2% 1%;
  width: 95%;
}
.venue-form textarea {
  height: 92px;
}
.venue-form .showbtn {
  background-color: #d4d4d4;
  background-image: -webkit-linear-gradient(top, #d4d4d4, #888888);
  background-image: -moz-linear-gradient(top, #d4d4d4, #888888);
  background-image: -o-linear-gradient(top, #d4d4d4, #888888);
  background-image: -ms-linear-gradient(top, #d4d4d4, #888888);
  background-image: linear-gradient(top, #d4d4d4, #888888);
  color: #000000;
  padding: 1px 20px;
}
.venue-form .showbtn {
    width: auto;
}
.wpcf7{
  /*display: none;*/
}
#wpcf7-f1771-p1553-o1{

}
/**************
COMEDIANS A-Z
**************/
.backtop {
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.backtop a {
  color: #000000;
  font-weight: bold;
}
.backtop img {
  margin-left: 5px;
  position: absolute;
  top: -2px;
}
#com-nav {
  background-color: #f14b52;
  background-image: -webkit-linear-gradient(top, #f14b52, #c61017);
  background-image: -moz-linear-gradient(top, #f14b52, #c61017);
  background-image: -o-linear-gradient(top, #f14b52, #c61017);
  background-image: -ms-linear-gradient(top, #f14b52, #c61017);
  background-image: linear-gradient(top, #f14b52, #c61017);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: auto;
  padding: 8px 1px 8px 11px;
  text-shadow: 1px 1px 3px #777777;
  -moz-text-shadow: 1px 1px 3px #777777;
  -webkit-text-shadow: 1px 1px 3px #777777;
}
#com-nav a {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin-left: 0;
  padding: 2px 9px;
  color: #fff;
}
#com-nav a:hover, #com-nav a.active {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}
.single-com .show-links {
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.full-block .attachment-comedian-main {
  height: auto;
  width: 205px;
}
/*******
CONTACT
*******/
.address a {
  color: #ed1c24;
}
.contact select {
  position: absolute;
  right: 65px;
  top: 30px;
}
.map {
  border: 1px solid #777777;
  float: right;
  margin-bottom: 20px;
  width: 600px; height: 450px;
}
.faq-question {
  color: #ed1c24;
}
/*******
CONTACT
*******/
.ctg h3 a {
  color: #000;
  font-size: 23px;
}
.c-red {
  color: #ed1c24;
}
/**************
SPECIAL EVENTS
**************/
.events .full-block .show-meta {
  margin-left: 0;
}
.events .full-block img{
	width: 200px;
}
.events .full-block img.ajax-loader{
  width: auto;
}
/**************
FOOTER
**************/
#footer {
  color: #FFFFFF;
  padding: 45px 0 95px 0px;
  font-weight: normal;
}
#footer h4 {
  font-size: 17px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #fff;
}
#footer form {
  margin: 30px 0;
}
#footer input {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 300px;
}
#footer button {
  background: #cfcfcf;
  background: -moz-linear-gradient(top, #cfcfcf 0%, #969696 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(100%, #969696));
  background: -webkit-linear-gradient(top, #cfcfcf 0%, #969696 100%);
  background: -o-linear-gradient(top, #cfcfcf 0%, #969696 100%);
  background: -ms-linear-gradient(top, #cfcfcf 0%, #969696 100%);
  background: linear-gradient(to bottom, #cfcfcf 0%, #969696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#969696', GradientType=0);
  color: #000;
  border: 0;
  border: 1px solid #7E7E7E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000000;
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 35px;
}
#footer ul {
  margin-bottom: 20px;
  overflow: auto;
}
#footer li {
  color: #C2161B;
  float: left;
  margin-right: 7px;
}
p.copy {
  color: #7F7F7F;
  font-size: 11px;
  margin-bottom: 15px;
}
#cookie {
  background: none repeat scroll 0 0 #EBC8C8;
  border-top: 3px solid #FFFFFF;
  bottom: 0;
  padding: 25px 0 10px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
p.cclose {
  font-size: 13px;
  font-weight: bold;
  padding-left: 18px;
  position: absolute;
  right: 0;
  text-decoration: underline;
  top: 5px;
}
p.cclose img {
  left: 0;
  position: absolute;
  top: 1px;
}
p.cclose a {
  color: #000000;
}
/*****
SLIDER
*****/
#main .bx-wrapper .bx-viewport {
  left: 0;
  border: none;
}
#main .bx-wrapper .bx-prev {
  left: -22px;
  z-index: 999;
}
#main .bx-wrapper .bx-next {
  right: -22px;
  z-index: 999;
}

/* new slider */



/*****
NGG
*****/
#full .ngg-gallery-thumbnail img:hover {
  background: #ed1c24;
}
#full .ngg-gallery-thumbnail img {
  border: 1px solid #ed1c24;
}
/*****
ADDS
*****/
.cont {
  width: 930px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 0 20px;
}
.float-left {
  float: left!important;
}
.float-right {
  float: right;
}
h6.float-right {
  margin-right: 170px;
}
.clear {
  clear: both;
}
.block-center {
  display: block;
  margin: 0 auto;
}
.no-clear {
  clear: none;
}
.no-float {
  float: none;
}
.full-block .show-meta.no-margin {
  margin: 0;
}
.no-margin {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10-specific styles go here */ 
   .nav-items a{
      font-size: 14px!important;
    }
} 
/*tablet style fixes*/
@media screen and (max-width: 980px) and (min-width: 481px) {
   .nav-items a{
      font-size: 1.0em!important;
      margin-left: 15px;
    }
    .nav-items a:nth-child(2){

      padding-right: 0;
    }
    .menu-tounge-container #menu-tounge-1 li a{
      line-height: 35px;
    }

}



