/*
 Theme Name:	Elucidate Child
 Description:	Child Theme for the Elucidate theme.
 Author:		The WordPress team
 Author URI:	https://wordpress.org/
 Template:		elucidate
 Version:		1.6.0
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 Tags:			black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
 Text Domain:	twentythirteen-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body{background:url(images/bg.jpg) repeat-x #f0f0f0;font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#5d759c;padding:0;margin:0;}

#content{float:left;width:95.3%; padding:20px;border-radius:10px;box-shadow:1px 1px 5px #000;/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(150, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(150, 255, 255, 0.6);margin:15px 0;}
	#main{border-radius:10px;padding:20px;background:#fff;box-shadow:1px 1px 5px #000;}
	#main li{list-style:disc;}
	#main ul{padding:10px;}
	#section{background:#fff;box-shadow:1px 1px 5px #000;border-radius:10px;padding:20px;width:88%;margin:0 0 10px 0;float:left;}
	#primary {width:65%;}
	#secondary {width:35%;}
	
.theme-bar.slider-wrapper {
	border: 0px solid #333;
	border-radius: 15px;
}

#page {
      background-color: transparent;
}

#masthead {
	margin-bottom: 20px;
}

.site-branding {
	padding: 20px 0px 0px 0px;
}

body,
#page,
button,
input,
select,
textarea {
	color: #214b7d;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	border-left: 1px solid #214b7d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-style: italic;
	padding-left: 36px;
	padding-left: 2rem;
}

h1 {
	letter-spacing: 0.2px;
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
	}
	
h4, .widget-title {
	letter-spacing: 0.2px;
	text-transform: none;
}

/*Buttons & Link Secondary Color */

#button	{
	color:#fff;
	background:#002969;
	width:98%;
	padding:5px 0;
	margin:0px;
	border-radius:10px;
	font-size: 15px;
	vertical-align: middle;
}

#button	a {
	color:#fff;
}

#button	a:hover {
	color:#777;
}


.more-link:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #214b7d;
	color: #fff;
}

a:active {
	color: #214b7d;
}

.comment-metadata a:hover,
.byline a:hover,
.widget a:hover,
.entry-title a:hover {
	color: #fff;
}

a {
	color: #214b7d;
}

.entry-meta {
	color: #214b7d;
	margin-top: 8px;
	margin-top: 0.44444444444rem;
	
}

.entry-meta a {
	color: #214b7d;
}

.entry-meta a:hover {
	color: #214b7d;
}

.sticky_post {
	color: #214b7d;
	float: right;
}

#social-navigation li a {
	color: #214b7d;
}

#social-navigation li a:hover {
	color: #777;
}


/* Safari */
::selection {
	background: #214b7d; 
	color: #fff;
}
	
/* Firefox */
::-moz-selection {
	background: #214b7d;
	color: #fff;
}



/* Navigation */

.main-navigation {
		border-style: none;

}

.main-navigation a {
	color: #fff;
	display: block; /* So we can shape sub menus */
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
	line-height: 1em;
	margin-top: 30px;
}

.main-navigation a:hover {
	color: #777;
}

.main-navigation li {
	float:left;
	background:url(images/nav.png) no-repeat center;
	margin:0 7px 0 0;
	width:144px;height:81px;
	text-align:center;
	line-height:5.5em;
}


/* Sidebar Widgets */
.widget		{
	text-align: center;
	margin: 2px 5px 25px 25px;
	background:#fff;
	box-shadow:1px 1px 5px #000;
	border-radius:10px;
	padding:10px;
}

.widget-title {
	font-style: italic;
}

/* Footer */

.site-footer {
	clear: both;
	border-top: none;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-size: 0.83333333333rem;
	padding: 0px 0 10px 0px;
	padding: 0rem 0 0.5 0;
	width: 100%;
}

#site-map {
	background:#ececec;
	width:100%;
	line-height: 2;
	padding:5px 0;
	margin:0px;
	border-radius:10px;
}

#site-map li {
	list-style: none;
	float:left;
	color: #214b7d;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	width: 15%;
	margin:-20px 0 0 0;
	font-size:12px;
}

#site-map li a:hover {
	color: #777;
}

#copyright {
	padding: 10px 0px;
	padding: 0.5rem 0;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/* MEDIA QUERIES */
@media screen and (max-width: 800px)	{
	#section{width:100%; padding:0px; margin: 0px;}
	#primary {width:100%; padding:0px; margin: 0px;}
	#secondary {width:100%; padding:0px; margin: 0px;}
	.widget {margin: 10px 2px; padding: 15px;
}
}