/* Global content and typography styles shared across pages. */
body,
html {
	height: 100%;
}

.site-main {
	padding-top: 0 !important;
}

.page-title,
.entry-title {
	font-weight: 700 !important;
	text-align: left;
	font-size: 40px;
	letter-spacing: 0.6px;
	color: #000000;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.page-title {
	padding-top: 10px;
}

.entry-title {
	padding: 0 0 1rem;
	margin-bottom: 0px;
}

p {
	line-height: 1.1;
	margin: 0 0 10px;
}

/* Mobile menu styling */
.storefront-primary-navigation button.menu-toggle {
	background-color: #25a5dc;
	border-color: #eeeeee;
	color: #ffffff;
	border-radius: 10px;
}

/* Disable default +- for number input fields */
input[type='number'] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

.hentry .entry-header {
	border-bottom: 0 solid rgba(0, 0, 0, 0.05);
}

.hentry {
	margin: 0;
}

h3 {
	color: #000000;
	font-size: 1.318em;
}

body:not(.woocommerce-checkout) label {
	line-height: 2;
	margin: 0;
}

@media (max-width: 767px) {
	.entry-title,
	.page-title {
		font-size: 25px;
		margin-top: 0.5rem;
	}
}

/* Avoid unreadable layout collapse on ultra-narrow viewports. */
@media (max-width: 279px) {
	html,
	body,
	#page {
		min-width: 280px;
	}

	html,
	body {
		overflow-x: auto;
	}
}
