/*-----------------------------------------------------------------------------------
	Theme file    
----------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------------

	 Global SCSS INDEX

	01. Mixins
		- Full BG img 
		- Transition
		- Shadow
		- Text-shadow
	02. Colours
	03. Fonts + Links
	04. Buttons
		- Button & .btn
		- Burger
		- Link 
			- solid
			- outline
		- Block
		- Tags
		- View Map
		- Info
		- Arrows
		- Close
		- Social
	05. Elements
		- Picture
		- Video
	06. Media Queries

-----------------------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.yellow {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.95rem;
  padding: 10px 25px;
  border-radius: 30px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.3;
  border: 2px solid #E8E8E6;
}

.event .text h3, body.HBAFHomePage .img-links .item .card .info h3, h3, h2, h1 {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}

.accordion .accordion-item .accordion-button, .accordion .accordion-item, .carousel-caption, p, li {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

.leaflet-popup-content h3, .filter #restEvents, .filter #resetNews, .filter #resetArtist, .event .venue, .card:hover .cover h3, #nav .main-nav a, #nav .sub-nav a, body.login-page .middleColumn input, body.login-page, footer .copyright, footer .main li, #mc_embed_signup .mc-field-group label, #mc_embed_signup_scroll .mc-field-group label, .news-list .words, .news-list .audio, .news-list .video, .btn, h4, .news-date {
  font-family: "helvetica-lt-pro", sans-serif;
  color: #000000;
}

h1 {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-style: normal;
}

h2 {
  font-size: 2.6rem;
  line-height: 1;
  margin: 25px 0 10px 0;
}

h3 {
  font-size: 2rem;
  line-height: 1;
  margin: 15px 0;
}

h4, .news-date {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.03rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

p, li {
  font-size: 1.1rem;
}

p {
  line-height: 1.6;
  margin-bottom: 15px;
}

li {
  line-height: 1.7;
  margin-bottom: 10px;
}

a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  width: fit-content;
}
a:hover {
  color: #fc890a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul {
  padding: 0;
}

strong {
  font-weight: 600;
}

hr {
  color: #FFFFFF;
  margin: 10px 0;
}

iframe.embed-responsive-item {
  width: 100%;
  height: 340px;
  margin-bottom: 25px;
}

.small {
  font-size: 0.85rem !important;
  margin-top: 15px;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.btn {
  display: inline-block;
  height: fit-content;
  padding: 15px 20px;
  margin: 10px auto;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.info-btn {
  position: fixed;
  z-index: 5000;
  bottom: 10%;
  right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  background-image: url("../images/info.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.info-btn:hover {
  background-color: #fc890a;
}

.link-out {
  width: fit-content;
  border-radius: 25px;
  border: 2px solid #000000;
  color: #000000;
}

.link-out:hover {
  color: #FFFFFF !important;
  background-color: #000000;
}

.link-out-wht, .action {
  width: fit-content;
  border-radius: 25px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.link-out-wht:hover {
  color: #FFFFFF !important;
  background-color: #fc890a;
  border: 2px solid #fc890a;
}

.link-out-bl {
  border-radius: 25px;
  border: 2px solid #E8E8E6;
  color: #E8E8E6;
}

.link-out-bl:hover {
  background-color: #fc890a;
  color: #FFFFFF;
}

.link-solid {
  width: fit-content;
  border-radius: 25px;
  border: 2px solid #FFFFFF !important;
  background-color: transparent !important;
  color: #FFFFFF;
}

.link-solid:hover {
  border: 2px solid #fc890a !important;
  background-color: #fc890a !important;
  color: #FFFFFF;
}

.link-buy {
  width: fit-content;
  font-size: 1.1rem !important;
  margin: 30px 0 10px 0;
  border-radius: 25px;
  border: 2px solid #fc890a !important;
  background-color: #fc890a;
  color: #000000 !important;
}

.link-buy:hover {
  border: 2px solid #000000 !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

.block, .block-blk {
  width: fit-content;
  margin-bottom: 15px;
  padding: 10px 15px;
  color: #000000;
  font-weight: 600;
}

.block, .block-blk {
  background-color: #000000;
}

.icon {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 8px;
  background-color: #000000;
  border-radius: 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
.icon img {
  margin: 0 !important;
}

.icon:hover {
  background-color: #E8E8E6;
}

.news-list .words, .news-list .audio, .news-list .video {
  margin: 0 0 10px 0 !important;
  border-radius: 25px;
  width: fit-content;
  color: #FFFFFF;
  font-size: 0.8rem;
}
.news-list .words {
  background-color: #fc890a;
}
.news-list .btn.w:hover, .news-list .btn.w.active {
  background-color: #E8E8E6;
  color: #FFFFFF;
}
.news-list .audio {
  background-color: #fc890a;
}
.news-list .btn.a:hover, .news-list .btn.a.active {
  background-color: #fc890a;
  color: #FFFFFF;
}
.news-list .card .video {
  background-color: #fc890a;
}
.news-list .btn.v:hover, .news-list .btn.v.active {
  background-color: #6529d9;
  color: #FFFFFF;
}

.myFestival {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 42px;
  background-image: url("../images/star.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 30px auto;
  border-radius: 0;
  background-color: #fc890a;
  z-index: 10000;
  padding: 5px 20px;
  margin: 0;
}
.myFestival h4 {
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}

.myFestival:hover {
  background-color: #000000;
}

.back {
  display: none;
  position: fixed;
  z-index: 20;
  top: 25%;
  padding: 20px 20px 20px 15px;
  border-left: none !important;
  writing-mode: vertical-rl;
  background-color: #E8E8E6;
  border: 2px solid #E8E8E6;
  color: #000000;
  letter-spacing: 0.15rem;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  border-radius: 0 30px 30px 0;
}

.back:hover {
  border: 2px solid #fc890a;
  background-color: #fc890a;
  color: #FFFFFF;
}

picture {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.trapezoid-sml {
  border-right: 30px solid #E8E8E6;
  border-top: 50px solid transparent;
  right: 59px;
  position: absolute;
  top: -1px;
}

@media (min-width: 576px) {
  .info-btn {
    width: 70px;
    height: 70px;
    background-size: 25px auto;
  }
  .myFestival {
    top: 20%;
    right: 0;
    width: 60px;
    height: 60px;
    border-top: 1px solid #FFFFFF;
    background-position: center center;
    padding: 20px 20px 20px 15px;
  }
  .myFestival h4 {
    display: none;
  }
}
@media (min-width: 768px) {
  .btn {
    margin: 10px 0;
    font-size: 0.95rem;
  }
  .back {
    display: block;
  }
}
@media (min-width: 992px) {
  .trapezoid, .trapezoid-lft {
    position: absolute;
    top: 0;
    border-left: 0;
    height: 1000px;
    width: 5%;
  }
  .trapezoid {
    border-top: 1200px solid #FFFFFF;
    border-right: 110px solid transparent;
    left: 43%;
  }
  .trapezoid-lft {
    border-bottom: 1000px solid #FFFFFF;
    border-right: 160px solid transparent;
    left: 43%;
  }
}
@media (min-width: 1200px) {
  .trapezoid {
    left: 43%;
  }
}
@media (min-width: 1440px) {
  .trapezoid {
    left: 41%;
  }
}
/*-----------------------------------------------------------------------------------

	Sections SCSS INDEX

	00. Global Padding
	01. Header
			- Header home
			- Header pages
		- Covid Message
		- Brand
		- Menu Open & Closed
		- Inner Pages Header
	02. Banners
		- Homepage Page Banner
		- Page Banner
		- Video
	03.	Intro's
		- Landing Page
		- Destination Page
	04. Titles
		- Page
		- Section 
	05. Main
	06. Join
	07. Mailchimp Forms
	08. Footer & Copyright
	09. Login Page
	010. Media Queries

-----------------------------------------------------------------------------------*/
.featured-multi, .whats-on, .works, .img-links {
  margin: 60px 0 0 0;
}

