@charset "utf-8"; 
/* CSS Document */
:root {
--pure-red:#C70209;
--pure-gold:#CC9933;
--pure-gray:#333333;
--pure-white:#ffffff;
--pure-black:#000000;
--body-font:'Montserrat', sans-serif;
}

*,*::before, *::after {box-sizing:border-box; }

body{font-family:var(--body-font); color:var(--pure-gray); font-size:17px; background-color:var(--pure-white); line-height:1.5; font-weight:500; }
body.noscroll{ overflow:hidden; }
body .pure-g [class *= "pure-u"] {font-family:var(--body-font); }
h1, h2, h3, h4, h5, h6{font-weight:800; margin-top:0; margin-bottom:16px; line-height:1.2; }
h1 {font-size:40px; }
h2{font-size:36px; }
h3{font-size:26px; }
h4{font-size:22px; }
h5{font-size:19px; }
h6{font-size:16px; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h5 strong{ font-weight:800;}
p{margin-bottom:16px;margin-top:0;}
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child{margin-bottom:0; }
strong{ font-weight:800; }

img {max-width:100%; height:auto; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; }
.full-img{ line-height:0; }
.full-img img{ width:100%; height:auto; }
a {color:var(--pure-blue); text-decoration:none; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; text-decoration:underline;}
a:hover {color:var(--pure-blue); text-decoration:none;}
a > *{-moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease}

.ratio {position:relative; width:100%;}
.ratio::before {display:block; padding-top:var(--bs-aspect-ratio); content:"";}
.ratio > * { position:absolute; top:0; left:0; width:100%; height:100%;}
.ratio-1x1 {--bs-aspect-ratio:100%;}
.ratio-2x1 {--bs-aspect-ratio:50%;}
.ratio-4x3 {--bs-aspect-ratio:75%;}
.ratio-16x9 {--bs-aspect-ratio:56.25%;}
.ratio-21x9 {--bs-aspect-ratio:42.8571428571%;}

.banner.page_banner:not(.banner_gradient){position: relative;padding-top: 50px; background-color: #000000 !important;}
.banner.page_banner{background-color: #000000 !important;}
.banner.page_banner:not(.banner_gradient) .page-banner-image:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #000;opacity: 0.6;z-index: 1;}
.banner.page_banner .page-banner-image:after{content: '';position: absolute;bottom: 0px;background-image: url('../images/hysterical-histories-jagged-white-border.png');width: 100%;background-repeat: repeat-x;height: 120px;z-index: 9;}
.banner.page_banner .page-banner-image .image{height: 600px!important;}
.banner.page_banner .banner-content{position: absolute;top: 45%;width: 100%; z-index: 99;}
/* .banner.page_banner.single-page .banner-content{bottom: 25%;} */
.banner.page_banner .banner-content h1{color: var(--pure-white);text-transform: uppercase;font-weight: 800;}

.banner.page_banner.banner_gradient{position: relative;padding-top: 120px;z-index: 999;}
.banner.page_banner.banner_gradient .page-banner-image{position: relative;}
.banner.page_banner.banner_gradient .page-banner-image .image{height: 320px!important;z-index: 999;}
/* .banner.page_banner.banner_gradient:after{ height:70px; background-position:center; background-repeat:repeat-x; content:''; position:absolute; left:0; right:0;} */
.banner.page_banner.banner_gradient .banner-content {top: 50%;}
.banner.page_banner.banner_gradient .banner-content h1{color: #000;}

.banner.page_banner.single-page .post-title{width: 45%;}
.banner.page_banner.single-page .post-title strong{font-weight: 800;color: var(--pure-red);}
.hh-more-news{padding-left: 30px;text-transform: uppercase;}
.hh-more-news h2{color: var(--pure-red);font-weight: 800;}
.hh-more-news ul{padding-left: 0px;list-style-type: none;margin: 0;}
.hh-more-news ul li{border-bottom: 1px solid #aeaeae;padding-bottom: 10px;padding-top: 10px;}
.hh-more-news ul h4{font-weight: 600;color: var(--pure-black);margin-bottom: 0px;}
.hh-more-news ul strong{color: var(--pure-red);font-weight: 600;}
.hh-more-news ul li h4 a{text-decoration: none;}

.post_nav_btn{padding: 30px 0px 70px 0px;position: relative;}
.post_nav_btn .button{text-decoration: none;font-weight: 800;text-transform: uppercase;position: relative;}
.post_nav_btn .button.button-left{padding-left: 35px;}
.post_nav_btn .button.button-right{padding-right: 35px;}
.post_nav_btn .button::before{content: '';display: inline-block;position: absolute;width: 30px;height: 100%;background-size: 100%;}
.post_nav_btn .button.button-left::before{left: 0;background-image: url(../images/left_arrow.png);}
.post_nav_btn .button.button-right::before{right: 0;background-image: url(../images/right_arrow.png);}

form.wpcf7-form label{font-weight: 600;}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="number"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="date"],
form.wpcf7-form textarea{width: 100%; border: 1px solid var(--pure-gray);padding: 10px;resize: none;}
form.wpcf7-form input[type="submit"]{ color:var(--pure-white); display:block; line-height:35px; width:120px; background:var(--pure-black); text-transform:uppercase; font-weight:800; border-radius:12px; text-decoration:none; text-align:center;cursor: pointer;border: none;outline: unset; margin-top: 25px;}
form.wpcf7-form input[type="submit"]:hover{ color:var(--pure-black); background:var(--pure-red);}
form.wpcf7-form .mi-datepicker{background-color: #cc0000!important;}
form.wpcf7-form span:has(input.mi-datepicker){background-color: #cc0000;display: block;}
form.wpcf7-form span:has(input.mi-datepicker)::after{content: '';position: absolute;background-image: url(../images/date.png);width: 40px;height: 100%;display: inline-block;right: 0;background-repeat: no-repeat;background-position: center;background-size: 100%;top: 0;}
span.show_date_title{font-weight: 600;color: var(--pure-red);margin-bottom: 10px;display: block;}
input[name='mi-date-validate'],input[name='mi-no-people-validate']{display: none;}

.hh-shows-wrap form.wpcf7-form input[type="text"],
.hh-shows-wrap form.wpcf7-form input[type="email"],
.hh-shows-wrap form.wpcf7-form input[type="number"],
.hh-shows-wrap form.wpcf7-form input[type="tel"],
.hh-shows-wrap form.wpcf7-form input[type="date"]{background-color: #e0e0e0;}

.wpcf7-list-item{margin-left:0px!important;}

table.ui-datepicker-calendar tbody tr td a{text-align: center;}
table.ui-datepicker-calendar tbody tr td:not(.ui-datepicker-unselectable.ui-state-disabled) a{background-color: #1D875A;color: #fff;}
.ui-state-active, .ui-widget-content .ui-state-active{border: 1px solid #1D875A;background-color: #1D875A;}

table.ui-datepicker-calendar tbody tr td.date_selected a{background-color: #333!important;border: 1px solid #333!important;color: #fff;}

.owl-carousel, .owl-carousel .owl-item{-webkit-tap-highlight-color:transparent; position:relative}
.owl-carousel{display:none; width:100%; z-index:1}
.owl-carousel .owl-stage{position:relative; -ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0}
.owl-carousel .owl-stage-outer{position:relative; overflow:hidden; -webkit-transform:translate3d(226,22,209)}
.owl-carousel .owl-item{min-height:1px; float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel, .owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{cursor:pointer; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-loading{opacity:0; display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-grab{cursor:move; cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{-webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut; animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0; transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d; transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative; height:100%; background:#000}
.owl-carousel .owl-video-play-icon{position:absolute; height:80px; width:80px; left:50%; top:50%; margin-left:-40px; margin-top:-40px; background:url(owl.video.play.png) no-repeat; cursor:pointer; z-index:1; -webkit-backface-visibility:hidden; transition:-webkit-transform .1s ease; transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3); -ms-transform:scale(1.3,1.3); transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0; height:100%; background-position:center center; background-repeat:no-repeat; background-size:contain; transition:opacity .4s ease}
.owl-next, .owl-prev{background-position:0 0}
.owl-carousel .owl-video-frame{position:relative; z-index:1; height:100%; width:100%}
.owl-nav{text-align:center; margin-top:15px;}
.owl-next, .owl-prev{ border-radius:0; height:40px; width:40px; background-size:24px; background-position:center; background-repeat:no-repeat; -webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; transition:0.4s; color:#fff; display:inline-block; margin:0;}
.owl-next{ right:0; background-image:url(images/next.svg)}
.owl-prev{ left:0;background-image:url(images/prev.svg)}

.container{margin:0 auto; padding:0 25px; max-width:1250px; width:100%; }
.container .container{padding: 0px;}
.container-full .container{padding:0 25px;}
.container-full{width: 100vw;position: relative;left: 50%;transform: translateX(-50%);}
.row{ margin-left:-15px; margin-right:-15px; }
.row [class*=pure-u-]{ padding-left:15px; padding-right:15px; }
.justify-content-start {justify-content:flex-start; }
.justify-content-end {justify-content:flex-end; }
.justify-content-center {justify-content:center; }
.justify-content-between {justify-content:space-between; }
.justify-content-around {justify-content:space-around; }
.justify-content-evenly {justify-content:space-evenly; }
.align-items-start {align-items:flex-start; }
.align-items-end {align-items:flex-end; }
.align-items-center {align-items:center; }
.align-items-baseline {align-items:baseline; }
.align-items-stretch {align-items:stretch; }
.align-content-start {align-content:flex-start; }
.align-content-end {align-content:flex-end; }
.align-content-center {align-content:center; }
.align-content-between {align-content:space-between; }
.align-content-around {align-content:space-around; }
.align-content-stretch {align-content:stretch; }
.align-self-auto {align-self:auto; }
.align-self-start {align-self:flex-start; }
.align-self-end {align-self:flex-end; }
.align-self-center {align-self:center; }
.align-self-baseline {align-self:baseline; }
.align-self-stretch {align-self:stretch; }
.d-flex {display:flex; }
.flex-grow-0 {flex-grow:0; }
.flex-grow-1 {flex-grow:1; }

#site_loader{position:fixed; z-index:99999; background:#000; width:100%; height:100%; top:0; left:0; transition:all .4s}
#site_loader.loading_done{opacity:0; z-index:-999; visibility:hidden}
.spinner{width:70px; text-align:center; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
.spinner > div{width:18px; height:18px; background-color:var(--pure-red); border-radius:100%; display:inline-block; -webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both; animation:sk-bouncedelay 1.4s infinite ease-in-out both}
.spinner .bounce1{-webkit-animation-delay:-.32s; animation-delay:-.32s}
.spinner .bounce2{-webkit-animation-delay:-.16s; animation-delay:-.16s}
@-webkit-keyframes sk-bouncedelay{
0%,80%,100%{-webkit-transform:scale(0)}
40%{-webkit-transform:scale(1)}
}
@keyframes sk-bouncedelay{
0%,80%,100%{-webkit-transform:scale(0); transform:scale(0)}
40%{-webkit-transform:scale(1); transform:scale(1)}
}

#page{ padding-top:0; overflow:hidden; }

.banner-wrapper { /*height:100vh;*/ width:100%; position:relative; overflow:hidden; text-align:center; color:var(--pure-white); z-index:1; background: #000;}
/*.banner-wrapper iframe { position:absolute; top:50%; left:50%; min-width:100%; min-height:100%; width:auto; height:auto; z-index:-100; -webkit-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); }*/
.banner-wrapper iframe{position: absolute;width: 120%;height: 120%;z-index: 5;background: 0 0;border: 0;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(1);}
.banner-wrapper:after{ position:absolute; background:url(../images/banner-overlay.png) no-repeat center; background-size:cover; height:100%; left:0; right:0; z-index:2; bottom:0; content:'';}
.banner-wrapper .container{left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);color: var(--pure-white);text-align: center;top: calc( 50% + 60px );position: absolute;z-index: 100;}
.banner-wrapper .container h2,.banner-wrapper .container h3{  color:var(--pure-red); font-size:26px;}
.banner-wrapper .container h1{ font-weight:800;}
.banner-wrapper .container img{ display:block;margin:15px auto 30px;width: 175px;}


.header{ position:fixed; background:url(../images/header-bg.png); top:0; left:0; right:0; z-index:1000;}
.header-inner{ width: 100%; position:relative; background-color: #000 !important; background:url(../images/header-bg.png) no-repeat bottom center; background-size:cover; height:128px; padding-left:60px; padding-right:60px;z-index: 999;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.header.fixed-header  .header-inner{height:90px;}
.header:not(.fixed-header) .header-inner:after{ background:url(../images/header-bg-shape.png) center no-repeat; height:49px; content:''; position:absolute; top:100%; left:0; right:0; z-index:-2; background-size: cover;}
.header-inner .logo{ position:absolute; top:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); width:160px; z-index: -1;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.header.fixed-header .header-inner .logo{width:120px;}
.header-inner .logo a:hover img{ opacity:0.8;}
.book-btn a{height:43px; width:181px; color:var(--pure-black)!important; display:block; line-height:43px!important; text-align:center; font-size:20px; text-transform:uppercase; font-weight:800; text-decoration:none;position: relative;left: 50%;transform: translateX(-50%);}
.book-btn a::before{ content: ''; position: absolute; width: 100%; height: 100%; background:url(../images/btn-bg.svg) no-repeat;background-size: auto; opacity: 1;display: inline-block;left: 0;z-index: -1;}
.book-btn a::after{ content: ''; position: absolute; width: 100%; height: 100%; background:url(../images/btn-bg-hover.svg) no-repeat;background-size: auto; opacity: 0;display: inline-block;left: 0;z-index: -1;}
.book-btn:hover a::before{opacity: 0;}
.book-btn:hover a::after{opacity: 1;}
.book-btn span {  background: red;display: inline-block; width: 150px;}
.book-btn.menu-item {  padding-right: 25px;}
/* .header-inner .book-btn:hover a{background: url(../images/btn-bg-hover.svg) no-repeat;background-size: cover;} */
.header-inner ul{ margin-left:auto; margin-bottom:0; margin-top:0; padding:0; list-style:none; display:flex; align-items:center;min-height: 43px;}
.header-inner ul li + li{ text-align:center;}
#menu-main-menu-right > li{text-align: left;padding-left: 20px;}
#menu-main-menu-right li + li{padding-left: 0px!important;}
.header-inner ul li a{ color:var(--pure-white); display:block; line-height:35px;    text-transform:uppercase; font-weight:800; border-radius:12px; text-decoration:none; text-align:center;}
@media screen and (max-width: 1317px) {
    .header-inner ul li a{ font-size: 15px;    white-space: nowrap; }
}

/* .header-inner ul li a:hover{ color:var(--pure-black);  } */
.header-inner .menu-btn{ background:var(--pure-white); height:56px; width:56px; border-radius:56px; display:flex; align-items:center; justify-content:center; margin-left:32px; cursor:pointer; border:none; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;}
.header-inner .menu-btn .material-symbols-outlined{ font-size:32px;}
.header-inner .menu-btn:hover{ color:var(--pure-white); background:var(--pure-black);}

.header-inner-menu-wrap{height: 100%;position: relative;z-index: -1;}
.header-inner-menu-wrap div[class*='pure-u-10']{position: relative;top: 50%;transform: translateY(-50%);}
.header-menu ul{display: inline-block;}
.header-menu > ul{display: flex;width: 100%;align-items: center;}
.header-menu > ul > li{flex: 1;}
.header-menu > ul > li.menu-item-has-children > a{position: relative;}
.header-menu > ul > li.menu-item-has-children > a::after{content: '';position: absolute;width: 15px;height: 20px;left: calc( 100% + 10px );background-image: url(../images/hysterical-histories-chevron.svg);background-size: 15px;background-repeat: no-repeat;background-position: center;top: 50%;transform: translateY(-50%);}
.header-menu ul li{display: inline-block;position: relative;}
.header-menu ul li ul.sub-menu{display: none;position: absolute;width: 280px;left: 50%;transform:translateX(-50%); top: calc( 100% + 45px);background-color: var(--pure-black);z-index: -1;text-align: left;border-radius: 10px;padding: 15px 20px;}
.header-menu ul li#menu-item-1230 ul.sub-menu{min-width: 320px;}
.header-menu > ul > li.menu-item-has-children:hover ul,
.header-menu > ul > li.menu-item-has-children ul:hover{display: block;}
.header-menu ul li ul.sub-menu::before{content: '';position: absolute;width: 20px;height: 20px;left: 50%;top: -25px;border-right: 15px solid transparent;border-bottom: 25px solid var(--pure-black);border-top: 0 solid transparent;border-left: 15px solid transparent;transform: translateX(50%);margin-left: -25px;}
.header-menu ul > li.menu-item-has-children:before {background: transparent;content: '';position: absolute;width: 100%;height: 35px;left: 0;bottom: -35px;}
.header-menu.header-menu-1{   padding: 10px 0px 10px 20px;}
.header-menu.header-menu-2{   padding: 10px 0px 10px 20px;}
.header-menu ul#menu-main-menu-right li ul.sub-menu::before{left: 35%;}
.header-menu ul li ul.sub-menu li {border-bottom: 1px solid #aeaeae;display: block;text-align: left!important;padding-bottom: 5px;margin-bottom: 5px;}
.header-menu ul li ul.sub-menu li a{text-align: left!important;line-height: 20px!important;}
.header-menu ul li ul.sub-menu li:last-child{border-bottom: unset;}
.header-menu ul li a{display: inline-block;}
.header-menu.header-menu-2 .book-btn a::before{ content: ''; position: absolute; width: 100%; height: 100%; background:url(../images/button-ticket-bckg.svg) no-repeat;background-size: auto; opacity: 1;display: inline-block;left: 0;z-index: -1; background-color: #fff !important;}
.header-menu.header-menu-2 .book-btn a::after{ content: ''; position: absolute; width: 100%; height: 100%; background:url(../images/button-ticket-bckg.svg) no-repeat;background-size: auto; opacity: 1;display: inline-block;left: 0;z-index: -1; background-color: #fff !important;}
.header-menu.header-menu-2 .book-btn a{background: #fff;}
.pure-g.header-inner-menu-wrap::after { position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); background: #000; height: 55%; width: 100%; z-index: -2;}
.fixed-header .pure-g.header-inner-menu-wrap::after{  height: 75%;}
.w1{ padding:90px 0; /*background:url(../images/hysterical-histories-red-texture.jpg) no-repeat center;*/ background-color: #7e0000 !important; background-size:cover; position:relative; color:var(--pure-white); font-size:24px; z-index:2; text-align:center;}
.w1 .container{position: relative;z-index: 9;}
.w1:before, .w1:after{ height:70px; background-position:center; background-repeat:repeat-x; content:''; position:absolute; left:0; right:0;}

.w1::before{}
.w1:before{ background-image:url(../images/w1-bg-new.png);top: -70px;  background-repeat: no-repeat;height: calc( 100% + 140px );z-index: 8;width: 100%; background-size: cover;}
/* .w1:before{ background-image:url(../images/hysterical-histories-top-mask-2.svg); top: -35px;background-size: cover;background-repeat: no-repeat;}
.w1:after{ background-image:url(../images/hysterical-histories-btm-mask-2.svg); bottom: -35px;background-size: cover;background-repeat: no-repeat;} */

/* .w1:before{ background-image:url(../images/hysterical-histories-top-mask-1.svg); top: 0px;background-size: cover;background-repeat: no-repeat;}
.w1:after{ background-image:url(../images/hysterical-histories-btm-mask-1.svg); bottom:0px;background-size: cover;background-repeat: no-repeat;} */


.w1 h2{ text-transform:uppercase;}
.w1 .links{ background:var(--pure-black); border-radius:12px; padding:14px 0; margin-bottom:0; list-style:none;}
.w1 .links li a{ text-transform:uppercase; font-weight:800; font-size:20px; display:block; line-height:43px; text-decoration:none;}
.w1 .links li a.link{ padding:0 24px; color:var(--pure-white);}
.w1 .links li a.link:hover{ color:var(--pure-red);}
.w1 .links li a.button{ background:url(../images/button-ticket-bckg.svg) no-repeat; width:181px; color:var(--pure-black);background-size: cover; background-color: #fff;}
.w1 .links li a.button:hover{ background:url(../images/btn-bg-w2-hover.svg) no-repeat; background-size: cover;}


.w2{ padding:154px 0; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; color:var(--pure-white); z-index: 1;}
.w2:not(.mipl-posts-grid-blk):before{ background:var(--pure-black); opacity:0.5; position:absolute; top:0; right:0; bottom:0; left:0; content:''; z-index:1;}
.w2 .container{ position:relative; z-index:2;}
.w2 .title{ margin-bottom:70px; text-align:center;}
.w2 .box{ border-radius:15px; overflow:hidden; padding-left:240px; position:relative;min-height: 330px;}
.w2 .box .block-content{ background:url(../images/box-texture.png) no-repeat center; background-size:cover; position:relative;min-height: 330px;}
.w2 .box .block-content .content{ padding:60px 20px 30px; position:absolute; z-index:2; text-align:center; background:url(../images/curtains.png) repeat-x top center;display: inline-block;height: 100%;width: 100%;}
/* .w2 .box .block-content .content .content-wrap{display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: calc( 100% - 40px );} */
.w2 .box .block-content .content .content-wrap{display: inline-block;}
.w2 .box .block-content .content h3{ font-weight:800; text-transform:uppercase;font-size: 22px;}
.w2 .box .block-content .content ul{ padding:0; list-style:none;}
.w2 .box .block-content .content ul li + li{ margin-top:1px;}
.w2 .box .block-content .content ul li strong{ font-weight:800;}
.w2 .box .block-content .content .button{ background-image:url(../images/btn-bg-w2.svg); background-repeat: no-repeat!important; background-size: 90%!important; background-position-x: center!important; width:202px; height:63px; padding-bottom:20px; line-height:43px; color:var(--pure-black); text-align:center; display:block; margin-left:auto; margin-right:auto; text-decoration:none; font-weight:800;}
.w2 .box .block-content .content .button:hover{background-image:url(../images/btn-bg-w2-hover.svg);}
.w2 .box .block-content .content .link{ color:var(--pure-white); text-decoration:underline; text-transform:uppercase; font-weight:800; text-align:center; display:block;}
.w2 .box .block-content .content .link:hover{ text-decoration:none;}
.w2 .box .full-img{  min-width:initial; width:240px; position:absolute; top:0; left:0; bottom:0; overflow:hidden; flex:0 0 auto; display:flex;}
.w2 .box .full-img img{flex:1 1 auto; align-self:center; justify-self:center; object-fit:cover; height:100%; min-width:100%; width:auto;}

.w2 .box.full-width{ padding: 0!important;}
.w2 .box.full-width .full-img{  width:100%!important; position:unset!important;}



.w2.mipl-posts-grid-blk{padding: 50px 0;}
.w2.mipl-posts-grid-blk [class *= "pure-u-1"]{margin-bottom: 30px;}

.w3{ background:var(--pure-black); position:relative; color:var(--pure-white); position:relative; z-index:2; padding:50px 0 140px;margin-top: 60px;margin-bottom: 60px;}
.inner-page .w3{margin-top: 120px;}
.w3:before{ background:url(../images/black-shape-bg.png) repeat-x center; height:70px; bottom:100%; left:0; right:0; content:''; position:absolute;}
.w3 h5, .w3 h3 {  margin-bottom: 24px;  font-weight: 400;  font-size: 19px;}
.w3 .star{ margin-bottom:30px;}
.w3 .star img{ height:24px; width:auto;}
.w3 blockquote{ padding-bottom:30px; margin:0; border:none;}
.w3 time{ background:url(../images/tag.png); height:25px; line-height:25px; width:111px; color:var(--pure-black); text-align:center; margin-right:16px;}
.w3 .title{ margin-bottom:24px;}
.w3 .title h2{ color:var(--pure-red); font-weight:800; text-transform:uppercase;}
.w3 .owl-nav{ margin:0;}
.w3 .owl-prev, .w3 .owl-next{ height:24px; width:34px; position:absolute; background-size:100%; background-position:center; background-repeat:no-repeat; top:-58px;}
.w3 .owl-prev{background-image:url(../images/arrow-l-white.png); left:300px;}
.w3 .owl-next{background-image:url(../images/arrow-r-white.png); left:350px; right:auto;}
.w3 .owl-prev.disabled, .w3 .owl-next.disabled{ opacity:0.5;}
.w3-img{ position:absolute; right:0; z-index:1; bottom:0;}
.w3 + .hhc-faq{margin-top: 50px;}

.w4{ padding:40px 0; position:relative; z-index:3; background:url(../images/yellow-bg.png) no-repeat center; background-size:cover;}
.w4:before, .w4:after{ height:70px; background-position:center; background-repeat:repeat-x; content:''; position:absolute; left:0; right:0;}
.w4:before{ background-image:url(../images/yellow-top-shape.png); bottom:100%;}
.w4:after{ background-image:url(../images/yellow-bottom-shape.png); top:100%;}
.w4 .container{ text-align:center; font-size:20px; color:var(--pure-black); margin-bottom:45px;}
.w4 .container a{ text-decoration:underline; color:var(--pure-black); font-weight:500;}
.w4 .container a:hover{ color:var(--pure-black); text-decoration:none;}
.w4 .container h2{ color:var(--pure-red); font-weight:800; text-transform:uppercase;}
.w4 .owl-carousel{ padding-left:50px; padding-right:50px;}
.w4 .box{ background:url(../images/box-texture.png); overflow:hidden; border-radius:15px;}
.w4 .box .content{ padding:20px; text-align:center; color:var(--pure-white);}
.w4 .box .content h3{ margin-bottom:0; padding-bottom:30px; font-weight:800; text-transform:uppercase;font-size: 22px;}
.w4 .box .content .button{ background-image:url(../images/btn-bg-w4.svg); background-repeat: no-repeat!important; background-size: 90%!important; background-position-x: center!important; width:202px; height:63px; padding-bottom:20px; line-height:43px; color:var(--pure-black); text-align:center; display:block; margin-left:auto; margin-right:auto; text-decoration:none; font-weight:800;}
.w4 .box .content .button:hover{background-image: url(../images/btn-bg-w4-hover.svg);}
.w4 .box .content .link{ color:var(--pure-white); text-decoration:underline; text-transform:uppercase; font-weight:800; text-align:center; display:block;}
.w4 .box .content .link:hover{ text-decoration:none;}

.w4 .owl-prev, .w4 .owl-next{ height:24px; width:34px; position:absolute; background-size:100%; background-position:center; background-repeat:no-repeat; top:-155px;}
.w4 .owl-prev{background-image:url(../images/arrow-l-black.png); left:30%;}
.w4 .owl-next{background-image:url(../images/arrow-r-black.png); right:30%;}

.newsletter{  background-size:cover; padding: 50px 0 50px; position:relative; z-index:1; background-color: #7e0000 !important;}
.newsletter.top_texture_red{margin-top: -50px;}
.newsletter h3{ color:var(--pure-white); font-weight:800;}
.newsletter .form-control{ height:43px; display:block; width:100%; padding:0 12px; color:#666666; font-weight:500; border:none; outline:0;}
.newsletter input[type=submit]{ background:var(--pure-black); text-transform:uppercase; border-radius: 12px; height:43px; text-align:center; width:100%; text-align:center; cursor:pointer; border:none; font-weight:800; color:var(--pure-white);}
.newsletter input[type=submit]:hover { background:var(--pure-white); color:var(--pure-black);}

.white_bg_texture .w3-img img{display: block;}
.white_bg_texture::after{content: '';position: absolute;width: 100%;bottom: -20px;height: 70px;background-image: url(../images/hysterical-histories-jagged-white-border.png);z-index: 9;}

.hhc-img-text{margin-top: 70px;}
.hhc-img-text .block__heading{margin-bottom: 60px;}
.hhc-img-text .block__heading h2 strong{color: var(--pure-red);}
.hhc-img-text .block__heading p{font-size: 24px;}
.hhc-img-text .img_text_wrap{position: relative;margin-bottom: 45px;}
.hhc-img-text .img_text_wrap::after{content: '';position: absolute;bottom: -30px;background-image: url(../images/hysterical-histories-jagged-white-border.png);height: 70px;width: 100%;}
.hhc-img-text .img_text_wrap .pure-u-1-2{position: relative;}
.hhc-img-text .img_text_wrap .left_text{border-top-left-radius: 20px;}
.hhc-img-text .img_text_wrap .right_text{border-top-right-radius: 20px;}
.hhc-img-text .img_text_wrap .img-wrap{overflow: hidden;border-top-right-radius: 20px;border-top-left-radius: 20px;}
.hhc-img-text .img_text_wrap .img-wrap a.blank_a{min-height: 360px;background-size: cover;background-position-x: 0px;background-repeat: no-repeat;}
.hhc-img-text .img_text_wrap .img-wrap:hover a.blank_a,.hhc-img-text .img_text_wrap .img-wrap:hover img.blank_a{transform: scale(1.2);}
.hhc-img-text .content_wrap{display: inline-block;height: calc( 100% - 40px );bottom: 0;position: absolute;padding: 30px;}
.hhc-img-text .content_wrap h2{margin-bottom: 0px;}
.hhc-img-text .content_wrap h3{font-size: 20px;}

.btn.btn-black{ color:var(--pure-white); line-height:35px; background:var(--pure-black); text-transform:uppercase; font-weight:800; border-radius:12px; text-decoration:none; text-align:center; padding: 8px 16px;}
.btn.btn-black:hover{ color:var(--pure-black); background:var(--pure-white);}

.hhc-img-text .content_wrap.content_bg_red{background-image: url('../images/box-texture.png');color: var(--pure-white); background-color: #7E0000;}
.hhc-img-text .content_wrap.content_bg_yellow{background-image: url('../images/yellow-bg.png');color: var(--pure-white);width: 100%;}
.hhc-img-text .content_wrap.content_bg_yellow h2{color: var(--pure-red);}
.hhc-img-text .content_wrap.content_bg_yellow h3{color: var(--pure-black);}
.hhc-img-text .content_wrap.content_bg_yellow p{color: var(--pure-gray);}

.hhc-img-text .content_wrap.content_bg_black{background-color: var(--pure-black);color: var(--pure-white);}
.hhc-img-text .content_wrap.content_bg_black .btn.btn-black{background:var(--pure-red);color:var(--pure-white);}
.hhc-img-text .content_wrap.content_bg_black .btn.btn-black:hover{background:var(--pure-white);color: var(--pure-red);}
.hhc-img-text .content_wrap.content_bg_black h3{color: var(--pure-red);}

.w2.mi_review_list{padding-top: 0px;}
.mi_review_list .content-wrap h4,.mi_review_list .content-wrap h3{color: var(--pure-red); font-size: 22px;}
.mi_review_list .content-wrap .review_short_desc p{color: var(--pure-black);}
.mi_review_list .content-wrap img.star{width: 140px;margin-bottom: 16px;}
.mi_review_list .content-wrap .date_icon_content{display: flex;margin-top: 16px;}
.mi_review_list .content-wrap .date_icon_content .date{background-color: var(--pure-red);padding: 0px 30px 0px 10px;height: 30px;line-height: 28px;position: relative;}
.mi_review_list .content-wrap .date_icon_content .icon img{height: 26px;margin-left: 30px;}
.mi_review_list .content-wrap .date_icon_content .date::after{content: '';position: absolute;width: 20px;height: 15px;right: 10px;top: 0;border-right: 0px solid ;border-bottom: 15px solid #ffffff;border-top: 0px solid transparent;border-left: 20px solid transparent;transform: translateX(50%);margin-left: 0px;}
.mi_review_list .content-wrap .date_icon_content .date::before{content: '';position: absolute;width: 20px;height: 15px;right: 10px;bottom: 0px;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-top: 15px solid #ffffff;border-left: 20px solid transparent;transform: translateX(50%);margin-left: 0px;}

.mi_review_list .mi_reviews_post_ul .review_wrap .content-wrap{padding-top: 16px;border-top: 1px solid #aeaeae;}

.w6.hhc-quick-links{background-repeat: no-repeat;background-size: cover;padding: 100px 0px 140px 0px; background-color: black;}
.w6.hhc-quick-links::before{content: '';position: absolute;top: -30px;background-image: url(../images/hysterical-histories-jagged-white-border.png);height: 70px;width: 100%;z-index: 99;transform: rotate(180deg);}
.w6.hhc-quick-links::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #000;opacity: 0.6;z-index: 1;}
.w6.hhc-quick-links .w6-content-wrap{z-index: 99;position: relative;padding: 0px 25px;}
.w6.hhc-quick-links .title{text-align: center;margin-bottom: 0px;padding: 0px 40px;}
.w6.hhc-quick-links .title h2{color: var(--pure-white);}
.w6.hhc-quick-links .title p{color: var(--pure-white);font-size: 24px;}
.w6.hhc-quick-links .quick-link-wrap{min-height: 150px;background: url('../images/box-texture.png');color: var(--pure-white);padding: 20px;border-radius: 15px;margin-top: 40px;position: relative;}
.w6.hhc-quick-links .quick-link-wrap .icon svg{width: 70px;height: auto;}
.w6.hhc-quick-links .w6-content-wrap .pure-g [class *= "pure-u"]{padding: 0px 15px;}
.w6.hhc-quick-links .w6-content-wrap .pure-g .pure-u-1-4:nth-child(4n+2){padding-left: 0px;}
.w6.hhc-quick-links .w6-content-wrap .pure-g .pure-u-1-4:nth-child(4n+1){padding-right: 0px;}
.w6.hhc-quick-links .quick-link-wrap .icon {position: relative;width: 100%;height: 60px;text-align: center;}
.w6.hhc-quick-links .quick-link-wrap blockquote{ margin: 20px 0px 0px 0px; text-align: center; font-weight: 800;text-decoration: none;font-size: 24px;}

.w6.hhc-quick-links .quick-link-wrap .quick-link-outer{position: absolute;width: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 20px 0px 15px 0px;}
.w6.hhc-quick-links .quick-link-wrap .quick-link-outer .icon a:hover svg circle{fill:#000000!important;}
.w6.hhc-quick-links .quick-link-wrap .quick-link-outer .icon a:hover svg g,
.w6.hhc-quick-links .quick-link-wrap .quick-link-outer .icon a:hover svg path{fill:#ffffff!important;}

.w7.hhc-sidebar-menu{padding: 0px 0px 70px 0px}
.w7.hhc-sidebar-menu .sidebar-content-wrap{display: block;}
.w7.hhc-sidebar-menu .sidebar-content-wrap.hide{display: none;}
.w7.hhc-sidebar-menu .w7-content-wrap h2{ color:var(--pure-red); font-weight:800; text-transform:uppercase;}
.w7.hhc-sidebar-menu .w7-content-wrap h3{ font-weight: 500;font-size: 24px;}
.w7.hhc-sidebar-menu .w7-content-wrap .quoted_text{background-image: url('../images/yellow-bg.png'); padding: 20px 20px 20px 40px;position: relative;border-radius: 10px;overflow: hidden;margin-top: 40px;}
.w7.hhc-sidebar-menu .w7-content-wrap .quoted_text:before{content: '';background-color: var(--pure-red);height: 100%;width: 10px;position: absolute;left: 0; top: 0;z-index: 99;}
.w7.hhc-sidebar-menu .w7-content-wrap .sidebar-links{list-style-type:none;margin: 0px;}
.w7.hhc-sidebar-menu .w7-content-wrap .sidebar-links li{background-image: url('../images/yellow-bg.png');border-radius: 10px;overflow: hidden;margin-bottom: 15px;padding: 15px;}
.w7.hhc-sidebar-menu .w7-content-wrap .sidebar-links li.active{background-image: url('../images/box-texture.png');}
.w7.hhc-sidebar-menu .w7-content-wrap .sidebar-links li.active a{color: var(--pure-white);}
.w7.hhc-sidebar-menu .w7-content-wrap .sidebar-links li a{text-decoration: none;font-weight: 800;}

.w8.hhc-bodytext-menu{padding: 0px 0px 70px 0px}
.w8.hhc-bodytext-menu .sidebar-content-wrap{display: block;}
.w8.hhc-bodytext-menu .sidebar-content-wrap.hide{display: none;}
.w8.hhc-bodytext-menu .w8-content-wrap h2{ color:var(--pure-red); font-weight:800; text-transform:uppercase;}
.w8.hhc-bodytext-menu .w8-content-wrap h3{ font-weight: 500;font-size: 24px;}
.w8.hhc-bodytext-menu .w8-content-wrap .sidebar-links{list-style-type:none;margin: 0px;}
.w8.hhc-bodytext-menu .w8-content-wrap .sidebar-links li{background-image: url('../images/yellow-bg.png');border-radius: 10px;overflow: hidden;margin-bottom: 15px;padding: 15px;}
.w8.hhc-bodytext-menu .w8-content-wrap .sidebar-links li.active,
.w8.hhc-bodytext-menu .w8-content-wrap .sidebar-links li:hover{background-image: url('../images/box-texture.png');color: var(--pure-white);}
.w8.hhc-bodytext-menu .w8-content-wrap .sidebar-links li.active a
.w8.hhc-bodytext-menu .w8-content-wrap .sidebar-links li:hover a{color: var(--pure-white);}
.w8.hhc-bodytext-menu .w8-content-wrap .sidebar-links li a{text-decoration: none;font-weight: 800;text-transform: uppercase;width: 90%;display: inline-block;}
:where(.wp-block-columns.is-layout-flex) {gap:0!important;}

.youtube-player .vplay {height: 48px;width: 68px;left: 50%;top: 50%;margin-left: -34px;margin-top: -24px;position: absolute;background: url(https://i.ibb.co/j3jcJKv/yt.png) no-repeat;cursor: pointer;z-index: 999;}

main h2.wp-block-heading,
.mi_gallery_block h2{ color:var(--pure-red); font-weight:800; text-transform:uppercase;}
main h3.wp-block-heading{ font-weight: 500;font-size: 24px;} 

main figure blockquote{ background-color: #F4E9BF; padding: 20px 20px 20px 40px;position: relative;border-radius: 10px;overflow: hidden;margin: 0px;font-size: 17px;line-height: 1.5;}
main figure blockquote:before{content: '';background-color: var(--pure-red);height: 100%;width: 10px;position: absolute;left: 0; top: 0;z-index: 99;}
/* main figure blockquote:after{background-color: rgba(255,255,255,.3);content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;} */
main figure blockquote *{position: relative;z-index: 999;}

#skiptocontent a {  position: absolute;  top: -40px;  left: 0;  background: var(--pure-gray);  color: #fff;  padding: 6px;  z-index: 9999;}
#skiptocontent a:focus {   top: 0; }

.hh-show-single .hh-shows-wrap{max-width: 285px;margin: 0 auto;}
.hh-show-single .hh-shows-details-wrap{display: block;width: 100%;}
.hh-show-single .hh-shows-wrap ul, .hh-show-single .hh-shows-details-wrap ul{list-style-type: none;padding: 0px;}
.hh-show-single .hh-shows-details-wrap ul{display: block;}
.hh-show-single .hh-shows-wrap .button{width: 100%;height: 70px;line-height: 70px;color: var(--pure-black);text-align: center;display: block;margin-left: auto;margin-right: auto;text-decoration: none;font-weight: 800;font-size: 24px;position: relative;}
.hh-show-single .hh-shows-wrap .button::before{content: '';display: block;background:url(../images/btn-bg-w2.svg) no-repeat center center;position: absolute;width: 100%;height: 100%;z-index: -1;top: 0;opacity: 1;}
.hh-show-single .hh-shows-wrap .button::after{content: '';display: block;background:url(../images/btn-bg-w2-hover.svg) no-repeat center center;position: absolute;width: 100%;height: 100%;z-index: -1;top: 0;opacity: 0;}
.hh-show-single .hh-shows-wrap .button:hover:before{opacity: 0;}
.hh-show-single .hh-shows-wrap .button:hover:after{opacity: 1;}
.hh-show-single .hh-shows-details-wrap .show_icon{padding-left: 60px; background-size: 52px auto;background-position: left center;background-repeat: no-repeat;margin-bottom: 20px;font-size: 19px;display: inline-block;margin-right: 50px;}
.hh-show-single .hh-shows-details-wrap .show_icon strong{color: #c70209; font-weight: 800;font-size: 24px;}
.hh-show-single .hh-shows-details-wrap .show_icon.show_next_show{background-image: url('../images/date.png');}
.hh-show-single .hh-shows-details-wrap .show_icon.show_duration{background-image: url('../images/duration.png');}
.hh-show-single .hh-shows-details-wrap .show_icon.show_price{background-image: url('../images/price.png');}
.hh-show-single .hh-shows-details-wrap .fareharbor-calendar-wrap{border: 2px solid var(--pure-gray);padding: 8px;margin-bottom: 20px;}
.hh-show-single .post-thumb-wrap{margin-bottom: 20px;}
.hh-show-single .post-thumb-wrap img{width: 100%; height: auto;}

.hh_accordian .hh_accordian_wrap{ border-radius: 15px;overflow: hidden;display: block;margin-bottom: 10px;position: relative;}
.hh_accordian .hh_accordian_wrap .accordian_heading{padding:15px 25px;background-color: var(--pure-red);color: var(--pure-white);cursor: pointer;position: relative;}
.hh_accordian .hh_accordian_wrap .accordian_heading strong{color: var(--pure-white);font-size: 20px;font-weight: 800;}
.hh_accordian .hh_accordian_wrap .accordian_heading:after{content: '';background-image: url(../images/open.png);background-repeat: no-repeat;background-position: center;width: 30px;display: block;height: 30px;z-index: 99;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);transition:0.4s}
.hh_accordian .hh_accordian_wrap .accordian_heading.active:after{transform: translateY(-50%) rotate(45deg);}
.hh_accordian .hh_accordian_wrap .accordian_content{padding:20px;display: none;background-color: #F4E9BF; position: relative;}
/* .hh_accordian .hh_accordian_wrap .accordian_content::before{content: '';position: absolute;width: 100%;height: 100%;background-color: rgba(255,255,255,.3);z-index: 9;left: 0;top: 0;} */
.hh_accordian .hh_accordian_wrap .accordian_content p{position: relative;z-index: 99;}

/* Grid Boxes */
#mi_gallery_block > h3 {margin: 15px 0px;padding: 0px;}
.mi_gallery_block{padding-bottom: 30px;}
.mi_gallery_block .gallery-item,
.mi_gallery_block .gallery-item img{ transition: all 0.5s; width: 100%; height: auto; display: block; }
.mi_gallery_block .gallery-item:hover{ background: #000; }
.mi_gallery_block .gallery-item:hover img{ opacity: 0.8; }
.mi_gallery_block .gallery-item:hover figcaption{ padding-top: 20px; }

.mi_gallery_block .gallery-list{ list-style: none; margin: -4px; padding: 0; overflow: auto; }
.mi_gallery_block.no-spacing .gallery-list{ margin: 0; }
.mi_gallery_block .gallery-item{ float: left; margin: 4px; position: relative; }
.mi_gallery_block.no-spacing .gallery-item{ margin:0; }
.mi_gallery_block .gallery-item figure{ margin:0; }
.mi_gallery_block .gallery-item figcaption{ transition: all 0.5s; position: absolute; bottom: 0; width: 100%; max-height: 100%; overflow: auto; padding: 40px 10px 15px; color: #fff; text-align: center; font-size: 13px; background: linear-gradient(0deg, rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent); letter-spacing: normal; }

.mi_gallery_block.columns-2 .gallery-item{ width: calc( 50% - 8px ); }
.mi_gallery_block.no-spacing.columns-2 .gallery-item{ width: calc( 50% ); }
.mi_gallery_block.columns-2 .gallery-item:nth-child(odd){ clear: left; }

.mi_gallery_block.columns-4 .gallery-item{ width: calc( 25% - 8px ); }
.mi_gallery_block.no-spacing.columns-4 .gallery-item{ width: calc( 25% ); }
.mi_gallery_block.columns-4 .gallery-item:nth-child(4n+1){ clear: left; }

.mi_gallery_block.columns-6 .gallery-item{ width: calc( 16.66% - 8px ); }
.mi_gallery_block.no-spacing.columns-6 .gallery-item{ width: calc( 16.66% ); }
.mi_gallery_block.columns-6 .gallery-item:nth-child(6n+1){ clear: left; }

.mi_gallery_block.columns-8 .gallery-item{ width: calc( 12.5% - 8px ); }
.mi_gallery_block.no-spacing.columns-8 .gallery-item{ width: calc( 12.5% ); }
.mi_gallery_block.columns-8 .gallery-item:nth-child(8n+1){ clear: left; }

.mi_latest_news .custom-card .blog-card{display: block;border-radius: 10px;overflow: hidden;}
.mi_latest_news .custom-card .blog-card .img-outer{position: relative;}
.mi_latest_news .custom-card .blog-card .img-outer::after{content: '';background-image: linear-gradient(to top,rgba(0,0,0,.45),rgba(0,0,0,0)); height: 20%;width: 100%;position: absolute;bottom: 0;}
.mi_latest_news .custom-card .blog-card .content-wrap{background: url(../images/box-texture.png) no-repeat center;background-size: cover;min-height: 180px;}
.mi_latest_news .custom-card .blog-card .content-wrap .content{background: url(../images/curtains.png) repeat-x top center;display: inline-block;padding: 70px 20px 20px 20px;}
.mi_latest_news .custom-card h4,.mi_latest_news .custom-card p{text-align: center;text-transform: uppercase;margin: 0px!important;}
.mi_latest_news .custom-card p{font-weight: 600;}
.mi_latest_news .custom-card .blog-card .content-wrap a.btn{margin: 20px auto;}
.mi_latest_news .news_loader{margin:0 auto;}
.btn{cursor: pointer;}
.btn.btn-grey{ color:var(--pure-white); display:block; line-height:35px; width:150px; background:var(--pure-gray); text-transform:uppercase; font-weight:800; border-radius:12px; text-decoration:none; text-align:center;}
.btn.btn-grey:hover{ color:var(--pure-white); background:var(--pure-gray);}

.hhc-show-details .pure-u-17-24 h2{text-transform: uppercase;color: var(--pure-red);}
.blank_a {display: inline-block;width: 100%;height: 100%;}

/* Popup Modal */
.popup_modal{ position:fixed; width:100%; height:100%; top:0; background:rgba(0,0,0,1); transition:all 0.6s; opacity:0; overflow-x:hidden; overflow-y:auto; z-index:-99; }
.popup_modal .close_modal_button{ position:absolute; top:10px; right:10px; width: 30px; height: 30px; padding: 7px; z-index:99; }
.popup_modal .close_modal_button svg{ width:15px; height:15px; color: var(--pure-white); }
.popup_modal .close_modal_button:hover svg{ color: var(--pure-white); }
.popup_modal .popup_dialog{ position: absolute;max-width: 100%;width: calc( 100% - 100px ) ;min-height: 95vh;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.popup_modal .popup_dialog.popup_small{ max-width: 480px; }
.popup_modal .popup_dialog.popup_large{ max-width: 960px; }
.popup_modal .popup_dialog.popup_slide{ overflow-y: auto; transform: translateX(-100%); width: 80%; height: 100%; top:0; left:0; transition: all 0.3s; margin: 0; }
.popup_modal .popup_dialog.popup_slide.slide_right{ transform: translateX(100%); float: right; left: auto; }
.popup_modal .popup_content{ padding: 25px; overflow-x: hidden; overflow-y: auto; width: 100%;height: 100%;}
.popup_modal .popup_content h2{color: #3d3e40;font-size: 30px!important;margin: 0px;}
.popup_modal .popup_content h3{color: #fff;font-size: 20px!important;}
.popup_modal .popup_content p{color: #fff;}
.popup_modal.show_modal{ opacity:1; z-index:99999; }
.popup_modal.show_modal .popup_dialog.popup_slide{ transform: translateX(0); }
.youtube_videopopup_content iframe{position: absolute;width: 100%;height: calc( 100% - 40px );bottom: 0;left: 0;}
.popup_modal .fe_close_button img{position: absolute;right: 0; transform: rotate(45deg);padding: 10px;cursor: pointer;}


body .pure-g [class *= "pure-u"]:has(.wpcf7-spinner){position: relative;}
.wpcf7-spinner{position: absolute!important;right: 0;}
.ui-widget.ui-widget-content{z-index: 99!important;}

input.mi-datepicker{background-color: var(--pure-red)!important;border: unset!important;color: var(--pure-white)!important;outline: unset!important;}
input.mi-datepicker::placeholder{font-weight: 800;color: var(--pure-white)!important;}

.footer{ background:var(--pure-black); color:var(--pure-white); padding:40px 0; position:relative; overflow:hidden;}
.footer .container{ position:relative; z-index:2}
.footer a{ color:var(--pure-white); text-decoration:underline;}
.footer a:hover{ color:var(--pure-white); text-decoration:none;}
.footer-img{ bottom:0; right:0; position:absolute; z-index:1; line-height:0}
.footer .item + .item{ margin-top:24px;} 
.footer .social{ margin-bottom:0; padding:0 0 24px; list-style:none;}
.footer .social li + li{ margin-left:12px;}
.footer .social li a{ display:block; color:var(--pure-white); height:40px; width:40px; text-align:center; background:#333; display:block; line-height:40px; font-size:20px;}
.footer .social li a:hover{ color:var(--pure-white); background:var(--pure-red);}
.footer .logos a + a{ margin-left:24px;}
.footer .logos a:hover img{ opacity:0.8;}

.newsletter .wpcf7-form label {  color: #fff;}

.menu-overlay{ background:#0c0c0c; position:fixed; height:100%; width:424px; top:0; bottom:0; right:-424px; z-index:1002; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; display:flex; flex-direction:column;}
.menu-overlay.active{ right:0;}
.menu-holder .logo{ text-align:center; margin-bottom:24px;}
.close-btn{ background:url(../images/svgs/icon-close.png) no-repeat center; height:70px; width:70px; position:absolute; top:0; right:0;}
.menu-header{ height:128px; display:flex; flex-shrink:0; align-items:center; justify-content:space-between; overflow:auto; overflow-x:hidden; padding:0 50px;}
.menu-holder{ padding:0 50px; flex:1 1 auto; overflow-y:auto;}
.menu-header .menu-btn{ background:var(--pure-white); height:56px; width:56px; border-radius:56px; display:flex; align-items:center; justify-content:center; margin-left:auto; cursor:pointer; border:none; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;}
.menu-header .menu-btn:hover{ background:var(--pure-red); color:#fff;}
.menu-header .menu-btn .material-symbols-outlined{ font-size:32px;}
.menu-button { padding:50px;}
.menu-button a{ display:block; line-height:1; border-radius:12px; text-align:center; color:#fff; text-transform:uppercase; font-weight:800; background:var(--pure-red); text-decoration:none; text-align:left; padding:15px;}
.menu-button a:hover { background:var(--pure-white); color:var(--pure-red);}

.blueMobileMenu {color:var(--pure-white); display:block; margin:0; padding:0; font-size:20px;}
.blueMobileMenu li a:hover{color:var(--pure-blue);}
.blueMobileMenuIcon {display:block; z-index:9999; position:relative; float:left;}
.blueMobileMenu li {cursor:pointer; float:none; position:relative; list-style:none;}
.blueMobileMenu > li {border-right:none;}
.blueMobileMenu > li.open{}
.blueMobileMenu > li > a{ padding:10px 0; position:relative;}
.blueMobileMenu > li > a:hover, .blueMobileMenu > li > a.current-menu-item{color:var(--pure-red);}
.blueMobileMenu > li > a:hover:after{ opacity:0;}
.blueMobileMenu li a {color:var(--pure-white); text-decoration:none; padding:10px 44px 10px 0; display:block;}
.blueMobileMenu li ul{ padding-left:0;}
.blueMobileMenu li a img{ width:20px;}
.blueMobileMenu li ul li:last-child{ border:none;}
.blueMobileMenu li ul li a{color:var(--pure-white); padding-left:15px; padding-right:15px; line-height: 1.2; border-radius:12px 0 0 12px; margin-bottom:5px;  background:rgb(51,51,51); background:linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(0,1,1,1) 100%); }
.blueMobileMenu li ul li:hover { color:var(--pure-red);}
.blueMobileMenu li ul li:hover > a{ color:var(--pure-red);}
.blueMobileMenu li ul li ul li {/*background:#eee;*/}
.blueMobileMenu li ul li ul li a:hover, .blueMobileMenu li ul li:hover > a:hover{ color:var(--pure-red);}
.blueMobileMenu li ul li ul li ul li {}
.blueMobileMenu li ul {margin:0; padding:0; position:relative;}
.closed > ul {display:none;}
.icon_menu { position:absolute; top:0; right:0; z-index:10; height:44px; width:44px;}
.blueMobileMenu li.closed:after, .blueMobileMenu li.open:after{ position:absolute; top:0; right:0; bottom:0; text-align:center; height:47px; line-height:44px; width:44px; color:var(--pure-white); font-family:'Font Awesome 6 Free'; font-weight:800; font-size:20px; color:var(--pure-red);}
.blueMobileMenu li.closed:after{ content:'\f107';}
.blueMobileMenu li.open:after{ content:'\f106';}

.qc-cmp2-persistent-link{background-color: #1a5fa9 !important; }

#name:focus-visible, #number:focus-visible {  outline: 2px solid #000;}

.wpcf7-form-control.wpcf7-submit.has-spinner:focus-visible {  outline: 2px solid #fff;}
textarea[name="_wpcf7_ak_hp_textarea"] { display: none;    }
label[for="_wpcf7_ak_hp_textarea"],
label:has(textarea[name="_wpcf7_ak_hp_textarea"]) {  display: none;     }
.testiSlider .owl-item:focus {  outline: 2px solid #ffffff;  outline-offset: 2px;}
.accordian_heading:focus strong { outline: 2px solid #0073e6;}
/* banner video controll buttons */
.video-controller {  position: absolute;  bottom: 100px;  right: 100px;  z-index: 100;  display: flex;  align-items: center;  gap: 10px;}
.video-controller button {  background: #fff;  height: 63px;  width: 63px;  border-radius: 63px;  color: var(--primary);  font-size: 22px;  padding: 0;  border: none;  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  cursor: pointer;  position: relative;}