/* 

WOO CUSTOM STYLESHEET
---------------------
Instructions:
Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

body {
	margin: 0;
	padding: 0;
}

.content {
	padding-left: 1em;
	padding-right: 2em;
}

.entry, .entry p {
	line-height: 1.6em;
}

@media only screen and (min-width: 768px) {
#wrapper {
	margin: 0;
	padding: 0;
}
h4.describeheader {
	font-weight: bold;
	font-style: italic;
	color: #F9F9F9;
	margin-left: 40px;
}
#header #logo {
	display: block;
	float: none;
	margin-left: 20px;
}
#header hgroup {
	float: none;
}
#header {
	background: #000 url('http://worldsatdemo.com/wp-content/uploads/2015/10/header-satelliteImage.jpg') no-repeat top right;
	padding: 3.631em 0 0 0;
	margin: 0;
	width: 100%;
}
ul.nav{ width:100%;}
ul.nav > li:first-child{ margin-left:30px!important;}



/*Area of Business*/
ul.nav > li.business_area{ float:right; width:250px; }
ul.nav > li.business_area > a::after{
content: "";
    position: absolute;
    top: 6px;
    right: 11px;
    width: 1em;
    height: 0.22em;
    border:none;
	border-top: 0.575em double #fff;
    border-bottom: 0.225em solid #fff;
}
ul.nav > li.business_area ul{
	width:250px;
	background:#c1c1c3!important; 
	top:28px;}
ul.nav > li.business_area ul li:hover a{ background:#737373!important; }

#navigation ul.nav li.business_area.current-menu-parent > a{background:none;}
#navigation ul.nav li.business_area ul li.current_page_item  a{background:#737373!important;}
#navigation ul.nav ul > li > a{ font-size:16px;}

ul.nav li.globe a::after{ 
	content: url('images/worldsat-globes.jpg'); 
	display:block;
	margin-top:5px;
}
ul.nav li.airline_mapping a::after{ 
	content: url('images/satelliteimagery.jpg'); 
	display:block;
	margin-top:5px;
}

ul.nav li.special_projects a::after{ 
	content: url('images/worldsat-nationalgeo.jpg'); 
	display:block;
	margin-top:5px;
}



/*#navigation ul.nav li.business_area.current_page_parent ul li > a, #navigation ul.nav li.business_area.current-menu-ancestor ul li > a, #navigation ul.nav li.business_area.current-cat ul li > a, #navigation ul.nav li.business_area.current-menu-item ul li > a{
	background:#c1c0c6!important;
}
*/


#header #navigation {
	padding: 0.75em 0 0.75em 0;
	background: rgba(92,197,250,1);
	background: -moz-linear-gradient(top, rgba(92,197,250,1) 0%, rgba(0,144,240,1) 51%, rgba(4,69,115,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,197,250,1)), color-stop(51%, rgba(0,144,240,1)), color-stop(100%, rgba(4,69,115,1)));
	background: -webkit-linear-gradient(top, rgba(92,197,250,1) 0%, rgba(0,144,240,1) 51%, rgba(4,69,115,1) 100%);
	background: -o-linear-gradient(top, rgba(92,197,250,1) 0%, rgba(0,144,240,1) 51%, rgba(4,69,115,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,197,250,1) 0%, rgba(0,144,240,1) 51%, rgba(4,69,115,1) 100%);
	background: linear-gradient(to bottom, rgba(92,197,250,1) 0%, rgba(0,144,240,1) 51%, rgba(4,69,115,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cc5fa', endColorstr='#044573', GradientType=0 );
	width: 100%;
}
#main.fullwidth, .layout-full #main, .col-full {
	max-width: 100%;
}
/* ----- Slider --- */

.slide-content h1 {
	display: none;
}

.sliderblack {
	background-color: #000;
}

}