@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Permanent+Marker|Raleway|Rock+Salt');

div#content div.wrapper {
  width: 100%;
  margin: 0;
	max-width: 100%;
}

div#content div.wrapper div#primary{
	max-width: 80%;
}
.tiled-gallery .gallery-row {
    overflow: hidden;
    margin-bottom: 2px;
    margin: 0 auto;
}

p {
  font-family: 'Raleway', sans-serif;
  font-weight:200;
  font-size:20px;
}

h2.entry-title{
  display:none;
}

div#site-generator{
    display:none;
}

div.textwidget a#social {
 		width: 210px;
    display: flex;
    margin-left: auto;
    margin-right: auto; 
}

.ginput_recaptcha iframe {height: auto !important; }
.hidden { display: none; }


.testimonials { display: flex; justify-content: space-between; flex-wrap: wrap; }

.testimonials p {
		border-left: 3px solid #f0f0f0;
		padding: 1em;
		margin: 1em 0;
		background: #222;
		position: relative;
		flex: 0 0 32%;
		border-radius: .67em;
		width: 32%;
}

.testimonials p:nth-child(odd) { background: #147efb; color: #fff; }

@media screen and (max-width: 1024px){
		.testimonials { display: block; }
		.testimonials p { flex: none; width: 100%; }
}

.singular-content-wrap article b,
.singular-content-wrap article strong,
.entry-content strong { font-weight: bold; }