.news {
  padding: 60px 0;
}

footer {
  padding: 60px 0;
}

.content {
  margin-top: 60px;
  color: #000000;
}

.mob {
  display: block;
}

.header-hm, .header-patron {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  margin-top: 40px;
}
.header-hm .menu .burger, .header-hm .menu-open .burger, .header-patron .menu .burger, .header-patron .menu-open .burger {
  background-color: #fc890a;
  background-image: url("../images/burger-wht.svg");
}
.header-hm .menu .link-out, .header-hm .menu-open .link-out, .header-patron .menu .link-out, .header-patron .menu-open .link-out {
  display: none;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.header-hm .menu .link-out:hover, .header-hm .menu-open .link-out:hover, .header-patron .menu .link-out:hover, .header-patron .menu-open .link-out:hover {
  background-color: #E8E8E6;
  border: 2px solid #E8E8E6;
  color: #000000 !important;
}
.header-hm .menu .link-out-wht, .header-hm .menu-open .link-out-wht, .header-patron .menu .link-out-wht, .header-patron .menu-open .link-out-wht {
  display: none;
}
.header-hm .menu .link-solid, .header-hm .menu-open .link-solid, .header-patron .menu .link-solid, .header-patron .menu-open .link-solid {
  display: none;
  margin-right: 15px;
}

.header-patron {
  position: relative;
  height: 220px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background-color: #000000;
  background-image: url("../images/hbaf-weave-wht.svg");
  background-position: top right;
  background-size: 500px auto;
  background-repeat: repeat-y;
}
.header-patron .brand {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.header-patron .menu {
  width: 100%;
}
.header-patron .menu .link-out {
  margin-top: 20px;
  display: block;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.header-patron .menu .link-out:hover {
  background-color: #E8E8E6;
  border: 2px solid #E8E8E6;
}

.header, body.ErrorPage .header-hm {
  padding: 30px 0;
  background-color: #000000;
}
.header .menu .burger, .header .menu-open .burger, body.ErrorPage .header-hm .menu .burger, body.ErrorPage .header-hm .menu-open .burger {
  background-color: #fc890a;
  background-image: url("../images/burger-wht.svg");
}
.header .menu .link-out-wht, .header .menu-open .link-out-wht, body.ErrorPage .header-hm .menu .link-out-wht, body.ErrorPage .header-hm .menu-open .link-out-wht {
  display: none;
}
.header .menu .link-out-wht:hover, .header .menu-open .link-out-wht:hover, body.ErrorPage .header-hm .menu .link-out-wht:hover, body.ErrorPage .header-hm .menu-open .link-out-wht:hover {
  border: 2px solid #fc890a !important;
  background-color: #fc890a;
}
.header .menu .link-solid, .header .menu-open .link-solid, body.ErrorPage .header-hm .menu .link-solid, body.ErrorPage .header-hm .menu-open .link-solid {
  display: none;
}

body.ErrorPage .header-hm {
  margin-top: 0;
  position: relative;
}
body.ErrorPage .col {
  max-width: 800px;
  margin: 40px auto;
  color: #000000;
}
body.ErrorPage footer col, body.ErrorPage .join col {
  margin: 0 !important;
  color: #FFFFFF;
}
body.ErrorPage footer {
  padding: 0 !important;
}
body.ErrorPage footer h4, body.ErrorPage footer li, body.ErrorPage footer a {
  color: #FFFFFF;
}

.covid {
  display: block;
  position: relative;
  z-index: 999999;
  display: block;
  padding: 50px 20px 20px 20px;
  background-color: rgba(251, 171, 24, 0.9);
  text-align: center;
  color: #FFF;
}
.covid p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
.covid a:hover {
  color: #323232;
}
.covid button.close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-image: url("../images/cross.svg");
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.covid button:hover {
  border: 2px solid #323232;
  background-color: #323232;
}

.brand {
  width: 40%;
  padding: 0 0 0 20px;
  display: block;
}
.brand img {
  width: 180px;
  height: auto;
}

.menu {
  width: 60%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.menu .btn {
  margin: 0 15px 0 0;
}
.menu .tickets {
  display: none;
}

.menu .burger, .menu-open .burger {
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu .burger:hover, .menu-open .burger:hover {
  background-color: #000000;
  background-image: url("../images/burger-wht.svg");
}

.home-banner, .banner-patron {
  position: relative;
  padding: 0;
  max-height: 700px;
  min-height: 300px;
  overflow: hidden;
  background-color: #000000;
}

#video .modal-body, #modalVideo .modal-body {
  background-color: #000000;
}
#video .modal-body .video, #modalVideo .modal-body .video {
  max-width: 900px;
  margin: 30px auto;
}
#video .modal-body .info, #modalVideo .modal-body .info {
  margin-top: 20px;
  color: #FFFFFF;
}
#video .closebtn, #modalVideo .closebtn {
  background-image: url("../images/cross-wht.svg");
}
#video .closebtn:hover, #modalVideo .closebtn:hover {
  background-image: url("../images/cross-teal.svg");
}

.intro, .pg-intro {
  background-color: #F2F2F0;
  text-align: center;
}
.intro .container, .pg-intro .container {
  max-width: 1140px;
  padding: 0 25px;
}
.intro h1, .pg-intro h1 {
  margin: 0 auto 20px auto;
  font-size: 3.2rem;
}
.intro .row, .pg-intro .row {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.intro {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-color: #fc890a;
}
.intro .row .info, .intro .row .message {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.intro .row .info {
  background-color: #FFFFFF;
  color: #000000;
}
.intro .row .info .text {
  max-width: 500px;
  padding: 60px 25px;
  z-index: 1000;
}
.intro .row .message {
  padding: 80px 25px;
}
.intro .row .message .text {
  max-width: 500px;
  color: #000000;
}
.intro .row .message .text .link-out {
  margin-top: 20px;
}
.intro .row .message .text a {
  border-bottom: 2px solid #000000;
}
.intro .row .message .text a:hover {
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.pg-intro {
  background-color: #000000;
  padding: 40px 10px;
  text-align: center;
}
.pg-intro .titles {
  animation: fadeIn 2s;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
.pg-intro .titles h1 {
  color: #fc890a;
  max-width: inherit;
}
.pg-intro .titles a:hover {
  background-color: #E8E8E6;
  border-bottom: 2px solid #E8E8E6;
}
.pg-intro .titles .block {
  margin: 0 auto 20px auto;
}
.pg-intro .titles .link-solid:hover {
  background-color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  color: #000000 !important;
}

.section-title {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  color: #000000;
  animation: fadeIn 2s;
}
.section-title .block {
  margin: 0 auto 15px auto;
}
.section-title .btn {
  margin: 5px auto 25px auto;
}

.join {
  display: flex;
  padding: 60px 20px;
  border-top: 6px solid #000000;
}
.join h2 {
  margin-bottom: 20px;
  color: #000000;
}
.join .col {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.join .col .btn {
  font-size: 1rem;
  padding: 15px 20px;
  border-radius: 25px;
}
.join .col:first-child {
  justify-content: center;
}

#membership h3, #subscribe h3 {
  color: #fc890a;
}

#mc_embed_signup, #mc_embed_signup_scroll {
  width: 100% !important;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding-top: 5px;
}
#mc_embed_signup p, #mc_embed_signup_scroll p {
  margin-top: 15px;
}
#mc_embed_signup .indicates-required, #mc_embed_signup_scroll .indicates-required {
  color: #FFFFFF !important;
}
#mc_embed_signup .mc-field-group, #mc_embed_signup_scroll .mc-field-group {
  margin: 10px 0 5px 0;
}
#mc_embed_signup .mc-field-group .groups, #mc_embed_signup_scroll .mc-field-group .groups {
  display: flex;
  width: 100%;
}
#mc_embed_signup .mc-field-group .groups li, #mc_embed_signup_scroll .mc-field-group .groups li {
  list-style: none;
  display: flex;
  font-weight: 400;
}
#mc_embed_signup .mc-field-group .groups li input, #mc_embed_signup_scroll .mc-field-group .groups li input {
  width: 30px;
  height: 30px;
  box-shadow: none;
}
#mc_embed_signup .mc-field-group label, #mc_embed_signup_scroll .mc-field-group label {
  width: auto;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 5px 0 5px 10px;
  letter-spacing: 0.04rem;
  color: #FFFFFF;
}
#mc_embed_signup .mc-field-group .input-group, #mc_embed_signup_scroll .mc-field-group .input-group {
  margin-top: 20px !important;
}
#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group select, #mc_embed_signup_scroll .mc-field-group input, #mc_embed_signup_scroll .mc-field-group select {
  border: none;
  background-color: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  box-shadow: none;
}
#mc_embed_signup .mc-field-group #mce-success-response, #mc_embed_signup .mc-field-group #mce-error-response, #mc_embed_signup_scroll .mc-field-group #mce-success-response, #mc_embed_signup_scroll .mc-field-group #mce-error-response {
  color: #fc890a;
}

