/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

/* -- .site-title -- */
div.site-title img {
	width:  auto;
	height: 100%;
}

header.site-header {
	background-color: #131313;
	border-bottom: none;
	margin-bottom: 0;
}
header.site-header .inner {
	background-color: #131313;
	padding: 0 15px 15px;
}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {
	/* -- .site-description -- */
	.site-description {
		width: 55%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0;
		float: left;
		background: none;
		color: #fff;
		font-weight: normal;
		line-height: 130%;
	}
}
