/*
Theme Name: Organic Studio Child
Description: Child theme for the Oganic Showcase theme 
Author: Jason E. Grossman
Template: organic_studio
*/

@import url("../organic_studio/style.css");

/* VIDEO */

#video_background {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1000;
}

/* SLIDER */

div.anythingSlider .anythingWindow {
	background: none;
	}
	
div.anythingSlider li .feature_title {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px 20px;
	border-top: 1px solid #000000;
	border-left: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
/* Widget */


/* SIDEBAR */

	#sidebar ul.menu .current_page_item a, #sidebar ul.menu .current-menu-item a {
	background: #000000;
	color: #FFFFFF !important;
	}

#sidebar ul.menu li a:hover {
	background: #000000;
	color: #FFFFFF !important;
	}
	
#sidebar ul.menu li ul.sub-menu li, 
#sidebar ul.menu li ul.sub-menu li:hover {
	background: #000000;
	}
