.grecaptcha-badge {
  display: none !important;
}
/*--- SHOWS ---*/
.show {
  text-transform: uppercase;
  vertical-align: middle;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto 25px;
}
.date-contain {
  width: 9%;
  display: inline-block;
  vertical-align: middle;
}
.date {
  display: block;
  width: 75px;
  background: #5bc9c9;
  background-size: cover;
  padding: 5px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}
.event-info {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
}
.location {
  display: block;
  font-size: 30px;
  color: #5bc9c9;
}
.venue {
  display: block;
  font-size: 24px;
  color: #c850c8;
}
.additional {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  padding-top: 5px;
}
.tickets-contain {
  width: 9%;
  display: inline-block;
  vertical-align: middle;
}
.tickets {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #c850c8;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.tickets a {
  color: #fff !important;
}
@media screen and (min-width: 920.1px) {
  .show {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 25px;
  }
  .show:last-child {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 1500px) {
  .date-contain {
    width: 15%;
  }
  .event-info {
    width: 60%;
  }
}
@media screen and (max-width: 980px) {
  .show {
    width: 95%;
    border: 1px solid #000;
    padding: 0;
    margin-bottom: 35px;
    text-align: center !important;
  }
  .date-contain {
    display: block;
    width: 100%;
  }
  .date {
    font-size: 32px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .location {
    font-size: 28px;
  }
  .venue {
    font-size: 22px;
  }
  .event-info {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .tickets-contain {
    display: block;
    width: 100%;
  }
  .tickets {
    background: #c850c8;
  }
}
/*--- FONT EMBEDDING ---*/
@font-face {
  font-family: "CL Bold";
  src: url("../../../fonts/champagne__limousines_bold-webfont.woff2") format("woff2"), url("../../../fonts/champagne__limousines_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CL";
  src: url("../../../fonts/champagne__limousines-webfont.woff2") format("woff2"), url("../../../fonts/champagne__limousines-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--- GENERAL STYLES ---*/
a, a:hover, .buy, .buy:hover, #menu, #menu:hover, input, input:hover, #social img, #social img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
*:focus {
  outline: none;
}
.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
  max-width: 50%;
  height: auto;
}
hr {
  height: 1px;
  background: #000;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
body {
  width: 100%;
  height: 100%;
  background: url(../../../page-bg.jpg) no-repeat;
  background-size: cover !important;
  background-attachment: fixed;
  margin: 0;
  font-family: "CL";
}
body#Home {
  background: url(../../../home-bg.png) no-repeat;
  background-size: cover !important;
  background-attachment: fixed;
}
a {
  text-decoration: none;
}
h2 {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#content {
  margin-top: 100px;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.8em;
  padding-bottom: 80px;
}
#content a {
  color: #c850c8;
  font-weight: bold;
}
#content a:hover {
  color: #5bc9c9;
  font-weight: bold;
}
/*--- MENU ---*/
#menu {
  background: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "CL Bold";
  z-index: 999;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
#menu a {
  color: #000;
}
#menu a:hover {
  color: #5bc9c9;
}
#menu:hover, #menu:focus {
  background: rgba(255, 255, 255, 0.9);
}
.shailan-dropdown-menu-widget {
  max-width: 100% !important;
  width: 1035px !important;
  display: block !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1366px) {
  .shailan-dropdown-menu-widget {
    width: 920px !important;
  }
  #menu li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }
}
.dropdown .sub-menu {
  margin-left: -15px !important;
  text-align: left;
  margin-top: 20px !important;
  padding-top: 10px;
  padding-bottom: 5px;
  min-width: 250px;
  text-align: left !important;
  padding-left: 0;
}
.dropdown .sub-menu li {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 8px;
  padding-bottom: 10px;
  display: block !important;
  padding-left: 12px !important;
}
.dropdown .sub-menu li:hover {
  background: white;
}
.dropdown .sub-menu li a {
  padding-left: 6px;
}
/*--- RESPONSIVE MENU ---*/
#responsive-menu-pro-container {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#responsive-menu-pro-title-image {
  display: block !important;
  margin-left: 0px;
  width: 60%;
}
#responsive-menu-pro-title-image img {
  display: block;
  max-width: 60%;
  margin-left: 0px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #responsive-menu-pro-title-image {
    display: block !important;
    margin-left: 0px;
    width: 80%;
  }
}
/*--- LOGO ON HOMEPAGE ---*/
.centered {
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
  width: 50%;
  max-width: 768px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
#logo img {
  width: 70%;
  height: auto;
  margin-top: -10px;
  margin-bottom: 25px;
}
#soundcloud {
  width: 49%;
  display: inline-block;
}
#twitter {
  width: 49%;
  display: inline-block;
}
@media screen and (min-width: 1921px) {
  .centered {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .centered {
    width: 80%;
  }
}
@media screen and (max-width: 920px) {
  .centered {
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
    width: 85%;
    max-width: 550px;
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: 100px !important;
    height: auto;
  }
  #logo img {
    width: 100%;
    height: auto;
    margin-top: -40px;
  }
  #soundcloud {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  #twitter {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
/*--- FOOTER ---*/
#footer {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "CL Bold";
  z-index: 999;
}
#footer .copy {
  font-size: 17px;
  font-weight: 400;
  font-family: "CL";
}
#footer a {
  color: #c850c8;
}
#footer a:hover {
  color: #5bc9c9;
}
.social {
  height: 22px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 3px;
}
/*--- CONTACT ---*/
.form {
  width: 80%;
  display: block;
  margin: 0 auto 20px;
  padding-top: 10px;
  height: auto;
  overflow-y: visible;
}
.left, .right {
  width: 49%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.both {
  width: 100%;
  margin-top: 15px !important;
  padding-top: 10px;
  float: none;
  clear: both;
  display: block;
}
.left input, .right input {
  background: none;
  border: 1px solid #000;
  height: 35px;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: "CL";
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
.both textarea {
  background: none;
  border: 1px solid #000;
  width: 98.5%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #000;
  font-size: 16px;
  font-family: "CL";
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
.wpcf7-submit {
  background: #5bc9c9;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  width: 60%;
  margin: -10px auto 0;
  height: 50px;
  line-height: 50px;
  display: block;
  font-family: "CL Bold";
  font-size: 26px;
  letter-spacing: 1px;
}
.wpcf7-submit:hover {
  background: #c850c8;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  font-family: "CL";
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wpcf7-not-valid-tip {
  font-size: 16px !important;
  color: #DE0A50 !important;
  text-align: center !important;
}
.captcha .wpcf7-form-control-wrap {
  display: block;
  width: 300px;
  margin: -10px auto 0;
}
@media screen and (max-width: 980px) {
  .form {
    width: 100%;
  }
  .left, .right {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .both {
    margin-top: 0 !important;
    padding-top: 0;
  }
  .captcha .wpcf7-form-control-wrap {
    display: block;
    width: 300px;
    margin: 0 auto 10px;
  }
}
/*--- VIDEOS ---*/
.video {
  width: 32%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .video {
    width: 47%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
  }
}
.video h3 {
  margin-top: -15px;
  text-align: center;
  line-height: 1.5em;
  font-size: 18px;
  font-family: "CL Bold";
  letter-spacing: 1px;
}
.arve-wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .video {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }
  .video h3 {
    margin-top: -15px;
  }
}
/*--- WORKS ---*/
#sidebar {
  width: 26%;
  padding-right: 2%;
  border-right: 1px solid #000;
  float: left;
  font-family: "CL Bold";
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 100px;
}
#sidebar ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "CL";
  list-style: none;
}
#main {
  width: 70%;
  float: right;
  margin-bottom: 75px;
}
.thumb-holder img {
  width: 100%;
  height: auto;
}
.works-latest-thumbs-holder {
  width: 100%;
}
.works-thumb {
  margin-top: 10px;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
}
@media screen and (max-width: 980px) {
  #sidebar, #main {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
  }
  #sidebar {
    border-top: 1px solid #000;
    margin-top: 20px;
    border-right: 0;
    text-align: center;
    padding-top: 20px;
  }
}
.t-slider {
  position: relative;
}
.t-slider .swiper-slide:not(.swiper-slide-visible) {
  visibility: hidden;
}
.t-slider .swiper-wrapper {
  align-items: center;
}
.t-slider .swiper-slide > div {
  text-align: center;
  padding: 0 1.5em;
}
.t-slider .fa-nav {
  color: #000;
}
.t-slider .fa-nav.swiper-button-prev {
  left: -2% !important;
}
.t-slider .fa-nav.swiper-button-next {
  right: -2% !important;
}
/*# sourceMappingURL=cs.css.map */