/*

Tooplate 2125 ArtXibition
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  line-height: 30px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
  font-weight: 300;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #343a3e;
  color: #fff;
}

::-moz-selection {
  background: #343a3e;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-dark-button a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: #343a3e;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
}

.main-dark-button a:hover {
  opacity: 0.9;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background-color: #f0f0f1;
  padding: 10px 0px 10px 0px;
  position: relative;
}

.pre-header .text-button {
  text-align: right;
}

.pre-header .text-button a {
  color: #2a2a2a;
}

.pre-header p {
  font-size: 15px;
  font-weight: 400;
}

.header-area {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: #fff;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  position: relative;
}

.header-area .main-nav img {
  margin-top: -5px;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #656c74;
  font-size: 30px;
  font-weight: 700;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #2a2a2a;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 12px;
  padding-right: 12px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #656c74!important;
  opacity: 1;
}

.header-area .main-nav .nav li a.active {
  position: relative;
}

.header-area .main-nav .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #656c74;
  content: '';
  top: -20px;
  left: 0;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #656c74;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li a.active:after {
    display: none;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #656c74!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 10px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #656c74!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 1200px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

@media (max-width: 470px) {
  .header-area .main-nav img {
    width: 30px;
    height: 35px;
  }
  .header-area .main-nav .logo {
    font-size: 20px;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/mainbg.webp);
  background-repeat: repeat;
  background-size: cover;
  text-align: left;
  padding: 20px 0px 20px 0px;
  position: relative;
}

.main-banner .main-content {
  padding-top: 80px;
}

.main-banner .main-content h4 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 20px;
}

.main-banner .main-content h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.main-banner .main-content h3 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.main-banner .main-content h5 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.main-banner .main-content .call-link {
  text-align: left;
  position: relative;
}

.main-banner .main-content .call-link ul li {
  display: inline-block;
}

.main-banner .main-content .call-link ul li a {
  width: 150px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #2a2a2a;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 250;
  transition: all .3s;
}

.main-banner .right-content {
  text-align: center;
}

.main-banner .right-content img {
  padding: 10px;
  height: 185px;
  width: 250px;
  position: relative;
  border-radius: 40px;
}

/*
---------------------------------------------
Show Events Carousel
---------------------------------------------
*/

.show-events-carousel .heading h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.show-events-carousel .owl-show-events p {
  font-size: 22px;
  font-weight: 400;
  color: #656c74;
  text-align: center;
  margin-bottom: 10px;
}

.owl-show-events {
  position: relative;
  margin-top: 50px;
}

.owl-show-events .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(5px);
}

    
.owl-show-events .owl-nav .owl-prev{
  position: absolute;
  left: -45px;
  top: -30px;
  outline: none;
}

.owl-show-events .owl-nav .owl-prev span,
.owl-show-events .owl-nav .owl-next span {
  opacity: 0;
}

.owl-show-events .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #7c838b;
  font-size: 20px;
  content: '\f060';
}

.owl-show-events .owl-nav .owl-next{
  position: absolute;
  right: -45px;
  top: -30px;
  outline: none;
}

.owl-show-events .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #7c838b;
  font-size: 20px;
  content: '\f061';
}
/*
---------------------------------------------
Amazing Venues
---------------------------------------------
*/

.amazing-venues {
  margin-top: 100px;
  margin-bottom: 20px;
}

.amazing-venues .left-content h4 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.amazing-venues .left-content p {
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  color: #2a2a2a;
}

.amazing-venues .right-content {
  margin-left: 30px;

}

.amazing-venues .right-content img {
  height: 250px;
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
---------------------------------------------
Subscribe
---------------------------------------------
*/

.subscribe {
  background-color: #7c838b;
  padding: 30px 0px;
}

.subscribe h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

.subscribe form input {
  padding: 5px 10px;
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(250,250,250,0.5);
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  margin-top: 5px;
}

.subscribe form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
  font-weight: 200;
}

.subscribe form .main-dark-button {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: #343a3e;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
  border: none;
  outline: none;
  width: 100%;
}

.subscribe form .main-dark-button:hover {
  background-color: #656c74;
}

/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #3a3b3c;
}

