/*
Theme Name: ESP
Author: ProCloud Technology
Author URI: http://www.procloud.com.au/
Description: Theme for ESP Workbooks
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(//fonts.googleapis.com/css?family=Montserrat:400i,400,600,700,800);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(css/normalize.min.css);

body {
	background: #EAF0F5;
	color: #787777;
  font-family: Montserrat;
	font-size: 13px;
}

body.mceContentBody {
	background: #fff !important;
	padding: .6em;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	background: #fff;
	border: 1px solid #bebebe;
	color: #000020;
	padding: 2px;
}

button,
input,
textarea {
	padding: 10px;
}

input[type=checkbox] {
	margin: 3px;
	padding: 0;
}

input[type=image] {
	background: none;
	border: 0;
	padding: 0;
}

button,
input[type=submit] {
	background: #123854;
	border: 1px solid #ff7a00;
  border-radius: 4px;
	color: #fff !important;
	font-size: 1.1em;
	height: 36px;
	line-height: 36px;
	padding: 0 20px !important;
	text-shadow: 1px 1px #a85100;
}

button:hover,
input[type=submit]:hover {
	background: #fff;
}

textarea {
	resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #123854;
	font-weight: 600;
}

h2,
h3 {
	text-transform: uppercase;
}

a {
	color: #123854;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
	margin: 0 auto;
	width: 1000px;
}

#header {
	background: #fff;
	padding: 10px 20px;
}

#header img {
  height: 90px;
}

#menu {
	background: #123854;
}

#menu a {
	color: #fff;
	display: block;
	font-family: Montserrat;
	padding: 0 20px;
	text-transform: uppercase;
}

#menu a:hover {
	text-decoration: none;
}

#menu ul.menu {
	display: table;
	position: relative;
	width: 100%;
}

#menu ul.menu > li {
	border-right: 1px solid #EAF0F5;
	display: table-cell;
}

#menu ul.menu > li:hover {
	background: #3AAFB9;
}

#menu ul.menu > li:last-child {
	border-right: 0;
}

#menu ul.menu > li + li {
	border-left: 1px solid #EAF0F5;
}

#menu ul.menu > li > a {
	font-size: 1.1em;
	font-weight: 800;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul:after {
	clear: both;
	content: "";
	display: block;
}

#menu ul li:hover > ul {
	display: block;
	z-index: 100;
}

#menu ul ul {
	background: rgba(28,123,171,0.8);
	border-bottom: 1px solid #3b9ed0;
	display: none;
	position: absolute;
	top: 100%;
}

#menu ul ul li {
	border-top: 1px solid #3b9ed0;
	height: 40px;
	line-height: 40px;
	position: relative;
}

#menu ul ul li:hover {
	background: #ff9a00;
}

#menu ul ul ul {
	left: 100%;
	top: 0;
}

#body {
	display: table;
	padding: 20px;
	width: 960px;
}

#sidebar {
	color: #777;
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	width: 310px;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .widget.widget_ninja_forms_widget {
	background: #123854;
	border: 1px solid #EAF0F5;
	border-radius: 5px;
	color: #000;
	padding: 15px;
}

#sidebar .widget h3 {
	font-size: 1.3em;
	margin-top: 0;
	text-transform: none;
}

#sidebar .widget.widget_ninja_forms_widget h3 {
	color: #fff;
	font-size: 1.7em;
	font-weight: 800;
	text-transform: uppercase;
}

#sidebar .widget.widget_ninja_forms_widget .ninja-forms-required-items,
#sidebar .widget.widget_ninja_forms_widget .ninja-forms-field-error {
	display: none;
}

#sidebar .widget.widget_ninja_forms_widget .field-wrap {
  margin-bottom: 5px;
}

#sidebar .widget.widget_ninja_forms_widget p {
	font-size: .9em;
}

#sidebar .widget.widget_ninja_forms_widget input,
#sidebar .widget.widget_ninja_forms_widget textarea {
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	color: #8b8b8b;
	padding: 10px;
	width: 100%;
}

#sidebar .widget.widget_ninja_forms_widget .ninja-forms-error input,
#sidebar .widget.widget_ninja_forms_widget .ninja-forms-error textarea {
	border: 2px solid #f00;
}

#content {
	display: table-cell;
	position: relative;
	vertical-align: top;
}

#content h1:first-child {
	margin-top: 0;
}

#content .entry-content h2,
#content .entry-content form {
  display: none;
}

#content .product-list .archive-listing {
  border: 1px solid #b8b8b8;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 7px;
  width: 184px;
}

#content .product-list .archive-listing.last {
 margin-right: 0; 
}

#content .product-list .archive-listing h3 {
  color: #000;
  font-size: 1em;
  font-weight: 400;
}

#content .single .product-entry {
  position: relative;
}

#content .al_product div.entry-thumbnail.product-image {
  float: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 176px;
}

#content .al_product div.entry-thumbnail.product-image img {
  vertical-align: middle;
}

#content .al_product .product-details,
#content .al_product .after-product-details {
  float: none;
  margin-right: 181px;
  max-width: none;
}

#content .al_product .product-details .shortdesc {
  padding: 0;
}

#content .al_product .price-value {
  color: #000;
  font-size: 2.5em;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 236px;
  width: 176px;
}

#content .al_product .price-tax {
	font-weight: 700;
	height: 18px;
  line-height: 18px;
	margin: 0;
  position: absolute;
	right: 0;
  text-align: center;
	top: 286px;
	width: 176px;
}

#content .al_product .sample-link {
	margin: 0;
  position: absolute;
  right: 0;
	text-align: center;
  top: 360px;
  width: 176px;
}

#content .al_product .sample-link a {
	background: #26a6bb linear-gradient(to bottom, #26a6bb, #047689);
	border: 1px solid #006778;
  border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	font-size: 1em;
	height: 36px;
	line-height: 36px;
	padding: 0 20px !important;
	text-shadow: 1px 1px #006778;
}

#content .al_product .sample-link a:hover {
	background: #047689;
	text-decoration: none;
}

#content .al_product .after-product-details .product-description {
  padding: 0;
}

#content .al_product .after-product-description .quote_button_container {
  position: absolute;
  right: 0;
  top: 314px;
  width: 176px;
}

#content .order-form {
  display: none;
  margin-right: 181px;
}

#content .order-form h2 {
  margin-top: 0;
}

#content .order-form .ic-form {
  border: 0;
  padding: 0;
}

#content .order-form form {
  width: auto;
}

#content .order-form .label {
  clear: left;
  float: left;
  font-weight: 700;
  margin: 5px 0;
  width: 30%;
}

#content .order-form .label label {
  display: block;
  line-height: 40px;
}

#content .order-form .label label[for=ic_quote_c41] {
  line-height: 1em;
  padding: 7px 0;
}

#content .order-form .field {
  float: left;
  margin: 5px 0;
  width: 70%;
}

#content .order-form .field input,
#content .order-form .field textarea {
  width: 100%;
}

#content .order-form .field input[readonly=readonly] {
  border: 0;
  padding: 0;
  line-height: 40px;
}

#content .order-form .small-table,
#content .order-form .small-row,
#content .order-form .cell,
#content .order-form .small-container,
#content .order-form .button-container {
  display: block;
  padding: 0;
}

#content .order-form .button-container {
  clear: both;
  padding-top: 5px;
}

#footer {
	background: #061A30;
	font-size: .9em;
	padding: 20px 0;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
}

#footer ul li + li {
	border-left: 1px solid #c1f5fe;
}

#footer ul li a {
	color: #EAF0F5;
}

#copyright {
	color: #fff;
}

#copyright a {
	color: #EAF0F5;
}