#mc-embedded-subscribe {
  width: 140px !important;
  margin: 15px 0;
  padding: 10px;
  border: 0;
  border-radius: 40px;
  background-color: #E8E8E6 !important;
  color: #000000;
  font-weight: 400;
  font-size: 1rem !important;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input#mc-embedded-subscribe:hover {
  background-color: #fc890a !important;
}

footer {
  background-color: #000000;
  color: #FFFFFF;
}
footer .main {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
footer .main .col {
  display: block;
  text-align: center;
}
footer .main .col h4 {
  margin: 25px 0 10px 0;
  color: #FFFFFF;
}
footer .main .col a {
  font-weight: 300;
}
footer .main .col .icon {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  margin: 20px auto;
}
footer .main .col .icon:hover, footer .main .col .btn:hover {
  background-color: #fc890a;
  border: 2px solid #fc890a;
}
footer .main .col .btn {
  margin: 0 auto 10px auto;
}
footer .main li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #FFFFFF;
}
footer .main li a {
  font-weight: 500;
  font-size: 1.1rem;
}
footer .main li a:hover {
  color: #E8E8E6;
}
footer .main .socials {
  display: flex;
  width: 160px;
  margin: 0 auto;
  justify-content: space-between;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  text-align: center;
  border-top: 1px solid #FFFFFF;
  margin-top: 40px;
  padding-top: 20px;
}
footer .copyright p {
  font-size: 0.85rem;
  font-weight: 100;
}

body.login-page {
  background-color: #42d2b7;
  background-image: url("../images/circle-wht.svg");
  background-size: 400px auto;
  background-blend-mode: soft-light;
}
body.login-page h1 {
  display: none;
}
body.login-page .brand {
  margin: 20px auto !important;
  text-align: center;
}
body.login-page .brand img {
  width: 240px;
  height: auto;
}
body.login-page .middleColumn {
  max-width: 300px;
  margin: 0 auto;
}
body.login-page .middleColumn p {
  color: #FFFFFF;
  text-align: center;
}
body.login-page .middleColumn a {
  font-weight: 400;
  border-bottom: 2px solid #FFFFFF;
}
body.login-page .middleColumn a:hover {
  border-bottom: 2px solid #E8E8E6;
}
body.login-page .middleColumn fieldset {
  text-align: center;
  border: none;
}
body.login-page .middleColumn fieldset label {
  display: block;
  margin: 10px 0 5px 20px;
  color: #FFFFFF;
  text-align: left;
}
body.login-page .middleColumn fieldset .checkbox {
  display: flex;
}
body.login-page .middleColumn fieldset .checkbox .right {
  margin: 10px 5px 5px 5px;
}
body.login-page .middleColumn input {
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 800;
}
body.login-page .middleColumn .btn-toolbar {
  text-align: center;
  margin: 20px 0;
}
body.login-page .middleColumn .btn-toolbar .action {
  display: inline-block;
  cursor: pointer;
  border-radius: 25px !important;
  padding: 15px 20px !important;
  margin: 10px auto;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1rem;
  font-size: 0.9rem !important;
  line-height: 1.3;
}
body.login-page .middleColumn .btn-toolbar .action:hover {
  background-color: #E8E8E6;
  border: 1px solid #E8E8E6;
}

@media (min-width: 576px) {
  .header .menu .tickets, .header-hm .menu .tickets, .header-patron .menu .tickets {
    display: block;
  }
  .pg-intro {
    padding: 40px 20px;
  }
  footer .main {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  footer .main .col {
    text-align: left;
    padding: 0 0 0 20px;
  }
  footer .main .col .icon {
    margin: 20px 0;
  }
  footer .main .socials {
    margin: unset;
  }
  footer .main .col:first-child {
    padding: 0 0 0 15px;
  }
  footer .main h4 {
    margin: 15px 0;
  }
  footer .copyright {
    justify-content: space-between;
    flex-flow: row nowrap;
  }
}
@media (min-width: 768px) {
  .featured-multi, .whats-on, .works, .img-links {
    margin: 100px 0 0 0;
  }
  .news {
    padding: 100px 0;
  }
  footer {
    padding: 100px 0;
  }
  .upcoming {
    margin: 100px 0 0 0;
  }
  .mob {
    display: none;
  }
  .header-hm .menu .link-out, .header-hm .menu .link-out-wht, .header .menu .link-out, .header .menu .link-out-wht {
    display: block;
    margin-right: 10px;
  }
  .header-hm .menu .burger, .header .menu .burger {
    margin: 0 0 0 20px;
  }
  .header-hm {
    margin-top: 40px;
  }
  .header {
    padding-top: 40px;
  }
  .header-patron {
    text-align: left;
    padding: 30px 0;
  }
  .header-patron .brand {
    margin: 0;
    padding: 0 0 0 20px;
    width: 40%;
  }
  .header-patron .menu {
    width: 60%;
  }
  .brand img {
    width: 240px;
  }
  .intro h1 {
    font-size: 4rem;
    margin: 0 0 20px 0;
  }
  .intro h4 {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .pg-intro {
    padding: 80px 20px 60px 20px;
  }
  .section-title {
    margin: 0 auto;
  }
  .news .section-title {
    margin: 0 auto 20px auto;
  }
  .join {
    justify-content: space-around;
    padding: 0 40px;
  }
  .join h2 {
    margin: 0;
  }
  .join .col {
    flex: 1 0 0%;
    height: 150px;
  }
  .join .col:first-child {
    justify-content: left;
  }
  .HomePage .join {
    margin: 0;
  }
  footer .col {
    flex: 1 0 0%;
  }
}
@media (min-width: 992px) {
  .intro {
    text-align: left;
  }
  .intro .row {
    flex-flow: row nowrap;
    align-items: stretch;
  }
  .intro .row .info {
    width: 45%;
    justify-content: flex-end;
  }
  .intro .row .info .text {
    padding: 80px 0;
    margin-left: 80px;
  }
  .intro .row .message {
    width: 55%;
    padding: 60px 60px 60px 100px;
  }
  .intro .row .message .text {
    max-width: 330px;
    margin-left: 80px;
  }
  .header {
    padding-top: 60px;
  }
  .header-hm {
    margin-top: 60px;
  }
}
@media (min-width: 1100px) {
  .intro .row .message .text {
    max-width: 380px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .brand img {
    width: 260px;
  }
  .intro .row .info {
    width: 44%;
  }
  .intro .row .info .text {
    padding: 80px 20px 80px 20px;
  }
  .intro .row .message {
    width: 55%;
    justify-content: right;
  }
  .intro .row .message .text {
    max-width: 420px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .intro .row .message .text {
    max-width: 480px;
  }
}
@media (min-width: 1500px) {
  .intro .row .message {
    justify-content: center;
    padding: 80px 60px;
  }
  .intro .row .message .text {
    max-width: 500px;
  }
}
@media (min-width: 1600px) {
  .intro .row .message {
    justify-content: center;
  }
  .intro .row .message .text {
    margin-left: -8%;
  }
}
@media (min-width: 1700px) {
  .intro .row .info {
    width: 43%;
  }
}
/*-----------------------------------------------------------------------------------

	Sections SCSS INDEX

	00. Nav
		- Main Nav
		- Sub Nav

	01. Media Queries

-----------------------------------------------------------------------------------*/
#nav .modal-body {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
}
#nav .main-nav, #nav .sub-nav {
  padding: 80px 5%;
  display: flex;
  height: 100vh;
}
#nav .main-nav ul, #nav .sub-nav ul {
  max-width: 600px;
}
#nav .main-nav ul li, #nav .sub-nav ul li {
  list-style: none;
}
#nav .main-nav a, #nav .sub-nav a {
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
}
#nav .main-nav {
  background-color: #000000;
  color: #FFFFFF;
  z-index: 1000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#nav .main-nav li {
  margin: 25px 0;
}
#nav .main-nav li a {
  padding: 10px 20px;
  font-size: 1.05rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
