/***********************************
        GLOBAL STYLES
**************************************/

body {
  margin: 0;
  padding-top: 56px;
  font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #fff;
}

section {
  min-height: 80vh;
}

h1,
h2,
h3 {
  font-family: 'Impact', 'Carrois Gothic SC', sans-serif;
  text-transform: uppercase;
  color: #d90617;
}

.required-field {
  color: #d90617;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=url],
textarea,
select {
  padding: 5px;
  border-radius: 6px;
  font-size: 18px;
  border: 1px solid grey;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=date]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover,
select:hover,
button:hover {
  box-shadow: 0 0 5px #d90617;
  cursor: pointer;
}

input[type=text]:disabled:hover,
input[type=checkbox]:disabled:hover,
input[type=email]:disabled:hover,
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover,
input[type=date]:disabled:hover,
input[type=tel]:disabled:hover,
input[type=url]:disabled:hover,
textarea:disabled:hover,
select:disabled:hover,
button:disabled:hover {
  box-shadow: unset;
  cursor: not-allowed;
}

.red {
  color: #d90617;
}

.black {
  color: #000;
}

.gray {
  color: gray;
}

.white {
  color: #FFF;
}

.btn-danger {
  background-color: #d90617;
  border-color: #d90617;
}

.noevents {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/***********************************
        header.php
**************************************/
nav {
  font-family: 'Carrois Gothic SC', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.header-nav {
  z-index: 1100;
}

.nav-link .fa {
  width: 15px;
}

.nav-item {
  white-space: nowrap;
}

.nav-item .social {
  display: none;
}

@media (max-width: 991px) {
  .nav-item .social {
    margin-left: 5px;
    display: inline;
  }
}

/******************************************************************
            footer.php  
******************************************************************/
#footer {
  border-top: 5px solid #3c3c3c;
  background: #3b3b3b;
  padding: 20px 0 0 0;
  clear: both;
  color: #aaa;
  background: url(/common/images/carbon.jpg);
}

#footer h4 {
  color: #fff;
  font: 14px 'Carrois Gothic SC', sans-serif;
  text-transform: uppercase;
}

#footer ul {
  list-style-type: none;
}

@media (max-width: 767px) {
  #footer ul {
    padding: 0;
  }
}

#footer a {
  color: #aaa;
  font: 14px 'Carrois Gothic SC', sans-serif;
}

#footer .fab {
  width: 15px;
  margin-right: 5px;
}

#sub-floor {
  color: #aaa;
  background: #292929;
  padding: 10px 0;
  background: rgb(125, 126, 125);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
}

#sub-floor div {
  max-width: 100%;
  height: auto;
}

.copyright {
  color: #fff;
  font: 10px 'Carrois Gothic SC', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#footer img {
  margin-bottom: 20px;
}

/******************************************************************
            home.php  
******************************************************************/
.homeSection {
  padding: 0;
  overflow: hidden;
}

.hero-image {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.hero-image #crowdPic {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.hero-image #logoPic {
  display: block;
  width: 33%;
  z-index: 1;
  position: absolute;
  left: 33%;
  top: 33%;
}

.homeSection h1 {
  text-align: center;
  color: #d90617;
  text-transform: uppercase;
}

.banner-col {
  width: 100vw;
  overflow: hidden;
  text-align: center;
  padding: 0;
  background-image: url(../images/home_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 69px;
}

.banner-col img {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}

.select-col {
  width: 100vw;
  background-color: #333333;
  overflow: hidden;
  text-align: center;
  background-image: url(../images/select_vip.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30px;
  padding: 0;
}

.select-col #home_select_500 {
  display: none;
  margin: 0 auto;
  width: 100%;
}

.home-vip-col {
  background:
    linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
  background-color: #131313;
  background-size: 20px 20px;
  min-height: 500px;
}

.front-page-search {
  margin-top: 0;
}

.front-page-search .jumbotron {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 32px;
}

.front-page-search .input-group {
  vertical-align: middle;
}

.front-page-search .form-control {
  border-radius: 4px 0 0 4px;
}

.search-banner-col {
  height: 75px;
  background-color: #b10009;
  background-image: linear-gradient(#b10009, #f00011);
}

@media (max-width: 769px) {
  .banner-col {
    background-image: unset;
    height: unset;
  }

  .banner-col img {
    display: block;
  }
}

@media (max-width: 767px) {
  .select-col {
    background-image: unset;
    height: unset;
  }

  .select-col #home_select_500 {
    display: block;
  }
}

@media (max-width: 500px) {
  .select-col #home_select_500 {
    display: block;
  }
}

