/*
Theme Name: Earthtrack
Theme created by: Dragonboots Studios

 
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff;
	margin:0px;
}
body, input, textarea
{
	color: #222;    
	font-family: Arial, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
	clear: both;
}



hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 0px;
	padding: 0xp;
}


/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
#container
{
	margin: 20px;
}
#content
{
	
}


/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
#wrapper {
		background-color:#DDDDDD;
}

#header {
		background-color:white;
}

#main {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	max-width: 85%;
	min-height: 450px;
	padding-top: 10px;
	min-width: 950px;
}

#sideHeadings {

	max-width: 200px;
	min-width: 200px;
	float: right;
	margin-top: -15px;
}

#sideHeadings p {
	color: white;
	background-color: grey;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	box-shadow: 2px 2px 5px #000000;
	font-size: 15px;
}

#sideHeadings img {
	padding: 0px;
	margin 0px;
	border:solid;
	border-width:1px;
	border-color: white;
	width: 100%;
	height: auto;
}

img {
	border:solid;
	border-width:1px;
	border-color: black;
	box-shadow: 2px 2px 5px #000000;
	padding:1px;
}

/* Entry Content */
#standardPage
{
	margin-left:50%;
}

#standardPage img {
	position:absolute;
	left: 10%;
	width: 30%;
	height: auto;
	max-width: 350px;
}

#services td {
	padding:5px;
}

#services img {
	width: 90%;
	height: auto;
}

#clients {
	width: 80%;
	margin: 0 auto;
}

#clients table {
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#clients td img {
	width:170px;
	padding:5px;
	border:none;
	box-shadow: none;
	
}
#clients td {
	max-height:170px;
	border: solid 1px;
	box-shadow: 1px 1px 2px #000000;
}

#gallery  {
	margin-left: 40px;
}

#contact {
	margin-left:65%;
}

#googleMap{
	min-width: 50%;
	position: absolute;
	left: 10%;
	box-shadow: 2px 2px 5px #000000;
}

/*** FOOTER ***/

#footer {
	background-color: black;
	color: white;
	width: 100%;
	position: static;
	height: 100px;
	padding-top: 10px;
	clear:both;
}

#visit {
	float: left;
	margin-right: 20%;
	background-image: url('img/visit.png');
	margin-left: 8%;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5%;
}

#call {
	float: left;
	background-image: url('img/call.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5%;
}

#contactDetails {
	float: right;
	margin-right: 8%;
	background-image: url('img/contact.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5%;
}

/*** META SLIDER ***/

.metaslider metaslider-flex metaslider-199 ml-slider nav-hidden {
	max-width: 60%;
}

#metasliderHome {
	float: left;
}

/*** MENU***/

.menu {
	background-image:url('img/earthtrackSolutionsLogo.png');
	background-size: 300px;
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-right: 10%;
}

.menu ul {
	list-style: none;
	text-align: right;
	padding-top:60px
}

.menu li{
	display:inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.menu ul ul {
	display: none;
	padding: 0px;
	position: absolute;
	background-color: grey;
	text-align: center;
	box-shadow: 2px 2px 5px rgb(0, 0, 0);
	width: 115px;
	z-index: 100;
}

.menu ul li:hover > ul {
	display: block;
}

.menu ul li ul li {
	display:block;
	font-size: 15px;
}

.menu ul li ul li a {
	padding:0px;
	font-size: 14px;
}

.menu a
{
	font-weight: bold;
	font-size: 13px;
	color:black;
	padding-left: 20px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:3px;
	text-decoration: none;
}
.menu a:hover
{
	color:white;
	background-color: grey;
}

.current_page_item {
	background-color: #AAAAAA;
}

/*** HEADER : OTHER ***/

/*** BODY ***/


/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
	margin-left:350px;
}
h2.entry-title
{
	
}
h2.entry-title a
{
	
}
h1.page-title
{
	
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	float: left;
}

.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}

.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}



