/*!
Theme Name: Galactic One
Theme URI: https://enkosoft.company
Author: EnkoSoft
Author URI: https://enkosoft.company
Description: Custom Theme for Galactic one Festival
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
Text Domain: galactic-one
*/

/* From http://codex.wordpress.org/CSS */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
	font-family: "Poppins", sans-serif !important;
}

.container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 0px !important;

}


/** header & header **/

#header .container {
	max-width: 70% !important;
	width: 70% !important;
	padding: 0 0px !important;
}

#footer .container {

	padding: 0 0px !important;
}

#navbar {
	padding-left: 50px;
}

.navbar-brand img {
	max-width: 220px;
	/* Adjust this value as needed */
	height: auto !important;
	/* This ensures the aspect ratio is maintained */
	margin-top: 0px;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
	text-transform: uppercase !important;
	font-weight: bold;
}

.navbar-expand-md .navbar-nav .nav-link {
	font-family: 'Lato', sans-serif;
	color: #fff;

}

.navbar-expand-md .navbar-nav .nav-link:hover {
	font-family: 'Lato', sans-serif;
	color: #ccc;

}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.search-wrapper {
	position: relative;
}

.search-form {
	display: none;
	/* Initially hide the search form */
}

.search-icon {
	cursor: pointer;
	color: #fff;
	/* Style your icon as needed */
}

.edition-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 10px;
	margin-right: 10px;
	/* Adjust spacing as needed */
}

.edition-name {
	font-weight: bold;
	font-size: 1rem;
	/* Adjust font size as needed */
	color: #D33130;
	font-weight: bold;

}

.wc-block-components-button__text {
	background-color: #7A9DA9;
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: 700;
	border: none;
}

.edition-time {
	font-size: 0.9rem;
	/* Adjust font size as needed */
	/*color: rgba(255, 255, 255, 0.9);*/
	color: #7A9DA9;
}

/** slider **/
/* Slider setup for desktop */
.slider {
	position: relative;
	width: 100%;
	height: 100vh;
	/* Full viewport height on desktop */
	overflow: hidden;
}

/* Each slide */
.slider .slide {
	position: relative;
	width: 100%;
	height: 100vh;
	/* Full viewport height on desktop */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

/* Slider images */
.slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Cover the entire area without distortion */
	overflow: hidden;
	/* Hide overflow */
}



/* Slide link */
.slider a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	color: inherit;
}

/* Slide content */
.inverted-text {

	-webkit-text-stroke: 1px white;
	/* Stroke width and color */
	color: transparent;
	/* Make the text transparent */
}

.slider .slide-title {
	position: absolute;
	left: 40px;
	top: 150px;
	color: #fff;
	font-weight: 700;
	font-size: 70px;
}

.slider .slide-location {
	position: absolute;
	left: 40px;
	top: calc(150px + 220px);
	/* Adjust as needed */
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}

.slider .slide-program {
	position: absolute;
	left: 40px;
	top: calc(150px + 210px + 110px);
	/* Adjust as needed */
	color: #dc493a;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}

.slider .slide-sponsor {
	position: absolute;
	left: 40px;
	bottom: 80px;

}

.slider .slide-buttons {
	position: absolute;
	bottom: 20px;
	right: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.slider .slide-program a {
	display: inline;
}


.slider .slide-content {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px;
	border-radius: 15px;
}

.mobile-sub-buttons {
	display: none;
}


/* Slick slider controls */
.slick-dots {
	bottom: 10px !important;
}

.slick-dots li button:before {
	color: #fff !important;
	/* Change dot color to white */
	font-size: 18px !important;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	/* Add shadow to dots */
}

.slick-dots li.slick-active button:before {
	color: #fff !important;
	/* Change active dot color to white */
	opacity: 1;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	/* Add shadow to active dot */
}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	z-index: 10;
	cursor: pointer;
}

.slick-prev {
	left: 10px !important;
}

.slick-next {
	right: 10px !important;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.slick-dots li button:before {
	color: #fff;
	font-size: 12px;
}

.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}


/** home page custom **/

#main {
	background-color: #f1f1f1;
}

