@keyframes rotateWords {
  0% { content: "Marvel"; }
  16.67% { content: "DC Comics"; }
  33.33% { content: "Dark Horse"; }
  50% { content: "Valiant"; }
  66.67% { content: "IDW publishing"; }
  83.33% { content: "Image Comics"; }
  100% { content: "Marvel"; }
}

.rotate-text::after {
  display: inline-block;
  animation: rotateWords 12s infinite;
  content: "";
}

.rotate-text {
  position: relative;
}

.rotate-text::after {
  content: "shopify";
}

@keyframes rotateMainWords {
  0% { content: "Marvel"; }
  16.67% { content: "DC Comics"; }
  33.33% { content: "Dark Horse"; }
  50% { content: "Valiant"; }
  66.67% { content: "IDW publishing"; }
  83.33% { content: "Image Comics"; }
  100% { content: "Marvel"; }
}

.rotate-text-main::after {
  display: inline-block;
  animation: rotateMainWords 8s infinite;
  content: "";
}

.rotate-text-main, .homepage-intro-slide h2{
	color: var(--main-color) !important;
}
.rotate-text-main {
  position: relative;
}

.rotate-text-main::after {
  content: "Agency";
}


.product-feed-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.scroll-container {
    overflow-x: auto !important; /* Enable horizontal scrolling */
    overflow-y: hidden  !important; /* Disable vertical scrolling */
    white-space: nowrap  !important; /* Prevent line breaks */
    -webkit-overflow-scrolling: touch; /* Enable momentum scrolling on iOS */
	 flex-wrap: nowrap !important;
}

.scroll-content {
    display: flex  !important; /* Flexbox layout */
    flex-wrap: nowrap !important;
	justify-content: flex-start !important;
    align-items: flex-start !important;
}

.item {
    flex: 0 0 auto !important;
    width: 360px !important;
	max-width: 360px !important;
    height: auto !important;
    margin-right: 10px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start;
    border-radius: 13px !important;
    user-select: none !important;
}

.comic-news-feed .item {
	width: 320px !important;
}

.movie-list-overview .item {
    width: 260px !important;
}




.scroll-container::-webkit-scrollbar {
    display: none  !important; /* Hide the scrollbar for WebKit browsers */
}

/* Hide the scrollbar for other browsers */
.scroll-container {
    -ms-overflow-style: none  !important; /* IE and Edge */
    scrollbar-width: none !important ; /* Firefox */
}

.scroll-container {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}


.builder_block {
    margin:  0;
}
.slider__warpper {
	width:100%;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.mobile_book_button {
	display: none !important;
}
	.wrapper-headers h2, .wrapper-headers h3, .wrapper-headers h4, .main-half h2, .main-half h3, .main-half h4, .restaurant-txt-box h2, .restaurant-txt-box h3, .restaurant-txt-box h4 {
	font-size: 30px;
    line-height: 31px;
    letter-spacing: 0px;
    color: var(--black-light2);
}
.wrapper-headers p, .main-half p, .restaurant-txt-box p {
    color: var(--black-light);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 0 0 40px 0;
    margin: 0;
}

.main-half img {
	max-width: 100%;
}

	.locations-banner .banner-inner-header {
    overflow: hidden;
	max-height: 50vh !important;
}
	#diningsection .slick-slide,#whatsonsection .slick-slide {
        margin: 0 15px 0 0 !important;
}
	.slick-track {
		margin: 0 auto !important
	}
	
	.slick-next {
    right: -20px !important;
}
		.slick-prev {
    left: -20px !important;
}
	#gallerysection .slick-next {
    right: 5px !important;
    width: 50px;
    height: 50px;
}
   #gallerysection .slick-prev {
    left: 5px !important;
    width: 50px;
    height: 50px;
}
	.slick-prev, .slick-next {
    z-index: 1;
    width: 30px;
    height: 30px;
}
	.slick-prev img, .slick-next img {
		width:100%;
	}
	
	.slick-next:before, .slick-prev:before {
		display: none !important;
	}
	
		.mobile-banner-wrapper {
		display: none;
	}
	.desktop-banner-wrapper {
		display: block;
	}
	
	.topnav .collectionlogomenu {
    max-width: 200px;
    margin: 20px 0 30px 0;
}

.image_block {
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 320px;
}
.image_block img {
    border-radius: 13px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

	

	#iframe-wrapper, #iframe-wrapper-alt {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    padding: 50px;
    background-color: #00000090;
	max-width: 100vw;
}
#closemenu, #closemenualt, #backbutton {
    min-width: 200px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
	background-color: #ffffff;
    color: #245a40;
    border: none;
    box-shadow: none;
    max-width: 220px;
}
	#backbutton {
		left:0;
		right: 210px;
	}
	#openmenu, .mobile_menu_button {
    min-width: 200px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
	background-color: #ffffff;
    color: #245a40;
    border: none;
    box-shadow: none;
    max-width: 220px;
}
	#closemenu:hover, #closemenualt:hover, #backbutton:hover {
    background: #ffffff;
    color: #245A40;
	}
	#openmenu:hover {
    background: #ECEAE4;
    color: #245A40;
	}
	
	.location-img-box span {
    display: inline-block;
    width: 100%;
}
	#iframe-wrapper .inner-menu-wrap, #iframe-wrapper-alt .inner-menu-wrap {
    width: 100%;
    height: 100%;
    background-color: #f5f3ed;
}

	
	.menu-page-wrapper .search-location-box input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
   height: 30px !important;
   width: 30px !important;
   background: url(../images/clear-icon.png) 0 0 no-repeat !important;
   cursor: pointer !important;
}
.menu-page-wrapper .search-location-box input[type="search"]::-webkit-search-cancel-button {
	margin-right: 20px !important;
}
	
	
@media(max-width:878px) {
		#iframe-wrapper, #iframe-wrapper-alt {
    padding: 50px 10px !important;
}
		#openmenu {
    margin: 10px auto 0 auto;
    display: inline-block;
    background: #ffffff;
    color: #245A40;
    width: 150px;
}
		
	}
	
	#booksection {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	min-height: 60vh;
}
	#booksection .bgoverlay {
		background: rgba(245,243,237,0.85);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
}
	#booksection .inner-wrapper {
    z-index: 2 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
	
	#booksection #ot-widget-container35 {
		max-height: 130px !important;
}
.main-third h2 {
	font-size: 1.4em !important
	
}
	#diningsection .main-third img, #whatsonsection .main-third img {
    width: 100%;
    margin: 0 0 10px 0;
	}
	
	#diningsection .main-third h2, #diningsection .main-third p {
    text-align: left;
    padding: 20px 20px 0 20px;
	width: 100%;
    display: inline-block;
	color: inherit;
	text-decoration: none;
	}
	#whatsonsection .main-third h2, #whatsonsection .main-third p, #whatsonsection .main-third .date {
	text-align: left;
    padding: 20px 0 0 20px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	}
	#whatsonsection .main-third h2 {
	padding: 0 0 0 20px;
	}
	#whatsonsection .main-third p {
    margin: 0;
	padding: 20px 0 10px 20px;
    font-size: 12px;
	

	}
	
#diningsection .main-third a, #whatsonsection .main-third a {
    color: inherit;
    text-decoration: none;
    margin: 0 0 20px 20px;
}
	#diningsection .wrapper .main-third, #whatsonsection .wrapper .main-third {
    padding: 0 0 20px 0px;
	min-height: 550px !important;
	position: relative;
}
	
	.restaurant-img-box {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
}
	.restaurant-txt-box {
    min-height: 250px !important;
	position: relative;
}
	#giftcards img, #gallerysection img, .banner-slick-slider-alt {
		width:100%;
	}
	#whatsonsection .main-third .book-btn, #diningsection .main-third .book-btn {
    position: absolute;
    left: 0px;
    bottom: 20px;
}
	
	html {
  scroll-behavior: smooth;
	}
	
	#booksection, #gallerysection, #menussection, #whatsonsection, #aboutsection {
		scroll-margin-top: 100px;
	}
	
	/* Structure */
	.main-slider-bg {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 50vh;
	}
	.banner-inner-header .slick-track {
		max-height: 50vh;
		overflow: hidden;
	}
	#gallerysection .main-slider-bg {
		height: 60vh
	}
	#gallerysection .slick-track {
		max-height: 60vh;
		overflow: hidden;
	}
	.wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
     .wrapper .main-half {
      width: 48%;
		 padding: 5%;
}
	.wrapper .main-third {
    width: 30%;
    margin: 0 1%;
}
	.inner-wrapper {
    max-width: 1300px;
    margin: 0 auto;
	padding: 2.5% 0;
	}
	
	.wrapper-headers {
		height:150px;
	}
	
	.full-height {
		min-height: 70vh
	}
	
	/* Buttons  */
	.main-third .book-btn {
    width: 151px;
    height: 45px;
    background: var(--white);
    color: var(--textarea-border-color);
    text-decoration: none;
    outline: none;
    box-shadow: none;
    margin-top: 7.9px;
    display: inline-block;
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0px;
    font-weight: 400;
    position: initial;
}
	
	.btn {
    background: var(--black-light2);
    border-radius: 13px;
    width: 151px;
    height: 45px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--white);
    padding: 15px 0px 14px;
}

.view_all_button button,.view_all_button button:hover, .view_all_button button:active, .view_all_button button:focus {
    color: var(--white) !important;
    background: var(--black-light2) !important;
}
	
	
	/* Colours */
	
	.bg-ivy-cream {
		background-color: #f5f3ed;
	}
	.bg-ivy-grey {
		background-color: #ebeae3;
	}
	
	/* Type */
	.restaurant-template-default h1, .restaurant-template-default h2 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0px;
    color: var(--black-light2);
    text-align: center;
    width: 100%;
    padding: 20px 0px;
}
	.restaurant-template-default #aboutsection h2, .restaurant-template-default #giftcards .heading {
		 text-align: left;
	}
	.menu-box a {
		color: inherit;
		text-decoration: none;
	}
	.menu-box {
	border: 2px solid #ebeae3;
    padding: 20px 0 10px 0;
		text-align: center;
	}
	.menu-box p {
		text-align: center;
	}
	
	.restaurant-template-default section.top-fixed {
		padding-top: 0 !important
		
	}
	.restaurant-template-default .banner {
    margin-bottom: 0 !important;
}
	
	.restaurant-template-default .banner img {
    height: 70vh !important;
}
	#contactsection {
		marging:100px;
	}
	header.container-home .navbar {
		display:none !important;
	}
	.restaurants-page section.top-fixed {
    padding-top: 0 !important;
}
	
.ivy_navigation {
    width: 100%;
    height: 100px;
    background-color: #ECEAE4;
    display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999999;
}
	