@media (max-width: 320px) {
  .front-page-search .form-control {
    min-width: unset;
    max-width: 150px;
  }
}

.homeSection .category-header {
  margin: 25px 0;
  text-align: center;
}

.home-tab {
  margin: 10px;
  padding: 0;
  text-align: center;
  min-height: 175px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  opacity: 1;
  transition: opacity 300ms, font-size 300ms;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-tab:hover {
  opacity: .7;
}

.home-tab h4 {
  font-weight: bold;
  color: #fff;
  align-self: flex-end;
  width: 100%;
  transition: font-size 300ms;
  font: 24px 'Carrois Gothic SC', sans-serif;
  text-transform: uppercase;
}

.home-tab:hover h4 {
  font-size: 40px;
}


.concerts-tab {
  background-image: url(/common/images/music_icon.jpg);
}


.vip-tab {
  background-image: url(/common/images/vip_icon.jpg);
}


.conference-tab {
  background-image: url(/common/images/conf_icon.jpg);
}


.fundraiser-tab {
  background-image: url(/common/images/fund_icon.jpg);
}


.festival-tab {
  background-image: url(/common/images/festival_icon.jpg);
}


.sports-tab {
  background-image: url(/common/images/sports_icon.jpg);
}


.networking-tab {
  background-image: url(/common/images/network_icon.jpg);
}


.arts-tab {
  background-image: url(/common/images/arts_icon.jpg);
}

.classes-tab {
  background-image: url(/common/images/classes_icon.jpg);
}

.homeVipImgContainer {
  max-width: 250px;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px 50px;
}

.homeVipImgContainer:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.homeVipImgContainer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  transition: background .25s;
}

.homeVipImgContainer:hover::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  transition: background .25s;
}

.homeVipImgContainer:hover::before {
  content: 'Get VIP';
  text-transform: uppercase;
  color: white;
  background: #800;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.5em;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: opacity .25s;
  z-index: 6;
}

@media (max-width: 600px) {
  .homeVipImgContainer {
    height: 100px;
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .front-page-search {
    margin-top: 50px;
  }

  .jumbotron h1 {
    font-size: 1.5rem;
  }

  .banner-col {
    line-height: 0;
  }

  .banner-col img {
    vertical-align: unset;
    overflow: hidden;
  }

  .select-col {
    display: none;
  }
}

@media (max-width: 329px) {
  .jumbotron h1 {
    font-size: 1rem;
  }
}

/******************************************************************
            events.php  
******************************************************************/

.searchSection {
  background:
    linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
  background-color: #131313;
  background-size: 20px 20px;
}

.searchSection .jumbotron h1 {
  text-align: center;
}

.searchSection .jumbotron img {
  width: 50%;
  position: relative;
  left: 25%;
}

.searchSection .info-box h4,
.searchSection .info-box h5 {
  color: white;
}

.searchResultBox {
  padding: 20px 10px 10px 10px;
  border-bottom: 3px solid #ddd;
  position: relative;
}

.searchResultBox a {
  text-decoration: none;
}

.searchResultBox h3 {
  margin-top: 0;
  font-size: 24px;
}

.searchSection .searchResultBox h3 {
  font-size: 32px;
}

.artistSection .searchResultBox h3 {
  text-align: left;
}

.searchResultBox h4 {
  color: black;
  font-size: 18px;
}

.artistSection .searchResultBox h4 {
  text-align: left;
}

.searchResultBox h5 {
  color: black;
  font-size: 16px;
}

.artistSection .searchResultBox h5 {
  text-align: left;
}

.searchResultBox .fa {
  width: 15px;
  margin-right: 5px;
}

.pagination {
  display: inline-flex;
}

.page-controls-div {
  padding: 0;
}

.buyTixContainer {
  text-align: center;
}

.buyTixButton {
  margin: 0 auto;
  width: 160px;
  display: block;
  text-transform: uppercase;
  color: #d90617;
  border: 2px solid #d90617
}

.buyTixButton:hover {
  background-color: #d90617;
  color: yellow;
  border: 2px solid yellow;
}

.search-thumb {
  max-width: 100px;
  padding: 0;
}

.search-thumb img {
  display: block;
  max-width: 100px;
  height: auto;
  margin: 0 15px;
}

.page-link {
  color: #d90617;
}

#pgIndex {
  white-space: nowrap;
}

