﻿/*
Theme Name: Sparkling Child Theme
Theme URI: http://devwp/smith
Author: Cheryl Smith

Template: sparkling

*/
@import url("../sparkling/style.css");

body{
	color: black;
	line-height: 1.4;
}
.container {
    width: 87%;
}
.navbar.navbar-default {
	background-color: white;
}
.menu-sidebarmenu-container {
	background-color:#005891;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.menu-item-type-custom, .menu-item-type-post_type {
	margin-left: 15px;
	margin-right: 15px;
}
.menu-item-type-custom a, .menu-item-type-post_type a {
	font-family: Cambria;
	font-size: 22px;
	color: white; /*#ffe480;*/
}
.widget_nav_menu ul li a {
    border-bottom: none;
    margin-bottom: 10px;
}
.widget_nav_menu ul li:last-child a {
    border-bottom: none;
}

a:hover, a:focus, .dojodigital_toggle_title {
    color: #ffce1c;
}
.comm-title {
	font-family: Cambria;
	font-size: 3em;
	color: #005891;
	font-weight: 300;
	padding: 10px 0px 10px 0px;
}

@media (min-width: 990px) and (max-width:1480px) {
    .comm-title {
	    font-size: 2em;
    }
}
.comm-subtitle{
	font-family: Cambria;
	font-size: 2em;
	font-weight: 300;
	color: #005891;
	font-style: italic;
	margin-top: -5px;
}
.post-inner-content {
	background-color: #e7ecef;
	border: none!important;
	padding: 10px 30px 10px 30px;
}
.site-content {
	background-color: white;
}
.menu-item-17 
{
	font-weight: bold;
	background-color: #ffce1c;
}
.menu-item-18 
{
	font-weight: bold;
	background-color: #88b7d7;
}
.navbar-default .navbar-nav > li > a {
	color: black;
 	text-transform: none;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav > li
{
    margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu-primary{
padding: 25px;
}
.lib-content
{
    font-family: Corbel;
    font-size: 18px;
	background-color: white;
	padding: 15px;
	margin-bottom: 30px;
}
.lib-img-content
{
	margin-bottom: 30px;
}
.lib-feature
{
    font-family: Corbel;
    font-size: 16px;
	background-color: #ffe480;
	padding: 15px;
}
.lib-content a {
    color: #005891;
    text-decoration: underline;
}

.lib-list{
	font-family: Cambria;
	font-size:  24px;
	background-color: white;
 	border-bottom: 1px solid black;
 	border-top: 2px solid #ffce1c;
	padding-bottom: 0px;
	line-height: 30px;
}
.lib-list ul {
  list-style-type: none;
}
.lib-list > ul > li:before {
	content: "■";
	font-size: 36px;
	font-family:"Arial Black";
	color: #ffce1c;
	margin-right: 10px;
	margin-left: -30px;
}
.entry-title:before {
    content: "■";
	font-size: 36px;
	font-family:"Arial Black";
	color: #ffce1c;
	padding-bottom: 0px;
	margin-top: -10px;
	line-height: 30px;
	margin-right: 10px;
}
.entry-title {
	font-family: Cambria;
	font-size:  20px;
	background-color: white;
 	border-bottom: 1px solid black;
 	border-top: 2px solid #ffce1c;
	padding-bottom: 0px;
	line-height: 36px;
}
#colophon {
  background-color: #005891;
  border-top: 1px solid #ffce1c;
}
.main-content-area {
    margin-top: 20px;
    margin-bottom: 20px;
}
.lib-hanging 
{
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#footer-area {
    background-color:#005891;
    color: #ffe480;
}
#footer-area .footer-widget-area {
    padding-bottom: 0px;
    padding-top: 20px;
}
.lib-upd-pho {
     font-family: Candara; 
     font-style: italic;
}
.lib-upd-pho a {
    color: #005891;
    margin-top:45px;
}

h3.widgettitle {
    font-family: Cambria;
	font-size: 18px;
    margin-bottom: 5px;
}
.custom-html-widget {
    font-family: Corbel;
    font-size: 16px;
}
.scroll-to-top:hover {
  background: #e7ecef;
  opacity: .8;
}   
@media (max-width: 767px) {
    .post-inner-content {
    	padding: 0px 2px 2px 2px;
    }
    .comm-title {
        padding-top: 20px;
    }
    .lib-content, .lib-img-content, .menu-sidebarmenu-container {
        margin-bottom: 10px;
    }
    
}
@media (max-width: 1152px) {
    .container {
        width: 100%;
    } 
}