/* ================================================================================================================*\

  MEDIA QUERIES

\* ================================================================================================================*/

/*-- 1140PX --*/
@media (max-width: 1140px) {
  .first-form {
    padding-left: 1rem !important;
  }

  .last-form {
    padding-right: 1rem !important;
  }

  .breadcrumb {
    padding-left: 1rem !important;
  }

  .form-button {
    margin-left: 1rem !important;
  }
}
/*-- END of 1140PX --*/

@media (max-width: 992px) {
  .navbar-nav li {
    margin-left: 0 !important;
  }

  .fontain {
    padding-top: 50px !important;
  }

  .detail-map {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .top-detail {
    padding-top: 0px !important;
  }

  .ml-auto,
  .mx-auto {
    margin-left: 0 !important;
  }
}
/*-- END of 992PX --*/

/*-- 768PX --*/
@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 300%;
  }

  .carousel-caption p {
    font-size: 120%;
  }

  .wel {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*-- END of768PX --*/

/*-- 576PX --*/
@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 200%;
  }

  .carousel-caption p {
    font-size: 90%;
  }

  .carousel-caption {
    top: 40% !important;
    transform: translateY(-40%) !important;
  }
}
/*-- END of 576PX --*/

/* ================================================================================================================*\

  GENERAL RULES

\* ================================================================================================================*/

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.page-wrap {
  max-width: 1350px;
  margin: 0 auto;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  color: #424343;
  font-family: 'avenir next', sans-serif;
}

/*--- Primary Button --*/
.btn-primary {
  background-color: #d41149;
  border-color: #d41149;
}

.bg-primary {
  background-color: #1e2126 !important;
  color: #1e2126;
}

.btn-primary:hover {
  background-color: #c2083e;
  border-color: #c2083e;
  cursor: pointer;
}
/*--- END of Primary Button --*/

.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  padding-top: 50px;
}

.breadcrumb li a {
  color: #c2083e;
}

/*--- Padding Rules --*/
.pad-50-top {
  padding-top: 50px;
}

.pad-50-bot {
  padding-bottom: 50px;
}

