body {
  font-family: 'Open Sans Condensed';
  line-height: 1.5;
  font-size: 1rem;
}

a, a:hover {
  color: #008732;
}

.text-primary {
  color: #008732 !important;
}

.custom-logo-link img {
  width: 180px;
}

.font-xxs {
  font-size: 0.9rem;
}

.font-xs {
  font-size: 1rem;
}

.font-sm {
  font-size: 1.2rem;
}

.font-md {
  font-size: 1.43rem;
}

.font-lg {
  font-size: 1.7rem;
}

.font-xl {
  font-size: 2rem;
}

.font-xxl {
  font-size: 45px;
  line-height: 45px;
}

.btn {
  border-radius: 0;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle, .btn-primary, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #008732;
  border-color: #008732;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #008732;
  background-color: #fff;
  border-color: #008732;
}

#sidebar .btn-primary:hover {
  border-color: #ffffff;
}

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #008732;
  background-color: transparent;
  background-image: none;
  border-color: #008732;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary.focus, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-main {
  background-color: #008732 !important;
}

.bg-secondary {
  background-color: #DAA520 !important;
}

.bg-dark {
  background-color: #000 !important;
}

.p-relative {
  position: relative;
  /*overflow: hidden;*/
}

.p-absolute {
  position: absolute;
}

.bg-cover {
  background-size: cover;
}

.bg-blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imagecov {
  position: relative;
  overflow: hidden;
}

.imagecov img {
  max-height: 654px;
  /*padding: 15px;*/
  z-index: 2;
  position: relative;
  /*-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1);*/
}

.imagecov .blurcov {
  left: 0;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0;
  bottom: 0;
  background-position: 50%;
  background-attachment: fixed;
}

.redes-artista a:hover {
  text-decoration: none;
}

.understrap-read-more-link {
  display: none;
}

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
  border-radius: 0;
}

.wpml-ls-legacy-list-horizontal a {
  color: #fff;
  padding: 5px;
}

.portada {
  background-size: cover;
  height: 654px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.portada.inner {
  height: 300px;
}

#sidebarCollapse {
  cursor: pointer;
}

#sidebar ul li a:hover {
  text-decoration: none;
}

#sidebar .wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal a.wpml-ls-link {
  text-transform: uppercase;
  padding: 5px;
  font-size: 14px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal.wpml-ls-current-language a.wpml-ls-link {
  color: #fff;
  background: #008732;
  pointer-events: none;
}

#sidebar .lang-title {
  padding: 10px 20px;
  font-size: 14px;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
  clear: both;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.topmenu {}

.topmenu a {
  padding: 5px;
  display: block;
  float: left;
  line-height: 1;
  color: #fff;
}

.break-word {
  word-break: break-word;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  z-index: 9999;
  background: #000000;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  right: 0;
}

#dismiss {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #008732;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #008732;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #000;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px 20px;
  font-size: 1.1em;
  display: block;
  font-weight: 800;
}

#sidebar ul li a:hover {
  color: #fff;
  background: #008732;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
  color: #fff;
  background: #111;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

.btn-secondary {
  background-color: #DAA520 !important;
  border: 1px solid #DAA520 !important;
}

.btn-secondary:hover {
  background-color: #fff !important;
  color: #DAA520 !important;
}

.card-deck .card li {
  padding: 5px 0;
}

h2.no-span {
  display: table;
  white-space: nowrap;
}

h2.no-span:before, h2.no-span:after {
  border-top: 1px solid rgba(0, 0, 0, .3);
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}

h2.no-span:before {
  right: 1.5%;
}

h2.no-span:after {
  left: 1.5%;
}

.big-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: left;
}

.big-list li {
  padding: 5px 0;
}

.big-list li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 10px;
  color: #008732;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, .3);
}

.faq-area h5 {
  font-size: 0.8rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  line-height: normal;
}

.postid-1151 .vip_tables {
  display: none;
}

.ticket_block {
  background: #000;
  position: relative;
}

.ticket_block .ticket_title {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 20px;
  top: 20px;
}

.ticket_block .ticket_title h2 {
  font-weight: 800;
  font-size: 3rem
}

.ticket_block img {
  opacity: .7
}

.btn.AddToCart {
  font-weight: 800;
}
