/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.smugmug-albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 10px; /* base height unit */
  gap: 20px;
}

.smugmug-albums-grid .album-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #363636;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    /* box-shadow: 0 8px 5px rgb(255 255 255 / 20%); */
    transition : all 0.4s ease 0s;
    position: relative;
}

.album-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.album-thumb {
  width: 100%;
  height: auto;
  display: block;
}

.album-title {
    font-size: 24px;
    line-height: 34px;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
    padding: 20px 0 !important;
}

.album-count {
  font-size: 0.9em;
  color: #666;
  margin: 5px 0 10px;
}

.album-item .viewBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #6a6a6ab0;
    color: #fff;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    font-size: 15px;
    transition: visible 0.4s ease 0s;
    opacity:0;
}
.album-item:hover .viewBtn{
    opacity:1;

}



.smugmug-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}

.smugmug-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.smugmug-gallery-item:hover img {
  transform: scale(1.03);
}

h1.albumTitle {
    font-size: 110px;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
    line-height: 120px;
}
.linkSec{
    position:relative;
}
.homeLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: visible 0.4s ease 0s;
}
.homeLink a{
    z-index:9;
}
.homeLink a, .homeLink .elementor-heading-title {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/*.homeLink:hover {*/
/*    backdrop-filter: blur(10px);*/
/*}*/
.homeLink:hover span{
    opacity:1;
}

.homeLink.activeBlur:hover:before{
    opacity:1;
}
.homeLink span {
    background: #6a6a6ab0;
    color: #fff;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    font-size: 15px;
    transition: visible 0.5s ease 0s;
    opacity: 0;
    z-index:1;
}
.homeLink:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(17 17 17 / 30%);
    backdrop-filter: blur(5px);
    z-index: 0;
    opacity:0;
    transition: opacity 0.8s ease 0s;
}

.page-id-172 .elementor-swiper-button {
    color: hsla(0, 0%, 93%, .9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.page-id-172 .elementor-swiper-button svg {
    max-width: 30px !important;
}
/* Responsive */
@media (max-width: 1024px) {
  /* .smugmug-albums-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  } */
  h1.albumTitle {
        font-size: 42px;
        line-height: 52px;
        text-align: center;
    }
}

@media (max-width: 600px) {
  /* .smugmug-albums-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  } */
}
