/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    NEXTGEN GALLERY ALBUM GRID STYLES
*/
.nextgen_pro_grid_album .image_container {
    margin-top: 20px;
    margin-bottom: 10px !important;
    margin-left: 15px !important;
}
@media screen and (max-width:768px) {
    .nextgen_pro_grid_album .image_container {
        margin-left: 0 !important;
    }
}
.nextgen_pro_grid_album .image_link_wrapper {
    height: 100% !important;
}
.nextgen_pro_grid_album .image_link_wrapper br.clear{
    display: none;
}
.nextgen_pro_grid_album .caption_link a {
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 1.5;
}
.nextgen_pro_grid_album .image_description {
    display: block;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-top: -5px;
}
/*
    NEXTGEN GALLERY ALBUM LIST STYLES
*/
.nextgen_pro_list_album .image_description {
    text-align: left;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
.nextgen_pro_list_album .caption_link {
    display: block;
}
.nextgen_pro_list_album .caption_link a {
    text-transform: uppercase;
    line-height: 1.5;
}
.nextgen_pro_list_album .image_container {
    margin-bottom: 0;
}
.nextgen_pro_list_album .gallery_link a, .nextgen_pro_list_album a.nextgen_pro_lightbox {
    height: 250px;
    display: block;
}