.tab-container {
  display: flex;
  padding: 0;
  text-align: inherit;
}

.skewed-tab {
  list-style: none;
  display: inline-block;
  padding: 0;
  height: 40px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  white-space: nowrap;

}

.skewed-tab a {
  font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  height: 100%;
  transition: border .2s;
  color: #d90617;
  padding: .6rem 3rem .3rem;
  overflow: visible;
  margin-right: .3rem;
  text-rendering: optimizeLegibility !important;
}

.skewed-tab.nolink a {
  color: darkgray;
}

.skewed-tab a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #d90617;
  background-color: white;
  transition: background-color .2s, border .2s;
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg)
}

.skewed-tab.nolink a:before {
  border: 2px solid darkgray;
  background-color: lightgray;
}

.skewed-tab:first-child a {
  padding: .6rem 4rem .3rem 3rem;
  border-left: 2px solid #d90617;
  overflow: hidden;
  margin-right: -.8rem
}

.skewed-tab.nolink:not(.active) a {
  border-left: 2px solid darkgray;
}

.skewed-tab:first-child a:before {
  -webkit-transform: translateX(-18px) skew(-40deg);
  transform: translateX(-18px) skew(-40deg)
}

.skewed-tab a span {
  position: relative;
  transition: color .2s
}

.skewed-tab:first-child:not(.nolink) a:hover {
  border-left: 2px solid yellow;
}

.skewed-tab:first-child:not(.nolink) a:hover span {
  color: yellow;
  text-shadow: #d90617 1px 1px;
}

.skewed-tab:first-child:not(.nolink) a:hover:before {
  background-color: #fb515f;
  border: 2px solid yellow;
}

.skewed-tab.active a span {
  color: white;
}

.skewed-tab.active.nolink a span {
  color: darkgray;
}

.skewed-tab.active a:before {
  border: 2px solid white;
  background-color: #d90617
}

.skewed-tab.active.nolink a:before {
  background-color: lightgray;
}

.skewed-tab:last-child a {
  padding: .6rem 2rem .3rem 4rem;
  border-right: 2px solid white;
  margin-left: -1.1rem;
  overflow: hidden
}

.skewed-tab:last-child.nolink a {
  border-right: 2px solid darkgray;
}

.skewed-tab:last-child a:before {
  -webkit-transform: translateX(18px) skew(-40deg);
  transform: translateX(18px) skew(-40deg)
}

.skewed-tab.active:not(.nolink) a:hover {
  border-right: 2px solid yellow;
}

.skewed-tab.active:not(.nolink) a:hover span {
  color: yellow;
  text-shadow: #d90617 1px 1px;
}

.skewed-tab.active:not(.nolink) a:hover:before {
  background-color: #fb515f;
  border: 2px solid yellow;
}

.nolink,
.nolink a:hover,
.nolink a:hover:before {
  cursor: not-allowed;
}

.info-box {
  text-align: inherit;
}

.skewed-tab-disabled span {
  text-decoration: line-through;
}

.redirect-box {
  display: none;
  width: 30%;
  height: 125px;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  outline: 2px solid #fb515f;
  text-align: center;
  vertical-align: middle;
  z-index: 1001;
}

.redirect-box div {
  position: absolute;
  top: 30%;
  margin: auto;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}

.map-icon, .map-address {
  float: left;
}

@media (max-width: 974px) {
  .redirect-box {
    width: 50%;
  }
}

@media (max-width: 524px) {
  .redirect-box div {
    top: unset;
  }
}

