/*
 * Theme Name:  TheCastleStudio. Child for Storefront.
 * Theme URI:  https://thecastlestudio.co.uk
 * Description:  Custom child theme for Storefront.
 * Author:  David Wilkie
 * Textdomain:  wilkied
 * Author URI:  https://rachelmccollin.com/
 * Template:  storefront
 * Version:  1.0
 * License:  GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
 * */


@media (min-width:769px) {
	.site-branding {
		display: flex !important;
		align-items: center;
	}

	.custom-logo {
		float: left;
		margin-right: 20px;
	}
	.site-header .cart-contents {
		background-color: white;
		padding: 8px 10px 7px 10px;
		margin-bottom: 15px;
	}
}
@media (max-width: 568px) {
	.site-branding {
		width: 100%;
	}
	.site-branding .site-title, .site-branding .site-description, .custom-logo {
		display: block;
		text-align: center;
  		margin-left: auto;
  		margin-right: auto;
	}
}

/*********/
/* LOGO */
.site-header .site-branding img {
max-width: 120px!important;
}


/*********/

.storefront-handheld-footer-bar ul li.home > a:before {
	content: "\f015";
}
