/*
Theme Name: Irene
Theme URI: https://iriepolo.com
Description: Irene — a photography child theme for Hello Elementor.
Author: Irie Polo
Author URI: https://iriepolo.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: irene
Tags: photography, portfolio, minimal, elementor, child-theme
*/

h1, h2, h3, h4, h5, h6, .elementor-widget-theme-site-title {
	font-family: "Cal Sans", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.elementor-heading-title {
	line-height: inherit !important;
}

.elementor-widget-theme-site-title {
	background: -webkit-linear-gradient(#edc9ff, lightblue);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.album-tile {
	overflow: hidden;
}

.album-tile .album-tile-img {
	transition: transform 0.3s ease;
	width: 100%;
}

.album-tile:hover .album-tile-img {
	transform: scale(1.08);
}

.album-tile .album-tile-name {
	transition: transform 0.3s ease;
}
.album-tile:hover .album-tile-name {
	transform: translateY(-10px);
}

.album-tile-name, .album-name {
	background: -webkit-linear-gradient(#fff,lightsteelblue);
  	background-clip: border-box;
  	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gallery lightbox triggers: strip UA / Elementor button chrome */
#gallery-grid .album-gallery-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: zoom-in;
	display: block;
	font: inherit;
	line-height: 0;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 100%;
	break-inside: avoid;
}

#gallery-grid .album-gallery-thumb:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

#gallery-grid .album-gallery-thumb img {
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 700ms ease;
	width: 100%;
}

#gallery-grid .album-gallery-thumb:hover img,
#gallery-grid .album-gallery-thumb:focus-visible img {
	transform: scale(1.05);
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	height: 100dvh !important;
  }

  body:has(.elementor-menu-toggle.elementor-active) {
	overflow: hidden !important;
}

/* News Card */

.news-card  {
	overflow: hidden;
}

.news-card .news-card-text {
	transition: padding 0.3s ease;
}

.news-card img {
	transition: transform 0.3s ease;
}

.news-card:hover img {
	transform: scale(1.08);
	transition: transform 0.3s ease;
}

.news-card:hover .news-card-text {
	padding: 5%;
	/* background: radial-gradient(circle at 50% 40%, #DDC1FF 0%, #fff 100%); */
	background: #e0f0ff;
}

.news-card:hover .news-card-text > div div,
.news-card:hover .news-card-text > div h2 {
	color: black;
}
