/*
Theme Name: P&D Bootstrap TMS
Theme URI: 
Description: A simple responsive child theme for P&D Bootstrap theme built with Bootstrap for Thacher Motessori School
Author: Pixels & Digits Solutions, Inc.
Author URI: 
Template: PDbootstrap
Version: 3.1.0
Tags: responsive, bootstrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PDBootstrap_child is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/* COLORS 
	green #00843D
	blue #548AC3
	dark blue #00347b
	text #404E4D
*/
@import url("../PDbootstrap/style.css");

a, a:hover, a:visited  {color:#000000;}
a.btn, a.btn:hover, a.btn:visited  {color:white;}
.hide-for-print {display:none;}
.fa-pencil.branded {margin-left:10px;}
body, a, p, li {color:#404E4D; font-family: "Lato", sans-serif;}
h1, h2, h3 {color:#404E4D; font-family: "Frank Ruhl Libre", serif;}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Page Tabs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	XXclear: both;
	display: block;
	float: left;
	XXwidth: 100%;
	margin-top:-40px;
	margin-right:60px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li:first-child {border-left:none;margin-right:0px;}

.main-navigation li {
	float: left;
	position: relative;
	margin-left:18px;
	padding-left:18px;
	border-left:1px solid rgba(255,255,255,.25);
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul.sub-menu {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	margin-left: -17px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 250px;
}

.main-navigation ul ul.sub-menu li a {
	font-size: 14px;
	font-family: "Lato", sans-serif !important;
	text-decoration:none;	
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-item .sub-menu .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	text-decoration:underline !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content.site-content {
	min-height:400px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	XXmargin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## PAGE TABS 
----------------------------------------------------------------*/

div.tab_container {
	padding: 0;
}
div.content_container {
	padding: 0;
}
div.tab-pane{
	margin: 030px;
}
div.tab-pane div.content_container p:nth-last-child(1) {
	margin-bottom: 0;
}
div.tab-content {
	border: 1px solid #00843D;
	background-color: #fafafa;
}
li.tab {
	max-width: 33.333%;
	max-height: 100%;
}
li.tab:nth-last-child(1) {
	margin-right: 0;
}
li.tab a {
	border-bottom: none !important;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	max-height: 39px;
	text-align: center;
	padding:8px 8px;
	color:#a8a8a8;
}
@media (max-width: 767px) {
	li.tab {
		width: 33.333%;		
	}
	div.tab-pane{
		margin:15px;
	}
}
@media (min-width: 768px) {
	li.tab {
		min-width:33.333%;
	}
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #fafafa;
}

li.tab a,
li.tab a:hover {
	border: 1px solid white;
	background-color: #e3e3e3;
}
li.active.tab a,
li.active.tab a:hover,
li.active.tab a:focus {
	border-color: #00843D;
	color: #404E4D;
	height: 40px;
	max-height: 40px;
}
.nav-tabs > li > a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

li.tab a:hover {
	border-color: #fafafa;
	color: #404E4D;
}
.nav-tabs{
	border-bottom:none;
}
ul.nav.nav-tabs {
	height: 39px;
}


/* Blog Sidebar */

.widget_categories h2 {
	padding-left:20px;
	padding-top:20px;
}
.widget_categories ul {
	list-style: none;
	padding-left:20px;
	padding-right:20px;
	margin-top:40px;
}
.widget_categories ul li.current-cat {
	background-color: #f2f2f2;
}
.widget_categories ul li:first-child {
	border-top:1px solid #eee !important;
}
.widget_categories.all ul li:first-child {
	border-top:none !important;
}
.widget_categories ul li {
	padding:10px !important;
	border-bottom:1px solid #eee !important;
}
.widget_categories ul li a{
	font-weight:600 !important;
}
.widget_categories.all ul li a{
	font-weight:400 !important;
}
.widget_categories ul li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #404E4D;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.widget_categories.all ul li:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #404E4D;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.nav-links {
	text-transform: uppercase;
	font-weight: 400;
}
.nav-links .nav-previous,
.nav-links .nav-next{
	padding: 12px;
	width: 160px;
	background-color: #f2f2f2;
}
.nav-links .nav-previous{
	padding-left:18px;
}
.nav-links .nav-next {
	padding-right:18px;
}
.nav-links .nav-previous:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #404E4D;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;	
}
.nav-links .nav-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #404E4D;
	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;	
}


#primary.content-area.col-md-8 #main.site-main {
	margin:40px 20px;
}

/*-----------------------------
	BREADCRUMBS CSS
----------------------------------*/
.breadcrumb_content {
	background-color:rgb(209, 209, 209);
}

#breadcrumbs{
	list-style:none;
	margin:10px 0;
	overflow:hidden;
	padding:5px;
}
  
#breadcrumbs li{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	color:white;
}
#breadcrumbs li,
#breadcrumbs li a,
#breadcrumbs li .item-current {
	color:white;
}
  
#breadcrumbs .separator{
	font-size:18px;
	font-weight:100;
	color:white;
	opacity:.5;
}


