/*
Theme Name: Metaphore Media
Theme URI: www.varnmedia.co.uk
Author: Josef Antos
Description: Hubtv 2014 is fully responsive theme for WordPress. 
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,800);


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* General setting
   ========================================================================== */

/* box sizing property*/
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

html,body {
	font-family:  'Source Sans Pro', Helvetica, Arial, Times;
	color: #323232;
	font-size: 1em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.35em; 
}

h4 {
	font-size: 1.25em; 
}

h5 {
	font-size: 1.20em;
}

h6 {
	font-size: 1.15em;
}

a {
	text-decoration: none;
	color: #06a8e6;
}

img {
	max-width: 100%;
}

p {
	line-height: 1.5em;
}

/* Global setting */
#main-wrapper {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3em;
}

.grid-container {
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Clearfix error */

.group:after,
.grid-container:after {
	content: " ";
	display: table;
	clear: both;
}

/* Grid setting
=====================================================================*/

@media (min-width: 769px) {
	
	.grid-container > [class^="grid-"] {
		float: left;
		min-height: 1px;		
	}

	.grid-container > [class^="grid-"]:first-child {
		margin-left: 0;
	}

	.grid-container > [class^="grid-"]:last-child {
		float: right;

	}

	/*Set up each column */
	
	.grid-1 {
		width: 6.5%;
	}

	.grid-2 {
		width: 15%;
	}

	.grid-3 {
		width: 23.5%;
	}

	.grid-4 {
		width: 32%;
	}
	
	.grid-5 {
		width: 40.5%;
	}

	.grid-6 {
		width: 49%;
	}

	.grid-7 {
		width: 57.5%;
	}

	.grid-8 {
		width: 66%;
	}

	.grid-9 {
		width: 74.5%;
	}

	.grid-10 {
		width: 83%;
	}

	.grid-11 {
	    width: 91.5%;
	}

	.grid-12 {
		width: 100%;
	}
	
}

/* 01 - mobile styling
----------------------------------------------------------------------*/

ul.orion-menu {
	border-top: 3px solid #b7b7b7;
	margin-bottom: 0.5em;
}

.orion-menu{
	width: 100%;
	padding: 0;
	margin-top: 0;
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	z-index: 9999;
}
.orion-menu li {
	display: inline-block;
	font-size: 13.5px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	position: relative;
	width: 20%;
}

.orion-menu li.menu-item-16 {
	width: 10%;
}

.orion-menu li.menu-item-15,
.orion-menu li.menu-item-19 {
	width: 15%;
}

.orion-menu li a {
	padding: 5px 0;
	display: block;
	text-align: center;
	width: 75%;
	margin: 7px auto 4px;
	color: #fff;
	text-decoration: none;
	-o-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;	
}

.orion-menu li#menu-item-18 a{
	width: 73%;
}

.orion-menu li#menu-item-17 a{
	width: 69%;
}

.orion-menu li#menu-item-16 a,
.orion-menu li#menu-item-15 a,
.orion-menu li#menu-item-19 a{
	width: 60%;
}


.orion-menu li:after {
	content: " / ";
	color: #000;
	position: relative;
	top: -2em;
	color: #fff;
}

.orion-menu li.menu-item-16:after {
	content: "";
}

.orion-menu li:hover > a{
	color: #fff;
}
.orion-menu li.active > a{
		background: #00ade5;
}
.orion-menu > li > a {
	text-transform: uppercase;
}

/* 02 - Drop down
----------------------------------------------------------------------*/
.orion-menu ul, 
.orion-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	display: none;
    position: absolute;
    z-index: 999;
	width: 200px;
	background: #454545;
}
.orion-menu ul{
    top: 56px;
    left: 0;
}
.orion-menu ul li ul{
    top: 0;
    left: 200px;
}
.orion-menu ul li{
	clear:both;
	width:100%;
	font-size:14px;
	border-left: none;
}
.orion-menu ul li a {
	width:100%;
	padding:10px 15px;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.orion-menu ul li:hover > a{
	background: #555555;
}

/* 03 - Drop down arrows
----------------------------------------------------------------------*/
.orion-menu .indicator{
	color: #bababa;
	position: absolute;
	right: 8px;
	top: 18px;
	font-size: 12px;
}
.orion-menu .indicator:before{
	content: "\f0d7";
}
.orion-menu ul li .indicator{
	right: 10px;
	top: 13px;
}
.orion-menu ul li .indicator:before{
	content: "\f0da";
	background-image: url("/wp-content/uploads/2014/07/search.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px 20px;
}


/* 06 - Collapsible bar
----------------------------------------------------------------------*/
.orion-menu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #dedede;
	background: #454545;
}
.orion-menu > li.showhide span.title{
	margin: 16px 0 0 18px;
	float: left;
}
.orion-menu> li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.orion-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc;
}

