/*
Theme Name: Spacious Child
Template: spacious
Theme URI: http://themegrill.com/themes/spacious
Author: ThemeGrill
Author URI: http://themegrill.com
Description: Spacious is an incredibly spacious multipurpose responsive theme coded & designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site. It has 4 page layouts, 2 page templates, 4 blog display types, 13 widgets areas, 5 custom widgets focusing on business template, awesome slider, primary color option to match your logo & website, boxed & wide layout, light & dark color skin, translation ready and many more. You can get free support in http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/spacious/.
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, footer-widgets, blog, e-commerce
Text Domain: spacious-child

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* HEADER */
	#header-logo-image a img	{
		height: 65px;
	}
	li.menu-item-has-children > a:after	{
		content: " \21F2";
		color: lightgrey;
	}
	/* Sub-menu */
	.main-navigation ul li ul	{
		background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
		width: 200px;
	}
	/* sub-sub-menu */
	.main-navigation ul li ul li ul	{
		left: 200px;
	}

/* SLIDER HOMEPAGE */
	.wide-978 #featured-slider .slider-cycle, .wide-1218 #featured-slider .slider-cycle	{
		max-width: 100% !important;	
	}
	.fullwidthslide	{
		background-size: cover;
		backgorund-position: center;
		min-height: 250px;	
	}
	.fullwidthslide .entry-container	{
		max-width: 1218px !important;
		margin: 0 auto;
		position: relative !important; left: 0 !important; top: 25px !important;	
		transform: none !important; 
		-webkit-transform: none !important;
	}


/* SIDEBAR */
	#secondary	{
		font-size: 75%;	
		width: auto;
		padding: 10px 25px;
		box-shadow:0 0 30px rgba(0, 0, 0, 0.025) inset;
		border: 1px solid #eee;
	}
	#secondary .widget, .error-404 .widget	{
		font-size: 100%;
	}
	#secondary h3.widget-title	{
		font-size: 125%;
		padding-bottom: 0px;
	}
	#secondary .widget ul ul.sub-menu li a, #colophon .widget ul ul.sub-menu li a	{
		color: #666666;
	}
	#secondary .widget ul ul.sub-menu li a:hover, #colophon .widget ul ul.sub-menu li a:hover	{
		color: black;
	}
	
/* FOOTER */
	.footer-socket-wrapper	{
		background-color: #111;
		color: white;
		border: none;
	}