.news-container {
	width: 70%;
	margin: auto;

	padding-bottom: 50px;
}


.card {
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
	box-shadow: none;
	/* Optional: add a subtle shadow if preferred */
	background-color: #ffffff;
	border: none !important;
	line-height: 18px;
}

.card .card-title {
	margin-top: 30px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.card-header, .card-footer {
	background-color: transparent;

	/* subtle separation if needed */
	border-top: none;
}

.card-title {
	font-size: 1.25rem;
	color: #333;
}

.post-thumbnail img {
	border-radius: 8px 8px 0 0;
	/* rounded top corners */
	width: 100%;
	height: auto;
}

.card-body {
	padding: 1.5rem;
}

.card-text {
	color: #666;
	line-height: 1.6;
}

.btn-outline-primary {
	border: none;
	background-color: transparent;
	color: #007bff;
	transition: background-color 0.3s, color 0.3s;
}

.btn-outline-primary:hover {
	background-color: #007bff;
	color: #ffffff;
}

.page-links {
	margin-top: 1rem;
	font-size: 0.875rem;
}

.page-links span {
	color: #007bff;
}



/** footer **/

#footer .container {
	max-width: 70% !important;
	width: 70% !important;
}

#footer {
	background-color: #22262A !important;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff !important;
	filter: drop-shadow(0px -1px 4px #000000);

}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-top: 15px;
}

.social-icons a {
	color: #fff;
	/* Change this to your preferred color */

	font-size: 34px;
	transition: color 0.3s;
}

.social-icons a:hover {
	color: #007bff;
	/* Change this to the color on hover */
}

#footer .nav-link {
	color: #fff;
}

#footer .nav-link:hover {
	color: #007bff;
	/* Change this to the color on hover */
}

#footer li {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}

#footer .menu {
	text-align: center;
}

h2 a {
	color: #dc493a;
}

#wrapper {
	background-color: #f1f1f1;
}


.tgiff-page {
	width: 70%;
	max-width: 70%;
	padding-top: 150px;
	margin: auto;
	line-height: 1.82;
	font-weight: 400;
	background-color: #f1f1f1;
}

.legal-page {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */
}

.tgiff-page .container {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */

}

.page-template-default #main .container {
	background-color: #f1f1f1;
	box-shadow: none;
}

.page-template-default .content {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */
}

.legal-page .container {
	box-shadow: none;
}


.tgiff-page-movie {
	width: 70%;
	max-width: 70%;
	margin: auto;
	line-height: 1.82;
	font-weight: 400;
	background-color: #f1f1f1;
	margin-top: 100px;
	margin-bottom: 50px;
}

.tgiff-page-location {
	width: 70%;
	max-width: 70%;
	margin: auto;
	line-height: 1.82;
	font-weight: 400;
	background-color: #f1f1f1;
	margin-top: 100px;
	margin-bottom: 50px;
}


.tgiff-page-movie .card-img-top-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	/* This ensures a square aspect ratio */
	overflow: hidden;
	position: relative;
}

.tgiff-page-movie .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This maintains the aspect ratio and covers the container */
	object-position: center;
	/* This centers the image within the container */
}

.tgiff-page-movie .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tgiff-page-location .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.tgiff-page-movie .card-text {
	text-align: center;
}

.tgiff-page-location .card-title {
	text-align: center;
	color: #dc493a;
	font-size: 24px;
	font-weight: 700;
}

.tgiff-page-location .card-title a {
	color: #dc493a !important;
}

.post-type-archive-location.card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	margin-left: 10px;
}


.post-type-archive-location .card-img-top {
	height: 300px;
	/* Set a fixed height for the image */
	object-fit: cover;
	/* Ensure image covers the whole area without distortion */
}

.post-type-archive-location .card-body {

	flex-grow: 1;
	/* Ensure the body takes the remaining space */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/* Align title at the bottom */
	border-radius: 0 0 15px 15px;
	min-height: 80px;
}

.tgiff-page-movie .card-title {
	color: #dc493a;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
}

.home .section-title {
	margin-bottom: 30px !important
}