/* 07 - Styles
----------------------------------------------------------------------*/

/* blue */
.blue, .blue li ul, 
.blue ul li ul, 
.blue > li.showhide{ 
	background: url(/wp-content/uploads/2015/04/menu-background.png) repeat-x; 
}

.blue li a { 
	color: #fff; 
}

.blue li.active > a, 
.blue ul li:hover > a { 
	background: ; 
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Heading setting
   ========================================================================== */

#main-wrapper {
	background-color: #fff;
}

div.main-content {
	padding: 0 1em 1em;
}

div.rev-slider {
	padding-bottom: 2em;
}

.main-content h1 {
	font-size: 1.6em;
}

.home ul.orion-menu {
	margin: 0;
}

div.membership-marketing {
	background: #e4e4e4;
}

.membership-marketing h2 {
	margin: 0;
	padding: 0.75em 1em;
	border-bottom: 1px dotted #fff;
}

.membership-marketing div {
	padding: 0 1em 1.5em;
}

div.membership-marketing div img {
	width: 35px !important;
	height: auto;
}

ul.tick-list {
	list-style: none;
	padding-left: 3em;
}

.tick-list li {
	padding: 0.75em 0;
	font-size: 0.9em;
} 

.tick-list li:before {
	content: " ";
	background: url("/wp-content/uploads/2015/04/tick.png") no-repeat;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	margin-left: -2em;
}

a.sides-read{
	text-align: right;
	display: inline-block;
	float: right;
	padding: 0 1em;
	color: #42687d;
	font-size: 1.1em;
}