.ivy_navigation .inner-wrap {
    max-width: 1920px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.pagenav {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    height: 100px;
    display: flex;
    align-items: center;
}
	
	.topnav, .topnavdesktop {
	overflow: hidden;
    width: 60px;
	height: 60px;
    margin: 0 15px 0 0 !important;
    background: inherit;
}

.pagenav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 7px;
    text-decoration: none;
    font-size: 17px;
    color: inherit;
}
.topnav a, .topnavdesktop a {
    text-align: center;
    width: 100%;
    color: #ffffff;
    display: inline-block;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
	}
	.icondesktop, .icondesktop-close, .icon, .icon-close {
	height: 100px;
	width: 60px !important; 
}
	.icondesktop img, .icondesktop-close img, .icon img, .icon-close img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
	}
    .icondesktop-close img,.icon-close img {
    margin-top: 20px;
	}
	.gofullscreendesktop .icondesktop, .icondesktop-close, .gofullscreen .icon, .icon-close {
		display: none;
	}
    .icondesktop, .gofullscreendesktop .icondesktop-close, .gofullscreen .icon-close {
		display: block;
	}

.topnav a:hover, .topnavdesktop a:hover{
	text-decoration: underline;
	background: none;
	color: #ffffff;
}
.topnav a:active, .topnavdesktop a:active,.topnav a:visited, .topnavdesktop a:visited {
	color: #ffffff
}

.pagenav a:hover {
	text-decoration: underline;
	background: none;
	color: #245A40;
}
.pagenav a:active, .pagenav a:visited{
	color: #245A40;
}



.topnavdesktop .icon, .pagenav .icon {
  display: none;
}
 .topnav a.icon, .topnavdesktop a.icon {
    width: 60px;
    height: auto;
}
	.icon-close {
    width: 60px;
    height: 100px;
}
	.gofullscreen .navbar-nav .menu-item {
    display: inline-block;
    padding: 0 15px;
}
	
  .topnav.responsive,.topnavdesktop.responsive {position: relative;}
  .topnav.responsive .icon, .topnavdesktop.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a, .topnavdesktop.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	.pagenav .navbar-toggler-icon {
		background: inherit;
	}
	
.gofullscreendesktop {
    background: inherit;
    height: 100px !important;
    width: 100% !important;
    position: relative;
    z-index: 9999;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    animation: slideright 250ms ease-in;
    flex-direction: row;
}
	.gofullscreendesktopclose {
    animation: slideleft 250ms ease-in;
}
	.gofullscreendesktop .custom-logo {
    filter: brightness(0.5);
}
	
	.topnavdesktop .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
	
	.topnavdesktop .navbar-nav .menu-item {
    display: inline-block;
    padding: 0 15px;
}
	
	.restaurant_logo_rid {
    max-width: 140px;
		margin: 0 0 0 30px;
}
	
	/* Mobile / Desktop Switch */
	
	.topnavdesktop, .desktop_menu_button { display: block;}
	.topnav, .mobile_menu_button { display: none;}

	
@keyframes slideright {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}
@keyframes slideleft{
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}
	
.hidesubnav {
	width:0%;
	opacity: 0;
	animation: hidesubnav 250ms ease-in;
}	
	
@keyframes hidesubnav {
  0% {
    width: 100%;
	opacity: 1
  }

  100% {
    width: 0%;
	  opacity: 0;
  }
}
	
	.hidebtnnav {
	opacity: 0;
	animation: hidebtnnav 250ms ease-in;
}	
	
@keyframes hidebtnnav {
  0% {
	opacity: 1
  }

  100% {
	  opacity: 0;
  }
}
	
	
	.pagenav .icon-close{
		display:none ;
	}




	.builder_block {
	display: flex;
    position: relative;
    height: auto;
    flex-direction: column;
	}
	
	.builder_block h1, .builder_block  h2, .builder_block h3, .builder_block h4, .builder_block h5, .builder_block h6, .builder_block p {
		align-items: flex-start;
		text-align: left;
	}
	
	.builder_block div {
	display: flex;
    position: relative;

	}
	
	.block_header {
    width: 100%;
    height: 60vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}
	
	.block_header img {
    object-fit: cover;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	width: 100%;
	height: 100%
}
	
    .block_header_content {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    z-index: 1;
    flex-wrap: wrap;
    width: 100%;
}
.block_header_content div {
    height: 200px;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.widget_desktop {
	display: block !important;
}
.widget_mobile {
	display: none !important;
}
	
	.content_blocks {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    z-index: 1;
    flex-wrap: wrap;
    width: 100%;
}
	
	.layout_fullwidth, .layout_half, .layout_third, .layout_four, .layout_five, .layout_six, .layout_three_seven, .layout_seven_three, .layout_four_six, .layout_six_four {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: left;
		align-content: center;
	}



	
	.layout_fullwidth .content_block {
    width: 100%;
    margin: 0;
    }
	.layout_half .content_block  {
    width: 47%;
    margin: 1.5%;
    }
   .layout_half .view_all_menus  {
    width: 97%;
    margin: 1.5%;
    }
	.layout_third .content_block {
    width: 30%;
    margin: 1.5%;
    }
	.layout_four .content_block {
    width: 22%;
    margin: 1.5%;
    }
	.layout_five .content_block {
    width: 17%;
    margin: 1.5%;
    }
	.layout_six .content_block {
    width: 13%;
    margin: 1.5%;
    }

	.layout_three_seven .content_block:first-child {
    width: 27%;
    margin: 1.5%;
    }

	.layout_seven_three .content_block:first-child {
    width: 67%;
    margin: 1.5%;
    }
    
    .layout_three_seven .content_block:last-child {
    width: 67%;
    margin: 1.5%;
    }

	.layout_seven_three .content_block:last-child {
    width: 27%;
    margin: 1.5%;
    }



	.layout_four_six .content_block:first-child {
    width: 37%;
    margin: 1.5%;
    }
    
    .layout_four_six .content_block:last-child {
    width: 57%;
    margin: 1.5%;
    }

	.layout_six_four .content_block:first-child {
    width: 57%;
    margin: 1.5%;
    }

	.layout_six_four .content_block:last-child {
    width: 37%;
    margin: 1.5%;
    }
	
	
	
	
	
    .content_block {
		flex-direction: column;
		padding: 0 ;
	}
	
	.content_block .left h1, .content_block .left h2, .content_block .left h3, .content_block .left h4, .content_block .left h5, .content_block .left h6, .content_block .left p, .content_block .features_block h1, .content_block .features_block h2, .content_block .features_block h3, .content_block .features_block h4, .content_block .features_block h5, .content_block .features_block h6, .content_block .features_block p {
		align-items: flex-start;
		text-align: left;
	}
    .content_block .right h1, .content_block .right h2, .content_block .right h3, .content_block .right h4, .content_block .right h5, .content_block .right h6, .content_block .right p {
		align-items: flex-end;
		text-align: right;
	}
	
	
	.layout_center .content_block {
    justify-content: center;
	}
.layout_flexstart .content_block {
    justify-content: flex-start;
    display: flex;
}
    .layout_flexend .content_block {
    justify-content: flex-end;
	}





	
	
	
	
	/* Menu Block */
	
.restaurants-page .menus_block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
	text-align: center;
}

.restaurants-page .menus_block {
	flex-wrap: nowrap;
}

.menus_block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
	text-align: center;
	flex-wrap: wrap;
}


.menus_block h1, .menus_block h2, .menus_block h3, .menus_block h4, .menus_block h5, .menus_block h6, .menus_block p {
    text-align: left;
}

	
.menu_block {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 30%;
    height: auto;
    margin: 1% 0.1%;
    text-align: left;
}

.featured-img {
    border:none !important;
    padding: 0 !important;
}

.menu_block img {
    border-radius: 13px;
    width: 100%;
    text-align: center;
    height: 100%;
    object-fit: cover;
    min-height: 390px;
}
.menu_block h3 {
	font-size: 18px;
}


    .menu_block h3, .menu_block a, .menu_block p {
		color: inherit;
    }

.menu_block .btn-txt {
    font-size: 16px;
    font-weight: 800;
    padding: 0 0 1px 0px;
}
.menu_block .menu_details, .menu_block h3, .menu_block .btn-txt {
    margin: 30px 2px 10px 10px !important;
    width: auto;
    text-wrap: wrap;
    line-height: 1em;
    height: 57px;
    position: absolute;
    bottom: 15%;
z-index: 9999}

.comic-news-feed .menu_block .menu_details, .comic-news-feed .menu_block h3 {
    margin: 10px !important;
    width: auto;
    text-wrap: wrap;
    line-height: 1em;
    height: auto;
}

.comic-news-feed .menu_block .menu_details {
    font-size: 0.9em;
    line-height: 1.3;
}

.comic-news-feed .menu_block .btn-txt {
    width: 100%;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    background: var(--brand-color);
    border-radius: 13px;
    text-align: center;
    padding: 6px;
    color: white;
}

.comic-news-feed .menu_block h3 {
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    line-height: 1.2;
    white-space: nowrap;
}

.comic-news-feed .menu_block img {
    min-height: 270px;
}
.comic-news-feed .content_blocks_all_header a {
    height: 270px;
    min-height: 270px !important;
}

.feature-img .tagsection span {
    color: var(--main-body) !important;
    font-size: 0.7em;
    margin: 0 0px 0 10px;
    background: var(--app-bg-border);
    padding: 5px 15px;
    border-radius: 50px;
    margin: 10px 0 !important;
}

.tagsection {
	width:100%
}



.menu_block .menu_details {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
	align-items: flex-start;
}
.menu_block .menu_details p {
    width: 100%;
    margin: 0;
	padding: 0 10px 0 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    text-align: left;
    font-size: 14px;
    height: auto;
	white-space: normal !important;
}
.comic-news-feed .menu_details p {
	height: 90px;
}

.layout_flexstart .menu_buttons {
    align-items: center;
}

.view_all_menus {
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    z-index: 1;
    flex-wrap: wrap;
    width: 100% !important;
}

.view_all_menus .menus_block {
    flex-direction: row;
    flex-wrap: wrap;
	
}

.view_all_menus .menu_block {
    flex-direction: column;
    flex-wrap: wrap;
    width: 30%;
    height: auto;
	position: relative;
}

.cast-list .item {
    width: 230px !important;
    height: auto !important;
}

.cast-list h2 {
    font-size: 20px;
    padding: 13px 0 0 0;
}

.cast-list h3 {
    font-size: 0.8em;
    padding: 0;
    line-height: 1.2;
}

.cast-list .content_blocks_all_header {
    max-height: 300px;
    max-width: 100%;
    width: 100%;
    border-radius: 13px;
    background-size: cover !important;
    margin: 0px;
    background-position: center !important;
    border: none;
    object-fit: cover;
}
.cast-list .content_blocks_all_header img {
	
}

.cast-list .item:hover {
    color: var(--brand-color) !important;
}


.all_menus_section {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.all_menus_section .content_blocks_all {
    width: 360px;
    display: flex;
    flex-direction: column;
	padding: 10px;
}
.all_menus_section .content_blocks_all h2 {
	font-size: 19px;
}

.all_menus_section .content_blocks_all #openmenu{
    min-width: auto;
    text-align: left;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    background-color: transparent;
    color: #245a40;
    border: none;
    box-shadow: none;
    max-width: 220px;
    margin: 0;
    font-size: 19px;
}

