/*
Theme Name:     Lets Movie
Theme URI:      https://www.spun.video
Author:         SPUN
Author URI:     https://spun.video
Description:    Film Commission Regione Campania
Version:        4.4.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Template:       amy-movie
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style
Text Domain:    amy-movie
*/

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('../amy-movie/fonts/font-awesome/fa-brands-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('../amy-movie/fonts/font-awesome/fa-solid-900.woff2') format('woff2');
}

.amy-social-list .fa {
	font-family: 'Font Awesome 5 Brands' !important;
	font-weight: 400 !important;
}

.entry-share .fa,
.letsmovie-share-actions .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.letsmovie-share-actions .fab {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

.amy-movie-carousel-3d .amy-movie-item-button .link-trailer .fa-play {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.amy-movie-carousel-3d .amy-movie-item-poster:focus-within .amy-movie-item-button {
	opacity: 1;
	z-index: 1;
}

.letsmovie-trailer {
	margin: 28px 0 0;
}

.letsmovie-trailer .Elite_video_player {
	width: 100%;
}

.single-movie .entry-info ul.info-list li {
	column-gap: 8px;
}

.single-movie .entry-info ul.info-list li label {
	flex: 0 0 90px;
}

.single-movie .entry-info ul.info-list li span {
	width: auto;
	flex: 1 1 0;
	min-width: 0;
}

.letsmovie-share-actions {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.letsmovie-share-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #15898e;
	color: #fff;
	text-decoration: none;
}

.letsmovie-share-actions a:hover,
.letsmovie-share-actions a:focus-visible {
	background: #0f6367;
	color: #fff;
	outline: 2px solid #0f6367;
	outline-offset: 2px;
}

.letsmovie-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	max-width: 1040px;
	margin: 0 auto;
}

.letsmovie-news-card {
	margin: 0;
	background: #fff;
	text-align: left;
}

.letsmovie-news-image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e9edef;
}

.letsmovie-news-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.letsmovie-news-fallback img {
	object-fit: contain;
	padding: 18px;
}

.letsmovie-news-card h3 {
	margin: 14px 16px 18px;
	font-size: 17px;
	line-height: 1.3;
}

.letsmovie-news-card h3 a {
	color: inherit;
}

@media (max-width: 767px) {
	.letsmovie-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
}

@media (max-width: 480px) {
	.letsmovie-news-grid {
		grid-template-columns: 1fr;
	}
}

.letsmovie-instagram {
	max-width: 540px;
	margin: 0 auto;
}

.letsmovie-instagram-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.letsmovie-instagram-head {
	display: none;
}

.letsmovie-instagram-avatar {
	flex: 0 0 auto;
	display: block;
	width: 56px;
	height: 56px;
	padding: 2px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 50%;
}

.letsmovie-instagram-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: contain;
}

.letsmovie-instagram-identity {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	line-height: 1.3;
}

.letsmovie-instagram-identity strong,
.letsmovie-instagram-identity span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.letsmovie-instagram-identity span {
	font-size: 0.85em;
	opacity: 0.7;
}

.letsmovie-instagram-open {
	flex: 0 0 auto;
	padding: 7px 14px;
	border-radius: 18px;
	background: #15898e;
	color: #fff !important;
	font-size: 0.9em;
	font-weight: 600;
	text-decoration: none !important;
}

.letsmovie-instagram-crop {
	position: relative;
	width: 100%;
	max-width: 540px;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 12px;
	background: #e9edef;
}

.letsmovie-instagram-crop iframe {
	position: absolute;
	left: 0;
	top: -158px;
	width: 100%;
	max-width: none;
	height: calc(100% + 223px);
	border: 0;
	border-radius: 0;
}
