/*
 Theme Name:   generatepress-child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Customise generartepress-further
 Author:       Tiago Pires
 Author URI:   http://pires.com.au
 Template:     generatepress
 Text Domain:  generatepress-child
*/



.keep {
    white-space: nowrap;
}

.text-shadow, .text-shade {
    text-shadow: 0 0 25px black;
}


.bg--dark{
    box-shadow: inset -80px 0 199px -72px black, inset 80px 0 199px -72px black;
}


.elementor-custom-embed-image-overlay[style*=band-and-dancers] {
    background-position: -102px !important;
}


.img-expand img {
   width: 100% !important;
}

/**
 * make gallery items on mobile into a 4 col grid
 */
@media only screen and (max-width : 40rem) {
  
    .gallery-item {
        width: 25% !important;
    }
    
}