footer h4 {
   font-size: 20px;
   color: #fff;
   font-weight: 700;
   margin-bottom: 25px;;
}

footer p {
  color: #fff;
}

footer .links {
  text-align: center;
}

footer .links ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}

footer .hours {
  text-align: right;
}

footer .hours ul li {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}

.sub-footer {
  border-top: 1px solid #a1a1a1;
  margin-top: 30px;
  padding-top: 30px;
}

.sub-footer .logo span {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

.sub-footer .logo span em {
  font-style: normal;
  color: #fff;
}

.sub-footer .logo img {
  margin-bottom: 10px;
}

.sub-footer .social-links {
  text-align: right;
  margin-top: 10px;
}

.sub-footer .social-links ul li {
  display: inline-block;
  margin-left: 5px;
}

.sub-footer .social-links ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #2a2a2a;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-footer .social-links ul li a:hover {
  background-color: #656c74;
}

.sub-footer .copyright .address, i {
  color: #fff;
}

/* 
---------------------------------------------
Sub-Header
--------------------------------------------- 
*/

.sub-header .social-links {
  text-align: center;
  margin-top: 0px;
  padding-left: 10px;
}

.sub-header .social-links ul li {
  display: inline-block;
  margin-left: 2px;
}

.sub-header .social-links ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #2a2a2a;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  transition: all .3s;
}

.sub-header .social-links ul li a:hover {
  background-color: #656c74;
}

.text-button .call-link {
  text-align: right;
  margin-top: 0px;
  margin-left: 0px;
}

.text-button .call-link ul li {
  display: inline-block;
  margin-left: 10px;
}

.text-button .call-link ul li a {
  width: 150px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #2a2a2a;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  transition: all .3s;
}

/*
---------------------------------------------
About Us Page
---------------------------------------------
*/

.page-heading-about {
  background-image: url(../images/mainbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0px 70px 0px;
  text-align: justify;
}

.page-heading-about h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}

.page-heading-about span {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.about-upcoming-shows {
  margin-top: 20px;
  margin-bottom: 50px;
}

.about-upcoming-shows h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  text-align: center;
}

.about-upcoming-shows p {
  margin-bottom: 30px;
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
}