#nav .main-nav li a.active, #nav .main-nav li a:hover {
  border-radius: 30px;
  background-color: #fc890a;
  color: #FFFFFF;
  width: fit-content;
  margin-left: 0;
}
#nav .sub-nav {
  background-color: #fc890a;
  padding: 100px 5%;
  position: absolute;
  z-index: 900;
  width: 95%;
  right: 0;
}
#nav .sub-nav li {
  margin: 20px 0 20px 20px;
}
#nav .sub-nav li a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
  animation: fadeIn 2s;
}
#nav .sub-nav li a:hover {
  color: #FFFFFF;
}
#nav .sub-nav .closebtn-subnav {
  position: absolute;
  z-index: 999999;
  display: block;
  width: 50px;
  height: 50px;
  left: 15px;
  top: 15px;
  background-image: url("../images/cross-arrow-wht.svg");
}
#nav .sub-nav .closebtn-subnav:hover {
  background-image: url("../images/cross-arrow-teal.svg");
}
#nav .show-sub-nav {
  display: block;
  z-index: 2000;
  display: flex;
}

@media (min-width: 768px) {
  #nav .modal-body {
    flex-flow: row nowrap;
    padding: 0;
  }
  #nav .main-nav, #nav .sub-nav {
    align-items: center;
    width: 50%;
  }
  #nav .main-nav {
    padding: 0 6%;
  }
  #nav .main-nav li {
    margin: 40px 0;
  }
  #nav .main-nav a {
    padding: 15px 20px;
  }
  #nav .sub-nav {
    position: relative;
  }
  #nav .sub-nav .closebtn-subnav {
    display: none;
  }
}
@media (min-width: 992px) {
  #nav .main-nav {
    padding: 0 8%;
  }
  #nav .main-nav li > a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  #nav .main-nav {
    padding: 0 5% 0 12%;
  }
}
@media (min-width: 1400px) {
  #nav .main-nav {
    padding: 0 5% 0 15%;
  }
}
/*-----------------------------------------------------------------------------------

	Sections SCSS INDEX

	00. Homepage
	- 	Video
	01. Carousels
		- Banner Carousel
		- Featured Multi item
	02. Cards
		- Generic
		- Artists + Artists Works Cards
		- Artist Gallery Cards
	03.	Info Sections
		- Info Blocks
		- Img Links
	04. Festival Events
		- Event Listings
		- Event Info Page
	05. Filters
		- Homepage
		- Event Listing Page
		- News Page
	06. Performers
		- Profile Page
	07. Generic Page
		- Accordion
		-Sponsors
	08. Grid Landing Pages 
		- News, Highlights, Performers
	09. Highlights
		- Gallery Pop-up Modal 
	09. Modals
	10. Maps
	11. Event Finder
	12.	Media Queries

-----------------------------------------------------------------------------------*/
.SellingOut {
  display: none;
}

.video-hm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.video-hm h3 {
  font-size: 3.2rem;
  padding: 0 20px;
  text-align: center;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.video-hm .play {
  width: 110px;
  height: 80px;
  padding: 0 30px;
  background-color: #E8E8E6;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-hm .play:hover {
  background-color: #fc890a;
}

.news {
  background-color: #E8E8E6;
}

.carousel-fade .carousel-item {
  height: 100%;
}
.carousel-fade .carousel-inner {
  height: 320px;
}

.outt {
  display: none;
}

.resCarousel {
  width: 100%;
  position: relative;
  padding: 0;
}

.resCarousel-inner {
  width: 100%;
  padding: 30px 0 0 0;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}
.resCarousel-inner .item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border: 5px solid transparent;
  color: #FFFFFF;
  transition: 0.6s ease all;
  white-space: break-spaces;
  border-bottom: 0 !important;
  cursor: pointer;
  overflow: hidden;
}

.carousel-caption {
  max-width: 900px;
  margin: 0 auto;
  display: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 800;
  bottom: 5%;
}

.leftRs, .rightRs, .carousel-control-prev, .carousel-control-next {
  display: none;
  position: absolute;
  top: 15%;
  z-index: 3000;
  border: 2px solid #FFFFFF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
}

.carousel-control-prev, .carousel-control-next {
  display: block;
}

.rightRs, .carousel-control-next {
  right: 25px;
  background-image: url("../images/arrow-right-short-wht.svg");
}

.rightRs:hover, .carousel-control-next:hover {
  background-image: url("../images/arrow-right-short-wht.svg");
  background-color: #fc890a;
  border: 2px solid #fc890a;
}

.leftRs, .carousel-control-prev {
  left: 25px;
  background-image: url("../images/arrow-left-short-wht.svg");
}

.leftRs:hover, .carousel-control-prev:hover {
  background-image: url("../images/arrow-left-short-wht.svg");
  background-color: #fc890a;
  border: 2px solid #fc890a;
}

.resCarousel .wrapper {
  touch-action: auto;
  overflow-x: scroll;
  padding-bottom: 20px;
}
.resCarousel .buttons {
  display: block;
}

@media (max-width: 767px) {
  .resCarousel .item {
    width: 90% !important;
  }
}
@media (min-width: 1440px) {
  #modalGallery .carousel-inner .item {
    width: 100% !important;
  }
}
@media (min-width: 1540px) {
  .img-links .resCarousel .item, #myFestival .resCarousel .item {
    width: 25% !important;
  }
  #myFestival .img-links .resCarousel .wrapper {
    display: block;
  }
}
#res {
  position: relative;
}