.featured_menus, .featured_menus .menu_block{
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.featured_menus .menu_details p {
    width: 100%;
    margin: 1% 0;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
	color: inherit;
}
.featured_menus .menu_details {
    margin: 1% 0;
}

.restaurants-page .featured_menus {
    text-align: left;
    justify-content: center;
}

.menu_buttons #closemenu, .menu_buttons #closemenualt, .menu_buttons #backbutton, .view_all_menus #closemenu, .view_all_menus #closemenualt, .view_all_menus #backbutton, .menu_buttons #openmenu, .menu_buttons .mobile_menu_button {
    background-color: inherit !important;
    color: var(--bg-color) !important;
}


.menuoverlaywrapper {
    height: auto !important;
    padding: 20px 0;
}

.menuoverlaywrapper h2 {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
}

.mobile-enabled {
	display: none;
}




   /* Features Block */
	
	
	.features_block {
    flex-flow: wrap;
    }
.features_blocks .fa-solid {
    font-size: 24px;
    padding: 0 10px 0 0;
}

.features_blocks {
    margin: 5px 10px;
}
	  
	
	/* Button Block */
	
	
	.content_block .button_center {
    justify-content: center;
    }
	.content_block .button_left {
    justify-content: flex-start;
    }
	.content_block .button_right {
    justify-content: flex-end;
    }
	
	.content_block .button_right, .content_block .button_left, .content_block .button_center{
    align-items: center;
	margin: 2% 0;
    }
	
	.button_block a {
	min-width: 200px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
	height: 45px;
    }
	
	.button_block a:hover {
    filter: drop-shadow(1px 1px 1px black);
    }
	
	

.content_blocks_all_header {
    min-height: 180px;
    max-width: 100%;
    width: 100%;
    border-radius: 13px;
    background-size: cover !important;
    margin: 0;
    background-position: center !important;
    border: none;
}
.content_blocks_all_header:hover {
    opacity: 0.9;
}


.content_blocks_all_header a {
    width: 100%;
    height: 390px;
    overflow: hidden;
	min-height: 390px !important;
}

.banner-slider-single-alt-menu {
	 margin: 0 auto !important;
	    flex-direction: column;
}
.banner-slider-single-alt-menu .slick-dots { height: 20px; margin: 0; padding: 0; bottom: 0 !important;}
.slick-slide .content_blocks_all_header {
    min-width: 100%;
}
	
    .content_blocks_all.slick-slide  {
    padding: 0;
    margin: 1%;
    }

	
	.content_blocks_all_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    }
	
.content_blocks_all_content .button_block a {
    background-color: inherit;
    color: #ffffff !important;
    margin: 10px 0 0 0 !important;
    line-height: 45px;
}
	

   .slick-slide img {
	   width: 100% !important;
    }
	


.banner-slider-single-whats .slick-slide a, .banner-slider-single-pd .slick-slide a {
    font-size: 19px;
    color: inherit;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.banner-slider-single-pd .content_blocks_all_content p {
    min-height: 100px;
}


.banner-slider-single-whats p, .banner-slider-single-pd p {
    margin-top: 0;
    margin-bottom: 0;
}




.banner-slider-single-whats, .banner-slider-single-pd,.banner-slider-single-whats .slick-track, .banner-slider-single-pd .slick-track, .banner-slider-single-pd .slick-track, .banner-slider-single-alt-menu .slick-track, .banner-slider-single-alt-menu {
    justify-content: center;
    align-items: flex-start;
}
.banner-slider-single-whats .slick-list, .banner-slider-single-pd .slick-list, .banner-slider-single-alt-menu .slick-list {
	width: 100%;
}






.title_block.center, .title_block.center h1, .title_block.center h2,.title_block.center h3, .title_block.center h4, .title_block.center h5 {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.title_block.right, .title_block.right h1, .title_block.right h2,.title_block.right h3, .title_block.right h4, .title_block.right h5 {
    text-align: right !important;
    justify-content: flex-end;
    align-items: flex-end;
}



.title_block {
    padding: 10px 0 0 0;
}


  /* Gift Cards */


.giftcard_section {
    background-color: inherit;
    min-height: 40vh;
    overflow: hidden;
}
.giftcard_section .content_block {
    justify-content: center;
    align-items: flex-end;
}
	
.giftcard_section .giftcard_img {
    padding: 0;
    margin: 0 !important;
    background-position: center;
    background-size: cover;
    min-height: 40vh;
}
	
.giftcard_section .giftcard_img img {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}

.giftcard_section h2 {
	color: #ffffff;
	text-align: right;
}
.giftcard_section p {
    color: #ffffff;
    max-width: 50%;
    text-align: right;
    padding: 5px 0 20px 0;
}

.giftcard_section a { 
	background-color:#ffffff ; 
	color:#245a40;
}
.giftcard_section .button_block { 
    margin: 30px 0;
}


.giftcard_section .content_block {
    padding: 2% 10% 2% 0;
}

.giftcard_section .giftcard_img {
    margin: 0;
    padding:0;
}

.wysiwyg_block {
	flex-direction: column;
}
.slick-slide .button_block {
	
}

.private-dining-slide h2 {
	font-size: 19px;
    padding: 10px 0px 0 0;
}

.private-dining-slide p {
	font-size: 14px;
    height: 70px;
}



/* Maps Section */

.maps_section {
    width: 100%;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    background-position: center;
	padding: 3% 0;
}

.maps_section h3, .maps_section p, .maps_section a {
	color: inherit;
}

.maps_section .content_block {
    background-color: var(--bg-color);
    width: 380px;
    border-radius: 6px;
    padding: 50px;
    margin: 0 0 0 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	color: inherit
}
.maps_section strong { font-weight: 700 !important;}
   

.maps_section .content_block div {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
}




.restaurant-gallery-featured .img-container {
    position: relative;
    min-height: 60vh;
    width: 100%;
}

.restaurant-gallery-featured {
	 position: relative;
}

.widget_desktop iframe {
    height: auto;
    margin: 0 auto;
    width: 830px;
    text-align: center;
}


	.hide_desktop {
	display: none !important;
	}
	




.footer-logo {
	flex-direction: column;
}


.opening-times {
    list-style: none !important;
    line-height: 2 !important;
    padding: 0;
}


#footer-formautocomplete-list {
    background: white !important;
    padding: 10px;
    height: 100px;
}


.product__slider-main {
  margin-bottom: 15px;
  img {
    margin: 0 auto;
  }
}

.product__slider-thmb .slick-slide {
	opacity: 0.5;
  transition: all .3s ease;
  &.slick-active, 
  &:hover {
	  opacity: 1;
  }
}

.product__slider-main, 
.product__slider-thmb {
  display: none;
}
.slick-slide img {
    display: block;
    border-radius: 10px !important;
    padding: 0 5px !important;
}
				  .product__slider-thmb .slick-track {transform: 0 !important;}
				  .product__slider-thmb, .product__slider-thmb .draggable {margin: 0 auto;width: 100%;transform: 0 !important;}
				   .product__slider-thmb img {
    display: block;
    min-width: 140px;
}

.banner-slider-single-alt-menu .slick-dots { height: 20px; margin: 0; padding: 0; bottom: 0 !important;}
				  
				  .product__slider-thmb .slick-track, .product__slider-thmb .slick-list {
     -webkit-transform: translate3d(0, 0, 0) !important;
      -moz-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
      -o-transform: translate3d(0, 0, 0) !important;
      transform: translate3d(0, 0, 0) !important;
					  width: 100%;
}


.banner-slider-single-whats .slick-slide, .banner-slider-single-pd .slick-slide, .banner-slider-single-alt-menu .slick-slide {
	width: 100% !important;
}

.carousel-wrapper {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.carousel-wrapper .slick-track, .carousel-wrapper .slick-slider {
	width: 100%;
}

	


/* White Sections */



.white-section .image_block img {
	    border-radius: 13px;
}



.white-section .content_block {
    justify-content: flex-start;
    background: #fff;
    padding: 0;
    border-radius: 13px;
    border: 1px solid #d8d7dc;
}
.white-section .content_block .image_block {
	flex-direction: row;
}

.white-section .title_block, .black-section .title_block {
	padding: 5% 5% 0 5%;
}

.white-section .wysiwyg_block, .black-section .wysiwyg_block {
	padding: 0 5%;
}

.box-padding .wysiwyg_block, .box-padding .title_block {
    padding: 5%;
}

.white-scroller .menu_block {
	border: 1px solid #d8d7dc;
    background: #ffffff;
}

.white-scroller .menu_block h3, .white-scroller .menu_block a, .white-scroller .menu_block p {
    color: #1f2329;
}


.black-section .image_block img {
	    border-radius: 13px;
}

.black-section .content_block {
    justify-content: flex-start;
    background: var(--app-bg-dark);
    padding: 0;
    border-radius: 13px;
    border: 1px solid var(--app-bg-border);
}
.black-section .content_block .image_block {
	flex-direction: row;
}


.black-scroller .menu_block {
	border: 1px solid var(--app-bg-border);
    background: var(--app-bg-dark);
}



.homepage-overflow {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
}



.container-info {
    flex-direction: column;
}

       .container-info .card {
    background: linear-gradient(to bottom, #a0d911, #52c41a);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    width: 50%;
    height: 320px;
}

        .container-info .chip {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 30px;
        }

       .container-info  .user-name {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: white;
            font-weight: bold;
            display: flex;
            align-items: center;
            flex-direction: row;
            justify-content: center;
        }

        .container-info .user-name img {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

       .container-info  .order-button {
            background-color: black;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 16px;
            cursor: pointer;
            margin-top: 20px;
        }

        .container-info .info {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            font-weight: bold;
        }

       .container-info .info div {
    text-align: center;
    flex-direction: column;
    align-items: center;
}

     .container-info .info div p {
    margin: 5px 0;
    text-align: center;
    font-size: 0.8em;
}

.container-info .info-top {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.container-info .info-details {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container-info .info-details h2 {
    font-size: 1.6em;
    line-height: 1em;
    padding: 20px 10px 0 0;
}


.container-info .chip i {
    font-size: 30px;
    margin: 0 auto;
}

.container-info .info i {
    font-size: 30px;
}

.brandcontainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: inherit;
    flex-direction: column;
}

    .brandcontainer h3 {
        font-size: 2rem;
    }

    .brandcontainer p {
    margin-top: 0;
    line-height: 1.8rem;
    font-size: 1.3rem;
}
.brandcontainer .header {
    margin-bottom: 20px;
    flex-direction: column;
}

.brandcontainer .categories-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.brandcontainer .category {
    height: 10px;
    border-radius: 5px;
}

.brandcontainer .color1 {
    flex: 1;
    background-color: #d1f9a5;
}

.brandcontainer .color2 {
    flex: 1;
    background-color: #9acd32;
    margin: 0 5px;
}

.brandcontainer .color3 {
    flex: 1;
    background-color: #333;
}

.brandcontainer .spending-category {
    margin-bottom: 20px;
    flex-direction: column;
}

.brandcontainer .spending-category h2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.brandcontainer .description p {
    margin-bottom: 0;
    line-height: 0;
}

.brandcontainer .brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.brandcontainer .brand img {
    width: auto;
    height: 70px;
    border-radius: 13px;
    margin-right: 10px;
}

.brandcontainer .description {
    flex: 1;
    margin-right: 10px;
    flex-direction: column;
}

.brandcontainer .amount {
    font-weight: bold;
    color: #333;
}


.full-height {
	min-height: 100vh;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    flex-direction: column;
}

.marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
}

.marquee-content-alt {
    display: inline-block;
    animation: marqueealt 25s linear infinite;
	animation-delay: 250ms;
}

.marquee-content div, .marquee-content-alt div {
    display: inline-block;
    width: 300px;
    margin-right: 20px;
    height: auto;
    border-radius: 13px;
	border: 1px solid var(--app-bg-border);
    background: var(--app-bg-dark);
	padding: 10px;
    text-align: center;
}
.marquee-content img, .marquee-content-alt img {
	border-radius: 13px;
    min-width: 230px;
}
.marquee-content p, .marquee-content-alt p {
    text-align: center;
    width: 100%;
}
.marquee-content .rotate-title {
    transform: rotate(-90deg);
    margin: 90px;
    width: 360px;
    height: 90px;
}

.marquee-content .rotate-title h2 {
    font-size: 30px;
    padding: 13px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marqueealt {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* White BG overide */

.alt-bg a {
	color: var(--design-color) !important;
}



.page-id-3568 .menus_block {
	display: none;
}

.page-id-3568 .view_all_menus .menus_block {
	display: flex;
}

/* Modal Styles */
.modal {
    display: none; 
    position: fixed; 
    z-index: 99; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.8); 
}

.modal-content {
    background-color: var(--app-bg-dark);
    margin: 15% auto;
    padding: 30px 20px;
    border: 1px solid var(--app-bg-border);
    width: 80%;
    max-width: 600px;
    text-align: center;
    border-radius: 13px;
}
.close {
   color: var(--main-color);
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: var(--brand-color);
    text-decoration: none;
    cursor: pointer;
}
.modal-content iframe {
    border-radius: 13px;
}

.item em {
    font-size: 10px !important;
    margin: 0 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    text-wrap: wrap;
}

   .circle-container {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
}
.page-template-single-movie .circle-container {
  
    margin: 0 10px;
}

.circular-chart {
    max-width: 100%;
    max-height: 100%;
}

.circle-bg {
    fill: none;
    stroke: var(--app-bg-border);
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke: var(--brand-yellow);
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dasharray 0.6s ease 0s;
    transform-origin: center;
    transform: rotate(0deg);
}

.rating-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
}



/* Popup styles */
#login-signup-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    padding: 20px;
    border-radius: 12px;
    width: auto;
    position: relative;
    background-color: var(--app-bg-dark);
    border: 1px solid var(--app-bg-border);
    display: flex;
    flex-direction: row;
}

.close-popup {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
    background: var(--brand-color);
    width: auto;
    padding: 4px 10px;
    border-radius: 13px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form {
    padding: 30px;
    width: 330px;
}

.register-form {
    background: var(--brand-bg);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--app-bg-border);
    width: 360px;
}
#login-form, #signup-form {
    display: none;
}

#login-form.active, #signup-form.active {
    display: block;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: var(--brand-color);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #005b8a;
}


.main-menu #registration-form{
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.main-menu .success {
    position: fixed;
    left: 4%;
    top: 68vh;
    background: var(--brand-color);
    padding: 10px;
    border-radius: 12px;
    width: 210px;
}


.comic-movie-feed-cards .movie_poster {
    position: absolute;
    width: 100px;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
    top: 90px;
    left: 10px;
    z-index: 9;
}

.comic-movie-feed-cards .movie_poster img {
    border-radius: 6px;
    width: 104%;
    text-align: center;
    height: 104%;
    object-fit: cover;
    min-height: auto;
}

.comic-movie-feed-cards .menu_block h3 {
    margin: 10px 2px 10px 130px !important;
    width: auto;
}


.cast-list .content_blocks_all_header a {
    min-height: 20px !important;
	height: 300px;
}

.cast-list .menu_block img {
    min-height: 300px;
	max-height: 300px;
}




.cast-wrapper-box {
    background-color: var(--app-bg-dark);
    border: 1px solid var(--app-bg-border);
    border-radius: 13px;
    padding: 10px;
}

.cast-wrapper-box .scroll-container {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}



.bigger-titles {
	font-size: 3em;
}

.block-split-seven form {
    flex-direction: row !important;
    align-content: space-between;
    width: 100%;
    height: auto;
    padding: 0 0 0 20px;
    max-width: 90%;
    margin: 0 auto;
    gap: 23px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}
.block-split-seven form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 50px;
    background-color: var(--app-bg-border);
    border-radius: 50px;
	z-index: -1;
}