@media (max-width: 480px) {
  .pagination .page-link {
    font-size: 12px;
  }

  #pgIndex {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .searchResultBox h4 {
    font-size: 16px;
  }

  .searchResultBox h5 {
    font-size: 14px;
  }

  .searchResultBox .map-icon {
    display: none;
  }

  .searchResultBox .map-address {
    float: unset;
  }

  .search-thumb {
    display: none;
  }

  .info-box {
    text-align: center;
  }

  .artistSection .searchResultBox h3,
  .artistSection .searchResultBox h4,
  .artistSection .searchResultBox h5 {
    text-align: center;
  }

  .tab-container {
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .searchResultBox {
    padding-left: 15px;
  }
}

/******************************************************************
            clients.php  
******************************************************************/

.clientSection div {
  overflow: hidden;
}

.clientSection .row .col-lg-6,
.clientSection .row .col-xl-4 {
  margin: 10px 0;
}

.featImgContainer {
  max-width: 400px;
  height: 150px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px;
}

.featImgContainer:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.featImgContainer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  transition: background .25s;
}

.featImgContainer:hover::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  transition: background .25s;
}

.featImgContainer:hover::before {
  content: 'Get VIP';
  text-transform: uppercase;
  color: white;
  background: #800;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.5em;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: opacity .25s;
  z-index: 6;
}

@media(max-width: 430px) {
  .featImgContainer {
    max-width: 360px;
    background-size: cover;
  }
}


/******************************************************************
            about.php  
******************************************************************/

.aboutSection .hero-image {
  background: url('/common/images/crowd-web-color.jpg');
  display: block;
  padding: 25px;
}

.aboutSection .hero-image .logoHolder {
  display: block;
  width: 50%;
  z-index: 1;
  position: relative;
  left: 25%;
  top: 5%;
  color: white;
  background: rgba(0, 0, 0, .5);
  border-radius: 6px;
  height: 90%;
}

@media (max-width: 1200px) {
  .aboutSection .hero-image .logoHolder {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 576px) {
  .aboutSection .hero-image .logoHolder {
    width: 90%;
    left: 5%;
  }
}

.logoHolder #logoPic {
  width: 50%;
  position: relative;
  top: 5%;
  left: 25%;
  display: block;
}

.logoHolder #aboutUsText {
  width: 90%;
  position: relative;
  top: 33%;
  left: 5%;
}

.img-wrapper {
  padding: 10px;
  border-radius: 15px;
}

.member-img-wrapper {
  height: 255px;
  width: 255px;
  position: relative;
  margin-bottom: 35px;
  text-align: right;
  padding: 5px;
  cursor: pointer;
}

.member-img-wrapper img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.member-img-wrapper img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  width: 105%;
  height: 105%;
}

.member-name {
  background-color: #444;
  color: white;
  border-radius: 2px;
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding: 5px 14px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
}

.member-title {
  background-color: #c40000;
  color: white;
  border-radius: 2px;
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 2px 10px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 13px;
}

.member-detail {
  color: #666;
  margin-bottom: 25px;
  font-size: 12px;
}

.img-avatar {
  border: 5px #c40000 solid;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  z-index: 99;
  position: relative;
  border-image: none;
  background: #fff;
}

.img-avatar .img-responsive {
  border-radius: 100%;
}

.quoteheader {
  color: #666;
  font-style: italic;
  font-size: 14px;
}

.quote {
  text-align: left;
  font-size: 12px;
}

.credit {
  color: #666;
  font-style: italic;
  font-size: 10px;
}

.aboutSection .imageHolder img {
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
}

.aboutSection .imageHolder {
  position: relative;
  height: 150px;
}

/******************************************************************
            faq.php  
******************************************************************/
.faqSection {
  padding: 15px;
}

.faqSection p,
.faqSection ul,
.faqSection ol {
  font-size: 18px;
}

.faqSection h1 {
  margin-bottom: 25px;
}

.faqSection h2 {
  text-align: center;
}

.faqSection h2:hover {
  color: white;
}

.faqGeneralSection h2,
.faqVIPSection h2 {
  color: darkslategray;
  margin-bottom: 15px;
}

.faqSection h3 {
  margin-top: 10px;
}

.faq-card {
  width: 300px;
  height: 400px;
  border: 1px solid black;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  top: 50px;
  padding: 15px;
  margin-bottom: 50px;
  cursor: pointer;
}

