/*-----------------------------------------------------------------------------------
	FrightFest Glasgow Films 2026
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}



.text-justify{
	text-align: justify;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-80{
	max-width:80%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roboto";
}
.container{
	max-width:1200px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
}
.primary-divider{
	width:150px;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin:10px auto 40px auto;
}
.primary-btn{
	color:#FEFFFE!important;
	border-color:var(--swatch-var-7762)!important;
	border-style:solid;
}
.hero-sub-heading{
	font-size:36px;
	font-weight:bold;
	color:var(--swatch-var-6728)!important;
	font-family:"Roboto";
	width:50%;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:14px;
	font-family:"Helvetica";
	color:var(--swatch-var-3409)!important;
	text-align:center;
	font-weight:normal;
	width:80%;
	text-decoration:none;
}
.cap-heading{
	text-transform:uppercase;
	font-family:"Roboto";
	font-weight:700;
	color:var(--swatch-var-7762)!important;
	font-size:100px;
	line-height:100px;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:20px;
	font-family:"Roboto";
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
}
.icon-size{
	max-width:80px;
}
.primary-icon{
	fill:var(--swatch-var-3409)!important;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Roboto";
	font-weight:700;
}
p{
	font-family:"Roboto";
}
.menu-icon-stroke{
	stroke:var(--swatch-var-6728)!important;
	fill:var(--swatch-var-6728)!important;
}
.container-div-min-height{
	min-height:496px;
}
.h3-heading{
	font-family:"Roboto";
	font-size:36px;
	color:var(--swatch-var-6728)!important;
}
.filmtimesfilm{
	color:var(--swatch-var-6728)!important;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	font-family:"Roboto";
	text-transform:uppercase;
	text-align:center;
}
.filmbodywhite{
	font-family:"Helvetica";
	font-size:14px;
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
	line-height:18px;
	text-align:justify;
	width:85%;
}
.tiggerwarning{
	font-family:"Roboto";
	font-size:12px;
	font-weight:normal;
	color:var(--swatch-var-6728)!important;
	line-height:16px;
	width:85%;
}
.films-button{
	background-color:var(--swatch-var-3409);
	font-family:"Helvetica";
	font-size:14px;
	color:var(--swatch-var-6728)!important;
}
.films-button:hover{
	background-color:var(--swatch-var-7762);
}
.button-column{
	width:70%;
}
.container-div-style{
	width:100%;
}
.filmlinks{
	color:var(--swatch-var-6728)!important;
	text-decoration:none;
	font-weight:normal;
	font-family:"Helvetica";
	font-size:24px;
	text-transform:uppercase;
	text-align:center;
}
.filmlinks:hover{
	color:var(--swatch-var-4837)!important;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-size:24px;
	font-family:"Helvetica";
}
.p-hero-style{
	font-size:30px;
}
.filmtalent{
	font-family:"Roboto";
	font-weight:normal;
	color:var(--swatch-var-6728)!important;
	font-size:18px;
	text-align:center;
	width:80%;
}
.synopsis{
	width:80%;
	font-family:"Roboto";
	font-size:15px;
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
	text-align:justify;
	line-height:24px;
}
.p-9-style{
	font-size:18px;
}
.thanks{
	color:var(--swatch-var-6728)!important;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	width:20%;
}
.p-12-style{
	width:80.17%;
}
.box-shadow-xl{
	box-shadow:0.00px -0.00px 40px #E7E7E7;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-6728)!important;
	border-style:solid;
	background-color:var(--swatch-var-7479);
}
.text-align-center{
	text-align:center;
	padding-top:0px;
}
.text-uppercase{
	text-transform:uppercase;
}
.text-weight-bold{
	font-weight:bold;
}
.bloc-fill{
	fill:var(--swatch-var-7479);
}
.text-caption-x5{
	letter-spacing:8px;
}
.display-xl4{
	font-size:72px;
	line-height:90px;
}
.text-caption-x3{
	letter-spacing:4px;
}
.text-link-addition{
	color:var(--swatch-var-6728)!important;
	text-decoration:none;
	font-weight:normal;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-1586)!important;
	padding-bottom:4px;
	font-size:16px;
	border-width:0px 0px 0px 0px;
	font-family:"Helvetica";
}
.p-md{
	font-size:16px;
	line-height:26px;
}
.text-caption-x2{
	letter-spacing:2px;
}
.display-sm{
	font-size:38px;
	line-height:48px;
}
.addition-div-icons-x3{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:8px;
}
.iconx-sm{
	width:24px;
	stroke-width:24;
	font-size:24px;
	height:24px;
}
.h1-jailebroken-style{
	font-size:80px;
	line-height:80px;
	text-transform:uppercase;
	letter-spacing:0px;
	color:var(--swatch-var-7762)!important;
	font-weight:bold;
}
.p-bloc-5-style{
	font-size:36px;
	line-height:36px;
}
.p-18-bloc-5-style{
	width:80.83%;
	font-size:14px;
	line-height:20px;
	font-family:"Helvetica";
	font-weight:normal;
	text-align:justify;
	color:var(--swatch-var-6728)!important;
}
.cast{
	font-family:"Helvetica";
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:var(--swatch-var-6728)!important;
	text-align:center;
}
.premiere{
	font-family:"Helvetica";
	font-size:24px;
	font-weight:bold;
	color:var(--swatch-var-6728)!important;
	text-align:center;
}
.subhead{
	font-family:"Helvetica";
	font-size:24px;
	color:var(--swatch-var-810)!important;
	text-align:center;
}
.mini-new-logo{
	flex-direction:row;
	align-items:center;
	column-gap:10px;
	position:relative;
	display:inline-flex;
}
.mini-logo{
	max-height:45px;
}
.bold{
	font-family:"Inter-Bold";
	border-radius:100px 100px 100px 100px;
}
.mini-logo-txt{
	font-size:1.28em;
}
.menu-icon-bloc-7-stroke{
	stroke:var(--swatch-var-5803)!important;
	fill:var(--swatch-var-5803)!important;
}
.form-control::placeholder{
	color:var(--swatch-var-5803)!important;
}
.img-style{
	height:375px;
	width:240px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-810)!important;
	border-style:solid;
}
.picture-row{
	width:50%;
	left:500px;
}
.p-4-style{
	font-size:24px;
}
.display-md{
	font-size:40px;
	line-height:50px;
}
.addition-form-style{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:14px;
}
.p-21-style{
	font-size:24px;
	font-family:"Helvetica";
	text-decoration:none;
	font-weight:normal;
	color:var(--swatch-var-6728)!important;
}
.link-style{
	font-family:"Helvetica";
	font-size:24px;
	color:var(--swatch-var-6728)!important;
	text-decoration:none;
	font-weight:normal;
	height:375px;
	width:246px;
}
.link-style:hover{
	font-family:"Helvetica";
	font-size:25px;
	color:var(--swatch-var-4837)!important;
	font-weight:bold;
}
.h3-heading:hover{
	font-family:"Helvetica";
	font-size:30px;
	color:var(--swatch-var-6728)!important;
}
.btn-close-style{
	border-radius:23px 23px 23px 23px;
	padding-top:0px;
	padding-bottom:0px;
}
.text-link-addition:visited{
	font-family:"Helvetica";
	font-weight:normal;
}
.text-link-addition:active{
	font-family:"Helvetica";
	font-size:12px;
	color:var(--swatch-var-7376)!important;
	font-weight:normal;
}
.p-21-style:hover{
	font-family:"Helvetica";
	font-size:25px;
	color:var(--swatch-var-4837)!important;
	font-weight:bold;
}
.expressbuttons{
	background-color:var(--swatch-var-1751);
	font-family:"Poppins";
	color:#000000!important;
}
.expressbuttons:hover{
	background-color:#00F900;
	font-family:"Poppins";
	color:#FEFFFF!important;
	font-weight:normal;
}
.btn-36-style{
	width:15.96%;
}
.h1-bloc-5-style{
	font-size:24px;
	color:var(--swatch-var-7376)!important;
	font-weight:normal;
}
.btn-button-style{
	font-family:"Helvetica";
	font-size:16px;
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
}
.btn-button-style:hover{
	font-family:"Helvetica";
	font-size:17px;
	color:var(--swatch-var-4837)!important;
	font-weight:bold;
}
.text-link-addition:hover{
	font-weight:normal;
	font-size:17px;
	color:var(--swatch-var-4837)!important;
}
.mini-features-content-column{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.global-radius{
	overflow:hidden!important;
	border-radius:14px 14px 14px 14px!important;
	width:240px;
	height:375px;
	border-color:var(--swatch-var-810)!important;
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.mini-feature-event-div{
	position:relative;
	background-color:rgba(121,121,121,0.07);
	margin-top:28px;
	margin-bottom:28px;
}
.mini-video-thumb{
	background-size:cover;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.mini-video-thumb:hover{
	background-blend-mode:darken;
}
.mini-transition{
	transition:all 0.5s ease 0s;
}
.mini-transition:hover{
	transition:all 0.5s ease 0s;
}
.mini-video-play-button{
	background-color:var(--swatch-var-6728);
	width:100px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	border-radius:100px 100px 100px 100px;
	box-shadow:0.00px -0.00px 50px rgba(0,0,0,0.28);
	position:absolute;
	transition:all 0.5s ease 0s;
}
.mini-video-play-button:hover{
	transform:scale(1.1);
	transition:all 0.5s ease 0s;
	box-shadow:0.00px -0.00px 50px rgba(0,0,0,0.40);
}
.mini-play-icon{
	width:35px;
	fill:var(--swatch-var-5803);
}
.mini-feature-modal{
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	background-color:transparent;
}
.mini-feature-event-card{
	padding:28px 28px 28px 28px;
}
.mini-date-div{
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
.mini-event-date-icon{
	fill:var(--swatch-var-3409)!important;
	width:18px!important;
	margin-right:10px;
}
.mini-speakers{
	display:inline-flex;
	align-items:center;
}
.lead{
	font-size:1.2em;
}
.mini-event-person{
	margin-left:-14px;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	width:40px;
	height:40px;
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	background-color:var(--swatch-var-7479);
}
video{
	height:650px;
	width:550px;
}
.bloc-bloc-6-fill{
	fill:#FFFFFF;
}
span{
	font-size:20px;
	color:var(--swatch-var-7376)!important;
}
.bloc-bloc-5-fill{
	fill:rgba(0,0,0,0.27);
}
.bloc-0-fill{
	fill:rgba(0,0,0,0.17);
}
.more-info{
	font-family:"Helvetica";
	font-size:14px;
	color:var(--swatch-var-3409)!important;
	font-weight:normal;
	text-align:center;
}
.more-info:hover{
	font-family:"Helvetica";
	font-size:14px;
	font-weight:normal;
	color:var(--swatch-var-4837)!important;
}
.mini-footer-1-form{
	display:flex;
}
.mini-footer-right{
	justify-content:flex-end;
}
.mini-form-field{
	background-color:var(--swatch-var-3131);
	border-width:1px 1px 1px 1px;
	color:var(--swatch-var-5803)!important;
	border-radius:0px 0px 0px 0px;
	min-height:42px;
}
.mini-form-field:hover{
	background-color:var(--swatch-var-3131);
}
.mini-form-field:active{
	background-color:var(--swatch-var-3131);
}
.mini-micro-p{
	font-size:0.8em;
}
.mini-solid-link{
	text-decoration:underline!important;
	color:var(--swatch-var-5803)!important;
}
.mini-social-icon{
	width:24px!important;
	fill:var(--swatch-var-3409)!important;
	margin-left:5px;
	margin-right:5px;
	transition:all 0.5s ease 0s;
	transform:scale(1);
	height:24px!important;
	display:inline-flex;
}
.mini-social-icon:hover{
	transform:scale(1.05);
	transition:all 0.5s ease 0s;
}
.mini-small-p{
	font-size:0.9em;
}
.h2-bloc-49-style{
	font-size:80px;
}
.info-text:hover{
	font-family:"Helvetica";
	font-size:14px;
	color:var(--swatch-var-4837)!important;
	font-weight:normal;
}
.popupclosebut{
	font-family:"Helvetica";
	font-size:14px;
	color:var(--swatch-var-3409)!important;
	font-weight:normal;
	line-height:14px;
}
.popupclosebut:hover{
	font-family:"Helvetica";
	font-size:14px;
	font-weight:normal;
	color:var(--swatch-var-4837)!important;
	line-height:14px;
}
.btn-padding-top{
	padding-top:0px;
	padding-bottom:0px;
}
.h1-style{
	font-size:80px;
	line-height:80px;
}
.shortfilmheading{
	font-weight:normal;
}
.p-style{
	font-size:14px;
	line-height:16px;
}
.sfmobileposter{
	text-align:center;
}
.h1-62-style{
	font-family:"Helvetica";
	font-size:40px;
	color:var(--swatch-var-7762)!important;
	text-align:center;
	font-weight:bold;
}
.blocs-card-width{
	width:25%;
}
.mini-btn-div{
	display:inline-flex;
	column-gap:7px;
	row-gap:7px;
}
.bloc-0-bloc-5-fill{
	fill:rgba(0,0,0,0.21);
}
.h2-style{
	font-weight:normal;
}
.glasgowticketpagesubhl{
	font-family:"Helvetica";
	font-size:24px;
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
	text-align:justify;
	line-height:27px;
}
.h3-style{
	font-family:"Helvetica";
	font-size:24px;
	font-weight:normal;
	color:var(--swatch-var-6728)!important;
	text-align:center;
}
.filmbodywhite:hover{
	font-family:"Helvetica";
	font-size:14px;
	color:var(--swatch-var-6728)!important;
}
.glasgowticketlinks{
	font-weight:bold;
	color:var(--swatch-var-4837)!important;
	text-decoration:none;
}
.glasgowticketlinks:hover{
	font-size:14px;
	font-family:"Helvetica";
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
}
.img-bloc-49-style{
	width:240px;
	height:375px;
	border-width:2px 2px 2px 2px;
	border-radius:14px 14px 14px 14px;
	border-color:var(--swatch-var-810)!important;
}
.nazar{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-810)!important;
}
.sflinks{
	background-color:var(--swatch-var-3409);
	font-size:14px;
	color:var(--swatch-var-6728)!important;
	font-family:"Helvetica";
	font-weight:normal;
}
.sflinks:hover{
	background-color:var(--swatch-var-4837);
}
.btn-close-padding-top{
	padding-top:0px;
	padding-bottom:0px;
}
.p-bloc-49-style{
	font-size:14px;
	line-height:18px;
	font-family:"Helvetica";
	color:var(--swatch-var-810)!important;
	font-weight:normal;
}
.click{
	width:80%;
	font-family:"Helvetica";
	font-size:12px;
	color:var(--swatch-var-810)!important;
	font-weight:normal;
	text-align:center;
	line-height:12px;
}
.ima-stye{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-5803)!important;
	border-style:solid;
	width:240px;
	height:375px;
}
.ticketpagecopy{
	width:85%;
	font-family:"Helvetica";
	text-decoration:none;
	font-size:15px;
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
	line-height:20px;
}
.ticketpagebut{
	font-family:"Helvetica";
	text-align:center;
	background-color:var(--swatch-var-6728);
	font-size:15px;
	color:var(--swatch-var-810)!important;
	font-weight:normal;
}
.ticketpagebut:hover{
	background-color:var(--swatch-var-4837);
	font-family:"Helvetica";
	font-size:15px;
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
}
.img-poster-gallery-style{
	width:240px;
	height:375px;
}
.btn-film-schedule-padding-top{
	padding-top:2px;
	padding-bottom:2px;
}
.schedulepagetimes{
	font-family:"Helvetica";
	font-size:24px;
	color:var(--swatch-var-6728)!important;
	font-weight:normal;
}
.p-bloc-7-style{
	font-size:30px;
	line-height:30px;
}
.h4-24-style{
	line-height:29px;
	width:85%;
}
.nextbutton{
	background-color:#FF2600;
	background-size:length;
	color:#FEFFFF!important;
	font-weight:normal;
	font-size:14px;
	width:200px;
	height:35px;
}
.nextbutton:hover{
	background-color:#00F900;
	background-size:150px auto;
	font-weight:normal;
	color:#FEFFFF!important;
	font-size:14px;
	font-family:"Poppins-Light";
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:#EAE6DD;
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(220,34,41,1.00);
	
	--swatch-var-7762:rgba(255,202,13,1.00);
	
	--swatch-var-4837:rgba(102,183,63,1.00);
	
	--swatch-var-1586:#FEFFFF;
	
	--swatch-var-6932:#212121;
	
	--swatch-var-59:rgba(145,145,145,0.26);
	
	--swatch-var-7954:rgba(0,0,0,0.26);
	
	--swatch-var-810:#000000;
	
	--swatch-var-5803:#101010;
	
	--swatch-var-2970:rgba(0,0,0,0.3);
	
	--swatch-var-1751:#FF2600;
	
	--swatch-var-7479:rgba(85,85,85,0.04);
	
	--swatch-var-3131:#EAEAEA;
	
}


/* Background colour styles */

