/*
 Theme Name:  Typesolid Child
 Description:  Typesolid Child Theme
 Template:     typesolid
 Theme URI: http://alx.media/themes/typesolid/
 Version: 1.1.5
 Requires at least: 5.0
 Text Domain: typesolid-child
*/

.listing-item p {
	margin-bottom: 0;
}
.entry code {
    padding: 3px 6px;
    font-size: inherit;
	border-radius: 5px;
}
.listing-item {
	margin-bottom: 4rem;
}
.urtext-example {
	white-space: normal !important;
	line-height: 1.5rem;
	font-size: 1rem;
	padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
	border-radius: 3px;
	box-shadow: 0px 0px 12px 2px #d5d3d396;
	font-family: monospace;
}
.urtext-example p {
	margin-bottom: 1rem;
}
/* Ensure full width for containers */
li.menu-item.hover > ul,
li.menu-item.has-arrow.hover > ul.sub-menu,
ul.sub-menu li.menu-item.hover,
ul.sub-menu li.menu-item.hover.focus {
  width: auto !important;
  max-width: 100vw !important;
}

div.tab, span.tab {
	display:inline-block;
	margin-left: 1rem;
}
.entry-content li {
	margin-bottom: 1rem;
}
/* Ensure full width for sub-menus */
li.menu-item.has-arrow.hover > ul.sub-menu {
  width: auto !important;
}
li.menu-item {
	text-wrap: nowrap;
}
.entry-header {
	display: flex;
	width: 100%;
	padding: 0;
	align-items: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
h1.entry-title {
	margin-bottom: 0 !important;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4 {
	font-weight: 300 !important;
}
.entry a {
	box-shadow: none;
	font-weight: 600;
	color: #0469c1;
    text-decoration: underline;
}
#nav-header-nav {
	margin-top: 1rem;
	padding: .5rem 0rem;
}
.nav-menu:not(.mobile) .menu > li {
	margin: 0 20px 0 0;
	font-size: 16px;
}
.entry-meta-container {
	margin-left: 1rem;
	display: flex;
	align-items: center;
}
ul.entry-meta {
	margin-bottom: 0 !important;
}
.entry-meta li {
	margin: 0;
}
.site-description {
	color: #959393;
	font-size: 16px;
	display: flex;
	
}
.site-description img {
	height: 2rem;
	margin-right: 1rem;
}
.listing-item .content {
	margin-top: 1rem;
	margin-left: 1rem;
}
.gist {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.gist tbody {
	background-color: #e4e4e4
}
.gist-meta {
	display: none;
}
.gist td {
	font-size: .75rem;
}
#header {
	margin-bottom: 3rem;
	box-shadow: 1px 3px 20px 0px rgb(152 152 154 / 44%);
}
.github-link {
	display: flex;
	align-items: center;
}
.group .top {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.main-inner.group {
	flex-direction:column;
}
header.entry-header {
	max-width: 900px;
}
div.entry-header {
	max-width: unset;
}
.category-directives .entry-header h1.entry-title {
	color: #6b6b6b;
	font-weight: 500;
	background-color: #000000;
    padding: 1rem;
    border-radius: 5px;
}
#background-video {
	max-width: 100%;
}
.entry > *:not(.alignfull) {
	max-width: 900px;
}
.sub-menu {
	max-height: 50vh;
	overflow-y: scroll;
	top: 20px; // temporary
}
.site-description {
	display: flex !important;
}
.action-summary .listing-item {
	margin-bottom: 1.5rem;
}

span.urtext-node, div.urtext-node {
	left: 50px;
    position: relative;
}
span.urtext-bracket {
	width:0px;
    position: relative;
	left:20px;
	display: inline-grid;
}
.urtext-doc-example {
	font-family: menlo;
    font-size: 1rem;
    line-height: 1.5rem;	
}

.urtext-doc-example p { 
	display: flex;
	margin-bottom: 1rem;

}
.urtext-range-nested-1 {
    padding-left: 2rem;
}
.urtext-range-nested-2 {
    padding-left: 3rem;
}

span.urtext-bracket-nested-1 {
    width: 0px;
    position: relative;
    left: 20px;
}

span.urtext-bracket-nested-2 {
	width: 0px;
    position: relative;
    left: 40px;
	
}
@media only screen and (min-width: 480px) and (max-width: 900px) {
    .site-description {
		margin:0;
    }
}
