/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Storefront Child Theme
 Author:       Paul Reilly
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/

@media screen and (min-width: 768px) {
	.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
		width: 200%; /* Adjust this percentage up or down to make the logo larger or smaller. */
	}
}




/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	/*overflow:hidden;*/
	width:150px;
	height:150px;
	margin:10px;
}

.mosaic-block IMG {
	width:150px;
	height:150px;
}

.mosaic-backdrop {
	/*display:none;*/
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	/*background:#111;*/
}
	
.mosaic-overlay {
	/*display:none;*/
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}
	
.mosaic-block .details  {
	/*color:#ffffff !important;*/
	padding:3px 8px;
}

.mosaic-block .details h4 {
	margin:0 !important;
	padding:0;
}

.mosaic-block .details h4 A {
	/*color:#ffffff !important;*/
	font-size:14px;
}

.mosaic-block .details p {
	/*color:#fff !important;*/
	font-size:10px;
	line-height:12px;
}


/*remove attributes in footer */
.site-info a {
    display: none;
}



/* homepage responsive */
.parent {
  padding: 0 20 0 0px;
}
.column {
  padding: 10px;
}

@media only screen and (min-width: 641px){
  .parent {
    display: flex;
  }
  .column {
    flex: 1;
  }
}
@media only screen and (min-width: 1025px){
 /* .latestartwork {
    flex: 2;
  }
  .latestnews {
    flex: 1;
  }*/
}


@media (min-width: 768px)
.storefront-breadcrumb {
    margin: 0 0 0.01em;
}