.pad-50-top-bot {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*--- END of Padding Rules --*/

/* ================================================================================================================*\

  NAVIGATION

\* ================================================================================================================*/

/*--- Naviation --*/
.navbar {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


.navbar-nav li,  li.page_item {
  margin-left: 50px;
}

.navbar-nav a ,  li.page_item a {
  transition: 0.3s;
  color: rgba(255,255,255,0.55) !important;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link, li.page_item:active a, li.page_item:hover a {
  color: #d41149!important;
}

.navbar-logo {
  width: 150px;
}

.navbar-toggler {
  position: absolute;
  right: 80px;
}

.banner-logo {
    height: 150px;
    position: absolute;
    transform: translateY(-50%);
    top: 57px;
    bottom: 57px;
    left: 95px;
}

.me-2 {
  margin-right: 5.5rem !important;
}

.sign-in {
  cursor: pointer;
  align-content: center;
}

.user-account {
  position: absolute;
  width: 25px;
  margin-left: 15px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.search {
  cursor: pointer;
  align-content: center;
}

.search-icon {
  width: 25px;
  position: absolute;
  right: 84px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-menu li a, .footer-menu li a:visited {
	color: #ffffff;
}
.footer-menu li a:hover {
	color: #d41149;
}
/*--- END of Naviation --*/

/* Carousel */

.carousel-caption h1, .carousel-caption  {
  text-align: left !important;
   
}
.see-all-btn {
  text-align: center;

}
.see-all-btn a, .see-all-btn a:visited  {
	color: #ffffff;
}

.image-holder {
  position: relative;
}
/* END of Carousel */
/*--- Sidenav --*/
.sidenav {
  height: 300px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 78px;
  right: 0px;
  background-color: #1e2126;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #d41149;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/*--- END of Sidenav --*/

/* ================================================================================================================*\

  HOME PAGE

\* ================================================================================================================*/

/*--- Hero Carousel --*/
.carousel-inner {
  position: relative;
  max-height: 750px;
}

.carousel-inner img {
  width: 100%;
  max-height: 1365px;
}

.carousel-indicators {
  position: absolute;
  top: 90%;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption p {
  text-align: left;
}

.carousel-indicators .active {
  background-color: #d41149;
}

#slides li .active {
  background-color: #d41149;
}

.hero-1-btn {
  position: absolute;
  left: 0px;
}
/*--- END Hero Carousel --*/

/*--- Welcome Section --*/
.wel {
  padding-top: 50px;
  background-color: #ededed;
}

.wel-1 {
  background-color: #ededed;
}
/*--- END of Welcome --*/

/*--- Exhibitions --*/

.featured-events {
  padding-top: 50px;
  padding-bottom: 20px;
}

.featured-event {
  padding-bottom: 50px;
}

.card-body {
  padding-bottom: 70px;
}

.card-button {
  margin-left: 20px;
}

.slick-dots li.slick-active button:before {
  color: #d41149;
  opacity: 100%;
}

/*--- END of Featured Events --*/

/*--- Exhibitions --*/
.description-content {
  padding-left: 5%;
  padding-right: 5%;
}

.exhibition {
  background-color: rgba(0,0,0,0.1);
  margin-left: 2%;
  margin-right: 2%;
}
.exhibition img, .food-drink img {
  opacity: 1;
  width: 100%;
  height: auto;
  position: relative;
  background: none;
  margin-bottom: 20px;
}

.exhibition img:hover, .food-drink img:hover {
  opacity: 0.9;
}

.exhibitions, .food-drinks {
  padding-bottom: 60px;
  position: relative;
}

.exhibitions h1 form, .food-drinks h1 form{
  position: absolute;
    right: 5%;
    top: 0;
}

.exhibitions div .slider .slick-dots, .food-drinks div .slider .slick-dots {
  display: none !important
}
.checked {
  color: orange;
}

.fa-star {
  margin-bottom: 20px;
}

.rated-content {
  position: absolute;
  bottom: -20px;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 20px;
  pointer-events: none;
}

.exhibition-description p {
  font-size: x-large;
  color: #424343;
}

.row-exhibition h1 {
  font-size: 70px;
  color: #424343;
}

.sub-nav-trail p {
  font-size: 1rem;
  color: #424343;
}

.sub-nav-trail a {
  text-decoration: none;
  color: #424343;
}

.row-exhibition-section p {
  font-size: 25px;
}

.row-exhibition {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*--- END of Top Rated Venues --*/

/*--- Newsletter --*/
.news-email {
  padding-bottom: 50px;
  padding-top: 40px;
}

.news-pad {
  padding-top: 40px;
}
/*--- END of Newsletter --*/

/* ================================================================================================================*\

  WHATS ON PAGE

\* ================================================================================================================*/

/*--- Refine Search --*/

.first-form {
  padding-left: 0;
}

.last-form {
  padding-right: 0;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}
.input-group-btn .btn-group {
  display: flex !important;
}
/*--- END of Refine Search --*/

/*--- Cards --*/
.whats-on-bot {
  padding-bottom: 40px;
}

.card-save {
  position: absolute;
  left: 250px;
}
/*--- END of Cards --*/

/*--- Pagination --*/
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #d41149;
  border-color: #d41149;
}

.page-link {
  color: #d41149;
  transition: 0.3s;
}
/*--- END of Pagination --*/

/* ================================================================================================================*\

  DETAIL PAGE

\* ================================================================================================================*/

.fontain img {
  width: 100%;
}

.social-pad {
  margin-left: 15px;
}

.detail-btn {
  margin-left: 15px;
}

.detail-heading {
  padding-bottom: 10px;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  max-height: 309px;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.save-heart {
  margin-left: 5px;
}

.review-card {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #eeeeee;
}

.fa-quote-left {
  color: #d41149;
}

/* ================================================================================================================*\

  FOOTER

\* ================================================================================================================*/

/*--- Footer --*/
footer {
  background-color: #1e2126;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.foot-pad {
  padding-top: 30px;
}

footer a {
  color: #ffffff;
  transition: 0.3s;
}

footer a:hover {
  color: #d41149;
}

.footer-logo img {
  width: 85px;
}

hr.light {
  border-top: 1px solid #ffffff;
  width: 50%;
}

hr .dark {
  border-top: 2px solid #eeeeee;
  width: 75%;
}

.social a {
  font-size: 2.5em;
  margin-right: 10px;
}

.social {
  max-width: 100%;
}

.sub-nav-trail p {
  margin-top: 1rem;
}

.filter-class {
  padding-top: 50px;
  padding-bottom: 25px;
}



/* Newsletter */

  .news-email {
    padding-bottom: 50px;
    padding-top: 40px;
    width: auto;
  }
  
  .news-pad {
    padding-top: 40px;
    width: auto;
  }
  
  /* END of Newsletter */

  /* START of Footer */

  .column-is-left {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
  }

  .footer {
    display: flex;
  }

  .icons {
    display: flex;
    list-style: none;
    padding-left: 0;
    padding-top: 1em;
  }

  .icons li{
  padding-right: 2%;
  }

  .icons li img{
    width: 60%;
    }

  .footer-columns {
    display: flex;

  }

  .footer-menu {
    list-style: none;
    padding-left: 0%;
  }

  .footer-menu li{
    list-style: none;
    display: inline;
  }

  .menu-footer-container {
    display: flex !important;
  }

  .navigation h3 {
    padding-bottom: 1em;
  }

  .email-header {
    font-size: x-large;
  }

  .contact {
    padding-top: 1em;
  }

  /* END of Footer */