/*
Theme Name: Aquarius
Author: Creative Aspects
Author URI: http://creativeaspects.co.uk/
Description: Aquarius Railroad Technologies theme
Template: Beta
Version: 1.1
*/

@import url("../Beta/style.css");

/* Removes navigation between staff on single team member page */
body.single-staff #single-nav{ display: none; }

/* Removes navigation between blog items on single blog post */
body.single-post #single-nav{ display: none; }

/* Removes navigation between blog items on single blog post */
body.single-portfolio #single-nav{ display: none; }

body a{
	color:#02528F;
}

.hp-highlight span[class*='icon-']{
	color:#02528F;
}

.flex-control-nav li a.flex-active{
	background-color:#02528F;
}	
#logo{
	line-height:1em;
	margin-top: -25px;
	margin-left: -25px;
	margin-right: -25px;
}

#header{
	margin-bottom:0;
}

#phone{
	font-size:26px;
	/*margin: 23px 0 9px 0;*/
	color:#606465; /* Grey */
	/* color:#00406c; *//* Blue */
	position:absolute;
	top:25px;
	right:0;
}

#email a{
	font-size:15px;
	 color:#606465;  /* Grey */
	/* color:#00406c; */ /* Blue */
	position:absolute;
	top:46px;
	right:2px;
}

/* Style Lists */

.entry ul{ list-style: disc; margin: 30px 0 30px 20px; }

/* Registration Certificates */

.entry ul.regcert{ list-style: disc; margin: 10px 0 10px 20px; }

/* Google Translate in Header */

#google-translate{ height: 18px; position: relative; margin-top: 20px; margin-bottom: -15px }
/* #google-translate { height: 18px; position: absolute; bottom: 0; right: 0; }*/

/* Credits */
#development {float:right;padding:20px;}
#development a {font-size:11px;}
#development a:hover {color:#fff;}

/* Rules below are to override styles in beta/css/responsive.css */

/* Apply To All Responsive Layouts
================================================== */
@media only screen and (max-width: 959px) {

	#header-right{ display: none !important }
}	

/* Mobile (Portrait) = Design for a width of 280px
================================================== */

@media only screen and (max-width: 767px) {

	/*header*/
	#header #logo{ margin: -20px 0 0 0 !important; }
	#header #logo img{ margin: 0px 0 !important;}
	#header-right{ display: none }
}

/* =================================
override dark.css if using dark skin
===================================*/

body.dark #navigation .sf-menu > .current-menu-item > a,
body.dark #navigation .sf-menu > .current-menu-item > a:hover,
body.dark #navigation li.current-menu-parent > a,
body.dark #navigation li.current-menu-parent > a:hover,
body.dark #navigation .sf-menu > li.sfHover > a{ background-color: #222; color: #fff; }

.entry-text{
	line-height:2em;
}

input[type="email"] {

	width:180px;
	height:28px;
	padding:0 10px;
}

input[type="text"], input[type="email"], input[type="password"], textarea{
	color: #777783 !important;
	background: #fff !important;
	border: 1px solid #eee !important;
	box-shadow:none !important;
}