/*
Theme Name: Anjirai
Theme URI: http://iniyan.in/themes/anjirai
Author: iniyan
Author URI: http://iniyan.in
Description: Anjirai (Tamil) means a beautiful Wing. Anjirai is a child theme of Twenty Fourteen. With Anjirai theme you can customize every element's color. 
Version: 0.0.1
Template: twentyfourteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Contributors: vinothg, logeshmba


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.
*/

/* Import the CSS file-------------------------*/
@import  '../twentyfourteen/style.css';

//**  You don't need to write any code to change colors, just goto customizer and customize your own color **//


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer {
	background-color: #ff6600;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

	.grid .featured-content .entry-header {
		border-color: #ff9900;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

.featured-content {
	background: #ff9900 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content .entry-header {
	background-color: #ff9900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}
