/*
Theme Name:     Twenty Eleven Stairball
Theme URI:      httpswww.stairball.club
Description:    Child theme of Twenty Eleven for Stairball.club
Author:         Nelson Pavlosky
Author URI:     https://www.skyfaller.space
Template:       twentyeleven
Version:        0.0.1
*/

/* The import rule must come first */
@import url("/wp-content/themes/twentyeleven/style.css");

@font-face {
	font-family: 'Chunk';
	src: local(''),
		url('/wp-content/themes/twentyeleven-stairball/fonts/ChunkFive.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('/wp-content/themes/twentyeleven-stairball/fonts/ChunkFive.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.pink {
	color: #E77B95;
	-webkit-text-stroke: 1.5px #111;
}

body,
input,
textarea {
	font-weight: normal;
}

/* Header */
#branding img {
	margin-top: 2em;
	margin-bottom: -3rem;
	width: 100%;
}

#site-title a {
	font-family:Chunk,"FiraGO Heavy","Fira Sans Heavy","Inter Black","Noto Sans Blk",system-ui,sans-serif;
	font-size: 3.5em;
	font-weight: normal;
	position: absolute;
	top: 1em;
}

#site-description {
	font-size: 1.1em;
	position: absolute;
	top: 6em;
}

/* Fix logo in mobile site */
@media screen and (max-width: 34em) {
	#branding img {
		margin-bottom:-5em;
	}
	#site-title a {
		top: 3vw;
		font-size: 2.5em;
	}
	#site-description {
		margin-bottom: 3vmin;
		position: static;
	}
}

/* Content */
#main,
#secondary {
	padding-top: 1.5vmin;
}
/* Singular content styles for Posts and Pages */
.singular.page #main {
	padding-top: .5vmin;
}
.singular .entry-title {
	line-height: 1.33;
	padding-top: 0;
}

.entry-title {
	line-height: 1.45;
	padding: 1vmin 0 1vmin;
}

.entry-content h3,
.comment-content h3 {
	line-height: 1.5;
	font-size: 1.1em;
	font-weight: bold;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	padding: unset;
}

/* Stop images from looking squished on mobile */
img,
iframe {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

/* Numbering for nested rule lists */
.rule-list ol {
	counter-reset: rules;
}
.rule-list li {
	counter-increment: rules;
	font-weight: bold;
}
.rule-list li li {
	font-weight: initial;
}

.rule-list li::marker {
	content: counters(rules, '.') '. ';
	font-weight: bold;
}
/* Don't apply to Webkit which doesn't support ::marker content */
@supports (-webkit-hyphens: auto) {
	.rule-list li {
		list-style: none;
	}
	.rule-list li::before {
		content: counters(rules, '.') '. ';
		color: #E77B95;
		font-weight: bold;
		margin-left: -2em;
	}
}