.block-split-seven select {
    background: var(--brand-color);
    height: 50px !important;
    border-radius: 50px;
    padding: 5px 10px 5px 13px !important;
    margin: 0;
    line-height: 1.8;
    text-align: center;
    width: auto;
    min-width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--main-color) !important;
    font-weight: 300;
    font-size: 1em;
}

.movie-feed-all {
    display: flex;
    position: relative;
    gap: 20px;
}

/* News Upgrade */


.news-section-wrap, .movie-feed-all {
	flex-direction: row;
}


.news-section-wrap .news-sidebar, .movie-sidebar {
    flex-direction: column;
    width: 25%;
    padding: 0 0 0 2%;
    border-left: 1px solid var(--app-bg-border);
}

.news-section-wrap .review-section-content, .block-split-seven {
    flex-direction: column;
    width: 75%;
}

.news-section-wrap .sidebar-categories {
    flex-direction: column;
}



.news-section-wrap .news-sidebar ul, .movie-sidebar ul {
    padding: 0;
    margin: 0 0 10% 0;
}
.news-section-wrap .review-section-content img {
    border-radius: 13px;
    max-width: 700px;
    width: 100%;
}
.news-section-wrap .review-section-content .default-wp-page {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    flex-flow: wrap;
    gap: 10%;
}

.news-section-wrap .review-section-content .default-wp-page .previous, .news-section-wrap .review-section-content .default-wp-page .next {
    border: 1px solid var(--app-bg-border);
    padding: 1%;
    border-radius: 13px;
}

.news-section-wrap .review-section-content .entry-meta, .comments-area {
    flex-direction: row;
    gap: 2%;
    margin: 3% 0;
    border-top: 1px solid var(--app-bg-border);
    padding: 2% 0;
	flex-wrap: wrap;
}
    
.news-section-wrap .review-section-content .entry-meta span {
    border-right: 1px solid var(--app-bg-border);
    padding: 0 10px;
}


.review-section-content .share-buttons {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    background: var(--app-bg-border);
    border-radius: 50px;
    border: 1px solid var(--app-bg-border);
    margin: 2% 0;
    flex-flow: wrap;
}

.entry-meta{
    font-size: 14px;
    gap: 5px;
}

.comment-respond {
    flex-direction: column;
}

.comment-form-comment {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

.review-section-content .share-buttons h4 {
	    margin-bottom: 0 !important;
	    font-size: 18px !important;
}





.alt-background {
	background-color: #181818 !important;
	border-radius: 13px !important
}

.alt-background .cast-list h2,.cast-role, .cast-list h3, .alt-background p, .alt-background h1, .alt-background h2, .alt-background h3, .alt-background h4, .alt-background span {
	color: #fff;
}

.movie-features-feed {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
	position: absolute !important;
    bottom: 0%;
	z-index: 99999;
}

.homepage-intro-slide .streaming-service-logo  {
	flex-direction: column;
}


.homepage-intro-slide .streaming-service-logo img {
    width: 130px;
    border-radius: 13px;
}

.homepage-intro-slide .streaming-service-logo p {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 0.7em;
}


.streaming-service-feed img {
    width: 80px;
    object-fit: cover;
    height: 40px !important;
    min-height: 40px !important;
}

.streaming-service-feed .streaming-service-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 40px;
	min-height: 40px !important;
}

.streaming-service-feed .streaming-service-logo a {
    padding: 0;
    margin: 0;
    height: 40px;
}



.bgdark {
	background-color: var(--app-bg-dark);
}
.bgdarkalt {
	background-color: var(--brand-bgalt);
}
.bgborder {
	background-color: var(--app-bg-border);
}
.bgbrand {
	background-color: var(--brand-bg);
}
.bgbrandmain {
	background-color: var(--brand-color);
}

.bgbrandblue {
	background-color: var(--brand-blue);
}
.bgbrandyellow {
	background-color: var(--brand-yellow);
}


.term-title button {
    cursor: pointer;
    background: var(--app-bg-border);
    border-radius: 4px;
    padding: 15px 30px;
    color: var(--main-color);
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    font-size: 18px;
}

@media (pointer: coarse) {
          .flex__item {
            background-attachment: initial !important;
          }
        }






.slider-left-content::before {
    content: '';
    background: var(--app-bg-border);
    height: 80%;
    border-radius: 50px 0 0 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
}



.swiper.movieSlider::before {
    content: '';
    background: var(--app-bg-border);
    height: 80%;
    border-radius:0;
    width: 100%;
    position: absolute;
    bottom: 0;
}



.slide-details {
    position: absolute !important;
    opacity: 0;
    transition: opacity 0.6s ease;
    flex-direction: column;
    padding: 30px 20px 20px 40px;
}


.slide-details.active {
  opacity: 1;
}

.swiper.movieSlider {
  width: 100%;
  margin-left: 25%;
}