.card {
  position: relative;
  width: 100%;
  height: 340px;
  border: 0;
  border-radius: 0;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.card .block {
  background-color: #E8E8E6;
}
.card .info {
  position: absolute;
  width: 90%;
  padding: 20px;
  bottom: 20px;
  left: 15px;
}
.card .info h3, .card .info h4 {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.card .info h3 {
  font-size: 2.4rem;
  margin: 0;
  line-height: 1;
}
.card .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.card .info .tag {
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 0.75rem;
  border-radius: 15px;
  text-shadow: none;
}
.card .cover {
  display: none;
}

.card:hover {
  transform: scale(1.1);
}
.card:hover .block, .card:hover .info {
  display: none;
}
.card:hover .cover {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  background-size: 200px auto;
  background-image: url("../images/hbaf-weave-wht.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.card:hover .cover h3 {
  padding: 15px;
  margin: 10px auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  width: fit-content;
  border-radius: 25px;
  border: 2px solid #E8E8E6;
  color: #E8E8E6;
}

.artists .card h3, .works .card h3 {
  bottom: 20px;
  line-height: 1;
}

.works {
  background-color: #F2F2F0;
  padding: 40px 0;
}

#modalGallery .card {
  max-height: 600px;
  height: 600px;
  cursor: crosshair;
}

.info-block {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.info-block .row {
  flex-flow: column-reverse wrap;
}
.info-block .image {
  min-height: auto;
  padding: 0;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.info-block .image img {
  width: 100%;
}
.info-block .info {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 60px 25px;
  background-color: #FFFFFF;
  color: #000000;
}
.info-block .info .text {
  max-width: 500px;
  height: auto;
  text-align: center;
}

body.HBAFTeamPage .info-block {
  background-color: #000000;
}
body.HBAFTeamPage .info-block .info {
  background-color: #FFFFFF;
}
body.HBAFTeamPage .info-block .image {
  background-image: url("../images/hbaf-weave.svg");
  background-position: center;
  background-size: 400px auto;
  background-repeat: repeat !important;
  background-color: #E8E8E6;
  width: 100%;
  min-height: 320px;
}
body.HBAFTeamPage .info-block .image img {
  height: auto;
  width: 100%;
}

body.HBAFHomePage .resCarousel-inner {
  padding: 0;
}
body.HBAFHomePage .info-block .btn-out {
  background-color: #E8E8E6;
  border: 2px solid #E8E8E6;
}
body.HBAFHomePage .img-links {
  margin: 0;
}
body.HBAFHomePage .img-links .wrapper {
  padding: 5px 0 10px 0;
}
body.HBAFHomePage .img-links .item {
  animation: fadeIn 2s;
}
body.HBAFHomePage .img-links .item .card .info {
  width: fit-content;
  left: 0;
  bottom: 40px;
  padding: 15px 25px 15px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
body.HBAFHomePage .img-links .item .card .info h3 {
  font-size: 2.2rem;
  text-shadow: none;
}
body.HBAFHomePage .img-links .item:nth-child(1) .card .info {
  background-color: #E8E8E6;
}
body.HBAFHomePage .img-links .item:nth-child(2) .card .info {
  background-color: #fc890a;
}
body.HBAFHomePage .img-links .item:nth-child(2) .card .info::after {
  border-right: 30px solid #fc890a;
  border-top: 50px solid transparent;
  position: absolute;
  top: -1px;
}
body.HBAFHomePage .img-links .item:nth-child(3) .card .info {
  background-color: #000000;
}
body.HBAFHomePage .img-links .item:nth-child(4) .card .info {
  background-color: #F2F2F0;
}

body.HBAFPlacesPage .trapezoid {
  display: none;
  border-top: 1000px solid #E8E8E6;
  border-left: 150px solid transparent;
  left: 48%;
}
body.HBAFPlacesPage .trapezoid-lft {
  display: none;
  border-bottom: 1000px solid #fc890a;
  border-right: 150px solid transparent;
}
body.HBAFPlacesPage .info-block .info {
  background-color: #fc890a;
}
body.HBAFPlacesPage .info-block:nth-child(odd) .info {
  background-color: #fc890a;
}
body.HBAFPlacesPage .info-block:nth-child(even) .info {
  background-color: #E8E8E6;
  z-index: 10;
}

.img-links .wrapper {
  padding-bottom: 20px;
}

.bg-img {
  padding-bottom: 40px;
}
.bg-img .header, .bg-img .filter, .bg-img .pg-intro {
  background: transparent;
}
.bg-img .pg-intro {
  padding: 80px 20px 20px 20px;
}
.bg-img .pg-intro p {
  color: #FFFFFF;
}
.bg-img .filter {
  padding: 0 0 40px 0;
  animation: fadeIn 2s;
}
.bg-img h4 {
  margin-bottom: 20px;
}

.day-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}
.day-wrap h4:hover {
  background-color: #E8E8E6;
}

.day {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 5px 5px 0;
  padding: 10px 10px;
  text-align: center;
  line-height: 0.9;
  font-weight: 600;
  border: 2px solid #FFFFFF;
  color: #FFFFFF !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.day .month {
  font-size: 0.95rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.day .date {
  font-size: 2rem;
}

.day:hover, .day.active {
  background-color: #E8E8E6;
  border: 2px solid #E8E8E6;
  color: #000000 !important;
}

body#page-60 .show-titles .day {
  width: 50px;
  height: 50px;
  padding: 0;
}
body#page-60 .show-titles .day .date {
  font-size: 1.8rem;
}
body#page-60 .show-titles .day .month {
  font-size: 0.85rem;
}

.events-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 5px;
  background-color: #303030;
}

.event {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  margin: 5px 0.25% 40px 0.25%;
  animation: fadeIn 2s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4) !important;
}
.event .image {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.event .image .SellingOut, .event .image .SoldOut {
  position: absolute;
  bottom: 20px;
  left: 0;
  border-radius: 0;
  padding: 10px 15px;
  color: #000000;
  letter-spacing: 0.1rem;
}
.event .image .SellingOut {
  background-color: #fc890a;
}
.event .image .SoldOut {
  background-color: #E8E8E6;
}
.event .venue {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #000000;
  color: #FFFFFF;
  width: fit-content;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  width: 100%;
}
.event .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 220px;
  padding: 0 25px 15px 25px;
}
.event .text h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
}
.event .text p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000000;
}
.event .text .info h4 {
  padding: 4px 15px;
  margin: 0 auto 10px auto;
  font-size: 0.85rem;
  font-weight: 400;
}
.event .text .info .link-solid {
  background-color: #000000 !important;
  border-color: #000000 !important;
  border: 0;
  color: #FFFFFF;
}
.event .text .info .link-solid:hover {
  background-color: #000000 !important;
  color: #FFFFFF;
}
.event .shortlist, .event .shortlist:focus {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url("../images/star.svg");
  background-size: 35px auto;
  background-position: center 12px;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event .shortlist.active {
  background-image: url("../images/star.svg");
  background-size: 25px auto;
  background-color: #fc890a;
  border: none;
  outline: none;
}
.event .buttons {
  position: absolute;
  bottom: -20px;
  height: 40px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.event .buttons .btn {
  font-size: 1rem !important;
  padding: 15px 18px;
  border-radius: 25px;
  margin: 0 2px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4) !important;
}
.event .buttons .link-out {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.event .buttons .link-out:hover {
  background-color: #fc890a;
  border: 2px solid #fc890a;
  color: #FFFFFF;
}
.main a.mob {
  margin: 15px 0 20px 0 !important;
}

.show-titles {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000000;
  z-index: 200;
  margin: -80px 0 40px 0;
}
.show-titles .info {
  padding: 30px 30px 50px 30px;
  color: #FFFFFF;
}
.show-titles .info h1 {
  margin: 20px 0 5px 0;
  font-size: 2.8rem;
  color: #FFFFFF;
}
.show-titles .info h4 {
  margin: 10px 0 0 0;
}
.show-titles .info .btn {
  font-size: 0.75rem;
  margin: 15px 0 10px 0;
  padding: 5px 10px;
  cursor: none;
}
.show-titles .info .link-out-wht:hover {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
}
.show-titles .info .day-wrap {
  justify-content: left;
}
.show-titles .info .mob {
  font-size: 1rem;
  border-bottom: 2px solid #fc890a !important;
  padding: 10px 15px;
  margin-top: 40px !important;
}
.show-titles .info a {
  border-bottom: 2px solid #FFFFFF !important;
  width: fit-content;
  margin-right: 8px;
}
.show-titles .info a:hover {
  border-bottom: 2px solid #E8E8E6 !important;
}
.show-titles .info .trapezoid-lft {
  display: none;
}
.show-titles .info .day {
  background-color: #E8E8E6;
  border: 2px solid #E8E8E6;
  color: #000000 !important;
}
.show-titles .info .performers {
  display: flex;
  flex-flow: row wrap;
}

.ratio {
  margin-bottom: 25px;
}

.your-festival {
  padding: 20px 0 50px 0;
  background-color: #E8E8E6;
  color: #000000;
}
.your-festival .genre .link-out-wht {
  border: 2px solid #FFFFFF !important;
  color: #FFFFFF;
}
.your-festival .genre .link-out:hover {
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
}

.filter {
  text-align: center;
  padding: 60px 0 0 0;
}
.filter .block {
  margin: 0 auto;
  border-radius: 25px;
}
.filter h4 {
  color: #FFFFFF;
}
.filter .genre {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.filter .genre .btn {
  margin: 5px;
  padding: 10px 15px;
}
.filter .genre .link-out-wht:hover, .filter .genre .active {
  color: #000000 !important;
  background-color: #E8E8E6;
  border: 2px solid #E8E8E6 !important;
}
.filter #restEvents, .filter #resetNews, .filter #resetArtist {
  padding: 10px 15px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #000000;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter #resetArtist:hover {
  color: #E8E8E6;
}
.filter #resetNews:hover {
  color: #FFFFFF;
}

.HBAFNewsHolderPage .filter {
  background-color: #E8E8E6;
}
.HBAFNewsHolderPage .filter .genre {
  margin: 20px 0;
}
.HBAFNewsHolderPage .filter .genre .link-out:hover, .HBAFNewsHolderPage .filter .genre .active {
  color: #FFFFFF !important;
  background-color: #000000;
  border: 2px solid #000000 !important;
}

body.HBAFArtistHolderPage .grid-wrapper .item {
  margin: 0 0 5px 0;
}

.ArtistHolderPage .header {
  background: transparent;
}

.artists-profile {
  display: flex;
  flex-flow: column nowrap;
  margin: 40px 0;
}
.artists-profile .image {
  position: relative;
  height: 550px;
  background-size: 100% auto;
  background-color: #F2F2F0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.artists-profile .show {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px;
  width: fit-content;
  border-bottom-left-radius: 25px;
  background-color: #000000;
  color: #FFF;
}
.artists-profile .show h1 {
  font-size: 3rem;
}
.artists-profile .show h3 {
  font-size: 1.4rem;
  margin: 5px 0 8px 0;
}
.artists-profile .show h4 {
  font-size: 0.7rem;
  margin-bottom: 8px;
}
.artists-profile .show .btn {
  margin: 5px 0 0 0;
}
.artists-profile .show .link-solid {
  border-radius: 20px;
  border: 2px solid #FFFFFF !important;
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
.artists-profile .show .link-solid:hover {
  border: 2px solid #E8E8E6 !important;
  background-color: #E8E8E6 !important;
}
.artists-profile .text {
  position: relative;
  padding: 40px 15px;
  color: #000000;
}
.artists-profile .btn {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 5px 20px 0;
  font-size: 0.72rem;
}
.artists-profile .link-out:hover {
  color: #000000 !important;
  border: 2px solid #000000;
}
.artists-profile .scroll {
  overflow-x: visible;
  overflow-y: visible;
  white-space: normal;
}

.content {
  padding-bottom: 60px;
}
.content .main {
  padding: 0 5px;
  line-height: 1.7;
}
.content .main img, .content .main .captionImage {
  margin: 15px 0;
  width: 100% !important;
  max-width: 600px;
  height: auto;
}
.content .main .caption {
  margin: -10px 0 20px 0;
}
.content .main h4.block {
  margin: 0 0 20px 0;
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
  border-radius: 25px;
  font-weight: 400;
}
.content .main ul {
  padding: 0 0 0 15px;
}
.content .main a {
  border-bottom: 2px solid #000000;
}
.content .main a:hover {
  color: #E8E8E6;
  border-bottom: 2px solid #E8E8E6;
}
.content .main .news-date {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.12rem;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.4;
}
.content .sidebar {
  padding: 40px 25px;
  margin: 40px -15px -40px -15px;
  background-color: #F2F2F0;
  text-align: center;
  color: #00065E;
}
.content .sidebar h3:first-child {
  margin-top: 10px;
}
.content .sidebar h3 {
  font-size: 1.8rem;
  margin-top: 25px;
}
.content .sidebar h4 {
  margin: 25px 0 6px 0;
}
.content .sidebar ul {
  padding-left: 15px;
  display: inline-block;
}
.content .sidebar p, .content .sidebar li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.content .sidebar p:last-child {
  margin-bottom: 30px;
}
.content .sidebar a {
  font-weight: 800;
  color: #000000;
  border-bottom: 2px solid #000000;
}
.content .sidebar a:hover {
  color: #fc890a;
  border-bottom: 2px solid #fc890a;
}
.content .sidebar .btn {
  display: block;
  margin: 20px auto;
}
.content .sidebar .link-out:hover {
  border-color: #000000 !important;
}
.content .sidebar .link-buy {
  margin-top: 30px;
}

.accordion {
  margin: 30px 0;
  width: 98%;
}
.accordion .accordion-item {
  border-radius: 0;
  border: 1px solid #000000;
}
.accordion .accordion-item h2 {
  margin: 0;
}
.accordion .accordion-item .accordion-button {
  color: #000000;
  font-weight: 800;
  font-size: 1.4rem;
  background-color: transparent;
  border-radius: 0;
}
.accordion .accordion-item .accordion-button:focus {
  border-color: #fc890a;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #000000;
  color: #FFFFFF;
  box-shadow: none;
  padding: 20px;
}
.accordion .accordion-item .accordion-body {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
  padding: 25px;
  color: #000000;
}
.accordion .accordion-item .accordion-button::after {
  height: 30px;
  width: 30px;
  background-image: url("../images/arrow-right-short-blu.svg");
  background-size: 30px auto;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  height: 30px;
  width: 30px;
  background-image: url("../images/arrow-right-short-wht.svg");
  transform: rotate(90deg);
}

.sponsors .sp-group ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0;
}
.sponsors .sp-group li {
  list-style-type: none;
  margin: 5px 15px 0 0;
}
.sponsors .sp-group li a {
  border: none;
}
.sponsors .sp-group li a:hover {
  border: none;
}
.sponsors .sp-group li img {
  width: 155px !important;
  height: auto;
}

.sp-logo {
  width: 155px !important;
  height: auto;
}

.artists, .news-list, .highlights {
  padding-bottom: 60px;
  position: relative;
}
.artists .btn, .news-list .btn, .highlights .btn {
  margin: 30px auto;
}

.news-list {
  background-color: #E8E8E6;
}

.grid-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 20px 0;
}
.grid-wrapper .item {
  width: 98.5%;
  margin: 0 0.25%;
  margin-bottom: 5px;
  overflow: hidden;
  animation: fadeIn 2s;
}