a.red-brackets:before,
a.red-brackets:after {
	position: absolute;
	content: " ";
	width: 0.5em;
	height: 2em;
	background: url(/wp-content/uploads/2015/04/red-left-bracket.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -0.3em;
}

a.slider.red-brackets:before,
a.slider.red-brackets:after {
	width: 0.375em;
	height: 1.5em;
	margin-top: -0.075em;
}

a.slider.red-brackets:before {
	margin-left: -0.75em;
}

a.slider.red-brackets {
	padding-left: 20px;
	position: relative;
	bottom: -8px;
}

a.red-brackets:before {
	margin-left: -1em; 
}

a.red-brackets:after {
	margin-left: 0.4em;
	background: url(/wp-content/uploads/2015/04/red-right-bracket-copy.png) no-repeat;
	background-size: 100% 100%; 
}

a.blue-brackets:before,
a.blue-brackets:after {
	position: absolute;
	content: " ";
	width: 0.5em;
	height: 2em;
	background: url(/wp-content/uploads/2015/04/darker-blue-left-bracket-copy.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -0.3em;
}

a.blue-brackets:before {
	margin-left: -1em; 
}

a.blue-brackets:after {
	margin-left: 0.4em;
	background: url(/wp-content/uploads/2015/04/darker-blue-right-bracket-copy.png) no-repeat;
	background-size: 100% 100%; 
}

.call-us div{
	width: 330px;
	background: #42687d;
	margin: 0 auto;
	padding: 0.5em 0.75em ;
}

.call-us p {
	margin: 0;
	font-size: 1.35em;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -8px;
	text-align: right;
	color: #fff;
}

.call-us img {
	display: inline-block;
	vertical-align: top;
}

.other-services a {
	text-align: right;
	padding: 0.5em 1em;
	display: block;
	color: #fff;
}

.get-in-touch {
	background: #ef473e url(/wp-content/uploads/2015/04/dark-red-left-bracket.png) no-repeat;
	background-position: 20px 20px;
	background-size: auto 80%; 
	min-height: 12em;
	margin-bottom: 1.8em;
	padding: 1em 2em;
}

.get-in-touch h2 {
	font-size: 2.5em;
	color: #fff;
	margin: 0;
}

.get-in-touch ul {
	list-style: none;
	margin-top: 0;
}

.get-in-touch ul li {
	padding: 0.5em 0;
}

.get-in-touch ul li.enquiry:before {
	position: absolute;
	content: " ";
	width: 31px;
	height: 31px;
	margin-left: -2.5em;
	margin-top: -0.25em;
	display: inline-block;
	background: url(/wp-content/uploads/2015/04/email-icon.png) no-repeat;	
}

.get-in-touch ul li.enquiry a{
	font-size: 0.95em;
}

.get-in-touch ul li.tel:before {
	position: absolute;
	content: " ";
	width: 31px;
	height: 31px;
	margin-left: -2.5em;
	margin-top: -0.25em;
	display: inline-block;
	background: url(/wp-content/uploads/2015/04/phone-icon2.png) no-repeat;	
}

.get-in-touch ul li a {
	color: #fff;
	font-size: 1.1em;
}

.get-in-touch a.sides-read {
	color: #fff;
}


/* Main content setting 
   ========================================================================== */

.entry-content h1{
	margin: 0;
}

h1.border-bottom,
h2.border-bottom{
	border-bottom: 1px solid #01aeea;
	margin: 0;
	font-size: 1.75em;
	padding-bottom: 0.25em;
}

div.blue-bottom {
	border-bottom: 1px solid #01aeea;
}

.blue-bottom h2,
.blue-bottom h3  {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.fake-table .grid-3,
.fake-table .grid-9 {
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #b7b7b7;
}

.fake-table .grid-3{
	color: #fff;
	background: #42687d;
}

.fake-table .grid-9{
	float: left !important;
	background: #ededed;
}

.page-id-6 .entry-content .options .call-us div, 
.page-id-8 .entry-content .call-us div {
	background: #ef473e;
	width: 100%;
	max-width: 9999;
}

.page-id-6 .entry-content .options  .call-us div img,
.page-id-8 .entry-content .call-us div img {
	float: left;
	width: 60px;
	height: auto;
	margin-left: 5px;
}

.page-id-6 .entry-content .options .call-us div p,
.page-id-8 .entry-content .call-us div p {
	display: block;
	position: static;
	text-align: center;
	margin: 0;
}

.page-id-6 .entry-content .options .call-us div p.bold,
.page-id-8 .entry-content .call-us div p.bold {
	font-weight: bold;
	margin-bottom: 0;
}

.page-id-8 .Content h3{
	font-style: italic;
	margin-bottom: 0em;
}

.page-id-8 .Content p {
	margin-top: 0.3em;
}

.page-id-6 .membership-marketing .call-us p, 
.home .call-us p{
	margin-bottom: 0;
	position: relative;
	margin-bottom: -0.32em;
}

.single-post date {
	font-style: italic;
	display: block;
	padding: 0.5em 0;
}

.single-post a.read-more{
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em 1em;
	background: #00adef;
	border-bottom: 0.3em solid #4490a8; 
	display: inline-block;
	margin-bottom: 2em;
	cursor: pointer;
}

iframe.youtube {
	width: 100%;
	height: 390px;
}

/* Sidebar 
   ========================================================================== */

div.other-services {
	background: #6a8fa2;
}

.other-services h2 {
	margin: 0;
	padding: 0.5em 1em;
	color: #fff;
}

.other-services p {
	color: #fff;
	line-height: 1.3em;
}

.other-services div {
	padding: 0.5em 1em;
}

.sidebar .call-us div {
	width: 100%;
	padding: 0;
}

.sidebar .call-us p {
	display: block;
	position: static;
	top: 0;
	text-align: center;
}

.left-sidebar a {
	display: block;
	background: #ededed;
	color: #323232;
	border-bottom: 1px solid #fff;
	padding: 0.75em 0.75em;
}

.contact-sidebar h2 {
	font-size: 1.5em;
}

.contact-sidebar p{
	margin: 0;
}

.sidebar-marketing ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.sidebar-marketing > a {
	font-weight: bold;
	border-bottom: 0;
}

.sidebar-marketing ul li {
	text-indent: 1.5em;
}

.sidebar-marketing ul li a{
	border-bottom: 0;
	font-style: italic;
	padding: 0.25em 0;
}

h3.sidebar-header {
	margin: 0;
	padding: 0.75em;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	background: #00ade5;
	border-bottom: 1px solid #fff;
}

.contact-sidebar .icons {
	margin: 0.5em 0;
}

.contact-sidebar .icons a {
	margin-right: 0.3em;
}

.posts-links a {
	display: block;
	padding: 0.5em 0.75em;
	background: #e4e4e4;
	color: #323232;
	border-bottom: 1px solid #fff;
}

.other-services a.sides-read {
	padding-top: 0;
}

/* contact page
   ========================================================================== */

.form-holder {
	background: #ededed;
	padding: 1.5em;
}

.form-holder .grid-container p {
	margin: 0;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	margin-top: 0.313em;
	width: 100%;
	max-width: 225px;
	background: #fff;
}

.wpcf7 select {
	width: 100%;
	max-width: 225px;
}

.wpcf7 textarea {
	max-width: 9999px;
	height: 10em;
}

.wpcf7 input[type=submit] {
	background: #00adef;
	color: #fff;
	padding: 0.5em 2.5em;
	text-transform: uppercase;
	border: none;
	border-bottom: 0.3em solid #3c839f;
}

.wpcf7-list-item-label {
	display: block;
}

.wpcf7-list-item {
	width: 100%;
	display: inline-block;
}

.wpcf7-list-item-label {
	width: 90%;
	float: right;
	color: #323232;
}

/* Search setting
   ========================================================================== */

a.search-link {
	float: right;
	color: #0664AA;
	margin-top: 0;
	padding-top: 0;
}


/* Footer setting
   ========================================================================== */

#footerwrap {
	background: #4e4e4e;
	margin-top: 1em;
	padding: 2.5em 1.5em;
}

footer,
footer a {
	color: #cacaca;
}

footer p {
	margin: 0;
}

footer div.icons {
	float: right;
}

footer .icons img {
	width: 27px;
	height: 27px;
	clear: both;
	float: right;
	margin: 3px 0;
}

div.links {
	float: right;
	margin-right: 40px;
}

div.links a {
	display: block;
	text-align: right;
}

footer a:hover {
	color: #ef473e;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

div.link-footer {
	clear: both;
	text-align: right;
	margin-top: 4.25em;
}


.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected {
	background: url(/wp-content/uploads/2015/04/red-dot.png);
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
}

.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: url(/wp-content/uploads/2015/04/grey-dot.png);
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
}


/* Responsive setting
=====================================================================*/

@media all and (min-width : 1000px) { 

	.tp-bullets {
		bottom: 55px !important;
		left: 150px !important;
	}

}


/*general mobile setting screen and */
@media all and (min-width : 769px) { 

	div.other-services {
		min-height: 516px;
	}


}


/*general mobile setting screen and */
@media all and (max-width : 768px) {
  
	.orion-menu{
		position: absolute;
		top: 0;
		right:0;
		margin: 0;
		z-index: 999;
		width: 100%;
	}

	.orion-menu ul li a,
	.orion-menu ul li,
	.orion-menu ul{
		background: #fff;
	}

	.orion-menu ul li:hover > a{
	background: #fff;
	}

	.orion-menu > li.showhide span.title{
	margin: 16px 20px 0 0;
	float: right;
	}
	
	.orion-menu li{
		display: inline-block;
		width: 100%;
		border-left: none;
	}
	.orion-menu > li > a{
		padding: 10px 70px 10px 18px;
		text-align: left;
		color: #000;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}

	.orion-menu > li > a:hover {
	color: inherit;
	}

	.orion-menu li:hover > a {
	color: inherit;
	}

	.orion-menu li.active > a {
	background: #fff;
	color: inherit;
	}

	.orion-menu a{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}

	.orion-menu ul, 
	.orion-menu ul li ul{
		width: 100%;
		left: 0;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}

	.orion-menu ul ul > li > a {
		background: #323232;
		color: #fff;
		border-bottom: 0;
		padding-left: 40px;
	}

	.orion-menu ul li a{
		background: #fff;
		color: #0664AA;
		border-bottom: 1px solid #CFC9C9;
		padding: 10px 22px;
	}
	/*Orion menu dropdown arrow*/
	.orion-menu .indicator{
	color: #bababa;
	position: absolute;
	right: 0px;
	top: 0px;
	}

	.orion-menu .indicator:before{
	/*content: url("/wp-content/uploads/2014/07/arrow.png");*/	
	}
	
	.orion-menu ul li .indicator:before{
	/*content: url("/wp-content/uploads/2014/07/arrow.png");*/
	}

	.orion-menu ul li .indicator{
	right:0;
	top:0;
	}

	.orion-menu li:after {
		content: "";
	}

	footer div.icons, 
	footer div.icons img,
	div.links {
		float: none;
	}

	div.links {
		margin-right: 0;
	}

	div.link-footer {
		margin-top: 10px;
	}

	div.links a {
		text-align: center;
	}

	.black li.search form input.search, .black li.search form input.search:focus{ background-color: #222; }
	.blue li.search form input.search, .blue li.search form input.search:focus{ background-color: #009fb4; }
	.green li.search form input.search, .green li.search form input.search:focus{ background-color: #047c7a; }
	.red li.search form input.search, .red li.search form input.search:focus{ background-color: #d53f3f; }
	.orange li.search form input.search, .orange li.search form input.search:focus{ background-color: #fd812f; }
	.safbi li.search form input.search, .safbi li.search form input.search:focus{ background-color: #b74362; }
	.petrol li.search form input.search, .petrol li.search form input.search:focus{ background-color: #435a65; }
	.orion-menu li.social{
		float: left;
		margin: 20px 0 20px;
		border-bottom: none;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
		text-align: center;
	}
	.orion-menu li.social a{
		display: inline;
		padding: 8px 15px 8px 15px;
		border: none;
	}
	.orion-menu li.social a:hover{
		color: #fff;
	}
	.orion-menu li.social a:hover .tooltip{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		opacity: 0;
	}
	.orion-menu > li.showhide{
		display: block;
	}
	footer,
	footer p {
		text-align:  center;
	}

	iframe.youtube {
		height: 500px;
	}

	header img {
		padding-top: 2em;
	}

	.orion-menu > li.showhide {
		color: #323232;
	}

	.orion-menu li,
	.orion-menu li a{
		width: 100% !important;
		background: #fff;
	}

	.orion-menu li a {
		margin: 0;
		border-bottom: 1px dotted #123321;
	}

	.fake-table .grid-9 {
		float: none !important;
	}

	section.entry-content,
	div.entry-content {
		padding: 0 0.5em;
	}

	h1.contact-header {
		padding: 0 8px;
	}
	
	.blue, .blue li ul, 
	.blue ul li ul, 
	.blue > li.showhide{ 
		background: transparent; 
	}

	div.blue-bottom {
		padding-bottom: 0.75em;
	}

	.tp-bullets.simplebullets.round .bullet:hover, 
	.tp-bullets.simplebullets.round .bullet.selected,
	.tp-bullets.simplebullets.round .bullet, 
	.tp-bullets.simplebullets.navbar .bullet:hover, 
	.tp-bullets.simplebullets.navbar .bullet.selected {
		width: 1em;
		height: 1em;
	}

	div.tp-bullets {
		bottom: 10px !important;
	}

	.tp-rightarrow.default,
	.tp-leftarrow.default {
		top: 90% !important;
		width: 20px;
		height: 20px;
		padding: 10px !important;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-o-border-radius: 100%;
		-ms-border-radius: 100%;

	}

	.tp-rightarrow.default {
		background: rgba(0,0,0,0.5) url(/wp-content/uploads/2015/05/White-arrow-right.png) no-repeat;
		background-size: 60% 60%;
		background-position: left 5px top 4px;
	}

	.tp-leftarrow.default {
		background: rgba(0,0,0,0.3) url(/wp-content/uploads/2015/05/White-arrow-left.png) no-repeat;
		background-size: 60% 60%;
		background-position: right 5px top 4px;
	}

	.get-in-touch ul {
		padding-left: 5em;
	}

	.get-in-touch h2 {
		padding-left: 1em;
	}

}


@media all and (min-width: 481px ) and (max-width: 600px){

	iframe.youtube {
		height: 350px;
	}

}


@media all and (min-width: 481px ) and (max-width: 768px){

	#header-text {
		margin-top: 0;
		width: 98%;
		margin-left: -2%;
	}

	#telephone a{
		padding-right: 80px; 
	}

}


@media all and (max-width: 480px) {
	
	div #header-text {
		margin-left: -1.5em;
		margin-right: -1.5em;
		width: 100%;
		font-size: 0.95em;
	}

	#header-text h3{
		padding-top: 0.05em;
		font-size: 1em;
	}

	iframe.youtube {
		height: 275px;
	}

	div.membership-marketing div img {
		display: none;
	}

	.call-us div {
		width: 100%;
	}

	.call-us p {
		text-align: center;
	}

}







