body{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
.d-grid-news #days{
  float: left;
  margin-top: 15px;
  margin-right: 1%;
  margin-left: 1%;
  width: 30%;
  display: block;
  background-color: #cb0002;
  padding: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.d-grid-news #hours{
  float: left;
  margin-top: 15px;
  margin-right: 1%;
  margin-left: 1%;
  width: 30%;
  display: block;
  background-color: #cb0002;
  padding: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.d-grid-news #minutes {
  float: left;
  margin-top: 15px;
  margin-right: 1%;
  margin-left: 1%;
  width: 34%;
  display: block;
  background-color: #cb0002;
  padding: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

}
.counterdown-wrap.event-page #event_countdown > div .label {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.content .text{
  min-height: 60px;
}
.padding-top{
  padding-top: 215px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #cb1517;
  border-color: #aa0100;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(203, 21, 23, 0.5);
}
.page-link:hover {
  z-index: 2;
  color: #7d0a04;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b50200;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-weight: 700;
}

.d-grid-news{
  margin-bottom: 5rem;
}

.event-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.viac{
display: none;
}

.mobileonly{
  display: none;
}
@media (max-width: 767px) {
  .desktoponly{
    display: none;
  }
  .pagination-wrapper {    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    display: block;
    width: 120px;
    text-align: center;
  }
.mobileonly{
  display: block;
  margin-top: 45px;
  margin-bottom: 45px;
}
  .reserve-event-seat{
    margin-top: 25px;
  }

  .reserve-event-seat .info-text{
    margin-top: 0px;
    padding: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -3px;
    margin-bottom: 25px;
    border: 2px solid #df1717;
  }

  .viac{
    display: block;
    padding: 3px 3px;
    position: absolute;
    bottom: 15px;
    font-size: 10px;
    right: 15px;
    width: 110px;
    border: 1px solid;
    text-align: center;
  }
  .sm-block{
    display: block;
  }
  .d-card-imgtext .content{
    max-height: 150px;
  }
  body{
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 500px;
    width: 100%;
  }
  .padding-top{
    padding-top: 105px;
  }

  .d-footer-main .body .links .item, .d-footer-main .body .item {
    display: block;
    margin: 0 20px;
  }


  .d-grid-news #days{
    font-size: 0.6rem;
    float: left;
    margin-top: 15px;
    margin-right: 1%;
    margin-left: 1%;
    width: 30%;
    display: block;
    background-color: #cb0002;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  .d-grid-news #hours{
    font-size: 0.6rem;
    float: left;
    margin-top: 15px;
    margin-right: 1%;
    margin-left: 1%;
    width: 30%;
    display: block;
    background-color: #cb0002;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  .d-grid-news #minutes {
    font-size: 0.6rem;
    float: left;
    margin-top: 15px;
    margin-right: 1%;
    margin-left: 1%;
    width: 34%;
    display: block;
    background-color: #cb0002;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  
  }

  .d-card-imgtext .content{
  height: 150px;
  }

  .d-card-imgtext > .content > .title {
    font-family: 'ducati-condensed', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    color: #2b2b2b;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 2px;
  }
  .d-card-imgtext > .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 25px 23px;
  }
}

@media (min-width: 46.25em) {
  .d-event-info > .text::after {
    margin-left: 30px;
  }
}
.d-event-info  > .text::after {
  margin-left: 20px;
}
@media (min-width: 46.25em) {
  .d-event-info > .text::before {
    margin-right: 30px;
  }
}
.d-event-info  > .text::before {
  margin-right: 20px;
}
@media (min-width: 61.25em) {
  .d-event-info  > .text::before, .d-event-info  > .text::after {
    width: 200px;
  }
}
@media (min-width: 46.25em) {
  .d-event-info  > .text::before, .d-event-info  > .text::after {
    font-size: 32px;
    line-height: 1.28;
  }
}
.d-event-info > .text::before, .d-event-info  > .text::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: '';
  background-color: #bbbcbc;
  opacity: 0.5;
  height: 1px;
  width: 30px;
}
.d-event-info > .text {
  position: relative;
  font-family: 'ducati-extended', Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 0.91;
  color: #bbbcbc;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.d-event-info  ul li{
  display: block;
}
.d-event-info  ul li > div{
  display: inline-block;
}
.d-card-imgtext:hover .icons {
  display: block;
  transition: display 2s;

}
.d-card-imgtext:hover .icons #discovermore {
  display: block;
  transition: display 2s;

}
.d-card-imgtext > .content > .footer > :last-child {
  padding: unset;
}
.discovermore{
  border: 1px solid #353232;
  padding: 6px 22px;
  transition: display 2s;
}

