 /*
 Theme Name: Twenty Seventeen Child
 Description: Theme for johnsurman.com using the parent theme Twenty Seventeen.
 Author: Asle Benoni
 Author URI: https://asle.benoni.no;
 Template: twentyseventeen
 Version: 1.1
 */

.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
 webkit-box-shadow: inset 0 0 0 rgba(15, 15, 15, 1);
 box-shadow: inset 0 0 0 rgba(15, 15, 15, 1);
 }

 .wrap {
	max-width: 100%;
}
 
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 100%;
	}
}
 
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	max-width: 100%;
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 100%;
	}
}
.discography, .linkslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
/*	display:flex;
	flex-wrap:wrap;
	justify-content:center; */
}
@media only screen 
  and (max-width: 768px) {
	.discography, .linkslist {
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen 
  and (max-width: 570px) {
	.discography, .linkslist {
  	display: grid;
  	grid-template-columns: 1fr 1fr;
	}
}
@media only screen 
  and (max-width: 380px) {
	.discography, .linkslist {
  	display: grid;
  	grid-template-columns: 1fr;
	}
}

.folio_photos {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.folio {
/*	width: 300px;
    height: 300px;*/
    margin: 5px; 
}
.a_folio {
/*	width:200px;
	height:300px; */
	margin:5px;
	/* border:1px solid green; */
}
.a_folio div {
	text-align:center;
}
.a_folio img {
	width: 100%
}
.linkimg {
	float:left;
	}
.linkimg img {
	/*max-width:200px; */
	}
.a_code {
	display:none;
}
.a_title {
	font-weight:bold;
}
/* Front page display iFRAME player */
div#frontpage_teaser {
	width:450px;
	margin-left:20px;
}
#masthead .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
}
