/*
Theme Name: Daniela Child
Theme URI: https://github.com/chrisdc/Daniela
Author: Christopher Crouch
Description: Daniela Child Theme
Version: 1.0.0
Template: daniela
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daniela-Child
Tags: light, blue, two-columns, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

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.

Daniela is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

h1 {
	font-family: "Open Sans", sans-serif;
}

h2 {
	font-family: "Open Sans", sans-serif;
}

.entry-title {
	font-family: "Open Sans", sans-serif;
}
/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
img.footer{
	height: 3.5em;
	padding: 0em 2em 0em 0em;
}

img.footer-special{
	height: 2em;
}


.news_date{
	font-size: 0.75rem;
	color: #999;
}

ul.ct-font-resizer {
	list-style: none;
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 32px;
	padding: 0;
}
/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content .button {
	padding: 0.25em 0.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0.25em 0.1em;
}

/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a {
	color: #133cf5;
}

/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
main-navigation {
	color: #000;
}

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

.main-navigation a {
	color: #000;
}

.main-navigation a:hover,
.main-navigation .focus > a {
	color: #133cf5;
}


/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em 2em; /* 0 0 32px */
}

/*--------------------------------------------------------------
12.0 Header
--------------------------------------------------------------*/
.site-header {
	margin-bottom: 0.5em;
}
.site-branding {
	padding: 0 0 0em 0;
}

/*--------------------------------------------------------------
14.0 Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 1em 2.625em;
}

/*--------------------------------------------------------------
13.6 Page Templates
--------------------------------------------------------------*/
/* Front page template*/
.front-page .entry-title {
	display:none;
}

/*--------------------------------------------------------------
18.0 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 750px) {

	.widget-area-breadcrump {
		float: left;
		margin-bottom: 0.5em;
		font-size: 0.8em;
		word-wrap: break-word;
	}
	.main-navigation {
			border-top: 1px solid #ff9933;
			border-bottom: 1px solid #ff9933;
			padding: 0.875em 0;
			margin: -0.7em 0 0 0;
		}
}

@media screen and (min-width: 450px) and (max-width: 750px) {
	h1,
	.entry-title {
		font-size: 1.75rem; /*changed: 2.625rem;*/
	}

	.main-navigation {
			border-top: 1px solid #ff9933;
			padding: 0.875em 0;
			margin: -0.4em 0 0 0;
		}

	.widget-area {
		margin-top: 0;
	}
	
	ul.ct-font-resizer {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.main-navigation {
			border-top: 1px solid #ff9933;
			padding: 0.875em 0;
			margin: -0.2em 0 0 0;
		}

	.widget-area {
		margin-top: 0;
	}

	ul.ct-font-resizer {
		display: none;
	}
}

/*----------------------------------------------------------
Contact Form 7
----------------------------------------------------------*/

/*span.wpcf7-list-item {display:block} 