#gallery-m .modal-body {
  background-color: #000000;
  padding: 70px 10px 40px 10px;
}
#gallery-m .modal-body .closebtn {
  background-image: url("../images/cross.svg");
}
#gallery-m .modal-body .closebtn:hover {
  background-image: url("../images/cross-teal.svg");
}
#gallery-m .modal-body #modalGallery .carousel-inner {
  max-width: 650px;
  margin: 0 auto;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption {
  display: block !important;
  position: relative;
  padding: 15px;
  text-align: center;
  left: 0;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 1.8rem;
  margin-top: 10px;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption h4 {
  margin-bottom: 5px;
}
#gallery-m .modal-body #modalGallery .carousel-control-prev, #gallery-m .modal-body #modalGallery .carousel-control-next {
  top: 40%;
}

.modal {
  z-index: 999999;
}
.modal .closebtn {
  position: fixed;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  background-size: 40px auto;
  z-index: 999999;
  background-image: url("../images/cross-wht.svg");
}
.modal .closebtn:hover {
  background-image: url("../images/cross-teal.svg");
}

.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
}
.modal-fullscreen .modal-content .modal-body {
  background-color: #000000;
  background-image: url("../images/hbaf-weave-wht.svg");
  background-position: top right;
  background-size: 500px auto;
  background-repeat: repeat-y;
}
.modal-fullscreen .modal-content .section-title {
  animation: fadeIn 2s;
  top: 0;
  max-width: 900px;
  color: #FFFFFF;
  padding: 50px 20px 30px 20px;
}
.modal-fullscreen .modal-content .section-title h2, .modal-fullscreen .modal-content .section-title h3 {
  color: #fc890a;
}

