/*  
Theme Name: LPS District Site 2018
Theme URI: http://www.lps.org/
Description: WordPress theme for District-Level Lincoln Public Schools Websites
Version: 1.0
Author: Brian Fitzgerald
Author URI: https://www.lps.org/
*/

body {
	font-family: myriad-pro, sans-serif;
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	}
#pageBody {
	margin:0;
	}
p, ol, ul, li  {
	font-family: myriad-pro, sans-serif;
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
#pageBody ul li {
	line-height:1.5em;
}
#pageBody ul li {
	margin-bottom:.5em;
}
h1,h1 *,h2,h2 *,h3,h3 *,h4,h4 *,h5,h5 *,h6,h6 * { 
	font-family: OrandaBT-Bold, serif; 
	color: #d02030;
	font-weight: 300;
	font-display: swap;
}
h1, h1 * {
	font-size: 43px;
	margin-bottom:30px;
}
h2, h2 *, h2 a {
	font-size: 35px;
}
h3, h3 * {
	font-size:28px;
}
h4, h4 * {
	font-size:26px;
}
h5, h5 * {
	font-size:24;
}
footer * {
	color:white;
}
/*#pageBody a, #pageBody h1 a, #pageBody h2 a, #pageBody h3 a, #pageBody h4 a, #pageBody h5 a, .elementor-heading-title a { 
	color: #16478E;
}*/
div.siteTitleRow a#lps-site-title {
	color:white;
	font-size:52px;
	line-height:1.4em;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:700;
	font-family: OrandaBT-Bold, serif; 
	font-display: swap;
}
p#lps-site-description {
	font-family: OrandaBT-Bold, serif;
	color: rgba(255,255,255,.8);
	font-size:32px;
	margin-top: 0;
	padding-top: 0;
	font-weight: 300;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 0.5rem;
	line-height:1em;
	font-display: swap;
}


div.siteTitleRow {
	background-image:none;
	background-color:#16478E;
	border-top:none;
}

ul.title-area > li.name > h1 > img {
	padding-top:20px;
}

section.elementor-inner-section {
	margin-left:-10px;
	margin-right:-10px;
}

/* LPS LOGO AT THE TOP OF THE SITE */
img#lps-site-logo {
	height:51px;
	width:192px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:1em;
}

/* FOUNDATION TOP BAR STYLES */
#header nav[class="top-bar"] {
	height: 70px;
    line-height: 70px;
    position: relative;
}
#header li.name {
	height:70px;
}
#header .top-bar-section > ul > li > a {
	line-height:70px !important;
	padding:0 18px;
	font-weight:bold !important;
	font-size:16px;
}
#header .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
height:70px;	
}
#header .top-bar-section .has-form {
	height:70px;
	padding-top:5px;
}
#header .top-bar input {
	padding-top:.8em;
	padding-bottom:.8em;
}


img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}


div.author-list img {ht
	float:right;
	margin:0 0 1em 1em;
}
div.biography {
	margin-top:1em;
}
div.author-list  {
	padding-bottom:1em;
}


/* -------------------------------------------------------------- 
link-icons.css
* Icons for links based on protocol or file type.
See the Readme file in this folder for additional instructions.
-------------------------------------------------------------- */
/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon {
  background: none;
  padding: 0;
  margin: 0; }

/* Make sure the icons are not cut */
/*a[href^="http:"],a[href^="mailto:"],a[href^="http:"]:visited,*/
a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".rss"],
a[href$=".rdf"], a[href^="aim:"], a[href^="itpc:"] {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right center; }

/* External links 
a[href^="http:"]{background-image:none;}
a[href^="mailto:"]{background-image:none;}
a[href^="http:"]:visited{background-image:none;}
*/
/* Files */
a[href$=".pdf"] {
  background-image: none; }

a[href$=".doc"] {
  background-image: none; }

a[href$=".docx"] {
  background-image: none; }

a[href$=".xls"] {
  background-image: none; }

a[href$=".xlsx"] {
  background-image: none; }

/* Misc */
a[href$=".rss"],
a[href$=".rdf"] {
  background-image: none; }

a[href^="aim:"] {
  background-image: none; }

a[href^="itpc:"] {
  background-image: none; }


/* Author Info */
#author-info {
	overflow: hidden;
	border-top:1px solid #eee;
	margin-top:5em;
	padding-top:1em;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
	margin-top:10px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-weight: bold;
}

div#primaryContact {
	border:1px solid #ccc;
	padding:5px;
}




/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 2em auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 100%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


div.navColumn ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

div.navColumn h5 {
	border-top: 1px solid #ccc;
	padding-top: .5em;
	margin-bottom: .8em;
}

div.navColumn h5:first-child {
	border-top: none;
	padding-top: 0;
}

div.navColumn ul li {
	font-size: .9em;
	margin-bottom: .5em;
}

.menu .dropdown .sub-menu { display: none; }
        

/* PHOTO CAPTION STYLES */

div.wp-caption.alignright {
	margin:0 0 2em 2em;
}
div.wp-caption.alignright a {
	background: none;
	padding:0;
}
div.wp-caption.alignleft {
	margin:.5em 1.5em 1.5em 0;
}
img.contactcard {
	float:left;
}
/* div.wp-caption.alignnone {
	width:100% !important;
	clear:both;
	border:1px solid red;
	float:none;
} */
img.profilePhoto {
	background: none;
	padding:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
p.wp-caption-text {
	color: rgba(0,0,0,.8);
	font-size:.9em;
	line-height:1.2em;
	margin:1em .5em;
}

.sideColumn h3 {
	font-size:1.2em;
}

div.panel-grid .panel {
	border:none;
	padding:0;
	background:none;
}

div.panel-grid div.panel div.panel {
	border: solid 1px #d9d9d9 !important;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #f2f2f2;
}

div#siteMenu {
	margin-top:0;
	margin-bottom:.5em;
}

div#siteMenu ul.title-area {
	max-height:50px;
}

.top-bar-section ul li:hover {
	background-color: rgba(60,110,169,.7);
}

.top-bar-section ul li:hover > a {
	color:#fff;
}

p.postDate {
	margin-top:2em;
	font-size: .9em;
	color:rgba(0,0,0,.6);
}