.swiper-slide {
  width: 100%;
  aspect-ratio: 16 / 9; /* or use a fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 23px;
}

.swiper-slide a {
	height: 100%;
	width: 100%;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.slider-controls {
  position: absolute !important;
  bottom: 13px;
  left: 35%;
  display: flex;
  gap: 15px;
  align-items: center;
  color: white;
  z-index: 20;
      background: var(--app-bg-dark);
    border-radius: 23px;
    padding: 10px 20px;
  
}
.swiper.movieSlider {
  width: 70%;
  margin-left: 30%;
  overflow: visible; 
}

.swiper-slide {
  width: 85%; 
  height: 85%; 
}

.slide-details img {
    border-radius: 6px;
    width: 104%;
    text-align: center;
    height: 104%;
    object-fit: cover;
    min-height: auto;
}

.slide-details .movie_poster {
    width: 115px;
    height: 180px;
}

  .slide-details h3 {
        font-size: 2rem;
	  width: 80%;
    }



.swiper-slide[data-tag]:before {
    content: attr(data-tag);
    position: absolute;
    top: 10px;
    left: 20px;
    background: var(--brand-yellow);
    color: var(--app-bg-dark);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 13px;
    z-index: 2;
    padding: 10px 20px;
}



.swiper-slide {
  position: relative;
}

.homepage-brandlogos {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.homepage-brandlogos img {
    width: 100%;
}

body:not(.home) .swiper-slide[data-tag]:before {
  display: none; 
}


.cast-paged {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 23px;
    margin: 20px 0 50px 0;
}


/* New Heights */


.height-thirty, .height-forty, .height-fifty, .height-sixty, .height-seventy, .height-eighty, .height-ninety, .height-full  {
    background-position: center;
    background-size: cover;
}

.height-thirty {
    min-height: 50vh;
}
.height-forty {
    min-height: 50vh;
}
.height-fifty {
    min-height: 50vh;
}
.height-sixty {
    min-height: 50vh;
}
.height-seventy {
    min-height: 50vh;
}
.height-eighty {
    min-height: 50vh;
}
.height-ninety {
    min-height: 50vh;
}
.height-full {
    min-height: 50vh;
}



/* Container and basics */
.faq-accordion { color: var(--main-color); }
.faq-list      { display: flex; flex-direction: column; gap: 10px; }

.faq-item {
  border: 1px solid var(--app-bg-border);
  border-radius: 10px;
  background: transparent;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.faq-question { margin: 0; }

.faq-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: none;
  padding: 14px 16px;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.faq-item h3 { font-size: 1.6rem; }

.faq-toggle:focus-visible {
  outline: 2px solid var(--app-bg-border);
  outline-offset: 2px;
  border-radius: 8px;
}
.faq-icon { transition: transform 0.2s ease; }
.faq-toggle[aria-expanded="true"] .faq-icon { transform: rotate(180deg); }

/* Animated panel */
.faq-panel {
  display: flex;                 /* respects site-wide flex */
  flex-direction: column;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-2px);
  transition: max-height 300ms ease, opacity 200ms ease, transform 200ms ease;
  will-change: max-height, opacity, transform;
  border-top: 1px solid var(--app-bg-border);
}
.faq-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  /* max-height is set via JS: first to scrollHeight, then to none */
}

.faq-content {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* SR helper */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .faq-panel { transition: none; }
}


/* Start Responsive */




	
	
	@media screen and (max-width: 1500px) {


     }
	
	@media screen and (max-width: 1300px) {

		.topnav, .topnavdesktop {
    min-width: 60px;
}
.btn {
    min-width: 150px;
    margin: 0 10px 0 0;
}
		
		.pagenav a {
    padding: 0 0 0 15px;
}
		
#diningsection .slick-slide, #whatsonsection .slick-slide {
    margin: 10px !important;
}
		
		
/* End 1300px */		
}


@media screen and (max-width: 1300px) {
	
		 .product__slider-thmb img {
    min-width: 80px !important;
}

	
	.giftcard_section .content_block {
    padding: 2%;
}
	.giftcard_section p {
    max-width: 90%;
}
	 .menu_block {
		    width: 48% !important;
	}
	
	.view_all_menus .menu_block {
    width: 48%;
}
	
	
}
	
	
	
@media screen and (max-width: 1100px) {
	
	.widget_desktop {
	display: none !important;
}
.widget_mobile {
	display: block !important ;
}
.topnav a, .pagenav a {
    padding: 14px 10px;
}
	.bookingbtnmenu {
		display:none;
	}
	.bookingbtnmenu- {
		display:none;
	}
	.topnavdesktop { display: none;}
	.topnav { display: block;}
	.responsive .icon {
		display:none !important;
	}
	.responsive .icon-close {
		display:block;
	}
	.gofullscreen {
    background: inherit;
    width: 100vw !important;
    height: 100vh !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.gofullscreen .navbar-nav {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
	
	
  .pagenav a {display: none;}
  .pagenav a.icon {
    float: right;
    display: block;
  }
  .pagenav.responsive {position: relative;}
  .pagenav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.pagenav.responsive a {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
}
	
	.pagenav {
    justify-content: end;
}
	.pagenav .navbar-toggler-icon {
    background: transparent;
}
	
	
.ivy_navigation .inner-wrap {
    position: relative;
}	
	.pagenav img {
		margin: 24px 0 0 0;
	}
.pagenav.responsive {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(245,243,237,0.90);
    z-index: 99999;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
	
	
	.block_header_content div {
    height: auto;
    width: 100%;
}

	.builder_block .slick-slider, .slick-list {
		display: block !important;
	}
	
	
/* End 1100px */	
}
	
@media screen and (max-width: 960px) {	
	.homepage-brandlogos img {
    width: 120px;
}

.swiper-wrapper::before {
    display: none;
}
.swiper.movieSlider {
    width: 100%;
    margin-left: 0;
    overflow: visible;
}

.slider-left-content {
    width: 100%;
    position: relative !important;
}
.movie-slider-block {
    flex-direction: column-reverse;
    height: auto;
}
.slide-details {
    position: relative !important;
}
.slider-left-content::before {
    border-radius: 23px;

}


	
	
	.layout_third .content_block {
    width: 98%;
    margin: 1%;
} 
	.topnav, .topnavdesktop {
    overflow: hidden;
    width: 70px;
    height: 60px;
    margin: 0 15px 0 0 !important;
    background: inherit;
    min-width: 52px;
}
	
   .wrapper .main-third {
    width: 48%;
    margin: 1%;
}
	
.inner-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 5% 20px;
}
	
	#diningsection .slick-slide, #whatsonsection .slick-slide {
    margin: 0 10px !important;
}
	
		.mobile-banner-wrapper {
		display: block;
	}
	.desktop-banner-wrapper {
		display: none;
	}
	
	
	.restaurant-gallery-featured .img-container .img-2 {
    top: 50% !important;
    right: 0 !important;
    margin-bottom: 0 !important;
}
.collection-of-award-winning .img-container .img-1 {
    position: relative;
    top: 30% !important;
    left: 10% !important;
}

.restaurant-gallery-featured .img-container {
    position: relative;
    min-height: auto !important;
    width: 100% !important;
}
	
.giftcard_section p {
    overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
	.giftcard_section h2 {
    font-size: 28px;
}

	
	.menu_block img {
    border-radius: 13px;
    width: 100%;
    text-align: center;
    height: 100%;
    object-fit: cover;
    min-height: 180px;
    max-height: 290px;
    object-position: top;
}
	.footer-news-feed .item {
    height: 500px !important;
}
	
			.layout_three_seven {
			flex-direction: column-reverse !important;
		}
		
	
	.comic-movie-feed-cards .movie_poster {top: 20px;}
	.movie-features-feed {
    bottom: 8px;
}
	
	.movie-grid-block .poster-wrap {
    position: absolute;
    left: 25%;
    top: 5%;
    transform: translateX(-50%);
    z-index: 3;
    width: 124px;
    display: block !important;
    height: 180px !important;
}
	
	    .slide-meta {
        bottom: 0%;
    }
	
	

	/* End 960px */	
}

@media (max-width: 920px) {
	

    .accordion-toggle {
        background: none;
        border: none;
        font-size: 1.5rem;
        font-weight: bold;
        width: 100%;
        text-align: left;
        cursor: pointer;
        padding: 15px 10px;
        color: var(--main-body);
    }

  .accordion-content {
    display: none;
    padding-left: 15px;
  }

  .accordion-content.active {
    display: block;
  }
	
    .accordion-content {
        border-top: 1px solid var(--app-bg-border);
        padding: 30px 0;
        column-count: 2;
        margin: 0px 0 0 0;
    }

 
	
.movie-taxonomy-menu {
    column-count: 1;
    column-gap: 20px;
}	
	
	.movie-term {
    flex: 1 1 calc(20% - 20px);
    background-color: var(--app-bg-dark);
    border: 1px solid var(--app-bg-border);
    border-radius: 5px;
    box-sizing: border-box;
    margin: 10px;
    display: inline-block;
    width: 95%;
    padding: 0px;
}
.term-title {
    font-size: inherit;
    margin-bottom: 0;
}
	
	
}

	
	@media screen and (max-width: 768px) {
		
		
		.page-template-builder .featured-header-intro {
        height: 70vh;
    }
    .page-template-builder .featured-header-intro.comicdb-header img {
    width: 90%;
}
		
    .accordion-content, .movie-term {
    column-count: 1 !important;
}
		

.content_blocks_all_header a {
    height: 300px;
    min-height: 300px !important;
}
		
		.header .btn-booktable {
			width: auto !important;
		}
		
		.giftcard_section {
    flex-direction: row;
}
     .maps_section {background-image: none !important}
		.maps_section .content_block {
			padding: 10px;
		}
		.maps_section .content_block div {
    padding: 0 20px;
}
		
				 

		
		/* Mobile / Desktop Switch */
	.desktop_menu_button { display: none !important;}
	.mobile_menu_button { display: block;}
	
	#gallerysection .main-slider-bg {
		height: 40vh
	}
    #gallerysection .slick-next,  #gallerysection .slick-prev  {
    width: 30px;
    height: 30px;
}
		.finer-details .inner-wrapper .main {
    flex: 0 0 50%;
    padding: 0 4%;
}
		
.topnav .logomobile {
    max-width: 200px;
    margin-bottom: 20px;
}

    .wrapper .main-half {
    width: 100%;
    padding: 2.5% 5%;
}

    #booksection {
	min-height: 50vh;
    text-align: center;
}
		
    .hide_mobile {
	display: none !important;
	}
    .hide_desktop {
	display: flex !important;
	}
		
	.mobile_layout_fullwidth .content_block, .layout_three_seven .content_block:first-child, .layout_seven_three .content_block:first-child, .layout_three_seven .content_block:last-child, .layout_seven_three .content_block:last-child, .layout_four_six .content_block:first-child, .layout_six_four .content_block:first-child, .layout_four_six .content_block:last-child, .layout_six_four .content_block:last-child {
    width: 98%;
    margin: 1%;
    padding:0%;
    }
		


		
		
    .mobile_layout_half .content_block {
    width: 48%;
    margin: 1%;
    padding:0 2%;
    }
    .mobile_layout_third .content_block {
    width: 31.3%;
    margin: 1%;
    padding:0 2%;
    }
    .mobile_layout_four .content_block {
    width: 23%;
    margin: 1%;
    padding:0 2%;
    }
		.social-icons-footer {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
		
		
    .giftcard_section .giftcard_img {
    width: 100% !important;
}
		
		.mobile-enabled {
	display: block;
}
			.maps_section {
    height: 60vh;
    align-items: baseline;
    padding: 10% 3%;
}
		
    .menu_block {
        width: 65% !important;
        margin: 6% 0;
    }

		.content_blocks_all_header {
    min-width: 100%;
}
		
    .block_header {
    height: 70vh;
}
		
		.view_all_menus .menu_block {
    width: 100%;
}
				.view_all_menus {
    padding: 0 !important;
}
		
		
	.news-section-wrap .review-section-content, .block-split-seven {
    width: 100%;
}
	.news-section-wrap .news-sidebar, .movie-sidebar  {
    width: 100%;
    border-left: none;
}
			body {
        font-size: 16px;
    }
		



		
		

	/* End 768px */	
}
	
   @media screen and (max-width: 620px) {	
    .wrapper .main-third {
    width: 80%;
    margin: 1%;
	   }
	   
	   .maps_section {
    height: auto;
	   }
	   
	   .restaurants-page .menus_block {
		   flex-wrap: wrap;
}
	   .restaurants-page .menu_block {
    width: 100%;
}
	   
	   
	   
	       #booksection {
	min-height: 80vh;
    text-align: center;
}
	   
	   .ivy_navigation .topnav {
		   display:none;
	   }
	   
	   
	   .ft-block .footer-details p {
    max-width: 100%;
    min-width: 140px;
}
.footer-details .social-links p {
    padding: 0;
    margin: 0 0 10px 0;
    text-align: right;
}
	   
