/*
Theme Name: Editor Child Theme
Theme URI: https://array.is/themes/editor-wordpress-theme/
Author: Array
Author URI: https://array.is/
Description: Editor puts bold and beautiful publishing right at your fingertips with comfortable, legible typography and large featured images. Using Featured Posts, you can display your favorite articles or editorials in the sidebar for even more exposure. Please open the readme.txt file to learn how to use Editor.
Version: 1.0
Template: editor
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: editor
Domain Path: /languages/
Tags: light, white, gray, two-columns, left-sidebar, responsive-layout, custom-colors, editor-style, featured-images, theme-options, threaded-comments, translation-ready, photoblogging

Editor WordPress Theme, Copyright 2014 Array
*/

/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/

/* Add your customizations below this line */

.copyright {
	padding-top: 210px;
	font-size: 0.6em;
}

.entry-date {
	font-size: 20px;
}

.entry-title {
	font-size: 60px;
}

.site-header {
	-moz-box-shadow: 2px 0px 5px 2px #ccc;
	-webkit-box-shadow: 2px 0px 5px 2px #ccc;
	box-shadow: 2px 0px 5px 2px #ccc;
	background: #f4f6f9;
}

.toggle-bar {
	-moz-box-shadow: 0px 0px 5px 2px #ccc;
	-webkit-box-shadow: 0px 0px 5px 2px #ccc;
	box-shadow: 0px 0px 5px 2px #ccc;
	background: #d5def2;
}

.toggle-bar a {
	color: #708cc9;
}

.toggle-bar a.current {
  	background-color: #f4f6f9;
}

.widget-area .widget_search .search-field:focus {
	text-transform: none;
}


.site-title {
	text-transform: none;
}

.site-footer {
	font-size: 12px;
	letter-spacing: none;
	text-transform: none;
}

.featured-image {
	-moz-box-shadow: 3px 3px 8px #2e2e2e;
	-webkit-box-shadow: 3px 3px 8px #2e2e2e;	
	box-shadow: 3px 3px 8px #2e2e2e;
}