/*
Theme Name: Essiential NRG
Theme URI: http://shonacreative.com.au
Author: Shona Creative
Author URI: http://shonacreative.com.au
Description: Custom theme for Essiential NRG
Version: 1.0.0
Text Domain: enrg
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
11.0 Media
	11.1 Captions
	11.2 Galleries
12.0 Header
13.0 Content
14.0 Footer

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #3e96d4;
}

a:active,
a:hover {
	outline: 0;
	opacity: .8
}

.main-navigation a:hover {
	opacity: 1
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.67em 0;
}

h3 {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid black;
    line-height: 17px;
    margin-bottom: 0;
    padding-bottom: 0;
}

h4 {
	font-weight: 600
}

h5 {
	font-weight: 700
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 1em

}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin-top: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Open Sans', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	border-radius: 2px;
	font-size: 18px;
	font-weight: normal;
	padding: 11px 30px;
	border-radius: 2px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	opacity: .8;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #d7d8d8;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border: 1px solid #B0B0B0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	padding: 3px;
}

textarea {
	padding-left: 3px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	transition: all .2s ease-in;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
}

a:hover,
a:active {
	outline: 0;
	opacity: .8;
}

#primary a:active,
#primary a:visited {
	color: #3e96d4
}

#primary a:focus,
#primary a:hover {
	color: #c4d17a;
	color: #aab56a;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #3c4344;
	margin-top: 12px;
}

#primary-menu, #footer-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation li, .footer-menu li {
	position: relative;
	padding: 11px 10px;
	display: inline-block;
}

.main-navigation a, .footer-menu a {
	display: block;
	text-decoration: none;
	color: white;
	border-radius: 4px;
	padding: 3px 11px;
	font-size: 18px;
	line-height: 1em;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(97, 97, 97, 0.12);
	float: left;
	position: absolute;
	top: 46px;
	left: -999em;
	z-index: 99999;
	margin-left: -13px;
	transition: 0.2s 1s;
	opacity: 0;
	background: white;
	padding: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

#site-navigation.main-navigation ul ul a {
	width: 120px;
	background: none;
	color: black;
	text-align: left;
	font-size: 15px;
	padding: 8px 4px;
	border-top: 1px solid #DBDBDB;
	border-radius: 0;
}

#site-navigation.main-navigation ul ul a:after {
	content: none;
	background: none;
	width: 0
}

#site-navigation.main-navigation ul ul a:hover {
	opacity: .8
}

#site-navigation.main-navigation ul ul li:nth-child(1) a {
	border-top: none;
}

.main-navigation ul ul li {
    padding: 0 14px;

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
	transition: 0;
	opacity: 1;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
    background: #7b864e;
}

/* Small menu. */
.menu-toggle {
	display: none;
	padding: 10px 0;
	background: #7b864e;
	color: white;
	background: #3c4344;
	border: none;
	border-radius: 0;
	width: 100%;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content wrap:before,
.entry-content wrap:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
#custom-form-icons:after,
#custom-form-icons:before {
	content: "";
	display: table;
}

#custom-form-icons:after,
.clear:after,
.entry-content wrap:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content wrap,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content wrap .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
11.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
11.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.0 Header
--------------------------------------------------------------*/

.wrap {
    width: 1024px;
    margin: auto;
    position: relative;
}

.header-boxes {
    float: right;
    padding-top: 79px;
    text-align: right;
    font-size: 20px;
    width: 269px;
}

.site-branding {
    float: left;
    padding-top: 5px;
}

.colour-bar {
    width: 88px;
    height: 6px;
    float: left;
    display: block;
}