.about-upcoming-shows .next-shows img {
  margin-bottom: 60px;
  height: 140px;
  width: 200px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

/*
---------------------------------------------
Contact Us
---------------------------------------------
*/

.rent-venue-tabs .right-content {
  margin-top: 20px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.rent-venue-tabs .right-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.rent-venue-tabs .right-content i {
  color: #000;
}

.rent-venue-tabs .map iframe {
  height: 250px;
  width: 100%;
}

.rent-venue-application {
  margin: 100px 0px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rent-venue-application .heading-text h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
}

.rent-venue-application .contact-form input,
.rent-venue-application .contact-form select,
.rent-venue-application .contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.rent-venue-application .contact-form textarea {
  height: 100px;
  resize: none;
}

.rent-venue-application .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.rent-venue-application .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.rent-venue-application .contact-form ::placeholder {
  color: #7a7a7a;
}

.rent-venue-application form .main-dark-button {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: #343a3e;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
  border: none;
  outline: none;
}

.rent-venue-application form .main-dark-button:hover {
  background-color: #656c74;
}

/*
---------------------------------------------
Blogs Page
---------------------------------------------
*/

.page-heading-shows-events {
  background-image: url(../images/blogs.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0px;
  text-align: center;
}

.page-heading-shows-events h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

.page-heading-shows-events span {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  padding: 0px 100px;
  display: inline-block;
}

/*
---------------------------------------------
Products Page
---------------------------------------------
*/

.shows-events-tabs {
  background-color: #f0f0f1;
  padding-top: 20px;
  padding-bottom: 50px;
}

.shows-events-tabs .tabs-content {
  padding: auto;
  margin: auto;
  text-align: center;
  position: relative;
}

.shows-events-tabs .tabs-content .heading h2 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shows-events-tabs .tabs-content .event-item {
/*  border: 2px solid #d7dadc;*/
  margin-top: 20px;
  padding: 5px auto;
  position: relative;
}

.shows-events-tabs .tabs-content .event-item ul li {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #36454F;
  padding: 5px 0px;
  border: 1px dotted #d3d3d3;
}

/*
---------------------------------------------
Affiliations and Blogs Page
---------------------------------------------
*/

.tickets-page {
  margin-bottom: 20px;
}

.tickets-page .heading h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.tickets-page .ticket-item2 p {
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  color: #2a2a2a;
}

.tickets-page .ticket-item .thumb {
  position: relative;
}

.tickets-page .ticket-item .thumb img {
  height: 160px;
  width: 220px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.tickets-page .ticket-item .thumb2 {
  padding: 20px 0px;
  position: relative;
}

.tickets-page .ticket-item .thumb2 img {
  height: 150px;
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.tickets-page .ticket-item .thumbfafai {
  padding: 20px 0px;
  position: relative;
}

.tickets-page .ticket-item .thumbfafai img {
  height: 150px;
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.tickets-page .ticket-item {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  height: 100%;
  width: 100%;
}

.tickets-page .ticket-item .down-content {
  background-color: #fafafa;
  padding: 20px;
}

.tickets-page .ticket-item .down-content span {
  font-size: 14px;
  color: #656c74;
  font-weight: 700;
}

.tickets-page .ticket-item .down-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tickets-page .ticket-item .down-content .main-dark-button {
  margin-top: 10px;
}

/* 
---------------------------------------------
terms and conditions
--------------------------------------------- 
*/

.tnc-header {
  margin: 100px 0px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tnc-header .heading-text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
}

.tnc-header .tnc-list ol li p {
  font-weight: 100px;
  text-align: justify;
}

.tnc-header .tnc-p p {
  font-size: 10px;
  text-align: justify;
}

/* 
---------------------------------------------
policies page
--------------------------------------------- 
*/
.policies-header {
  margin-top: 20px;
  margin-bottom: 40px;
}

.policies-header .heading-text h3 {
  font-size: 20px;
  font-weight: 400;
  color: #2a2a2a;
}

.policies-header .policy-list ol li p {
  font-weight: 100px;
  text-align: justify;
  font-size: 12px;
}

.policies-header .policy-p p {
  font-size: 10px;
  text-align: justify;
}

/* 
---------------------------------------------
brand page
--------------------------------------------- 
*/
.brand-header {
  margin-top: 100px;
  margin-bottom: 200px;
}

.brand-header .heading-text h2 {
  font-size: 60px;
  font-weight: 800;
  color: #2a2a2a;
  text-align: justify;
}

/* 
---------------------------------------------
blogs page
--------------------------------------------- 
*/
.news-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-header .heading-text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2a2a2a;
  text-align: justify;
  margin-bottom: 10px;
}

.news-header .heading-text h6 {
  font-size: 15px;
  font-weight: 200;
  color: #2a2a2a;
  text-align: justify;
  margin-bottom: 10px;
}

.news-header .heading-text p {
  font-size: 20px;
  font-weight: 400;
  color: #2a2a2a;
  text-align: justify;
  margin-bottom: 10px;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 1036px) {

  .owl-show-events .owl-nav {
    display: none;
  }

}

@media (max-width: 992px) {

  .amazing-venues .right-content {
    margin-left: 0;
    margin-top: 45px;
  }

  .subscribe,
  .subscribe input,
  footer .address,
  footer .hours {
    text-align: center; 
  }

  .subscribe h4 {
    margin-bottom: 20px;
  }

  .subscribe .main-dark-button {
    margin-top: 20px;
  }

  footer .address {
    margin-bottom: 45px;
  }

  footer .hours {
    margin-top: 45px;
  }

  .sub-footer,
  .sub-footer .social-links {
    text-align: center;
  }

  .about-upcoming-shows .next-shows {
    margin-top: 30px;
  }

  .page-heading-shows-events span {
    padding: 0px;
  }

}

@media (max-width: 450px) {

  .pre-header {
    display: block;
  }

}

@media (max-width: 1200px){
  .pre-header .container .row .sub-header .social-links{
    margin: auto;
  } 
  .pre-header .container .row .text-button .call-link ul{
    text-align: center;
  } 
}


@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } 
}