.footer-details .social-links {
    text-align: right;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
	   .ft-block .footer-details .social-links img {
    margin: 0 0 0 10px;
}
	   
	   .footer .foot-columns ul li {
    max-width: 120px;
}
	   .form-control-group p {
		       font-size: 9px !important;
	   }
	   
	   .giftcard_section h2 {
    font-size: 16px;
		   line-height: 1.2;
}

	   .giftcard_section p {
		   font-size: 14px;
		   line-height:1.2;
	   }
	   
	  .giftcard_section .button_block a {
    min-width: 170px;
}
	   
	   .content_blocks {
		   padding: 0%;
	   }
	   
	   .content_blocks_all.slick-slide {
		   width: 300px;}
	   
	   
	   
	   
	/* End 620px */	
} 
	
@media screen and (max-width: 550px) {	
 	  	.mobile_book_button {display: block !important;}
	   .mobile_book_button .btn {
   			 width: 120px;
		   min-width: 120px;
		   margin: 0 10px 0 10%!important;
}
	
	.giftcard_section {
    flex-direction: column;
}
	.giftcard_section .content_block {
		align-items: flex-start;
	}
	.giftcard_section p {
    text-align: left;
    padding: 0;
}
	.giftcard_section h2 {
    text-align: left;
}

	
	   

	/* End 560px */	
	
}

@media screen and (max-width: 500px) {	
 	   .ivy_navigation .bookingbtn {
		   display:none;
	   }
	
	    .worklogos img {
        max-width: 150px !important;
    }
	
	   

	/* End 500px */	
}

@media screen and (max-width: 400px) {	
 	  .restaurant_logo_rid {
       max-width: 125px;
       margin: 0;
       }
	
	   

	/* End 400px */	
}
	


	#page {
    width: 100%;
    overflow: hidden;
}
	.grecaptcha-badge {
		visibility: hidden;
	}
#page {
    width: 100%;
    overflow: hidden;
}
	.grecaptcha-badge {
		visibility: hidden;
	}
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    .header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #232f3e;
        color: white;
        padding: 10px 20px;
    }

    .video-info {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        width: 100%;
    }

    .video-info img {
        max-width: 300px;
        margin-right: 20px;
    }

    .video-details {
        display: flex;
        flex-direction: column;
    }

    .video-details h1 {
        margin: 0;
    }

    .video-details p {
        margin: 10px 0;
    }

    .watch-now {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .watch-now button {
        background-color: #f0c14b;
        border: 1px solid #a88734;
        padding: 10px 20px;
        cursor: pointer;
    }

    .related-videos {
        width: 100%;
        margin-top: 40px;
    }

    .related-videos h2 {
        margin: 0;
        margin-bottom: 20px;
    }

    .related-videos .video-item {
        display: flex;
        margin-bottom: 20px;
    }

    .related-videos .video-item img {
        max-width: 150px;
        margin-right: 20px;
    }

    .related-videos .video-item .details {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
.movie_poster {
    width: 200px;
    border-radius: 13px;
    margin: 0 0 40px 0;
    border: 1px solid var(--app-bg-border);
    background-size: cover !important;
    background-position: center !important;
    object-fit: cover;
    height: 300px;
}
.movie_poster img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
	    object-fit: cover;
    overflow: hidden;
}
	
.flex__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 30%, #121216 100%);
}
	
	.stepholt_home_hero, .stepholt_home_hero a, .stepholt_home_hero p, .stepholt_home_hero h1, .stepholt_home_hero h2 {
     color: var(--main-color) !important;
	}

.flex--preStart .flex__item--left, .flex--preStart .flex__item--right, .flex--active .flex__item--left, .flex--active .flex__item--right {
    border-radius: 13px;
}
	
.movie_features {
    flex-direction: row;
    flex-wrap: wrap;
}
	
	
	.movie_features p, .movie_features a {
    padding: 10px;
    font-size: 13px;
}
	
.watch-trailer {
    background: var(--brand-color);
    height: 35px !important;
    border-radius: 13px;
    padding: 5px 10px !important;
    margin: 0;
    line-height: 1.8;
    text-align: center;
    width: auto;
    min-width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--main-color) !important;
    font-weight: 300;
}

.watch-trailer i {
    color: var(--app-bg-dark);
    margin: 0 !important;
}

.homepage-intro-slide .watch-trailer i {
    margin: 0 10px 0 0 !important;
}

.scroll-container .watch-trailer {
    height: 40px !important;
    padding: 5px 10px !important;
    margin: 0;
    width: auto;
}

.scroll-container .watch-trailer i {
    color: var(--app-bg-dark);
    margin: 0 10px !important;
}

	.movie-rating {
    height: 40px;
    padding: 5px 10px !important;
    margin: 0 0 10px 0;
    line-height: 1.8;
    text-align: center;
    width: 120px;
}
	
	.watch-trailer:hover {
    background: var(--brand-color);
}
	
	.watch-trailer i {
    padding: 0;
    margin: 0 2px;
}

.year-box {
    padding: 5px 0 !important;
    margin: 0 0 10px 0;
    color: var(--main-color) !important;
    line-height: 1.8;
    text-align: center;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}
	
.flex__item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0 1%;
}
	.scroll-container-movie {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 20px;
    gap: 10px;
}

.scroll-card {
    flex: 0 0 auto;
    background-color: #1c1c1e;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 200px;
}

.scroll-card:hover {
    transform: scale(1.05);
}

.scroll-card .featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.scroll-card h2 {
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

.scroll-card p {
    font-size: 14px;
    color: #a1a1a1;
    padding: 0 10px 10px 10px;
}

.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
	
	.movie-services p {
    padding: 0 10px;
    font-size: 13px;
	}
	
	
	#article-container {
            max-height: 400px;
            overflow: hidden;
            transition: max-height 0.5s ease;
        }
        #article-container.expanded {
            max-height: none;
        }
        #read-more {
            color: var(--brand-color);
        }
	        #read-more:hover {
            color: var(--design-color);
            cursor: pointer;
            text-decoration: underline;
        }
	
	#article, .archive-description {
    flex-direction: column;
		width: 100%
}
	
	
	 .movie-main h2 {
    font-size: 2rem !important;
}

 .movie-main h2 i {
     font-size: 2.3rem !important;
	 color: var(--design-color) !important;
	 margin: 0 10px;
}

.cast-list h2:after {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/cmdb-theme/verified.png) no-repeat top right;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0 0 0 5px;
}

 .tax-Cast .homepage-intro-slide h1:after {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/cmdb-theme/verified.png) no-repeat top right;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 0 0 18px 2px;
}

.cast-list h2 {
	 font-size: 1.3rem !important;
}

.cast-role { font-size:0.7em}

	.review-section-img, .review-section-content {
	}
	
.review-section-img-wrap {
    width: 100%;
    padding: 0;
    margin: 5% 0;
    min-height: 330px;
    background-position: center;
    background-size: cover;
    border-radius: 13px;
    border:none;
    max-height: 400px;
    object-fit: cover;
}
	.review-section-alt {
    width: 35%;
    padding: 15px;
    margin: 0 5% 0 0;
    min-height: 330px;
}

.page-id-10 .review-section-alt, .page-id-10 .review-section-content {
    width: 100%;
}

.review-section-img-wrap img {
	    width: 100%;
    height: 100%;
	border-radius: 13px;
	object-fit: cover;
}
	.review-section-content { width: 60%; flex-direction: column; padding: 0 2%;}
	
    .review-section-alt iframe {
    border-radius: 13px;
    border: 1px solid var(--app-bg-border);
    max-width: 100%;
}



.review-section-alt {width: 35%;flex-direction: column;}


@media screen and (max-width: 1100px) {
	.review-section-content, .review-section-alt {
    width: 100%;
}
	
	
}


	
	
	@media screen and (max-width: 920px) {
    .flex__item, .stepholt_home_hero {
        min-height: 80vh;
        height: auto;
    }

    .movie_poster {
        width: 160px;
        margin: 0 0 20px 0;
        height: 240px;
    }
    .modal-content iframe {
        border-radius: 13px;
        max-width: 100%;
    }
	.modal-content {
    margin: 45% auto;
}
    .stepholt_home_hero h1 {
    font-size: 3.0rem !important;
    line-height: 1 !important;
}


	}


	@media screen and (max-width: 768px) {
		
.review-section-alt {
    width: 100%;
    align-items: center;
}

    .review-section-img {
        width: 100%;
        margin: 0;
        min-height: 200px;
        background-size: cover;
        border-radius: 13px;
    }
		
	.review-section-content {
    width: 100%;
    flex-direction: column;
    padding: 5%;
}
		
		
}



/* New Numbers Feature */

.menu_block .featured_movies {
	display: none;
}

.enable_numbers .menu_block .featured_movies {
    z-index: 99999999;
    letter-spacing: -20px;
    line-height: 1;
    position: absolute;
    z-index: 3;
    font-size: 10em;
    font-weight: 900;
    right: 25px;
    opacity: 0.6;
    display: block;
    top: 0%;
    -webkit-text-stroke: 1px var(--brand-color);
}
.enable_numbers .menu_block {
    padding: 0;
}

.enable_numbers .content_blocks_all_header {
    z-index: 2;
}


.movie-tabs .tab-content .image_block {
    max-height: 400px;
}
@media screen and (max-width: 768px) {
	.movie-tabs .tab-content .image_block {
    max-height: 700px;
}
}


.movie-hero-comicmovietv {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
	background-attachment: fixed;
}

.movie-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: opacity 1.4s ease;
    pointer-events: none;
}

.movie-hero-video.is-visible {
    opacity: 1;
}

.movie-hero-overlay {
    position: absolute !important;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(to top, rgba(8,10,14,0.96) 0%, rgba(8,10,14,0.78) 22%, rgba(8,10,14,0.35) 52%, rgba(8,10,14,0.18) 72%, rgba(8,10,14,0.35) 100%);
}

.movie-hero-content-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 40px 5% 48px;
    box-sizing: border-box;
}

.movie-hero-content {
    max-width: 820px;
    color: #fff;
	    flex-direction: column;
}

.movie-hero-kicker {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    margin-bottom: 14px;
}

.movie-hero-content h1 {
    font-size: clamp(2.6rem, 6vw, 5.8rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
    color: #fff;
    max-width: 10ch;
}

.movie-hero-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255,255,255,0.94);
    font-size: 0.95rem;
    line-height: 1;
}

