/**
Theme Name: Adeyinka Astra Child
Author: Adeyinka Adenaike
Author URI: https://adeyinka.com.ng
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adeyinka-astra-child
Template: astra
*/


/* ANIMATION */
@keyframes gradient-fade {
    0% {
        background: linear-gradient(to top, rgba(230, 238, 255, 1) 0%, rgba(230, 238, 255, 0) 60%);
    }
    25% {
        background: linear-gradient(to top, rgba(230, 238, 255, 1) 0%, rgba(230, 238, 255, 0) 50%);
    }
    50% {
        background: linear-gradient(to top, rgba(230, 238, 255, 1) 0%, rgba(230, 238, 255, 0) 40%);
    }
    75% {
        background: linear-gradient(to top, rgba(230, 238, 255, 1) 0%, rgba(230, 238, 255, 0) 30%);
    }
    100% {
        background: linear-gradient(to top, rgba(230, 238, 255, 1) 0%, rgba(230, 238, 255, 0) 20%);
    }
}

.album-galleries-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px;
}

.album-column-2 .album-gallery-wrap {
    width: calc(50% - 30px);
}

.album-column-3 .album-gallery-wrap {
    width: calc(33.33333% - 30px);
}

.album-column-4 .album-gallery-wrap {
    width: calc(25% - 30px);
}

.album-column-5 .album-gallery-wrap {
    width: calc(20% - 30px);
}

.album-gallery-wrap {
    max-width: 760px;
    width: 100%;
    display: flex;
	align-self: stretch;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 20px;
    gap: 10px;
    background: #E6EEFF;
    box-shadow: 0px 10px 35px rgba(187, 184, 241, 0.2);
    border-radius: 0px;
    margin: 0 15px 40px;
    transition: box-shadow .4s ease;
}

.album-gallery-wrap:hover {
    box-shadow: 0px 0px 10px rgb(187 184 241 / 20%);
}

.layoutone .adextend-featuredimage-overlay {
    background: linear-gradient(to top, rgba(230, 238, 255, 1) 0%, rgba(230, 238, 255, 0) 60%);
}

.layoutone .album-gallery-wrap:hover .adextend-featuredimage-overlay {
    background: linear-gradient(to top, rgba(230, 238, 255, 1) 0%, rgba(230, 238, 255, 0) 20%);
    animation: gradient-fade 0.2s ease;
    -webkit-animation: gradient-fade 0.2s ease;
}

.layouttwo .adextend-featuredimage-overlay {
    background: rgba(0,0,0,0.35);
    transition: background .6s cubic-bezier(0.5, 0.01, 1, 1);
}

.layouttwo .album-gallery-wrap:hover .adextend-featuredimage-overlay {
    background: rgba(0,0,0,0.15);
}

.adextent-featuredimage-wrap {
    overflow: hidden;
}

.adextent-featuredimage-wrap img {
    transition: transform .6s ease;
}

.album-gallery-wrap:hover .adextent-featuredimage-wrap img {
    transform: scale(1.2);
}

.layoutthree .adextent-featuredimage-wrap {
    overflow: hidden;
}

.layoutthree .adextent-featuredimage-wrap img {
    transform: scale(1.1);
    transition: transform .6s ease;
}

.layoutthree .album-gallery-wrap:hover .adextent-featuredimage-wrap img {
    transform: scale(1);
}

.layoutthree .adextend-featuredimage-overlay,
.layoutfour .adextend-featuredimage-overlay {
    background: rgba(0,0,0,0.15);
    transition: background .6s cubic-bezier(0.5, 0.01, 1, 1);
}

.layoutthree .album-gallery-wrap:hover .adextend-featuredimage-overlay,
.layoutfour .album-gallery-wrap:hover .adextend-featuredimage-overlay {
    background: rgba(0,0,0,0.6);
}

.adextent-featuredimage-wrap {
    position: relative;
}