.faq-card h3 {
  color: black;
  font-weight: bold;
}

.faq-card img {
  margin: 0 auto;
  position: relative;
  top: -50px;
  width: 100px;
  height: 100px;
}

.faq-card button {
  background-color: transparent;
  border: 1px solid darkgray;
  color: darkgray;
  cursor: pointer;
  position: absolute;
  width: 150px;
  top: 350px;
  left: 75px;
}

.faq-card button:hover {
  color: black;
  border-color: black;
}

.speech-bubble,
.speech-bubble-right {
  position: relative;
  background: #ddd;
  border-radius: .4em;
  margin-top: 50px;
  padding: 10px;
  max-width: 320px;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ddd;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.speech-bubble-right:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ddd;
  border-bottom: 0;
  border-right: 0;
  margin-right: -10px;
  margin-bottom: -20px;
}

.faqSection a:hover {
  text-decoration: none;
  color: white;
}

/******************************************************************
            downloads.php  
******************************************************************/

.downloadsSection img {
  max-width: 100%;
  height: auto;
}

/******************************************************************
            selltickets.php  / selltickets_vip.php
******************************************************************/

.sellTicketsSection h2,
.sellTicketsVIPSection h2 {
  font-weight: bold;
}

.sellTicketsSection .icon,
.sellTicketsVIPSection .icon {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.sellTicketsSection h6,
.sellTicketsVIPSection h6 {
  font-weight: bold;
}

.hero-image .sell-tickets-title {
  display: block;
  z-index: 1;
  position: absolute;
  left: 33.5%;
  bottom: 5%;
  width: 33%;
  text-align: center;
}

.hero-image .sell-tickets-title h2 {
  max-width: 100%;
  height: auto;
}

@media (max-width: 950px) {
  .hero-image .sell-tickets-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .hero-image .sell-tickets-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .hero-image .sell-tickets-title h2 {
    font-size: 20px;
    position: relative;
  }

  .sell-tickets-title {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .sell-tickets-title {
    margin-top: 125px;
  }

  .hero-image .sell-tickets-title h2 {
    font-size: 18px;
    position: unset;
    color: #d90617;
  }
}

@media (max-width: 380px) {
  .sell-tickets-title {
    margin-top: 175px;
  }

  .hero-image .sell-tickets-title h2 {
    font-size: 16px;
  }
}

.slide {
  width: 90vw;
  height: 65vh;
  margin: 0 10%;
  text-align: center;
}

@media (max-width: 1500px) {
  .slide {
    margin: 0 15%;
  }
}

@media (max-width: 1200px) {
  .slide {
    margin: 0 5%;
  }
}

@media (max-width: 960px) {
  .slide {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .slide {
    height: auto;
  }
}

.ticket-management {
  max-width: 100%;
  height: auto;
}

.ticket-management-list {
  line-height: 35px;
}

.ticket-management-list li {
  text-align: left;
}

.sign-up {
  margin-top: -50px;
  border: 1px solid black;
  border-radius: 6px;
  padding: 20px;
}

.image-row {
  display: flex;
}

@media (max-width: 768px) {
  .image-row {
    display: none;
  }
}

/******************************************************************
            contact.php
******************************************************************/

.contactSection label {
  width: 200px;
  vertical-align: top;
}

.contactSection .form-cell {
  margin-bottom: 10px;
}

.contactSection input[type=text],
.contactSection input[type=email],
.contactSection textarea {
  width: 100%;
}

.contactSection h3 {
  text-align: center;
}

.contactSection .contact-header {
  padding: 40px;
  margin-bottom: 15px;
}

.contactSection .contact-header h1 {
  margin-bottom: 15px;
}

/******************************************************************
            mailing_list.php
******************************************************************/

.mailListSection label {
  width: 200px;
  vertical-align: top;
}

.mailListSection .form-cell {
  margin-bottom: 10px;
}

.mailListSection input[type=text],
.mailListSection input[type=email],
.mailListSection textarea {
  width: 100%;
}

.mailListSection h3 {
  text-align: center;
}

.mailListSection .contact-header {
  padding: 40px;
  margin-bottom: 15px;
}

.mailListSection .contact-header h1 {
  margin-bottom: 15px;
}

.mailListSection #btnSubmit {
  background-color: rgb(76, 140, 216);
  border-radius: 3px;
  font-size: 16px;
  color: white;
  height: 46px;
  width: 300px;
}

.mailListSection #btnSubmit:disabled {
  background-color: rgb(0, 0, 255);
  color: gray;
}

/*****************************************************************
        social network icons
******************************************************************/

ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: block;
  margin: 0 5px;
}

