/*
 Theme Name:   MMG SWXL Docs
 Theme URI:    https://github.com/myersmediagroup.com/swxl-docs
 Description:  MMG SWXL Documentation Theme
 Author:       Victor Shih, Shrey Patel
 Author URI:   https://github.com/vshih
 Template:     twentysixteen
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mmg-swxl-docs
*/

@media screen and (min-width: 61.5625em) {

/* Reduce original header padding. */
.site-header {
	padding: 1.25em 4.5455%;
}

}


#select-pos {
	padding: 4px 5px;
	border-radius: 3px;
}
.widget_mmg_pos_selector {
	margin-bottom: 2em;
}

#breadcrumb {
	list-style: none;
	margin: 20px 0;
}

/* The breadcrumb is really long; shrink the font size a little. */
#breadcrumb [property="name"] {
	font-size: 15px;
}

/* Spoof "&raquo;" character for bullets. */
#breadcrumb li:before {
	content: "\00bb   ";
}

/* Hide the current page in the breadcrumb; the title is already in the h1. */
#breadcrumb .current_item,
#breadcrumb > [property="itemListElement"]:last-child {
	display: none;
}

/* Progressively indent breadcrumb items. */
#breadcrumb li:nth-child(2) { margin-left: 10px }
#breadcrumb li:nth-child(3) { margin-left: 20px }
#breadcrumb li:nth-child(4) { margin-left: 30px }
#breadcrumb li:nth-child(5) { margin-left: 40px }
#breadcrumb li:nth-child(6) { margin-left: 50px }


/* Pages widget customizations { */

.widget_pages > ul {
	/* Make it scrollable. */
	height: 1000px;
	margin-left: 0;
	overflow-y: scroll;

	line-height: 2em;
}

.widget_pages ul {
	list-style-type: none;
	padding-bottom: 5px;
}

.widget_pages input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.widget_pages a > span:not(.toggle):hover {
	text-decoration: underline;
}

.widget_pages :checked + span {
	color: #aaa;
}

/* Distinguish the current hierarchy. */
.widget_pages .current_page_ancestor > a {
	background-color: #eee;
	padding: 4px 10px 4px 2px;
}
.widget_pages .current_page_item > a {
	background-color: #ddd;
	color: black;
	cursor: default;
	padding: 4px 10px 4px 2px;
}

.widget_pages .toggle {
	display: inline-block;
	width: 18px;
}

.widget_pages .page_item > a > .toggle {
	cursor: default;
}
.widget_pages .page_item.page_item_has_children > a > .toggle {
	cursor: pointer;
}

.widget_pages .page_item > a > .toggle:before {
	content: "●";
}
.widget_pages .page_item.page_item_has_children > a > .toggle:before {
	/* Black right-pointing triangle. */
	content: "\0025b6";
}
.widget_pages .page_item.page_item_has_children > a.open > .toggle:before {
	/* Black down-pointing triangle. */
	content: "\0025bc";
}

/* Pages widget customizations } */


/* Hide the "Leave a Reply" headline without losing its border. */
#reply-title {
	height: 0;
	overflow-y: hidden;
	padding-top: 0;
}


/* Put sidebar on left, and expand it 10%. */
@media screen and (min-width: 56.875em) {
	.sidebar {
		float: right;
		margin-right: 65%;
		width: 35%;
	}

	.content-area {
		float: right;
		margin-left: -100%;
		margin-right: 0;
		width: 60%;
	}
}


/* Child-links widget. */
.child-links {
	list-style: none;
}
.child-links li:before {
	content: "\00bb   ";
}


/* SWXL Process pages:  shrink some elements. */
body.page-template-page_swxl-process .entry-title {
	font-size: 1.5rem;
}
body.page-template-page_swxl-process #comment {
	height: 110px;
}
body.page-template-page_swxl-process #submit {
	font-size: .75rem;
}

