/*
Theme Name: DaVange
Author: ProCloud Technology
Author URI: http://www.procloud.com.au/
Description: Theme for DaV'ange Training
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: davange

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=PT+Sans+Narrow);
@import url(//fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(css/normalize.min.css);

* {
	box-sizing: border-box;
}

body {
  background: #212121;
  color: #3d3d3d;
  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;
}

a.btn,
button,
input[type=submit] {
	background: #e11f26;
	border: 0;
	color: #fff;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	line-height: 30px;
	padding: 0 20px;
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e11f26;
  font-family: 'Quicksand', sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: .7em;
}

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

a:hover {
  text-decoration: underline;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

#container {
  background: #fff;
	min-width: 980px;
}

#header {
  margin: 0 auto;
	padding: 0 20px;
  width: 980px;
}

#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#header img {
  height: 70px;
  margin: 5px 0;
}

#header ul.menu {
  float: right;
  position: relative;
}

#header ul.menu > li {
  display: inline-block;
  margin-left: 15px;
}

#header ul.menu > li > a {
  height: 80px;
  line-height: 80px;
  text-align: center;
}

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

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

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

#header ul li a {
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
}

#header ul li a:hover {
  text-decoration: none;
}

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

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

#header ul ul li:hover {
  background: #3da7dc;
}

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

#banner {
  border-top: 1px solid #e2242a;
}

#banner .widget_text {
  background: url(images/boxesbg.png) no-repeat center bottom;
}

#banner .widget_text .textwidget {
  margin: 0 auto;
  padding: 20px 20px 30px;
  width: 973px;
}

#banner .widget_text .textwidget:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#banner .widget_text .box {
  background: #fff;
	border: 3px solid #e2292f;
	border-radius: 5px;
  color: #333;
  float: left;
  font-family: 'Quicksand', sans-serif;
  font-size: .95em;
	margin-top: 60px;
  padding: 52px 15px 15px;
	position: relative;
  text-align: center;
  width: 219px;
}

#banner .widget_text .box:before {
	content: " ";
	display: block;
	height: 105px;
	left: -8px;
	position: absolute;
	right: -8px;
	top: -63px;
	width: 229px;
}

#banner .widget_text .box:nth-child(1):before {
	background: url(images/cert.png) center no-repeat;
}

#banner .widget_text .box:nth-child(2):before {
	background: url(images/diploma.png) center no-repeat;
}

#banner .widget_text .box:nth-child(3):before {
	background: url(images/grad-cert.png) center no-repeat;
}

#banner .widget_text .box:nth-child(4):before {
	background: url(images/grad-diploma.png) center no-repeat;
}

#banner .widget_text .box + .box {
  margin-left: 19px;
}

#banner .widget_text .box h3 {
  color: #e11f26;
  font-size: 1.85em;
	font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#banner .widget_text .box p {
	margin: 10px 0;
}

#banner .widget_text .box p:last-child {
  margin-bottom: 0;
}

#banner .widget_text .box a {
  background: #e11f26;
  color: #fff;
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1em;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

#testimonial {
	background: #212121;
}

#testimonial .testimonial_slider {
  background: url(images/quotebg.png) no-repeat right center;
  margin: 0 auto;
  padding: 35px 110px 35px 0;
  text-align: right;
  text-transform: uppercase;
  width: 830px !important;
}

#testimonial .sldr_title {
	display: none;
}

#testimonial .testimonial_slideri {
	height: auto !important;
	margin: 0;
	padding: 0;
}

#testimonial .testimonial_by_wrap {
	display: none;
}

#testimonial .testimonial_quote {
	background: none !important;
	color: #fff !important;
	font-family: 'Quicksand', sans-serif !important;
	font-size: 1.75em !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	padding: 0;
	width: 100%;
}

#testimonial .testimonial_quote p {
	margin: 0;
}

#title {
	background: #212121;
  padding: 30px 0;
}

#title h1 {
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
	text-transform: uppercase;
	width: 940px;
}

#body {
  display: table;
  margin: 0 auto;
  padding: 40px 20px;
  width: 980px;
}

#content {
  display: table-cell;
  font-size: 1.1em;
  position: relative;
  vertical-align: top;
}

#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

#content p {
  line-height: 1.5;
}

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

#content p:last-child {
  margin-bottom: 0;
}

#content p.units:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content p.units span {
  display: block;
  float: left;
  font-size: .9em;
  width: 48%;
}

#content p.units span:nth-child(odd) {
  margin-right: 2%;
}

#content p.units span:nth-child(even) {
  margin-left: 2%;
}

#content img {
	max-width: 100%;
}

#content .ninja-forms-required-items {
	margin: 0 0 1em;
}

#content [class*='ninja-col-'] {
	padding: 0;
}

#content .ninja-col-1-2:nth-child(odd) {
	padding-right: 7.5px;
}

#content .ninja-col-1-2:nth-child(even) {
	padding-left: 7.5px;
}

#content .field-wrap.ninja-forms-error input,
#content .field-wrap.ninja-forms-error select,
#content .field-wrap.ninja-forms-error textarea {
  border: 2px solid #f00;
}

#content .field-wrap .ninja-forms-field-error {
  display: none;
}

#sidebar {
  display: table-cell;
  padding-left: 40px;
  vertical-align: top;
  width: 230px;
}

#sidebar .widget {
  margin-bottom: 15px;
  padding: 16px 8px;
}

#sidebar .widget h3 {
  background: #c52127;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin: -16px -8px 16px;
  padding: 0 18px;
  text-align: right;
}

#sidebar .widget p:last-child {
  margin-bottom: 0;
}

#footer {
  display: table;
  margin: 0 auto;
  padding: 35px 20px;
  width: 980px;
}

#footer .widget {
  color: #fff;
  display: table-cell;
  font-size: 1.1em;
  vertical-align: top;
}

#footer .widget:nth-child(1) {
  color: #e11f26;
  padding-right: 40px;
  text-transform: uppercase;
  white-space: nowrap;
}

#footer .widget:nth-child(2) {
  text-align: justify;
}

#footer .widget:nth-child(3) {
  padding-left: 40px;
  white-space: nowrap;
}

#footer .widget h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
}

#footer .widget p:first-child {
  margin-top: 0;
}

#footer .widget p:last-child {
  margin-bottom: 0;
}

#footer .widget a {
  color: #fff;
}