.novisible{
 opacity: 0.65;
 transition: all 1s;
}
.visible{
  opacity: 1;
  transition: all 1s;
 }

 .fillelement{
  display: none;
 }
 
@media (max-width: 676px) {
  #discovermore{
    display: none;
  }
  .discovermore{
display: none;
  }
 .fillelement{
  display: block;
  position: absolute;
  background-color: #000000e1;
  width: 100%;
  height: 150px;
 }
}

body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.d-event-info  ul {
  margin-top: 45px;
  display: grid;
}
.d-event-info  ul li {
  min-height: 50px;
  margin-bottom: 15px;
}
.d-event-info .column .content {
  font-weight: 600;
}
.d-event-info .column .icon {
  height: 45px;
  background-color: #bbb;
  display: block;
  float: left;
  padding: 15px 15px 15px 15px;
  line-height: 5px;
  border: 1px solid #8c8c8c;
  width: 45px;
  margin-right: 25px;
}
.event-info ul {
  margin-top: 45px;
  display: grid;
}
.event-info ul li {
  min-height: 50px;
  margin-bottom: 15px;
}
.event-info .column .content {
  font-weight: 600;
}
.event-info .column .icon {
  height: 45px;
  background-color: #fff;
  display: block;
  float: left;
  padding: 15px 15px 15px 15px;
  line-height: 5px;
  border: 1px solid #ccc;
  width: 45px;
  margin-right: 25px;
}

@media (min-width: 46.25em) {
  .event-info > .text::before, .event-info > .text::after {
    font-size: 32px;
    line-height: 1.28;
  }
}
.event-info > .text::before, .event-info > .text::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: '';
  background-color: #bbbcbc;
  opacity: 0.5;
  height: 1px;
  width: 30px;
}
.event-info > .text {
  position: relative;
  font-family: 'ducati-extended', Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 0.91;
  color: #bbbcbc;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.desktoponly{
  display: block;
}
/* .blog-content-area  .container .row div:nth-child(1){
  max-height: 150vh;  
  overflow-y: auto;
  }
.blog-content-area  .container .row div:nth-child(2){
max-height: 150vh;  
overflow-y: auto;
} */
#bodybackground {
  background-size: 100% 45vh;
}

@media (max-width: 1086px) {
  #bodybackground {
    background-size: auto 45vh;
  }

  .d-card-imgtext>.content>.text {
    /*! font-family:'ducati-extended', Arial, sans-serif; */
    font-weight:400;
    font-size:12px;
    line-height:1.2;
  }
}
.blog-content-area {
  background-color: #fff;
}
img {
  max-width: 100%;
}
.details-content-area img {
  max-width: 100%;
}

.wiget-area .details
   {
    font-size: 0.8rem;
    font-weight: 500;
  }
.wiget-area .title
   {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .wiget-area .h4, h4 {
    font-size: 1.0rem;
    margin-bottom: 5px;
  }
  a:hover{
    color: unset;
    text-decoration: none;
  }
/* .blog-content-area .htmleditor {
  all:unset;
  letter-spacing: unset;
} */
.checkbox input {
  font-size: 15px;
padding: 0px;
height: 1.3rem;
display: inline-block;
position: relative;
width: 35px;
}