.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}

/* Text colour styles */

.tc-7762{
	color:var(--swatch-var-7762)!important;
}
.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-6932{
	color:var(--swatch-var-6932)!important;
}
.tc-1586{
	color:var(--swatch-var-1586)!important;
}
.tc-810{
	color:var(--swatch-var-810)!important;
}

/* Link colour styles */

.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}

/* Bloc image backgrounds */

.bg-Red-20Riding-20copy2{
	background-image:url("img/Red%20Riding%20copy2.png");
	background-image: -webkit-image-set(url("img/Red%20Riding%20copy2.webp") 1x,
url("img/Red%20Riding%20copy2.webp") 2x);background-image: image-set(url("img/Red%20Riding%20copy2.png") 1x,
url("img/Red%20Riding%20copy2.png") 2x,url("img/Red%20Riding%20copy2.webp") 1x,
url("img/Red%20Riding%20copy2.webp") 2x);
}
.bg-Bury-20the-20Devil-1-20copy{
	background-image:url("img/Bury%20the%20Devil-1%20copy.jpg");
	background-image: -webkit-image-set(url("img/Bury%20the%20Devil-1%20copy.webp") 1x,
url("img/Bury%20the%20Devil-1%20copy.webp") 2x);background-image: image-set(url("img/Bury%20the%20Devil-1%20copy.jpg") 1x,
url("img/Bury%20the%20Devil-1%20copy.jpg") 2x,url("img/Bury%20the%20Devil-1%20copy.webp") 1x,
url("img/Bury%20the%20Devil-1%20copy.webp") 2x);
}
.bg-Red-Riding-1-copy-3{
	background-image:url("img/Red-Riding-1-copy-3.jpg");
	background-image: -webkit-image-set(url("img/Red-Riding-1-copy-3.webp") 1x,
url("img/Red-Riding-1-copy-3.webp") 2x);background-image: image-set(url("img/Red-Riding-1-copy-3.jpg") 1x,
url("img/Red-Riding-1-copy-3.jpg") 2x,url("img/Red-Riding-1-copy-3.webp") 1x,
url("img/Red-Riding-1-copy-3.webp") 2x);
}
.bg-Jailbroken-films-hero{
	background-image:url("img/Jailbroken-films-hero.jpg");
	background-image: -webkit-image-set(url("img/Jailbroken-films-hero.webp") 1x,
url("img/Jailbroken-films-hero.webp") 2x);background-image: image-set(url("img/Jailbroken-films-hero.jpg") 1x,
url("img/Jailbroken-films-hero.jpg") 2x,url("img/Jailbroken-films-hero.webp") 1x,
url("img/Jailbroken-films-hero.webp") 2x);
}
.bg-Bone-20Keeper-3-20copy-202{
	background-image:url("img/Bone%20Keeper-3%20copy%202.png?timestamp=6688?timestamp=6688?timestamp=6688");
}
.bg-Bone-Keeper-3-copy-2{
	background-image:url("img/Bone-Keeper-3-copy-2.jpg");
	background-image: -webkit-image-set(url("img/Bone-Keeper-3-copy-2.webp") 1x,
url("img/Bone-Keeper-3-copy-2.webp") 2x);background-image: image-set(url("img/Bone-Keeper-3-copy-2.jpg") 1x,
url("img/Bone-Keeper-3-copy-2.jpg") 2x,url("img/Bone-Keeper-3-copy-2.webp") 1x,
url("img/Bone-Keeper-3-copy-2.webp") 2x);
}
.bg-Boorman-20And-20The-20Devil-1-20copy{
	background-image:url("img/Boorman%20And%20The%20Devil-1%20copy.jpg");
	background-image: -webkit-image-set(url("img/Boorman%20And%20The%20Devil-1%20copy.webp") 1x,
url("img/Boorman%20And%20The%20Devil-1%20copy.webp") 2x);background-image: image-set(url("img/Boorman%20And%20The%20Devil-1%20copy.jpg") 1x,
url("img/Boorman%20And%20The%20Devil-1%20copy.jpg") 2x,url("img/Boorman%20And%20The%20Devil-1%20copy.webp") 1x,
url("img/Boorman%20And%20The%20Devil-1%20copy.webp") 2x);
}
.bg-The-20Restoration-20at-20Grayson-20Manor-Alice-20Krige-20copy{
	background-image:url("img/The%20Restoration%20at%20Grayson%20Manor-Alice%20Krige%20copy.jpg");
	background-image: -webkit-image-set(url("img/The%20Restoration%20at%20Grayson%20Manor-Alice%20Krige%20copy.webp") 1x,
url("img/The%20Restoration%20at%20Grayson%20Manor-Alice%20Krige%20copy.webp") 2x);background-image: image-set(url("img/The%20Restoration%20at%20Grayson%20Manor-Alice%20Krige%20copy.jpg") 1x,
url("img/The%20Restoration%20at%20Grayson%20Manor-Alice%20Krige%20copy.jpg") 2x,url("img/The%20Restoration%20at%20Grayson%20Manor-Alice%20Krige%20copy.webp") 1x,
url("img/The%20Restoration%20at%20Grayson%20Manor-Alice%20Krige%20copy.webp") 2x);
}
.bg-The-20Curse-1-20copy{
	background-image:url("img/The%20Curse-1%20copy.jpg");
	background-image: -webkit-image-set(url("img/The%20Curse-1%20copy.webp") 1x,
url("img/The%20Curse-1%20copy.webp") 2x);background-image: image-set(url("img/The%20Curse-1%20copy.jpg") 1x,
url("img/The%20Curse-1%20copy.jpg") 2x,url("img/The%20Curse-1%20copy.webp") 1x,
url("img/The%20Curse-1%20copy.webp") 2x);
}
.bg-Violence-2-20copy{
	background-image:url("img/Violence-2%20copy.png");
	background-image: -webkit-image-set(url("img/Violence-2%20copy.webp") 1x,
url("img/Violence-2%20copy.webp") 2x);background-image: image-set(url("img/Violence-2%20copy.png") 1x,
url("img/Violence-2%20copy.png") 2x,url("img/Violence-2%20copy.webp") 1x,
url("img/Violence-2%20copy.webp") 2x);
}
.bg-Main-TheConvenienceStore-20copy-202{
	background-image:url("img/Main-TheConvenienceStore%20copy%202.jpg");
	background-image: -webkit-image-set(url("img/Main-TheConvenienceStore%20copy%202.webp") 1x,
url("img/Main-TheConvenienceStore%20copy%202.webp") 2x);background-image: image-set(url("img/Main-TheConvenienceStore%20copy%202.jpg") 1x,
url("img/Main-TheConvenienceStore%20copy%202.jpg") 2x,url("img/Main-TheConvenienceStore%20copy%202.webp") 1x,
url("img/Main-TheConvenienceStore%20copy%202.webp") 2x);
}
.bg-Red-20Riding-2-20copy{
	background-image:url("img/Red%20Riding-2%20copy.webp");
}
.bg-Red-20Riding-2-20copy{
	background-image:url("img/Red%20Riding-2%20copy.webp");
}
.bg-Karmadonna-3-20copy{
	background-image:url("img/Karmadonna-3%20copy.jpg");
	background-image: -webkit-image-set(url("img/Karmadonna-3%20copy.webp") 1x,
url("img/Karmadonna-3%20copy.webp") 2x);background-image: image-set(url("img/Karmadonna-3%20copy.jpg") 1x,
url("img/Karmadonna-3%20copy.jpg") 2x,url("img/Karmadonna-3%20copy.webp") 1x,
url("img/Karmadonna-3%20copy.webp") 2x);
}
.bg-Deathkeeper-4-20copy{
	background-image:url("img/Deathkeeper-4%20copy.png");
	background-image: -webkit-image-set(url("img/Deathkeeper-4%20copy.webp") 1x,
url("img/Deathkeeper-4%20copy.webp") 2x);background-image: image-set(url("img/Deathkeeper-4%20copy.png") 1x,
url("img/Deathkeeper-4%20copy.png") 2x,url("img/Deathkeeper-4%20copy.webp") 1x,
url("img/Deathkeeper-4%20copy.webp") 2x);
}
.mt-lg-0{
}
.bg-Jailbroken--Bryan-Larkin-HR{
	background-image:url("img/Jailbroken--Bryan-Larkin-HR.jpg");
	background-image: -webkit-image-set(url("img/Jailbroken--Bryan-Larkin-HR.webp") 1x,
url("img/Jailbroken--Bryan-Larkin-HR.webp") 2x);background-image: image-set(url("img/Jailbroken--Bryan-Larkin-HR.jpg") 1x,
url("img/Jailbroken--Bryan-Larkin-HR.jpg") 2x,url("img/Jailbroken--Bryan-Larkin-HR.webp") 1x,
url("img/Jailbroken--Bryan-Larkin-HR.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.hero-fill-mask{
		fill:transparent;
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.hero-sub-heading{
		color:#FEFFFF!important;
		line-height:36px;
	}
	.hero-heading{
		color:var(--swatch-var-7762)!important;
	}
	.container-div-min-height{
		min-height:337px;
	}
	.p-hero-style{
		font-size:28px;
	}
	.h3-heading{
		font-weight:bold;
		font-size:28px;
		line-height:28px;
	}
	.h1-hero-style{
		font-size:40px;
	}
	.p-12-style{
		width:80.36%;
	}
	.text-uppercase{
		text-transform:uppercase;
	}
	.text-weight-bold{
		font-weight:bold;
	}
	.display-xl4{
		font-size:68px;
		line-height:86px;
	}
	.display-sm{
		font-size:35px;
		line-height:45px;
	}
	.mini-new-logo{
		column-gap:7px;
	}
	.mini-logo{
		max-height:45px;
	}
	.mini-logo-txt{
		font-size:1.2em;
	}
	.mini-navigation-toggle-right{
	}
	.display-md{
		font-size:38px;
		line-height:48px;
	}
	.btn-close-style{
		border-radius:20px 20px 20px 20px;
		padding-top:0px;
		padding-bottom:0px;
	}
	.global-radius{
		width:233px;
		height:350px;
	}
	.mini-feature-event-card{
	}
	.lead{
	}
	.mini-event-person{
	}
	.h1-jailebroken-style{
		font-size:60px;
		font-weight:bold;
		color:var(--swatch-var-7762)!important;
		line-height:70px;
	}
	.img-style{
		height:350px;
		width:233px;
	}
	.mini-footer-1-form{
		flex-direction:row;
		align-items:center;
		justify-content:flex-start;
	}
	.mini-footer-right{
		justify-content:center;
	}
	.mini-form-field{
		text-align:center;
	}
	.mini-social-icon{
		width:20px!important;
		height:20px!important;
	}
	.h1-style{
		font-size:60px;
	}
	.blocs-card-width{
		width:50%;
	}
	.mini-btn-div{
	}
	.filmlinks{
		text-align:center;
		font-weight:normal;
	}
	.filmtimesfilm{
		font-weight:normal;
	}
	.h2-style{
		font-weight:normal;
	}
	.h4-24-style{
		width:85%;
	}
	
}

@media (max-width: 767px){
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.hero-fill-mask{
		fill:transparent;
	}
	.container-div-min-height{
		min-height:261px;
	}
	.p-hero-style{
		color:var(--swatch-var-6728)!important;
	}
	.hero-sub-heading{
		font-size:33px;
	}
	.h3-heading{
		font-size:25px;
	}
	.h1-hero-style{
		font-size:34px;
	}
	.p-12-style{
		width:80.04%;
	}
	.display-xl4{
		font-size:54px;
		line-height:74px;
	}
	.display-sm{
		font-size:28px;
		line-height:38px;
	}
	.addition-div-icons-x3{
		justify-content:flex-start;
	}
	.h1-jailebroken-style{
		font-size:44px;
		line-height:50px;
	}
	.p-bloc-5-style{
		font-size:30px;
		line-height:30px;
	}
	.mini-new-logo{
		column-gap:5px;
	}
	.mini-logo{
		max-height:40px;
	}
	.mini-logo-txt{
		font-size:1.15em;
	}
	.mini-navigation-toggle-right{
		float:right;
	}
	.display-md{
		font-size:34px;
		line-height:44px;
	}
	.btn-close-style{
		border-radius:22px 22px 22px 22px;
		padding-top:2px;
		padding-bottom:2px;
	}
	.btn-button-style{
		border-radius:0px 0px 0px 0px;
	}
	.mini-video-thumb{
	}
	.mini-video-play-button{
		width:80px;
		height:80px;
	}
	.mini-play-icon{
		width:28px;
	}
	.mini-feature-event-card{
		padding:20px 20px 20px 20px;
	}
	.lead{
		font-size:1.1em;
	}
	.mini-event-person{
	}
	.p-block-7{
		font-size:14px;
		color:var(--swatch-var-7376)!important;
	}
	.mini-footer-1-form{
		align-items:center;
		justify-content:flex-start;
	}
	.mini-form-field{
	}
	.mini-small-p{
	}
	.h1-style{
		font-size:45px;
	}
	.blocs-card-width{
		width:50%;
	}
	.mini-btn-div{
	}
	.filmlinks{
		text-align:center;
		font-weight:normal;
	}
	.filmtimesfilm{
		font-weight:normal;
	}
	.h2-style{
		font-weight:normal;
	}
	.h4-24-style{
		font-family:"Helvetica";
		font-weight:normal;
		font-size:20px;
		line-height:24px;
		width:85%;
	}
	menu{
	}
	.hamburgher{
		color:var(--swatch-var-6728)!important;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
		background-image:url("img/2026FAVICON50x50.png");
	background-image: -webkit-image-set(url("img/2026FAVICON50x50.webp") 1x,
url("img/2026FAVICON50x50.webp") 2x);background-image: image-set(url("img/2026FAVICON50x50.png") 1x,
url("img/2026FAVICON50x50.png") 2x,url("img/2026FAVICON50x50.webp") 1x,
url("img/2026FAVICON50x50.webp") 2x);
		width:25px;
		height:25px;
	}
	.hero-sub-heading{
		font-size:16px;
		line-height:18px;
	}
	.hero-fill-mask{
		fill:transparent;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-7376)!important;
		fill:var(--swatch-var-7376)!important;
	}
	.container-div-min-height{
		min-height:87px;
	}
	.h3-heading{
		font-size:14px;
	}
	.h4-hero-style{
		font-size:17px;
		line-height:20px;
	}
	.h4-47-style{
		font-size:17px;
		line-height:20px;
	}
	.h4-48-style{
		font-size:17px;
	}
	.h4-violence-style{
		font-size:17px;
	}
	.h4-51-style{
		font-size:16px;
	}
	.h4-52-style{
		font-size:16px;
	}
	.h4-red-riding-style{
		font-size:17px;
	}
	.h1-hero-style{
		font-size:20px;
	}
	.filmbodywhite{
		width:95%;
	}
	.filmtimesfilm{
		font-size:17px;
		font-weight:normal;
		font-family:"Helvetica";
	}
	.h2-style{
		font-size:20px;
	}
	.films-button{
		font-family:"Roboto";
		font-size:14px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
	}
	.filmlinks{
		color:var(--swatch-var-6728)!important;
		text-decoration:none;
		font-size:17px;
		font-weight:normal;
	}
	.filmlinks:hover{
		color:var(--swatch-var-4837)!important;
		font-size:17px;
		line-height:19px;
	}
	.synopsis{
		width:90%;
		text-align:justify;
	}
	.thanks{
		width:90%;
	}
	.display-xl4{
		font-size:32px;
		line-height:50px;
	}
	.p-md{
	}
	.display-sm{
		font-size:26px;
		line-height:36px;
	}
	.text-align-center{
		padding-top:450px;
	}
	.h1-jailebroken-style{
		font-size:40px;
	}
	.p-bloc-5-style{
		font-size:18px;
	}
	.bodytext{
		font-family:"Helvetica";
		font-size:18px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
	}
	.filmcopyheadline{
		font-family:"Helvetica";
		font-size:22px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
	}
	.synopsiscopy{
		font-family:"Helvetica";
		font-size:14px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
		line-height:20px;
	}
	.thankstext{
		font-family:"Helvetica";
		font-size:14px;
		color:var(--swatch-var-6728)!important;
		text-align:left;
	}
	.p-18-bloc-5-style{
		text-align:justify;
		line-height:18px;
	}
	.cast{
		line-height:20px;
		font-size:17px;
	}
	.btn-style{
		width:28.47%;
		font-family:"Helvetica";
		color:var(--swatch-var-6728)!important;
		font-size:12px;
		font-weight:normal;
		background-color:transparent;
		border-radius:8px 8px 8px 8px;
	}
	.h1-jailbroken-style{
		font-size:24px;
		color:var(--swatch-var-7762)!important;
		font-weight:bold;
		text-transform:uppercase;
		line-height:24px;
	}
	.h3-style{
		font-size:20px;
	}
	.h5-style{
		font-size:17px;
		font-weight:normal;
		color:var(--swatch-var-7376)!important;
		line-height:20px;
	}
	.p-bloc-6-style{
		font-size:14px;
		line-height:17px;
		color:var(--swatch-var-7376)!important;
		text-align:justify;
		font-weight:normal;
	}
	.p-24-style{
		font-size:14px;
		line-height:17px;
		text-align:justify;
	}
	.btn-style:hover{
		font-family:"Helvetica";
		font-size:13px;
		color:var(--swatch-var-7762)!important;
		font-weight:bold;
		background-color:transparent;
	}
	.subhead{
		font-family:"Helvetica";
		font-size:15px;
		color:var(--swatch-var-810)!important;
		line-height:18px;
	}
	.navbar-brand img{
		width:25px;
		height:25px;
	}
	.mini-new-logo{
	}
	.mini-logo{
	}
	.bold{
	}
	.mini-logo-txt{
		font-size:1.1em;
	}
	.mini-navigation-toggle-right{
		float:right;
		text-align:right;
	}
	.link-style{
		font-family:"Poppins";
		font-weight:300;
		font-size:18px;
		line-height:20px;
		color:var(--swatch-var-7376)!important;
		width:267px;
		height:400px;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-5803)!important;
		fill:var(--swatch-var-5803)!important;
	}
	.display-md{
		font-size:28px;
		line-height:38px;
	}
	.p-21-style{
		font-size:18px;
	}
	.link-style:hover{
		font-size:19px;
	}
	.btn-close-style{
		border-radius:17px 17px 17px 17px;
		padding-top:0px;
		padding-bottom:0px;
		font-family:"Helvetica";
		font-size:14px;
		color:var(--swatch-var-7376)!important;
	}
	.p-21-style:hover{
		font-size:19px;
	}
	.expressbuttons{
	}
	.global-radius{
		width:292px;
	}
	.mini-video-thumb{
	}
	.mini-feature-event-card{
	}
	.lead{
	}
	.mini-event-person{
	}
	.p-block 7{
		font-size:14px;
		color:var(--swatch-var-7376)!important;
		font-weight:normal;
		line-height:18px;
		text-align:justify;
	}
	.p-block-7{
		font-size:14px;
		color:var(--swatch-var-7376)!important;
		text-align:justify;
		font-weight:normal;
		line-height:18px;
	}
	.but-style-black{
		font-size:14px;
		color:var(--swatch-var-7376)!important;
		font-weight:normal;
		text-align:center;
		font-family:"Helvetica";
		background-color:var(--swatch-var-2941);
		padding-right:4px;
		padding-left:4px;
	}
	.but-syle-black{
		font-size:14px;
		color:var(--swatch-var-7376)!important;
		font-weight:normal;
		text-align:center;
	}
	.btn-button-style{
		color:var(--swatch-var-6728)!important;
		font-size:14px;
	}
	.but-style-black:hover{
		font-family:"Helvetica";
		font-size:13px;
		color:var(--swatch-var-7762)!important;
		font-weight:normal;
		background-color:var(--swatch-var-59);
	}
	.p-style{
		line-height:16px;
		height:250px;
	}
	.img-style{
		height:200px;
		width:133px;
	}
	.mini-footer-1-form{
		align-items:stretch;
		flex-direction:column;
	}
	.mini-form-field{
		min-width:100%;
	}
	.mini-social-icon{
	}
	.mini-small-p{
	}
	.h6-style{
		font-family:"Poppins";
		font-weight:500;
		font-size:14px;
	}
	.h1-style{
		font-size:23px;
	}
	.h4-bloc-49-style{
		font-size:16px;
		line-height:20px;
		color:var(--swatch-var-7376)!important;
		font-weight:normal;
	}
	.sfmobileposter{
		width:274px;
		height:400px;
	}
	.h1-62-style{
		font-size:23px;
		font-weight:bold;
		text-align:center;
		color:var(--swatch-var-7762)!important;
	}
	.blocs-card-width{
		width:100%;
	}
	.mini-btn-div{
	}
	.films-button:hover{
		font-family:"Helvetica";
		font-size:14px;
		color:var(--swatch-var-4837)!important;
		font-weight:normal;
	}
	.cast-black{
		font-family:"Helvetica";
		font-size:17px;
		color:var(--swatch-var-810)!important;
		font-weight:normal;
		text-align:justify;
		line-height:20px;
	}
	.synopsis-black{
		font-family:"Helvetica";
		font-size:14px;
		font-weight:normal;
		color:var(--swatch-var-810)!important;
		line-height:20px;
		text-align:justify;
	}
	.mobileposter{
		width:267px;
		height:400px;
	}
	.moblesfheading{
		font-family:"Helvetica";
		font-weight:bold;
		font-size:21px;
		color:var(--swatch-var-7762)!important;
	}
	.p-bloc-52-style{
		font-family:Helvetica;
		font-size:18px;
		line-height:21px;
		font-weight:normal;
		color:var(--swatch-var-810)!important;
	}
	.btn-tickets-style{
		width:44.53%;
	}
	.glasgowticketlinks{
		font-family:"Helvetica";
		font-weight:bold;
		font-size:14px;
		color:var(--swatch-var-4837)!important;
	}
	.glasgowticketlinks:hover{
		font-size:14px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
		text-decoration:none;
	}
	.p-132-style{
		font-size:18px;
		color:var(--swatch-var-6728)!important;
	}
	.mobletrailerbut{
		font-size:14px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
		font-family:"Helvetica";
	}
	.mobile-button-trailer{
		font-family:"Helvetica";
		font-size:14px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
	}
	.mobile-button-trailer:hover{
		font-family:"Helvetica";
		font-size:14px;
		color:var(--swatch-var-7762)!important;
		font-weight:normal;
	}
	.btn-51-style{
		width:27.74%;
	}
	.filmtimesfilm:hover{
		font-weight:normal;
		font-family:"Helvetica";
		font-size:17px;
	}
	.nextbutton{
		width:110px;
		font-size:14px;
		line-height:18px;
		height:35px;
		font-family:"Poppins-Regular";
	}
	.nextbutton:hover{
		font-size:14px;
	}
	.h4-24-style{
		font-size:18px;
		line-height:21px;
		color:var(--swatch-var-6728)!important;
		font-weight:normal;
	}
	.p-8-style{
		line-height:20px;
	}
	
}