.film-carousel .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	margin-left: 10px;
}


.film-carousel .card-img-top {
	height: 500px;
	/* Set a fixed height for the image */
	object-fit: cover;
	/* Ensure image covers the whole area without distortion */
}

.page-id-150 .card-img-top {
	height: 300px;
	/* Set a fixed height for the image */
}

.film-carousel .card-body {
	background-color: rgba(33, 37, 41, 1) !important;
	color: #fff;
	flex-grow: 1;
	/* Ensure the body takes the remaining space */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/* Align title at the bottom */
	border-radius: 0 0 15px 15px;
	min-height: 80px;
}

.film-carousel .card-body a {
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 22px;
	line-height: 22px;

}

.film-carousel .card-title {
	text-align: center;
	margin-top: 0;

}

/** jury **/


.jury .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.jury .card-title {
	color: #dc493a;
	font-weight: 700;
	text-align: center;
	font-size: 24px;

}

.jury .card-text {
	text-align: center;

}

.jury .card-body {
	min-height: 200px;
	height: 200px;
}

.jury .card-img-top-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	/* This ensures a square aspect ratio */
	overflow: hidden;
	position: relative;
}

.jury .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This maintains the aspect ratio and covers the container */
	object-position: center;
	/* This centers the image within the container */
}

/* Program Guest Styles */
.program-guest .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.program-guest .card-title {
	color: #dc493a;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
}

.program-guest .card-text {
	text-align: center;
}

.program-guest .card-body {
	min-height: 200px;
	height: 200px;
}

.program-guest .card-img-top-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	/* This ensures a square aspect ratio */
	overflow: hidden;
	position: relative;
}

.program-guest .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This maintains the aspect ratio and covers the container */
	object-position: center;
	/* This centers the image within the container */
}

/* Special Guest Styles */
.special-guest .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.special-guest .card-title {
	color: #dc493a;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
}

.special-guest .card-text {
	text-align: center;
}

.special-guest .card-body {
	min-height: 200px;
	height: 200px;
}

.special-guest .card-img-top-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	/* This ensures a square aspect ratio */
	overflow: hidden;
	position: relative;
}

.special-guest .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This maintains the aspect ratio and covers the container */
	object-position: center;
	/* This centers the image within the container */
}

/* Guest Styles */
.guest .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.guest .card-title {
	color: #dc493a;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
}

.guest .card-text {
	text-align: center;
}

.guest .card-body {
	min-height: 200px;
	height: 200px;
}

.guest .card-img-top-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	/* This ensures a square aspect ratio */
	overflow: hidden;
	position: relative;
}

.guest .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This maintains the aspect ratio and covers the container */
	object-position: center;
	/* This centers the image within the container */
}

.tgiff-page-movie .text-dark {
	color: #dc493a !important;
}


.tgiff-page-movie article {
	margin-top: 0;
}

.tgiff-page-movie .container {
	background-color: #fff;
	padding: 20px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */

}

.tgiff-page-location .container {
	background-color: #fff;
	padding: 20px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */

}

.movie-details {
	background-color: #dc493a;
	color: #fff;
	padding: 20px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */
}

.tgiff-page-movie .post-thumbnail img {
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.movie-details .list-group-item {
	background-color: #dc493a;
	color: #fff;
}

.category #main {
	width: 70% !important;
	max-width: 70% !important;

	padding-top: 150px !important;
	padding-bottom: 50px !important;
}

.date #main {
	width: 70% !important;
	max-width: 70% !important;

	padding-top: 150px !important;
	padding-bottom: 50px !important;
}

.photo-gallery-slider {
	margin-top: 50px;
}

.logocontainer {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}

/** article **/

article {
	margin-top: 100px;
}

.single-post .container {
	width: 70% !important;
	max-width: 70% !important;

}

.single-post .sidebar {
	margin-top: 100px;
}


/* Custom CSS for Sidebar Styling */

.entry-title {
	margin-top: 20px;
	color: #dc493a;
}

.single-post .post {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */
}

.single-post .post-thumbnail img {
	border-radius: 10px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#comments {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	border-radius: 15px;
	/* Rounded corners */
	margin-bottom: 20px;
}