.hero-chip.hero-chip-link a {
    color: inherit;
    text-decoration: none;
}

.hero-chip.hero-chip-link a:hover {
    opacity: 0.85;
}

.movie-hero-rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: rgba(0,0,0,0.28);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.movie-hero-rating-score {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.movie-hero-rating-label {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.78);
}

.movie-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.movie-hero-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 22px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.movie-hero-buttons a:hover {
    transform: translateY(-2px);
}

.hero-primary-btn {
    background: #ffffff;
    color: #111;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.hero-secondary-btn {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	    border-radius: 50px;
    padding: 10px 20px 0 30px;
}

.hero-breadcrumbs {
    position: absolute;
    top: 30px;
    left: 5%;
    z-index: 4;
}

.movie-hero-comicmovietv #breadcrumbs,
.movie-hero-comicmovietv #breadcrumbs a,
.movie-hero-comicmovietv .hero-breadcrumbs,
.movie-hero-comicmovietv .hero-breadcrumbs * {
    color: rgba(255,255,255,0.76);
    font-size: 0.92rem;
    text-decoration: none;
}

.movie-hero-comicmovietv #breadcrumbs {
    margin: 0;
}

@media (max-width: 1024px) {
    .movie-hero-comicmovietv {
        min-height: 620px;
    }

    .movie-hero-content h1 {
        max-width: 12ch;
    }
}

@media (max-width: 768px) {
    .movie-hero-comicmovietv {
        height: 82vh;
        min-height: 560px;
        background-position: center center;
    }

    .movie-hero-content-wrap {
        padding: 26px 20px 30px;
    }

    .hero-breadcrumbs {
        top: 18px;
        left: 20px;
    }

    .movie-hero-content h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
        margin-bottom: 16px;
    }

    .movie-hero-meta-row {
        gap: 8px;
        margin-bottom: 18px;
    }

    .hero-chip {
        min-height: 32px;
        padding: 7px 12px;
        font-size: 0.85rem;
    }

    .movie-hero-rating-pill {
        margin-bottom: 18px;
    }

    .movie-hero-buttons {
        width: 100%;
        gap: 10px;
    }

    .movie-hero-buttons a {
        width: 100%;
        justify-content: center;
		color: #ffffff;
    }
}

  /* ===== Slider container & track ===== */
.movie-slider-block {
  position: relative;
  overflow: hidden;
  /* kill inherited flex if you have global flex on divs */
  display: block !important;
}

#movieCarousel.movieCarousel {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0;
    scrollbar-width: none;
    height: 65vh;
}
.movieCarousel::-webkit-scrollbar { display: none; }

/* ===== Slides ===== */
.movieSlide {
  /* kill inherited flex children behaviors */
  display: block !important;
  position: relative;
  flex: 0 0 60vw;                   /* <-- 60% width center card */
  height: clamp(530px, 40vh, 680px);
  scroll-snap-align: center;
  transform-origin: center bottom;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
  will-change: transform;
}

/* Background layer */
.movieSlide .slide-bg {
  display: block !important;        /* override any flex inheritance */
  position: absolute; inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

/* Fan effect: side slides appear shorter via scale */
.movieSlide { transform: scale(.88); opacity: .9; filter: saturate(.9); }
.movieSlide.is-center { transform: scale(1); opacity: 1; z-index: 2; }

/* Tag badge */
.slide-tag {
  position: absolute; top: 10px; left: 12px; z-index: 2;
  padding: 6px 10px; font-size: 12px; font-weight: 700;
  color: #fff;
	background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.movieSlide {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.movieSlide .slide-bg {
    display: block !important;
    position: absolute;
    inset: 0;

    background-image: var(--bg);
    background-size: cover;
    background-position: center;

    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);

    transform: scale(1);
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.6s ease;

    will-change: transform;
}

/* subtle cinematic overlay */
.movieSlide::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;

    border-radius: 16px;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.05) 0%,
            rgba(0,0,0,0.35) 100%
        );

    opacity: 0.85;
    transition: opacity 0.5s ease;

    pointer-events: none;
}

.movieSlide:hover .slide-bg {
    transform: scale(1.08);
    filter: brightness(1.05);
}

.movieSlide:hover::after {
    opacity: 0.55;
}

/* Poster floats + overhang */
.poster-wrap {
  position: absolute; left: 50%; top: 30%; transform: translateX(-50%);
  z-index: 3; width: clamp(120px, 34vw, 180px); display: block !important;
}
.poster {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .45);
    object-fit: cover;
}

/* Meta under poster */
.slide-meta {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 1%;
    display: grid !important;
    place-items: center;
    text-align: center;
    padding: 0 10px;
    z-index: 99999;
}
.slide-title { margin: 12px 0 8px; font-size: clamp(16px, 4vw, 22px); line-height: 1.2; }
.slide-title a { color: #fff; text-decoration: none; }
.meta-row { display: inline-flex !important; align-items: center; gap: 16px; }

/* Rating circle */
.circular-chart { width: 100px; height: 100px; }
.circle-bg { fill: none; stroke: rgba(255,255,255,.2); stroke-width: 3.2; }
.circle    { fill: none; stroke: #4ade80; stroke-width: 3.2; stroke-linecap: round; transition: stroke-dasharray .6s ease; }



/* Controls */
.slider-controls {
  display: none !important; 
}
.slider-controls .slider-prev,
.slider-controls .slider-next {
  appearance: none; background: rgba(255,255,255,.15); color: #fff;
  border: 0; border-radius: 10px; padding: 8px 12px; cursor: pointer; backdrop-filter: blur(6px);
}
.slider-pagination { font-variant-numeric: tabular-nums; }

/* Optional edge fade */
.movie-slider-block::before,
.movie-slider-block::after {
  content: ""; position: fixed; top: 0; bottom: 0; width: 56px; pointer-events: none;
}
.movie-slider-block::before { left: 0;  background: linear-gradient(to right, rgba(0,0,0,.45), transparent); }
.movie-slider-block::after  { right: 0; background: linear-gradient(to left,  rgba(0,0,0,.45), transparent); }

/* disable snap only during invisible teleports / initial center */
.movieCarousel.no-snap { scroll-snap-type: none !important; }
				  
				  /* Mobile: center slide = 80% width, shorter height */
@media (max-width: 640px) {
	#movieCarousel.movieCarousel {
		height: 65vh
	}
  /* track */
  #movieCarousel.movieCarousel {
    display: flex !important;
    gap: 0;
    width: 100vw;
  }

  /* slides */
  .movieSlide {
    display: block !important;   /* guard against global flex */
    flex: 0 0 80vw;              /* <-- 80% width on phones */
    height: clamp(400px, 52vh, 540px);  /* reduced height */
    scroll-snap-align: center;
  }

  /* fan effect (keep as-is) */
  .movieSlide { transform: scale(.88); }
  .movieSlide.is-center { transform: scale(1); }

  /* poster: a bit smaller + less overhang */
  .poster-wrap {
    width: clamp(110px, 42vw, 180px);
    bottom: -7%;
  }

  /* meta sits closer to the slide */
     .slide-meta {
        bottom: 0%;
        padding: 0 8px;
    }

  .slide-title {
    margin: 10px 0 6px;
    font-size: clamp(14px, 4.2vw, 18px);
  }

  .circular-chart { width: 100px; height: 100px; }
  .meta-row { gap: 12px; }

  /* controls a touch tighter on mobile */
  .slider-controls { margin-top: 16px; }
}

/* (optional) very small phones */
@media (max-width: 380px) {
  .movieSlide { height: clamp(260px, 50vh, 380px); }
  .poster-wrap { width: clamp(100px, 45vw, 160px); bottom: -12%; }
  
}


/* ==========================================================
   GRID OVERRIDES (kills slider behaviour, keeps card styling)
   ========================================================== */

.movie-grid-block {
  position: relative;
  overflow: visible;              /* important: stop clipping */
  display: block !important;
}

.movie-grid-block .poster-wrap {
    position: absolute;
    left: 18%;
    top: 5%;
    transform: translateX(0);
    z-index: 3;
    width: 120px;
    display: block !important;
    height: 150px !important;
}

.movie-grid-block .slide-meta {
    place-items: flex-start !important;
    text-align: left !important;
    padding: 0 10px 10px 20px !important;
}

/* Replace the horizontal track with a real grid */
.movie-grid-block .movieCarousel.movieGrid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;

  width: 100%;
  margin: 0;
  transform: none;

  overflow: visible;              /* stop x-scroll */
  scroll-snap-type: none;
  touch-action: auto;
  overscroll-behavior: auto;

  height: auto;                   /* stop 65vh slider height */
  padding: 0;
}

/* Kill slider-specific slide sizing */
.movie-grid-block .movieSlide {
  flex: none !important;
  scroll-snap-align: unset !important;
  transform: none !important;     /* no fan/center scaling */
  opacity: 1 !important;
  filter: none !important;
  height: clamp(360px, 42vh, 520px); /* keep your cinematic card height */
}

/* Remove edge fades used for the slider */
.movie-grid-block::before,
.movie-grid-block::after {
  display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .movie-grid-block .movieCarousel.movieGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .movie-grid-block .movieCarousel.movieGrid {
    grid-template-columns: 1fr;
  }
}


.cast-character {
    font-size: 0.7em;
    margin: 10px 0;
}

.placeholder-bio {flex-direction: column;}

.quick-answer {
    position: relative;
    display: block;
    margin: 0 0 3rem 0;
    padding: 2.3rem;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(61, 126, 255, 0.12) 0%,
            rgba(255, 0, 91, 0.08) 100%
        ),
        var(--brand-bgalt);
    border: 1px solid var(--app-bg-border);
    box-shadow:
        0 10px 30px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.04);
    backdrop-filter: blur(12px);
        flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.quick-answer::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(61,126,255,0.18) 0%,
            rgba(61,126,255,0) 70%
        );
    pointer-events: none;
}

.quick-answer::after {
    content: 'Quick Answer';
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);

    color: var(--brand-blue);
}

.quick-answer h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 1rem;
    padding-right: 5%;
    color: var(--main-color);
    font-size: clamp(1.2rem, 1.6vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
}

.quick-answer p {
    position: relative;
    z-index: 2;
   padding: 0 5% 0 0;
    margin: 0;
    max-width: 900px;
    color: var(--main-body);
    font-size: 1.3rem;
    line-height: 1.8;
}

.quick-answer a {
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 600;

    transition: all 0.2s ease;
}

.quick-answer a:hover {
    color: var(--brand-color);
    text-decoration: underline;
}

@media (max-width: 768px) {

    .quick-answer {
        padding: 1.5rem;
        border-radius: 20px;
            flex-direction: column;
    align-items: center;
    justify-content: center;
    }

    .quick-answer h2 {
        padding-right: 0;
        font-size: 1.4rem;
    }

    .quick-answer::after {
        position: relative;
        top: auto;
        right: auto;

        display: inline-flex;
        margin-bottom: 1rem;
    }
}


.cmdb-news-advanced-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cmdb-news-advanced {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
  gap: 22px;
}