#nav.modal .closebtn {
  background-image: url("../images/cross-wht.svg");
}
#nav.modal .closebtn:hover {
  background-image: url("../images/cross-blk.svg");
}

#myFestival .modal-body {
  background-color: #000000;
  text-align: center;
  background-image: url("../images/hbaf-weave-wht.svg");
  background-position: top right;
  background-size: 500px auto;
  background-repeat: repeat-y;
}
#myFestival .modal-body .section-title {
  max-width: 600px;
  padding: 20px;
}
#myFestival .modal-body .section-title h1, #myFestival .modal-body .section-title p {
  color: #FFFFFF !important;
}
#myFestival .modal-body .section-title .btn {
  margin: 5px auto 0 auto;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
#myFestival .modal-body .section-title .btn:hover {
  border: 1px solid #fc890a !important;
  background-color: #fc890a !important;
}
#myFestival .modal-body .img-links {
  margin-top: 60px;
}
#myFestival .modal-body .events-list {
  background-color: transparent;
  justify-content: center;
}
#myFestival .modal-body .events-list .event .image {
  height: 300px;
}
#myFestival .modal-body .link-out-wht:hover {
  background-color: #000000;
  border: 2px solid #000000;
}
#myFestival .closebtn:hover {
  background-image: url("../images/cross-teal.svg");
}

.festival-info {
  position: relative;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 30px;
  color: #FFFFFF;
}
.festival-info h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #fc890a;
}
.festival-info h3 {
  margin-top: 30px;
  color: #FFFFFF;
}
.festival-info p {
  color: #FFFFFF;
}
.festival-info .btn {
  margin-top: 10px;
}
.festival-info .info {
  width: 70px;
  height: 70px;
  background-color: #fc890a;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.festival-info .icon {
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #FFFFFF;
  margin: 10px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.festival-info .icon:hover {
  background-color: #fc890a;
  border: 2px solid #fc890a;
}

#map-modal .section-title h2 {
  color: #fc890a;
}
#map-modal .closebtn {
  background-image: url("../images/cross-wht.svg");
}
#map-modal .closebtn:hover {
  background-image: url("../images/cross-teal.svg");
}

.map {
  position: relative;
  min-height: 70vh;
}
.map .btn {
  font-size: 0.8rem;
  margin: 0 5px 10px 5px;
}

#map {
  height: 100% !important;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.gm-style-iw-d {
  max-height: 360px;
}

.leaflet, .gm-style .gm-style-iw-c {
  border-radius: 20px !important;
  background-color: #fc890a;
  width: 220px !important;
  max-width: 220px !important;
  text-align: center;
  padding: 0;
}
.leaflet h4, .gm-style .gm-style-iw-c h4 {
  color: #000000;
}
.leaflet img, .gm-style .gm-style-iw-c img {
  border-radius: 20px 20px 0 0 !important;
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-height: 100%;
}
.leaflet .text, .gm-style .gm-style-iw-c .text {
  padding: 15px 15px 10px 15px !important;
  text-align: center !important;
}
.leaflet .gm-ui-hover-effect, .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  width: 35px !important;
  height: 35px !important;
  background-color: #FFF !important;
  border-bottom-left-radius: 20px;
  opacity: 1;
}
.leaflet .gm-ui-hover-effect:hover, .gm-style .gm-style-iw-c .gm-ui-hover-effect:hover {
  background-color: #E8E8E6 !important;
}
.leaflet .gm-style-iw-d, .gm-style .gm-style-iw-c .gm-style-iw-d {
  max-height: 300px !important;
}
.leaflet .arrow, .gm-style .gm-style-iw-c .arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fc890a;
  bottom: -30px;
}

.gm-style .gm-style-iw-tc::after {
  background-color: #fc890a !important;
}