@media only screen and (max-width: 320px) {
  ul.social-network li {
    margin: 0;
  }
}

.social-circle li a {
  display: block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  color: #333333;
}

@media (max-width: 767px) {
  ul.social-network {
    display: inline;
  }

  ul.social-network li {
    display: inline;
  }

  .social-circle li a {
    display: inline-block;
  }
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-network a.icoWebsite:hover {
  color: white;
  background: #333;
}

.social-network a.icoInstagram:hover {
  color: white;
  background: -webkit-radial-gradient(50px 220px, #ffda75 18%, #ff3a49 43%, #ff3a49 50%, #e518a1 70%, #6634e1 100%)
}

.social-network a.icoFacebook:hover {
  color: white;
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  color: white;
  background-color: #33ccff;
}

.social-network a.icoYouTube:hover {
  color: white;
  background-color: #e62117;
}

.social-network a.icoYouTube:hover {
  color: white;
  background-color: #e62117;
}

.social-network a.icoSpotify:hover {
  color: white;
  background-color: #00db4d;;
}

/******************************************************************
            artist.php
******************************************************************/

.artistSection {
  margin-top: -25px;
  text-align: center;
}

.artistSection ul.social-network {
  display: inline;
}

.artistSection ul.social-network li {
  display: inline;
}

.artistSection .social-circle li a {
  display: inline-block;
}

.artist-info-row {
  max-width: 1600px;
  margin: auto;
  text-align: center;
}

.artistSection .spacer {
  display: block;
}

.artist_title_1,
.artist_title_2,
.artist_text {
  color: black;
}

.artist-header {
  margin: 25px -30px;
  padding: 0;
}

.artist-header img {
  width: 100%;
  height: auto;
}

.artistSection .upcoming-events {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 25px 0 15px 0;
}

.artist-col {
  margin: 0 auto;
  text-align: center;
  padding: 15px 25px;
}

@media (max-width: 768px) {
  .artistSection .spacer {
    display: none;
  }

  .artist-col {
    padding: 15px 0;
  }
}

.artist-col h1 {
  font-size: 28px;
}

.artist-col p,
.artist-col h1 {
  margin: 0;
  padding: 0;
  color: black;
}

.artist_title_1 {
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
  text-transform: uppercase;
}

.artist_title_2 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
}

.artist_text {
  text-align: center;
  font-size: 12pt;
}

@media (max-width: 375px) {
  .artist-col .container {
    padding: unset;
  }
}

/******************************************************************
            venue.php
******************************************************************/

.venueSection {
  margin-top: -25px;
  text-align: center;
}

.venue_title_1 {
  color: black;
}

.venue-image {
  padding: 0;
}

.venue-image img {
  max-width: 100%;
  height: auto;
}

.venue-col {
  text-align: left;
  padding: 15px;
}

.venue-col h1 {
  color: black;
}

@media (max-width: 480px) {
  .venue-col h1 {
    font-size: 30px;
  }

  .venue-col p {
    font-size: 12px;
  }
}

.venue-col-right {
  text-align: right;
}

@media (max-width: 575px) {
  .venue-col {
    text-align: center;
  }

  .venue-col-right {
    text-align: center;
  }
}

.topRow {
  padding: 0;
}

.topRow .col {
  padding: 0;
}

.bottomRow {
  background-color: transparent;
  padding-top: 10px;
}

.venue-col p,
.venue-col h1 {
  margin: 0;
  padding: 0;
}

.venueSection .upcoming-events {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 25px 0 15px 0;
}

.seller-thumb {
  display: block;
}

.seller-thumb img {
  max-width: 100px;
}

@media only screen and (max-width: 480px) {
  .seller-thumb {
    display: none;
  }
}

.fixed-width-control, input[type=text].fixed-width-control {
  width: 300px;
  max-width: unset;
}