.bg-green {background: #c5cf78 }
.bg-blue {background: #1a98d5 }
.bg-orange {background: #f7941e}

.green {color: #c5cf78 }
.blue {color: #1a98d5 }
.orange {color: #f7941e}

span.blue.mobile-no {
    clear: both;
    display: inline-block;
}

.main-navigation a:hover {
    background: #7b864e;
}

.menu-main-nav-container {
    position: relative;
}

.main-navigation a::after,
.main-navigation .menu-main-nav-container::before,
.main-navigation .menu-main-nav-container::after,
.site-footer .menu-main-nav-container::before,
.site-footer .menu-main-nav-container::after,
.footer-menu a:after,
.main-navigation li:nth-child(1) a:before,
.footer-menu li:nth-child(1) a:before  {
    content: "";
    width: 2px;
    height: 21px;
    box-shadow: 1px 0px 0px #505657, 2px 0px 0px #2a2f2f;
    right: 0;
    position: absolute;
    display: block;
    top: 13px;
}

.main-navigation li:nth-child(1) a:before, .footer-menu li:nth-child(1) a:before {
	left: -5px;}

.main-navigation ul ul li:nth-child(1) a:before {
	content: none;
	width: 0;
}

.main-navigation .menu-main-nav-container:before,
.site-footer .menu-main-nav-container::before {
	left: 0
}

header.entry-header {
    background: #eaeaea;
    margin-bottom: 20px;
}

h1.entry-title.green {
    color: #aab56a;
    margin: 0;
    padding: 45px 0 68px;
    font-size: 77px;
    font-weight: normal;
    line-height: normal;
    position: relative;
}


/* Mobile Menu Icon */

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?70774897');
  src: url('fonts/fontello.eot?70774897#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?70774897') format('woff'),
       url('fonts/fontello.ttf?70774897') format('truetype'),
       url('fonts/fontello.svg?70774897#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-menu:before { content: '\e800'; }

.header-boxes a {
    text-decoration: none;
    color: black;
    transition: 0s;
}

.header-email.orange {
    color: #f15d29;
}

.mobile-no {
    clear: both;
    padding-top: 10px;
    padding-bottom: 2px;
}

header.entry-header .wrap {
    background-repeat: no-repeat;
    background-position: top right;
}


h1.site-title {
  margin-bottom: 7px;
}

/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/

div#content {
    min-height: 540px;
}

div#secondary {
    width: 28%;
    float: right;
    margin-left: 2%;
    margin-top: 25px;
}

#primary .home-boxes .readmore {
  text-align: center;
  text-decoration: none;
  background: url(images/grey-btn-bg.png) center;
  color: white;
  text-shadow: 1px 1px 0px black;
  width: 100%;
  display: block;
  padding: 5px 0px;
  font-size: 12px;
}

.box-heading {
  font-weight: bold;
  color: white !important;
  text-align: center;
  padding: 9px 0;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .05em;
}

.blue-grad {
	background: #1278bd; /* Old browsers */
background: -moz-linear-gradient(top,  #1278bd 0%, #1b97d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1278bd), color-stop(100%,#1b97d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1278bd 0%,#1b97d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1278bd 0%,#1b97d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1278bd 0%,#1b97d4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1278bd 0%,#1b97d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1278bd', endColorstr='#1b97d4',GradientType=0 ); /* IE6-9 */

}

.green-grad {
	background: #959f5d; /* Old browsers */
background: -moz-linear-gradient(top,  #959f5d 0%, #c0ca76 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959f5d), color-stop(100%,#c0ca76)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #959f5d 0%,#c0ca76 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #959f5d 0%,#c0ca76 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #959f5d 0%,#c0ca76 100%); /* IE10+ */
background: linear-gradient(to bottom,  #959f5d 0%,#c0ca76 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959f5d', endColorstr='#c0ca76',GradientType=0 ); /* IE6-9 */

}

.orange-grad {
	background: #f1592a; /* Old browsers */
background: -moz-linear-gradient(top,  #f1592a 0%, #f68921 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1592a), color-stop(100%,#f68921)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1592a 0%,#f68921 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1592a 0%,#f68921 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1592a 0%,#f68921 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1592a 0%,#f68921 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1592a', endColorstr='#f68921',GradientType=0 ); /* IE6-9 */

}

.displaynone {display:none;}

.home-boxes .ezcol {
  border: 1px solid #a7a6a6;
}

.home-boxes .ezcol p {
  margin: 0;
}

.col-content {
  padding: 15px 15px 18px;
  font-size: 14px;
  line-height: 1.8em;
}

.meteor-slides .colour-bar {
  width: 33.3333%;
  float: left;
}

.meteor-slides {
  padding: 20px 0 25px !important;
}

.meteor-slides .meteor-nav a {
	transition: opacity.2s ;
}

.slide-text {
  position: absolute;
  color: white;
  font-size: 24px;
  bottom: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(40, 40, 40, 0.7);
  background: rgba(162,162,162,0.8); background: -moz-linear-gradient(top, rgba(162,162,162,0.8) 0%, rgba(94,94,94,0.8) 50%, rgba(72,72,72,0.8) 51%, rgba(33,33,33,0.8) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,162,162,0.8)), color-stop(50%, rgba(94,94,94,0.8)), color-stop(51%, rgba(72,72,72,0.8)), color-stop(100%, rgba(33,33,33,0.8))); background: -webkit-linear-gradient(top, rgba(162,162,162,0.8) 0%, rgba(94,94,94,0.8) 50%, rgba(72,72,72,0.8) 51%, rgba(33,33,33,0.8) 100%); background: -o-linear-gradient(top, rgba(162,162,162,0.8) 0%, rgba(94,94,94,0.8) 50%, rgba(72,72,72,0.8) 51%, rgba(33,33,33,0.8) 100%); background: -ms-linear-gradient(top, rgba(162,162,162,0.8) 0%, rgba(94,94,94,0.8) 50%, rgba(72,72,72,0.8) 51%, rgba(33,33,33,0.8) 100%); background: linear-gradient(to bottom, rgba(162,162,162,0.8) 0%, rgba(94,94,94,0.8) 50%, rgba(72,72,72,0.8) 51%, rgba(33,33,33,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#212121', GradientType=0 );
  padding: 39px 0;
}

.slide-text h2 {
	font-size: 24px;
	line-height: normal;
}

.slide-text p {
	line-height: normal;
	margin: 0
}

.home-banner {
	background: #eaeaea;
	margin-bottom: 45px;
}

.entry-content.sidebar-right {
  width: 70%;
  float: left;
}

.home-boxes img {
  margin: auto;
  display: block;
  width: 100%;
}

.error404 .error-404 {
	text-align: center;
	margin-top: 5em;
}

.search header.entry-header {
	background: none
}

/*--------------------------------------------------------------
14.0 Footer
--------------------------------------------------------------*/

footer#colophon {
    background: #3c4344;
    color: white;
    min-height: 140px;
    padding: 13px 0 15px;
    position: relative;
}

.site-info {
    text-align: center;
    font-size: 12px;
    padding-top: 29px;
    line-height: 1.8em;
}

.site-contact a {
    text-decoration: none;
    color: white;
}

.site-contact {
    text-align: center;
    padding-top: 27px;
    font-size: 18px;
}

.footer-email {
    padding-left: 15px;
}

.footer-menu ul.sub-menu {
    display: none;
}

footer#colophon a {
    color: white;
}

.footer-menu a:hover {
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.65);
    opacity: 1;
}

.bold-600 {
	font-weight: 600
}

footer#colophon:before {
    width: 100%;
    content: "";
    background: url(images/coloured-bar.png) center;
    height: 6px;
    position: relative;
    z-index: 10;
    top: -18px;
}

/* CTA */

.footer-cta {
    background: #eaeaea;
    padding-top: 56px;
    font-size: 25px;
    font-weight: 900;
    margin-top: 20px;
}

.footer-cta .col1 {
    width: 348px;
    text-align: center;
    float: left;
    margin-left: 97px;
}

.footer-cta .col1 img {
    margin: auto;
    display: block;
    left: -8px;
    position: relative;
}

.footer-cta .col1 a {
    text-decoration: none;
    color: inherit;
    font-size: 36px;
    margin-top: 11px;
    display: block;
}

#custom-form-icons {
    float: right;
    font-weight: normal;
    margin-right: 0px;
    padding-top: 10px;
    margin-bottom: 1em;
}


#custom-form-icons .your-name:before, #custom-form-icons .your-email:before, #custom-form-icons .phone:before, #custom-form-icons .your-message:before {
 content: "";
 width: 47px;
 height: 42px;
 border-radius: 3px 0 0 3px;
 background: black;
 position: relative;
 position: absolute;
 left: -46px;
 background-repeat: no-repeat !important;
 background-position: center;
 z-index: 10;
 top: 0;
 display: block;
 float: left;
}

#custom-form-icons .your-name:before{background: #f48e21 url(images/contact-icons.png);background-position: center 0px;}
#custom-form-icons .your-email:before{background: #1a98d5  url(images/contact-icons.png);background-position: center -47px;}
#custom-form-icons .phone:before{background: #b7c171 url(images/contact-icons.png);background-position: center -94px;}
#custom-form-icons .your-message:before{background: #3c4344 url(images/contact-icons.png);background-position: center -144px;}


#custom-form-icons input, #custom-form-icons textarea {
    margin: 0;
    border-radius: 0 2px 2px 2px;
    padding: 9px 15px;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    clear: both;
    float: right;
    width: 295px;
    position: relative;
    box-sizing: content-box;
    line-height: normal;
}

#custom-form-icons .contact-form br {
    display: none;
}

#custom-form-icons span.wpcf7-form-control-wrap {
	clear: both;
	float: right;
}

input[type="submit"] {
    background: #f48e21;
    color: white;
    text-shadow: 1px 1px 1px #f06a16;
    padding: 12px 27px !important;
    border: none;
    border-radius: 4px;
}

.wpcf7 input[type="submit"] {
    width: auto !important;
    box-shadow: inset 0px 1px 1px #f8bb2e;
}

#custom-form-icons .wpcf7 input[type="submit"] {
    margin-top: 5px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 10px;
    clear: both;
}

.contact-form input.wpcf7-not-valid {
    border-left: 3px solid #f00;
}

div.wpcf7-validation-errors {
    color: #f00;
    border: none;
    padding: 0;
    margin-bottom: 2em;
    font-size: 15px;
    font-weight: 600;
    clear: both;
    width: 320px;
}

#custom-form-icons form {
	margin: auto;
}

div.wpcf7-response-output {
    border: none;
    font-weight: bold;
    position: relative;
    clear: both;
    padding-top: 0;
    margin-right: 0;
}

.footer-cta .wpcf7-response-output {
	float: right;
}

div.wpcf7-mail-sent-ok {
    border: none;
    color: #398f14;
    font-size: 15px;
}