.map-key {
  position: absolute;
  z-index: 1000;
  right: 80px;
  bottom: 20px;
  width: fit-content;
  height: 80px;
  display: none;
}
.map-key .key {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.map-key .key .btn {
  flex: max-content;
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.map-key .key .btn img {
  width: 18px;
  margin-right: 2px;
}
.map-key .key .btn:hover, .map-key .key .active {
  background-color: #fc890a;
  border-color: #fc890a;
}
.map-key .key h4 {
  margin-right: 10px;
  font-weight: 600;
  color: #000000;
}

.MarkerPopup a {
  padding: 6px 12px;
  font-size: 0.7rem;
  margin: 0 2px 15px 0;
}

.leaflet-container a.leaflet-popup-close-button {
  display: block;
  width: 23px !important;
  height: 23px !important;
  background-color: #fff !important;
  border-radius: 50%;
  font-size: 1rem !important;
  color: #323232 !important;
  right: 5px !important;
  top: 5px !important;
  text-align: center !important;
  font-weight: 300 !important;
  padding: 3px !important;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #FFFFFF !important;
  background-color: #323232 !important;
}

.leaflet-popup-content {
  width: 200px;
  margin: 0 !important;
  text-align: center;
}
.leaflet-popup-content .img-fluid {
  width: 100% !important;
  margin-bottom: 15px !important;
  border-radius: 10px 10px 0 0;
}
.leaflet-popup-content h3 {
  padding: 0 10px 5px 10px !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.07rem;
}
.leaflet-popup-content a {
  color: #323232 !important;
}
.leaflet-popup-content a:hover {
  color: #FFFFFF;
}

.leaflet-touch .leaflet-control-attribution {
  display: none !important;
}

body.ef .header {
  padding-bottom: 60px;
}
body.ef .content {
  padding: 80px 0;
}
body.ef footer {
  padding: 100px 0 50px 0;
}

@media (min-width: 576px) {
  #gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption {
    text-align: left;
  }
  #gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption .btn {
    position: absolute;
  }
  body.HBAFTeamPage .info-block .image {
    background-repeat: no-repeat;
    width: 100%;
  }
  body.HBAFTeamPage .info-block .image img {
    height: 100%;
    width: auto;
  }
  .events-list {
    padding: 20px 5px;
  }
  .event {
    width: 49.5%;
  }
  .grid-wrapper .item {
    width: 49.5%;
  }
  .modal .closebtn {
    height: 60px;
    width: 60px;
    background-size: 20px auto;
  }
  .map-key {
    display: block;
  }
}
@media (min-width: 768px) {
  .video-hm {
    height: 600px;
  }
  .carousel-fade .carousel-inner {
    height: 550px;
  }
  .leftRs, .rightRs {
    display: inline-block;
  }
  .carousel-caption {
    display: block;
    font-size: 2rem;
    bottom: 8%;
  }
  .carousel-caption h3 {
    font-size: 2.2rem;
  }
  .resCarousel .wrapper {
    overflow-x: initial;
    padding-bottom: 5px;
  }
  .works {
    padding: 90px 0;
  }
  .works .resCarousel .leftRs, .works .resCarousel .rightRs {
    display: inline-block;
  }
  .img-links .wrapper {
    flex-flow: row nowrap;
    padding: 5px 0;
  }
  .event {
    display: block;
    width: 32.777%;
  }
  .event .image {
    height: 320px;
  }
  .event .shortlist:hover {
    background-image: url("../images/star-teal.svg");
    background-size: 35px auto;
    background-position: center 12px;
  }
  .event .shortlist.active:hover {
    background-image: url("../images/star.svg");
    background-size: 25px auto;
    background-color: #000000;
    border: none;
    outline: none;
  }
  .show-titles {
    margin: -120px 0 40px 0;
  }
  .content {
    display: flex;
    flex-flow: row nowrap;
    padding: 80px 0 60px 0;
    margin: 0 auto;
    max-width: 840px;
    text-align: left;
  }
  .content .main {
    width: 65%;
    padding: 0 80px 0 0;
  }
  .content .main h3 {
    margin: 15px 0;
  }
  .content .sidebar {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 35%;
    height: fit-content;
    padding: 30px 35px 35px 35px;
    margin: -100px 0 0 0;
    text-align: left;
  }
  .content .sidebar .btn {
    margin: 20px 0;
  }
  .content .sidebar .link-buy {
    margin: 30px 0 10px -3px !important;
  }
  .artists-profile {
    flex-flow: row nowrap;
  }
  .artists-profile .details, .artists-profile .text {
    width: 50%;
  }
  .artists-profile .details {
    position: sticky;
    top: 0;
    height: fit-content;
  }
  .artists-profile .image {
    height: 650px;
  }
  .artists-profile .image .show {
    top: 0;
    right: 0;
    bottom: auto;
    max-width: 220px;
  }
  .artists-profile .text {
    padding: 40px 0 40px 40px;
  }
  .grid-wrapper .item {
    width: 32.777%;
  }
  .modal .closebtn {
    right: 40px;
  }
  #myFestival .modal-body .img-links {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .carousel-fade .carousel-inner {
    height: 700px;
  }
  .card {
    height: 360px;
  }
  .info-block {
    overflow: hidden;
  }
  .info-block .row {
    flex-flow: row nowrap;
    align-items: stretch;
  }
  .info-block .image {
    width: 57%;
  }
  .info-block .image img {
    height: 100%;
    width: auto;
  }
  .info-block .info {
    width: 43%;
    flex-flow: row nowrap;
    justify-content: flex-end;
    min-height: 550px;
  }
  .info-block .info .text {
    max-width: 500px;
    text-align: left;
    padding: 80px 0 80px 20px;
    margin-left: 80px;
  }
  .info-block:nth-child(2) .row, .info-block:nth-child(4) .row, .info-block:nth-child(6) .row, .info-block:nth-child(8) .row, .info-block:nth-child(10) .row, .info-block:nth-child(12) .row {
    flex-direction: row-reverse;
  }
  .info-block:nth-child(2) .image, .info-block:nth-child(4) .image, .info-block:nth-child(6) .image, .info-block:nth-child(8) .image, .info-block:nth-child(10) .image, .info-block:nth-child(12) .image {
    text-align: left !important;
  }
  .info-block:nth-child(2) .info, .info-block:nth-child(4) .info, .info-block:nth-child(6) .info, .info-block:nth-child(8) .info, .info-block:nth-child(10) .info, .info-block:nth-child(12) .info {
    justify-content: flex-start;
  }
  .info-block:nth-child(2) .info .text, .info-block:nth-child(4) .info .text, .info-block:nth-child(6) .info .text, .info-block:nth-child(8) .info .text, .info-block:nth-child(10) .info .text, .info-block:nth-child(12) .info .text {
    padding: 0 10% 0 20px;
    z-index: 100;
  }
  body.HBAFTeamPage .info-block {
    max-height: 500px;
  }
  body.HBAFTeamPage .info-block .info {
    min-height: auto;
  }
  body.HBAFTeamPage .info-block:nth-child(even) .image img {
    float: right;
  }
  body.HBAFTeamPage .trapezoid {
    border-left: 150px solid transparent;
    border-right: 0;
  }
  body.HBAFPlacesPage .trapezoid, body.HBAFPlacesPage .trapezoid-lft {
    display: block;
  }
  .event {
    display: block;
    width: 24.5%;
  }
  .day {
    width: 65px;
    height: 70px;
  }
  .day .month {
    font-size: 0.95rem;
    letter-spacing: 0.15rem;
  }
  .day .date {
    font-size: 2.1rem;
  }
  .show-titles {
    width: 450px;
    height: 360px;
    margin: -160px 0 40px -40px;
    text-align: left;
  }
  .show-titles .info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 30px 20px 30px 40px;
    color: #FFFFFF;
  }
  .show-titles .info h1 {
    margin: 20px 0 5px 0;
  }
  .show-titles .info h4 {
    margin: 10px 0 5px 0;
  }
  .show-titles .info .trapezoid-lft {
    display: block;
    object-fit: cover;
    border-bottom: 360px solid #000000;
    border-right: 100px solid transparent;
    left: 100%;
    z-index: 10;
    height: 350px;
  }
  .show-titles .info .day-wrap {
    margin: -60px 0 auto 0;
  }
  .content .main {
    padding: 0 120px 0 0;
  }
  .artists .resCarousel .leftRs, .artists .resCarousel .rightRs, .news-list .resCarousel .leftRs, .news-list .resCarousel .rightRs {
    display: none;
  }
  .artists .resCarousel .wrapper, .news-list .resCarousel .wrapper {
    white-space: normal;
  }
  .artists .btn, .news-list .btn {
    display: block;
  }
  .artists-profile .text {
    padding: 40px 60px 60px 60px;
  }
  .grid-wrapper .item {
    width: 24.5%;
  }
  .modal-fullscreen .modal-content .section-title {
    padding: 90px 20px 30px 20px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    font-size: 2.4rem;
    bottom: 10%;
  }
  .card {
    height: 380px;
  }
  body.HBAFTeamPage .trapezoid {
    left: 50% !important;
  }
  body.HBAFHomePage .leftRs, body.HBAFHomePage .rightRs {
    display: none;
  }
  body.HBAFHomePage .news .leftRs, body.HBAFHomePage .news .rightRs {
    display: block;
  }
  .events-list {
    padding: 20px 2%;
  }
  .content {
    max-width: 1120px;
  }
}
@media (min-width: 1440px) {
  body.TeamPage .trapezoid {
    left: 50% !important;
  }
  .grid-wrapper .item {
    width: 19.5%;
  }
}
@media (min-width: 1640px) {
  .event {
    display: block;
    width: 19.5%;
  }
}