.sidebar {
	margin-top: 100px;
	border: none;
	/* Light gray border */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle drop shadow */
	padding: 20px;
	/* Padding for some spacing */
	border-radius: 10px;
	/* Rounded corners */
	background-color: #fff;
	/* White background for contrast */
	margin-bottom: 20px;
	/* Space below the sidebar */
}


.sidebar .widget {
	margin-bottom: 20px;
	/* Space between widgets */
}

.sidebar .widget-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar {
	width: 100%;
	margin-top: 0;
}

#sidebar h2 {
	margin-top: 20px;
}

.post-type-archive-movie .card-img-top {
	position: relative;
}


.news-container .section-title {
	color: #dc493a;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 0;
}

.news-container article {
	margin-top: 40px;
}


.single-product #main {
	width: 70% !important;
	max-width: 70% !important;
}

.single-product #main .entry-content {
	min-height: 700px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 10px;
}

.single-product #main .entry-summary {
	padding-top: 50px;
}


/** mobile **/

@media (max-width: 768px) {

	/* Basic reset to remove margin and padding from all elements */
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	/* Ensure the body does not allow horizontal scrolling */
	body {
		overflow-x: hidden;
	}


	/* Adjustments for specific elements */
	.header, .footer, #main {
		width: 100%;
		overflow-x: hidden;
	}



	.navbar-brand img {
		max-width: 150px;
		/* Smaller size for mobile devices */
	}

	#header .container {
		max-width: 98% !important;
		width: 98% !important;
		padding: 0 0px !important;
	}

	#header .navbar-toggler {
		margin: auto;

	}

	#header .edition-details {
		margin-left: 1px;
		margin-right: 1px;
	}

	.news-container {
		width: 97%;
	}

	.edition-name {
		font-size: 15px;

	}

	.edition-time {
		font-size: 14px;
	}

	.single-post .container {
		width: 97% !important;
		max-width: 97% !important;
		margin: auto;
	}

	.slider {
		height: auto;
		/* Height adjusts based on content */
	}

	.slider .slide {
		height: auto;
		/* Height adjusts based on content */
	}

	.slider .slide img {
		width: 100%;
		/* Full width */
		height: auto;
		/* Adjust height automatically */
		max-height: 300px;
		/* Maximum height for the slider on mobile */
		object-fit: cover;
		/* Ensure it covers the container */
	}


	.slider .slide-title {
		position: absolute;
		left: 0px;
		top: 70px;
		color: #fff;
		font-weight: 500;
		font-size: 25px;
		line-height: 25px;
		text-align: center;
		background: rgba(0, 0, 0, 0.5);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.slider .slide-location {
		position: absolute;
		left: 0px;
		top: 150px;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		/* Adjust as needed */
		color: #fff;
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
		background: rgba(0, 0, 0, 0.5);
	}

	.slider .slide-program {
		color: #fff;
		top: 220px;
		left: 0;
		text-align: center;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		background: rgba(0, 0, 0, 0.5);
		font-size: 20px;
		line-height: 20px;
	}

	.mobile-sub-buttons {
		background-color: #fff;
		color: #dc493a;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 25px;
		font-weight: 700;
		border-radius: 15px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		margin-bottom: 50px;
	}

	.slider .slide-buttons {
		display: none;


	}

	.slider .slide-sponsor {
		display: none;
	}

	.category #main {
		width: 97% !important;
		max-width: 97% !important;
		margin: auto;
		padding-top: 100px !important;
		padding-bottom: 10px !important;
	}

	.date #main {
		width: 97% !important;
		max-width: 97% !important;
		margin: auto;
		padding-top: 100px !important;
		padding-bottom: 10px !important;
	}

	.post-type-archive-movie .card-img-top {
		position: relative;
	}

	.tgiff-page-movie {
		width: 97% !important;
		max-width: 97% !important;
		margin: auto;
		padding-top: 40px;
	}

	.tgiff-page {
		width: 97% !important;
		max-width: 97% !important;
		margin: auto;
		padding-top: 40px;
	}


}