/*
Theme Name: Coppola Child
Theme URI: https://coppola.qodeinteractive.com
Description: A child theme of Coppola
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: sima-studios-child
Template: sima-studios
*/



.d-flex {
    display: flex;
    gap: 24px;
}

.d-flex > div{
	flex: 1;
}


div#portfolio-container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ss-films-temp *{
	color: #fff;
}

div#portfolio-container .single-film {
    padding: 24px;
    box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	min-height: 230px;
	align-content: end;
	position: relative;
}

.single-film .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.2;
	z-index:1;
}

.film-content {
    z-index: 2;
    position: relative;
}

.film-content h6{
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

.films-footer{
	width: 100%;
	margin: 40px 0;
	text-align:center;
}

button#load-more {
	background: #fff;
    color: #000;
    border: 2px;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 600;
	cursor: pointer;
}


.category-filter{
    position: relative;
    padding: 0px 12px;
    font-size: 14px;
	cursor: pointer;
}

div#portfolio-categories {
    margin-bottom: 20px;
}

.category-filter.active, .category-filter:hover{
	color: #CF4040;
}

.category-filter::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 16px;
    top: 3px;
    right: 0px;
}


.film-taxonomies {
    margin-top: 2px;
}

.film-taxonomies span {
    font-size: 16px;
	line-height: 16px;
}

.film-taxonomies span:hover{
	color: #CF4040;
}

.tax-award{
	background: #000;
}

.tax-award .qodef-page-title.qodef-title--breadcrumbs{
	display: none;
}





@media only screen and (max-width:767px){
	.d-flex {
		flex-direction: column;
		gap:0px;
	}
	
	div#portfolio-container {
		grid-template-columns: repeat(1, 1fr) !important;	
		gap:55px;
	}
	.ss-films-temp{
		padding:0 30px !important;
	}
	.qodef-content-grid{
		width:100% !important;
	}
	span.select2.select2-container{
		width:100% !important;
	}
	#qodef-page-inner{
		padding:0 0 100px !important;
	}
}










ul.select2-results__options{
    display: flex;
    flex-direction: column;
}

ul.select2-results__options li{
    order: 2;
}

ul.select2-results__options li:last-child{
    order: 1;
}





/* Styling the main selection box */
.select2-container .select2-selection--single {
    border: 1px solid grey !important;
    color: white !important;
    min-height: 38px; /* To ensure consistency in height */
}


/* Hover effect on the main select box */
.select2-container .select2-selection--single:hover {
    color: white !important;
    border-color: grey !important; /* Keep border grey when hovered */
}

/* Focused or highlighted effect on the main select box */
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single.select2-selection--focus {
    color: white !important;
    border-color: grey !important; /* Keep border grey when focused */
}


/* Styling the selected value text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    background-color: black !important;
}

/* Styling the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
}

/* Styling the dropdown menu */
.select2-dropdown {
    background-color: black !important;
    border: 1px solid grey !important;
}

/* Styling the dropdown options */
.select2-results__option {
    color: white !important;
    background-color: black !important;
}

/* Hover effect for dropdown options */
.select2-results__option--highlighted,
.select2-results__option--hover {
    background-color: grey !important;
    color: white !important;
}

/* Active/Selected option styling */
.select2-results__option[aria-selected="true"] {
    background-color: grey !important;
    color: white !important;
}


.select2-search__field{
    color: white !important;
}

.select2-results__options {
    display: block !important;
}
