/*
 Theme Name:   nodstr
 Theme URI:    http://generatepress.com
 Description:  nodstr theme
 Author:       Francesco Cipriani
 Author URI:   https://francescocipriani.com/
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

.inside-header {
  align-items: normal;
  text-align: left;
}

a {
  text-decoration: none;
}

figure.destro-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 3.5em;
}

figure.destro-gallery > figure {
	width:100% !important;
}

@media only screen and (max-width: 600px) {
	
	figure.destro-gallery {
	  grid-template-columns: 1fr 1fr;
	  grid-gap: 2em;
	}
}