/*

  Theme Name:   PageLines.com
  Theme URI:    http://pagelines.com/

  Description:  The PageLines framework child theme used for PageLines.com. 

  Author:       PageLines
  Author URI:   http://pagelines.com

  Template:     pl-framework

  Version:      10.0.93

  Text Domain:  pagelines

  Tags:         themes, simple

  Category:     framework, framework-theme, free

*/
.code-block {
  font-size: 14px;
}
.code-block pre[class*="language-"] {
  padding: 1.4em;
}
.doclist-sidebar {
  font-size: 14px;
}
.doclist-sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: circle;
  list-style-position: inside;
}
.doclist-sidebar ul > li a {
  color: inherit;
  transition: opacity .2s;
  display: block;
}
.doclist-sidebar ul > li a .wrp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.doclist-sidebar ul > li > a:active {
  opacity: .2;
  transition: opacity 0s;
}
.doclist-sidebar ul > li.level2 {
  margin-top: 1em;
}
.doclist-sidebar ul > li.level2 a {
  line-height: 1.2;
  font-weight: 600;
  margin-top: 5px;
  font-size: 1.1em;
}
.doclist-sidebar ul > li.level3 {
  margin-top: 15px;
}
.doclist-sidebar ul > li.level3 + .level3 {
  margin-top: 0;
}
.doclist-sidebar ul > li.level3 a {
  padding-left: 15px;
}
.doclist-sidebar ul > li.level4 a {
  font-size: 12px;
  padding-left: 30px;
}
.docs-example {
  padding: 1em 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 2em;
}
.grid-example .wrap {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  outline: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
}
.btns-example span {
  display: inline-block;
  margin: 10px;
}
.scheme-example {
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  padding: 2em;
  margin: 1em 0;
}
.scheme-example .header {
  font-size: 1.6em;
}
.scheme-example.pl-scheme-light {
  background: rgba(0, 0, 0, 0.35);
}
.alignment-examples > div {
  outline: 1px solid #eee;
  margin-bottom: 1em;
  padding: 10px 30px;
}
.icons-examples {
  text-align: center;
}
.icons-examples i {
  margin: 15px;
}
.pl-menu > li > a, .pl-nav > li > a {
    display: block;
    color: inherit;
    opacity: 1.0!important;
}
a {
    color: #2780E3;
    text-decoration: none;
    transition: opacity 1.0!important;
}
.pl-nav > li > a {
    opacity: 1.0!important;
    font-weight: bold!important;
}
.meganav-logo {
    width: 100%;
    display: block;
    margin-right: 1px!important;
    line-height: 1;
    color: inherit;
}
.pl-content-area {
    position: relative;
    max-width: 1280px!important;
}
.pl-col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 21%!important;
    max-width: 21%!important;
    margin-right: 2%!important;
    margin-left: 2%!important;
	background: rgba(255,255,255,0.8);
	margin-top: 20px;
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.startfront		{
	background: rgba(255,255,255,0.8);
	max-width: 1175px!important;
	margin: 0px auto;
}
.boxes .boxes-title {
    margin: 0 0 5px;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #ff5400;
}
h1, h2	{
	color: #005979;
}
.pl-content-layout.post-type-page .default-layout {
    max-width: 55em!important;
    margin-left: auto;
    margin-right: auto;
}
.pl-postgrid	{
	max-width: 500px!important;
	margin: 20px auto!important;
}
.pl-postgrid-item .inner-wrap {
    display: none!important;
}
.sf-menu ul li a {
    display: block;
    position: relative;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 16px!important;
    line-height: 18px!important;
    margin: 0;
    padding: 14px;
    transition: none;
}
body		{
	font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    line-height: 1.1;
    margin: 0.5em 0 0.6rem;
}
.meta-top	{
	font-size: 12px!important;
}

.static-template-content	{
	background: #ffffff;
}
.home .static-template-content	{
	background: none;
}
.img_div {
    border: 1px solid #005979;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 175px;
}
.img_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 175px;
}
.nr5  {
    margin-left: 27%!important;
}
@media screen and (max-width: 750px) {
	.pl-col-lg-3 {
		flex-basis: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		background: rgba(255,255,255,0.8);
		margin-top: 20px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.pl-sn-postgrid .pl-postgrid-splash.text-overlay .pl-postgrid-text {
		position: relative!important;
	}
}