/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/
/*
.is-footer-social-logos.wp-block-social-links {
    justify-content: flex-end;
}

.is-footer-social-logos.wp-block-social-links .wp-social-link {
    margin : 0!important;
}

.is-footer-social-logos.wp-block-social-links .wp-social-link svg {
    width : 27px;
    height : 27px;
}

.sbi_header_text {
    display : none!important;
}

.instagram-feed {
    width : 100%;
    margin : 0;
}

.instagram-feed__item {
    position : relative;
    padding : 0 10px;
}

.instagram-feed__item a {
    position : relative;
    display : block;
    width : 100%;
    height : auto;
    background : #F5F5F5;
    overflow : hidden;
}

.instagram-feed__item a:after {
    content : '';
    display : block;
    padding-top : 100%;
}

.instagram-feed__item figure >img,
.instagram-feed__item figure figcaption {
    position : absolute;
}

.instagram-feed__item figure > img {
    z-index : 1;
    top : 50%;
    left : 50%;
    transform : translate(-50%, -50%);
    width : auto;
    height : auto;
    min-width : 100%;
    min-height : 100%;
    max-width : 155%;
    transition : transform 450ms ease-out;
}

.instagram-feed__item figure figcaption {
    display : flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index : 2;
    opacity : 0;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    padding : 10px;
    box-sizing: border-box;
    background : rgba(0,0,0,0.7);
    font-size : 13px!important;
    line-height : 17px!important;
    color : white;
    transition : opacity 450ms ease-out;
}

.instagram-feed__item a:hover figure figcaption {
    opacity : 1;
}

.instagram-feed__item a:hover figure > img {
    transform : translate(-50%, -50%) scale(0.85);
}
*/

#page {opacity: 100!important;}