.cmdb-news-feature {
  min-height: 520px;
}

.cmdb-news-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-color: #151515;
}

.cmdb-news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.18), rgba(0,0,0,.05));
  z-index: 1;
}

.cmdb-news-card a {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.cmdb-news-overlay {
  align-self: flex-end;
  padding: 24px;
}

.cmdb-news-date {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.3;
  opacity: .85;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cmdb-news-feature h2,
.cmdb-news-small-card h3 {
  margin: 0;
  color: #fff;
  line-height: 1.08;
}

.cmdb-news-feature h2 {
  font-size: clamp(28px, 4vw, 48px);
}

.cmdb-news-small-card h3 {
  font-size: clamp(17px, 1.6vw, 22px);
}

.cmdb-news-side-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255,255,255,.12);
}

.cmdb-news-list-item {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.cmdb-news-list-item a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 14px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.cmdb-news-list-copy h3 {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.18;
}

.cmdb-news-list-thumb {
  width: 112px;
  aspect-ratio: 1 / .75;
  overflow: hidden;
  border-radius: 12px;
  background: #151515;
}

.cmdb-news-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmdb-news-bottom-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cmdb-news-small-card {
  min-height: 255px;
}

.cmdb-news-card,
.cmdb-news-list-thumb img {
  transition: transform .35s ease, opacity .35s ease;
}

.cmdb-news-card:hover {
  transform: translateY(-3px);
}

.cmdb-news-list-item:hover img {
  transform: scale(1.05);
}
.cmdb-news-advanced,
.cmdb-news-advanced-wrap,
.cmdb-news-side-list,
.cmdb-news-bottom-grid,
.cmdb-news-overlay,
.cmdb-news-list-copy {
    display: block !important;
}

.cmdb-news-advanced {
    display: grid !important;
}

.cmdb-news-side-list {
    display: flex !important;
    flex-direction: column;
}

.cmdb-news-bottom-grid {
    display: grid !important;
}

@media (max-width: 1024px) {
  .cmdb-news-advanced {
    grid-template-columns: 1fr;
  }

  .cmdb-news-feature {
    min-height: 430px;
  }

  .cmdb-news-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cmdb-news-feature {
    min-height: 360px;
  }

  .cmdb-news-overlay {
    padding: 18px;
  }

  .cmdb-news-list-item a {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .cmdb-news-list-thumb {
    width: 92px;
  }

  .cmdb-news-bottom-grid {
    grid-template-columns: 1fr;
  }

  .cmdb-news-small-card {
    min-height: 260px;
  }
}

.cmdbmovies-page {
    background: var(--brand-bg);
}
.cmdbmovies-page div {
    display: block;
}



.cmdbmovies-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
}

.cmdbmovies-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    animation: cmdbMoviesHeroZoom 18s ease-in-out infinite alternate;
}

.cmdbmovies-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(18,18,22,.98) 0%, rgba(18,18,22,.72) 45%, rgba(18,18,22,.2) 100%),
        linear-gradient(180deg, rgba(18,18,22,.1) 0%, #121216 100%);
}

.cmdbmovies-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8rem 3% 5rem;
}

.cmdbmovies-breadcrumbs,
.cmdbmovies-breadcrumbs a,
.cmdbmovies-breadcrumbs p {
    color: var(--main-body);
    font-size: .85rem;
}

.cmdbmovies-hero-content {
    max-width: 820px;
    display: block !important;
}

.cmdbmovies-kicker,
.cmdbmovies-section-kicker {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    color: var(--brand-blue);
    background: rgba(0,255,224,.08);
    border: 1px solid rgba(0,255,224,.18);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cmdbmovies-hero h1 {
    margin: 0 0 1.25rem;
    color: var(--main-color);
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: .92;
    letter-spacing: -0.06em;
}

.cmdbmovies-hero p,
.cmdbmovies-intro p,
.cmdbmovies-section-heading p,
.cmdbmovies-feed-header p,
.cmdbmovies-panel p {
    color: var(--main-body);
    line-height: 1.8;
}

.cmdbmovies-hero-actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.cmdbmovies-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.2rem;
    border-radius: 999px;
    color: #fff;
    background: var(--brand-color);
    text-decoration: none;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cmdbmovies-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(255,0,91,.24);
}

.cmdbmovies-btn-alt {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.cmdbmovies-intro-wrap,
.cmdbmovies-categories,
.cmdbmovies-feed-section,
.cmdbmovies-bottom-panels {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 3%;
}

.cmdbmovies-intro {
    max-width: 900px;
}

.cmdbmovies-intro h2,
.cmdbmovies-section-heading h2,
.cmdbmovies-feed-header h2,
.cmdbmovies-panel h2 {
    margin: 0 0 1rem;
    color: var(--main-color);
    font-size: clamp(2rem, 3vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.cmdbmovies-section-heading {
    margin-bottom: 2rem;
}

.cmdbmovies-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.cmdbmovies-cat-card {
    position: relative;
    min-height: 220px;
    border-radius: 24px;
    overflow: hidden;
    background: var(--brand-bgalt);
    border: 1px solid var(--app-bg-border);
    box-shadow: 0 14px 35px rgba(0,0,0,.22);
}

.cmdbmovies-cat-card a {
    position: absolute;
    inset: 0;
    color: inherit;
    text-decoration: none;
}

.cmdbmovies-cat-bg {
    position: absolute;
    inset: 0;
    background-image: var(--cat-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.22,1,.36,1), filter .6s ease;
}

.cmdbmovies-cat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.8) 100%);
}

.cmdbmovies-cat-content {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}

.cmdbmovies-cat-content strong {
    display: block;
    color: var(--main-color);
    font-size: 1.1rem;
    line-height: 1.2;
}

.cmdbmovies-cat-content em {
    display: block;
    margin-top: .35rem;
    color: var(--main-body);
    font-size: .85rem;
    font-style: normal;
}

.cmdbmovies-cat-card:hover .cmdbmovies-cat-bg {
    transform: scale(1.08);
    filter: brightness(1.08);
}

.cmdbmovies-feed-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 2rem;
    align-items: end;
    margin-bottom: 1.5rem;
}

.cmdbmovies-filter-form {
    padding: 1.2rem;
    border-radius: 22px;
    background: var(--brand-bgalt);
    border: 1px solid var(--app-bg-border);
}

.cmdbmovies-filter-form label {
    display: block;
    margin-bottom: .6rem;
    color: var(--main-color);
    font-weight: 800;
}

.cmdbmovies-filter-control {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem;
}

.cmdbmovies-filter-control select,
.cmdbmovies-filter-control button {
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid var(--app-bg-border);
}

.cmdbmovies-filter-control select {
    width: 100%;
    padding: 0 .9rem;
    color: var(--main-color);
    background: #121216;
}

.cmdbmovies-filter-control button {
    cursor: pointer;
    padding: 0 1rem;
    color: #fff;
    background: var(--brand-color);
    font-weight: 800;
}

.cmdbmovies-clear-filter {
    display: inline-flex;
    margin-top: .8rem;
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 800;
}

.cmdbmovies-filter-pills {
    display: flex !important;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: 2rem;
}

.cmdbmovies-filter-pills a {
    padding: .65rem .9rem;
    border-radius: 999px;
    color: var(--main-body);
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    text-decoration: none;
    font-weight: 800;
}

.cmdbmovies-filter-pills a:hover,
.cmdbmovies-filter-pills a.is-active {
    color: #fff;
    background: var(--brand-color);
}

.cmdbmovies-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.cmdbmovies-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--brand-bgalt);
    border: 1px solid var(--app-bg-border);
    box-shadow: 0 14px 35px rgba(0,0,0,.22);
}

.cmdbmovies-card-bg {
    position: absolute;
    inset: 0;
    background-image: var(--card-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.22,1,.36,1), filter .6s ease;
}

.cmdbmovies-card::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.82) 100%);
}

.cmdbmovies-card:hover .cmdbmovies-card-bg {
    transform: scale(1.08);
    filter: brightness(1.08);
}

.cmdbmovies-poster {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    width: 42%;
    max-width: 140px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 35px rgba(0,0,0,.45);
}

.cmdbmovies-poster img {
    width: 100%;
    display: block;
}

.cmdbmovies-card-content {
    position: absolute !important;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}

.cmdbmovies-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: .65rem;
}

.cmdbmovies-card-meta span {
    padding: .35rem .55rem;
    border-radius: 999px;
    color: var(--main-color);
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.1);
    font-size: .75rem;
    font-weight: 800;
}

.cmdbmovies-card h3 {
    margin: 0 0 .8rem;
    font-size: 1.25rem;
    line-height: 1.1;
}

.cmdbmovies-card h3 a {
    color: var(--main-color);
    text-decoration: none;
}

.cmdbmovies-card-actions {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: center;
}

.cmdbmovies-card-actions a {
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 900;
}

.cmdbmovies-card-actions .watch-trailer {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--brand-color);
}

.cmdbmovies-bottom-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    padding-top: 2rem;
}

.cmdbmovies-panel {
    padding: 2rem;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(61,126,255,.08), rgba(255,0,91,.05)),
        var(--brand-bgalt);
    border: 1px solid var(--app-bg-border);
    box-shadow: 0 14px 35px rgba(0,0,0,.2);
}

.cmdbmovies-link-list,
.cmdbmovies-rated-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmdbmovies-link-list li + li,
.cmdbmovies-rated-list li + li {
    margin-top: .65rem;
}

.cmdbmovies-link-list a,
.cmdbmovies-rated-list a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem .95rem;
    border-radius: 14px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.05);
    color: var(--main-body);
    text-decoration: none;
}

.cmdbmovies-link-list a:hover,
.cmdbmovies-rated-list a:hover {
    color: var(--main-color);
    background: var(--list-item-hover);
}

.cmdbmovies-rated-list strong {
    color: var(--brand-blue);
}

.cmdbmovies-empty {
    padding: 2rem;
    border-radius: 24px;
    background: var(--brand-bgalt);
    border: 1px solid var(--app-bg-border);
}

.cmdbmovies-empty h3 {
    color: var(--main-color);
}

@keyframes cmdbMoviesHeroZoom {
    from { transform: scale(1.02); }
    to { transform: scale(1.08); }
}

@media (max-width: 1180px) {
    .cmdbmovies-grid,
    .cmdbmovies-cat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .cmdbmovies-feed-header,
    .cmdbmovies-bottom-panels {
        grid-template-columns: 1fr;
    }

    .cmdbmovies-grid,
    .cmdbmovies-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .cmdbmovies-hero {
        min-height: 560px;
    }

    .cmdbmovies-hero-inner {
        padding: 7rem 5% 3rem;
    }

    .cmdbmovies-intro-wrap,
    .cmdbmovies-categories,
    .cmdbmovies-feed-section,
    .cmdbmovies-bottom-panels {
        padding-left: 5%;
        padding-right: 5%;
    }

    .cmdbmovies-grid,
    .cmdbmovies-cat-grid {
        grid-template-columns: 1fr;
    }

    .cmdbmovies-card {
        min-height: 390px;
    }
}