.adextend-featuredimage-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layoutone .adextend-single-galleryimage-wrap {
    margin: 0px -10px;
    transition: margin .4s ease;
}

.layoutone .album-gallery-wrap:hover .adextend-single-galleryimage-wrap {
    margin: 0 5px;
}

.layoutthree .adextend-single-galleryimage-wrap {
    margin: 0px 10px;
    transition: margin .4s ease;
}

.layoutthree .album-gallery-wrap:hover .adextend-single-galleryimage-wrap {
    margin: 0px 2px;
}

.layoutfour .adextend-single-galleryimage-wrap {
    margin: 0 -23px;
    position: relative;
    transition: margin .6s ease;
}

.layoutfour .album-gallery-wrap:hover .adextend-single-galleryimage-wrap {
    margin: 0 5px;
}

.layoutfour .adextend-single-galleryimage-wrap:nth-child(2) {
    bottom: 60px;
    transition: bottom .6s ease;
}

.layoutfour .album-gallery-wrap:hover .adextend-single-galleryimage-wrap:nth-child(2) {
    bottom: 0;
}

.layoutone .adextend-single-galleryimage-wrap img,
.layoutthree .adextend-single-galleryimage-wrap img,
.layoutfour .adextend-single-galleryimage-wrap img {
    border-radius: 50%;
}

.layouttwo .adextend-single-galleryimage-wrap {
    margin: auto 5px;
    position: relative;
    bottom: 0;
    transition: bottom .4s cubic-bezier(0.73, 0.02, 1, 1);
}

.layouttwo .adextend-single-galleryimage-wrap:nth-child(2) {
    transition: bottom .4s cubic-bezier(0.73, 0.02, 1, 1);
    transition-delay: .1s;
}

.layouttwo .adextend-single-galleryimage-wrap:nth-child(3) {
    transition: bottom .4s cubic-bezier(0.73, 0.02, 1, 1);
    transition-delay: .2s;
}

.layouttwo .album-gallery-wrap:hover .adextend-single-galleryimage-wrap {
    bottom: 25px;
}

.adextend-single-galleryimage-wrap img {
    width: 80px;
    height: 80px;
    flex: none;
    flex-grow: 0;
    border: 3px solid #F0F5FF;
    justify-content: center;
}

.layoutthree .adextend-single-galleryimage-wrap img {
    width: 70px;
    height: 70px;
    border-color: #E6EEFF;
}

.adextend-albumgalleries-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 0px;
    flex: none;
    flex-grow: 0;
    justify-content: center;
    margin-top: -120px;
    position: relative;
}

.layoutthree .adextend-albumgalleries-wrap {
    padding: 20px 0px 0px;
    margin-top: -55px;

}

.adextend-gallery-title-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

a.adextend-gallery-title {
    text-decoration: none !important;
}


.navigation.adextend-pagination {
    text-align: center;
    background-color: #00000005;
    padding: 10px 10px 10px 10px;
    margin: 40px auto 0px auto;
    width: calc(100% - 25px);
}

.adextend-pagination .page-numbers.current {
    margin-right: calc( 15px/2 );
    background-color: #00000000;
    opacity: unset;
}

.adextend-pagination .page-numbers:not(first-child) {
    margin-left: calc( 15px/2 );
}

.adextend-pagination .page-numbers:not(last-child) {
    margin-right: calc( 15px/2 );
}

.adextend-pagination .page-numbers:not(.current) {
    background-color: #00000000;
}


@media (max-width: 768px) {
    .album-column-3 .album-gallery-wrap,
    .album-column-4 .album-gallery-wrap,
    .album-column-5 .album-gallery-wrap {
        width: calc(50% - 30px);
    }
}

@media (max-width: 480px) {
    .album-column-3 .album-gallery-wrap,
    .album-column-4 .album-gallery-wrap,
    .album-column-5 .album-gallery-wrap {
        width: calc(100% - 30px);
    }
}