.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
box-sizing: border-box;
vertical-align: baseline;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ul, ol {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
font-size: 1em; 
font-family: 'Oxygen', sans-serif;
}
li {
list-style: none;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
color: #454545;
line-height: 1.7em;
}
ul li:before {
color: #145daa; content: "\2022"; font-size: 1.3em; padding-right: .25em; position: relative;
top: .1em; }
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p + p { 
margin-top: 0.5em;
}
a {
color: inherit;
font-family: 'Oxygen', sans-serif;
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover,
a:active {
outline:0;
color: #145daa;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: 'Oxygen', sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}        body {
background-color: #ffffff;
margin: 0;
padding: 0;
line-height: 1;
} #top-bar {
background-color: #1c1b17;
width: 100%;
height: 40px;
border-bottom: 2px solid #145daa;
}
#header {
position: relative;
width: 100%;
}
#logo {
display: block;
float: left;
width: 100px;
margin: 0;
padding: 0;
}
#header-contact {
position: absolute;
top: 20px;
right: 10px;
}
#menu {
position: absolute;
height: 50px;
bottom: 5px;
right: 10px;
}
#menu-fixed {
position: fixed;
top: 0;
display: none;
background-color: #1c1b17;
border-bottom: 2px solid #145daa;
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
width: 100%;
height: 52px;
text-align: left;
z-index: 999;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
.overlay {
position: absolute;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/shadow.png);
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
}
#banner {
width: 100%;
margin: 0;
padding: 0;
}
.banner-left {
position: relative;
float: left;
display: block;
width: 50%;
height: 600px;
overflow: hidden;
}
.banner-left:hover .overlay {
opacity: 0;
}
.banner-right {
position: relative;
float: left;
display: block;
width: 50%;
height: 600px;
overflow: hidden;
}
.banner-right:hover .overlay {
opacity: 0;
}
#banner-text-01 {
position: absolute;
top: 30%;
left: 0;
right: 0;
}
#banner-text-02 {
position: absolute;
top: 30%;
left: 0;
right: 0;
}
#banner-short-01 {
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/banner-short-01.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
#banner-short-02 {
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/banner-short-02.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
#banner-short-03 {
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/banner-short-03.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
#banner-short-04 {
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/banner-short-04.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
#banner-short-05 {
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/banner-short-05.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
#banner-short-06 {
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/banner-short-06.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
#banner-short-07 {
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/banner-short-07.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.main-content.search {
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/search-bg.png) no-repeat center top 50px;
}
.main-content.dark {
background-color: #1c1b17;
border-bottom: 2px solid #145daa;
}
.main-content.grey {
background-color: #fafafa;
border-bottom: 2px solid #145daa;
}
.main-content.category {
background-color: #1c1b17;
border-bottom: 2px solid #145daa;
padding: 40px 10px;
}
.main-content.handshake {
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/handshake-bg.jpg) no-repeat right center #1c1b17;
}
.category-image {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}
.job-header {
height: 80px;
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}
.job-text {
padding: 0 0 40px 0;
margin: 0;
height: 180px;
}
.job-text-three {
padding: 0 0 40px 0;
margin: 0;
height: 180px;
}
.job-button {
padding: 0;
margin: 0;
overflow: hidden;
}
.sidebar-header {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}
.sidebar-text {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}
.sidebar-button {
padding: 0;
margin: 0;
overflow: hidden;
}
.panel {
background-color: #1c1b17;
border: 2px solid #145daa;
border-radius: 5px;
padding: 20px;
margin: 0 0 40px 0;
}
.container-50 {
position: relative;
width: 50%;
padding: 0;
margin: 0;
}
.text-container {
padding: 0;
margin: 0;
}
#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}
#footer {
background: none repeat scroll 0 0 #1c1b17;
border-top: 2px solid #145daa;
width: 100%;
padding: 40px 0;
margin: 0;
}
#baseline {
background: none repeat scroll 0 0 #1c1b17;
width: 100%;
padding: 20px 0;
margin: 0;
} #top-bar-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}
#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 160px;
padding: 10px;
margin: 0 auto;
}
#banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 250px;
padding: 0 10px;
margin: 0 auto;
vertical-align: middle;
}
#menu-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}
.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 60px 10px;
margin: 0 auto;
overflow: hidden;
}
.job-detail-wrapper {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}
.search-wrapper {
padding: 15px 0 0;
margin: 0;
overflow: hidden;
}
#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}
#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
} .menu-column {
float: left;
display: block;
width: 80%;
margin: 0;
padding: 0;
}
.contact-column {
float: left;
display: block;
width: 20%;
height: 50px;
margin: 0;
padding: 0;
text-align: right;
}
.category-column {
display: block;
float: left;
width: 16%;
padding: 0 5px;
margin: 0;
overflow: hidden;
}
.two-column {
display: block;
float: left;
width: 50%;
padding: 0 10px;
margin: 0;
overflow: hidden;
}
.two-column.first {
padding: 0 10px 0 0;
}
.two-column.last {
padding: 0 0 0 10px;
}
.three-column {
display: block;
float: left;
background-color: #1c1b17;
border: 2px solid #145daa;
border-radius: 5px;
width: 32%;
padding: 20px;
margin: 0 5px 10px;
overflow: hidden;
}
.four-column {
display: block;
float: left;
background-color: #1c1b17;
border: 2px solid #145daa;
border-radius: 5px;
width: 24%;
padding: 20px;
margin: 0 5px;
overflow: hidden;
}
.left-column-70 {
display: block;
float: left;
width: 70%;
padding: 0 40px 0 0;
margin: 0;
overflow: hidden;
}
.right-column-30 {
display: block;
float: left;
width: 30%;
padding: 0;
margin: 0;
overflow: hidden;
}
.job-desc-column {
display: block;
float: left;
width: 25%;
padding: 0 10px 0 0;
margin: 0;
overflow: hidden;
}
.job-detail-column {
display: block;
float: left;
width: 75%;
padding: 0 0 0 10px;
margin: 0;
overflow: hidden;
}
#footer-column-01 {
display: block;
float: left;
width: 25%;
padding: 0 40px 0 0;
margin: 0;
overflow: hidden;
}
#footer-column-02 {
display: block;
float: left;
width: 50%;
padding: 0 40px 0 0;
margin: 0;
overflow: hidden;
}
#footer-column-03 {
display: block;
float: left;
width: 25%;
padding: 0;
margin: 0;
overflow: hidden;
} section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}
section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}
section.sidebar {
background-color: #ffffff;
border-bottom: 2px solid #145daa;
padding: 20px 10px;
}
section.sidebar:hover {
background-color: #f5f5f5;
} .clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
} .menu_title{
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #1c1b17;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 700; 
}
nav a { 
color: #1c1b17; 
display: block; 
font-size: 1em;
font-family: 'Oxygen', sans-serif;
font-weight: 700;
text-transform: uppercase;
line-height: 50px;
padding: 0 35px; 
text-decoration: none; 
}
nav a:hover { 
color: #145daa; 
}
nav a.first {
padding: 0 35px 0 0;	
}
nav a.last {
padding: 0 0 0 35px;	
}
nav a.fixed {
color: #ffffff;	
font-weight: 400;
line-height: 50px;
}
nav a.fixed:hover {
color: #145daa;	
}
nav ul,
nav ul li { 
height: 50px;
list-style-type: none !important; 
padding: 0; 
margin: 0; 
text-indent: unset;
}
nav > ul { 
text-align: left; 
}
nav > ul > li { 
display: inline-block; 
}
nav > ul > li:first-child { 
border-left: none; 
}
nav ul li:before {
color: inherit;
font-size: inherit;
padding: 0;
content: none;
}
.sub-menu-parent { 
position: relative;
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/down.gif) no-repeat scroll right 20px center;
padding: 0 15px 0 0; 
}
.sub-menu {
background: #2b2b2b;
visibility: hidden; opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:hover .sub-menu {
visibility: visible; opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; }
.sub-menu li {
width: 350px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #c2c2c2;
text-align: left;
}
.sub-menu li a {
line-height: 50px;	
} .center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.bold {
font-weight: 700;
}
.italic {
font-style: italic;
}
.uppercase {
text-transform: uppercase;
}
.darkshadow {
text-shadow: 2px 2px 2px #000000;
}
.clear {
clear: both;
} header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}
header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}
header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}
header.sidebar {
background-color: #1c1b17;
border-bottom: 2px solid #145daa;
padding: 20px;
margin: 0;
overflow: hidden;
}
h1.main {
color: #ffffff;
font-size: 3.5em;
font-family: 'Oxygen', sans-serif;
margin: 0;
padding: 80px 0 0;
display: block;
line-height: 1em;
}
h1 {
color: #1c1b17;
font-size: 2.5em;
font-family: 'Oxygen', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}
.text-container h1 {
padding: 0 0 20px 0;
}
h2 {
color: #1c1b17;
font-size: 2em;
font-family: 'Oxygen', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}
h2.sub {
font-size: 1.8em;
}
h2.white {
color: #ffffff;
}
.text-container h2 {
padding: 20px 0;
}
.text-container.white h2 {
color: #ffffff;
}
h3 {
color: #145daa;
font-size: 1.5em;
font-family: 'Oxygen', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}
h3.white {
color: #ffffff;
}
.text-container h3 {
padding: 20px 0;
}
.text-container.white h3 {
color: #ffffff;
}
h4 {
color: #1c1b17;
font-size: 1.4em;
font-family: 'Oxygen', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}
h4.white {
color: #ffffff;
}
h4.dark {
color: #1c1b17;
}
.text-container h4 {
padding: 20px 0;
}
.text-container.white h4 {
color: #ffffff;
} span.red {
color: #145daa;
}
span.white {
color: #ffffff;
}
span.bold {
font-weight: 700;
} p.main-text {       
color: #454545; 
font-size: 1em; 
font-family: 'Oxygen', sans-serif;
padding: 0;
line-height: 1.7em;
}
p.main-text.small {
font-size: 0.875em; 
}
p.main-text.large {
font-size: 1.2em; 
}
p.main-text.white {
color: #c2c2c2; 
}
p.menu-text {       
color: #ffffff; 
font-size: 1.1em; 
font-family: 'Oxygen', sans-serif;
font-weight: 400;
padding: 0;
margin: 0;
line-height: 50px;
}
p.banner-text {       
color: #ffffff; 
font-size: 3.5em; 
font-family: 'Oxygen', sans-serif;
padding: 0;
line-height: 1.7em;
}
p.banner-text.small {       
font-size: 2em; 
}
p.category-text {
color: #c2c2c2;
font-size: 0.975em;
font-family: 'Oxygen', sans-serif;
padding: 0;
line-height: 1.7em;
}
p.category-text.small {
font-size: 0.75em;	
}
p.error-text {       
color: #454545; 
font-size: 12em; 
font-family: 'Oxygen', sans-serif;
font-weight: 700;
padding: 0;
line-height: 1em;
} #respond {
margin: 0;
padding: 0;
overflow: hidden;
}
.error {
width: 98%;
font-family: 'Oxygen', sans-serif;
font-size: 0.975em;
padding: 10px;
border: 1px solid #145daa;
color: #145daa;
border-radius: 3px;
margin: 0 0 20px 0;
}
.success {
width: 98%;
font-family: 'Oxygen', sans-serif;
font-size: 0.975em;
padding: 10px;
border: 1px solid green;
color: green;
border-radius: 3px;
margin: 0 0 20px 0;
}
form span {
color: #454545;
}
input.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Oxygen', sans-serif;
font-size: 0.975em;
height: 35px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 3px;
width: 98%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
input.contact.short {
width: 60px;	
}
input.contact:focus {
border: 2px solid #145daa;
}
textarea.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Oxygen', sans-serif;
font-size: 0.975em;
height: 100px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px 3px;
width: 98%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
textarea.contact:focus {
border: 2px solid #145daa;
}
input[type=submit].link { 
background-color: #145daa;
border: none;
padding: 10px 20px;
margin: 20px 0 0;
position: relative;
cursor: pointer;
color: #ffffff; 
font-size: 1em; 
font-family: 'Oxygen', sans-serif;
font-weight: 400;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
input[type=submit].link:hover { 
background-color: #2b2b2b;
} .search-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
margin: 0;
outline: 0 none;
padding: 0 10px 0 0;
vertical-align: bottom;
}
input.search {
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid #1c1b17;
color: #454545;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 700;
height: 30px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 3px;
width: 200px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
.search-label-button {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
margin: 0;
outline: 0 none;
padding: 0 0 8px 0;
vertical-align: bottom;
}
button.search-button {
background: #145daa;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 400;
padding: 10px;
margin: 0;
text-align: left;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
button.search-button:hover {
background: #1c1b17;
} a.banner-button {
background: #145daa;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 700;
padding: 15px 25px;
margin: 30px auto 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a.button {
background: #145daa;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 700;
padding: 15px 40px;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a.button.dark:hover {
background: #1c1b17;	
}
a.apply-button {
background: #145daa;
width: 100%;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Oxygen', sans-serif;
font-size: 1.1em;
font-weight: 700;
padding: 20px;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a.apply-button:hover {
background: #1c1b17;
} a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
font-family: 'Oxygen', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
font-family: 'Oxygen', sans-serif;
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a.link:hover {
color: #145daa;
text-decoration: underline;
}
a.link.under:hover {
color: #145daa;
}
a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}
a.social:link, a.social:visited, a.social:active {
height: 40px;
width: 40px;
text-decoration: none;
} .tel,.tel:visited { color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 
.tel:hover,.tel:focus { 
color: inherit; 
}  ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}
ul.bullets li {
color: #145daa; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
span.bullets {
color: #454545; 
font-size: 1em; 
font-family: 'Oxygen', sans-serif;
line-height: 1.7em;
} ul.top-bar {
list-style-type: none !important;
display: inline-table;
color: #ffffff; 
font-size: 0.875em; 
font-family: 'Oxygen', sans-serif;
padding: 0;
margin: 0;
}
ul.top-bar li {
float: left;
color: inherit;
height: 40px;
line-height: 40px;
margin: 0 20px;
}
ul.top-bar li a {
color: #ffffff;  
font-family: 'Oxygen', sans-serif;
text-decoration: none;
}
ul.top-bar li a:hover {
color: #c2c2c2; 
}
ul.top-bar li.social {
padding: 0;
margin: 0;
text-indent: unset;
}
ul.top-bar li.last {
margin: 0;
}
ul.top-bar li:before {
color: inherit;
font-size: inherit;
padding: 0;
content: none;
} .featureList, .featureList ul {
padding-left: 2em;
list-style-type: none;
list-style-position: inherit;
font-size: 1em;
font-family: 'Oxygen', sans-serif;
line-height: 1.7em;
color: #c2c2c2;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}
.featureList li:before {
position: absolute;
margin-left: -1.3em;
}
.featureList li.gthan:before {
content: "\003E";
color: #145daa;
top: auto;
font-size: 1em;
}
.featureList li {
margin: 0 0 10px 0;
color: #c2c2c2;
text-indent: unset;
} img {
border: 0;
height: auto;
max-width: 100%;
}
img.banner {
position: relative;
border: 0;
height: auto;
max-width: 100%;
}
img.category {
border: 0;
height: auto;
max-width: 100%;
opacity: 0.4;
}
img.category:hover {
opacity: 1;
} span.date, span.author, span.post-date {
font-family: 'Open Sans', sans-serif;
font-size: 0.875em;
font-weight: 400;
font-style: italic;
line-height: 1.5em;
display: inline-block;
margin: 0 0 20px 0;
} #categories-2 .widget_categories ul li{
position: relative;
float: left;
border-top: 1px solid #f0f0f0;
width: 100%;
}
#categories-3 .widget_categories ul li{
position: relative;
float: left;
border-top: 1px solid #f0f0f0;
width: 100%;
} .addthis_toolbox {
padding-bottom: 20px;
} form.search {
margin: 0 0 30px 0;
} article {
margin: 0 0 20px;
padding: 0;
}
article ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}
article ul li {
color: #454545; 
font-size: 1.1em; 
font-family: 'Lato', sans-serif;
line-height: 1.7em;
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
} input.search-input {
border: 1px solid #333333;
color: #333333;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
height: 40px;
line-height: 18px;
padding: 2px 3px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
button.search-submit {
background: #145daa;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 400;
padding: 10px;
margin: 0;
text-align: left;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
button.search-submit:hover {
background: #1c1b17;	
} #categories-2 {
padding: 0 0 40px 0;
overflow: hidden;
}
.widget_categories {
padding: 0 0 20px 0;
}
.widget_categories ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
.widget_categories ul li{
position: relative;
float: left;
border-top: 1px solid #f0f0f0;
width: 100%;
}
.widget_categories ul li a{
display: block;
background: rgb(0, 84, 165) center center; background: rgba(0, 84, 165) center center;
color: #ffffff;
padding: 0px;
height: 50px;
line-height: 50px;
padding: 0 0 0 10px;
text-decoration: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
.widget_categories ul li a:hover {
background: rgb(38, 103, 165) url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/small-arrow.png) no-repeat scroll right 20px center; background: rgba(38, 103, 165) url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/small-arrow.png) no-repeat scroll right 20px center;
}
.widget_recent_entries ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
.widget_recent_entries ul li{
position: relative;
float: left;
width: 100%;
padding: 0 0 10px 0;
}
.widget_recent_entries ul li a{
display: block;
color: #454545;
font-size: 1.1em;
padding: 0px;
height: 50px;
line-height: 50px;
padding: 0 0 0 10px;
text-decoration: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
.widget_recent_entries ul li a:hover {
text-decoration: underline;	
} .wp-pagenavi {
height: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 15px; 
color: #333333; 
text-decoration: none;
border: 2px solid #145daa; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #333333;
color: #fff;
border: 2px solid #145daa;
}
.wp-pagenavi span.current { 
font-weight: bold; 
} .editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 10px;
outline: 0 none;
padding: 0;
}
.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}
.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}
label {
color: #454545;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 400;
}
.wpcf7-form {
background: transparent;
padding: 0;
margin: 0;
overflow: hidden;
}
input.wpcf7-text {
border: 1px solid #c7c7c7;
border-radius: 10px;
color: #454545;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 18px;
margin: 0;
padding: 5px 10px;
outline: 0;
width: 93%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
input.wpcf7-text.error {
border: 1px solid #ffffff;
}
textarea.wpcf7-textarea {
border: 1px solid #c7c7c7;
border-radius: 10px;
color: #454545;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 400;
height: 100px;
line-height: 18px;
margin: 0;
padding: 10px;
outline: 0;
width: 93%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}
select.wpcf7-select {
border: 1px solid #ffffff;
border-radius: 5px;
color: #454545;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
height: 47px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px;
width: 97%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
.wpcf7-radio {
font-family: 'Montserrat', sans-serif;
font-size: 1em !important;
}
.wpcf7-list-item-label {
font-size: 1em !important;
}
input.wpcf7-submit {
background: #145daa;
border: 0 none;
border-radius: 15px;
display: inline-block;
color: #ffffff;
width: 95%;
cursor: pointer;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 700;
white-space: normal;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
input.wpcf7-submit:hover {
background: #1c1b17;
}
div.wpcf7-response-output {
float: left;
border-radius: 10px;
width: 95%;
font-family: 'Oxygen', sans-serif;
font-size: 1em;
font-weight: 400;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}
span.wpcf7-not-valid-tip {
color: #a40019;
font-family: 'Oxygen', sans-serif;
margin: 10px 0;	
} img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignnone {float:left; margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {float:left; margin:0 1em 1em 0}
a.meanmenu-reveal {
display: none
}
.mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
padding: 0;
min-height: 42px;
z-index: 999999
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #1c1b17;
text-decoration: none;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: 'Montserrat', sans-serif;
font-weight: 400
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #1c1b17;
height: 2px;
margin-top: 4px
}
.mean-container .mean-nav {
float: left;
width: 100%;
margin-top: 24px
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none
}
.mean-container .mean-nav ul li {
background: #ffffff;
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 100%;
padding: 0 0 0 10px;
margin: 0;
text-align: left;
color: #1c1b17;
border-top: 1px solid #cbcbcb;
text-decoration: none;
text-transform: uppercase;
box-sizing: border-box;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
color: #145daa;
}
.mean-container .mean-nav ul li li a {
width: 100%;
padding: 0 0 0 20px;
text-shadow: none!important;
visibility: visible
}
.mean-container .mean-nav ul li.mean-last a {
height: 50px;
border-bottom: 2px solid #145daa;
margin-bottom: 0
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 60px;
height: 50px;
padding: 0 20px 10px 20px;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 400;
background: rgba(255, 255, 255, .1);
border: none!important;
border-left: 1px solid #cbcbcb!important
}
.mean-container .mean-push,
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0
}
.mean-container .mean-push {
float: left;
clear: both
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.mean-remove {
display: none!important
}  @media screen and (max-width: 480px) 
and (min-width: 320px) {
#header-wrapper {
height: 150px;
padding: 10px 0;
overflow: visible;
}
#logo {
padding: 0 0 0 10px;
}
#menu {
position: absolute;
right: 0;
left: 0;
bottom: 0;
width: 100%;
margin: 0;
}
.menu_title {
display: block !important;
}
#header-contact {
position: relative;
top: auto;
right: auto;
display: block;
float: left;
text-align: center;
}
.search-wrapper {
display: none;
}
input.search {
width: 175px;
}
.banner-left {
width: 100%;
height: 200px;
}	
.banner-right {
width: 100%;
height: 200px;
}  
#banner-text-01 {
top: 15%;
}
#banner-text-02 {
top: 15%;
}
.main-content.handshake {
background-image: none;
}
.container-50 {
width: 100%;
}
.category-column {
width: 32%;
margin: 20px 0;
}
.three-column {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
.job-text-three {
height: auto;
}
.four-column {
width: 98%;
margin: 0 0 10px 0;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0;
}
#footer-column-01 {
width: 100%;
}
#footer-column-02 {
width: 100%;
padding: 40px 0 0;
}
#footer-column-03 {
width: 100%;
padding: 40px 0 0;
text-align: left;
}
h1 {
font-size: 1.8em;
}
h1.main {
padding: 40px 0 0;
}
h2 {
font-size: 1.6em;
}
h3 {
font-size: 1.3em;
}
p.banner-text {
font-size: 1.8em;
}
p.banner-text.small {
font-size: 1em;
}	
p.category-text {
font-size: 0.875em;
}		
a.banner-button {
font-size: 0.875em;
padding: 10px 15px;
margin: 20px auto 0;
}	  
}  @media screen and (max-width: 600px) 
and (min-width: 481px) {
#header-wrapper {
height: 150px;
padding: 10px 0;
overflow: visible;
}
#logo {
padding: 0 0 0 10px;
}
#menu {
position: absolute;
right: 0;
left: 0;
bottom: 0;
width: 100%;
margin: 0;
}
.menu_title {
display: block !important;
}
.banner-left {
width: 100%;
height: 300px;
}	
.banner-right {
width: 100%;
height: 300px;
}  
#banner-text-01 {
top: 15%;
}
#banner-text-02 {
top: 15%;
}
.main-content.handshake {
background-image: none;
}
.container-50 {
width: 100%;
}
.category-column {
width: 32%;
margin: 20px 0;
}
.three-column {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
.job-text-three {
height: auto;
}
.four-column {
width: 98%;
margin: 0 0 10px 0;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0;
}
#footer-column-01 {
width: 100%;
}
#footer-column-02 {
width: 100%;
padding: 40px 0 0;
}
#footer-column-03 {
width: 100%;
padding: 40px 0 0;
text-align: left;
}
h1.main {
padding: 50px 0 0;
}
p.banner-text {
font-size: 2em;
}
p.banner-text.small {
font-size: 1em;
}	
p.category-text {
font-size: 0.875em;
}			  
}  @media screen and (max-width: 768px) 
and (min-width: 601px) {
#header-wrapper {
height: 150px;
padding: 10px 0;
overflow: visible;
}
#logo {
padding: 0 0 0 10px;
}
#menu {
position: absolute;
right: 0;
left: 0;
bottom: 0;
width: 100%;
margin: 0;
}
.menu_title {
display: block !important;
}
.banner-left {
width: 100%;
height: 300px;
}	
.banner-right {
width: 100%;
height: 300px;
}  
#banner-text-01 {
top: 15%;
}
#banner-text-02 {
top: 15%;
}
.main-content.handshake {
background-image: none;
}
.container-50 {
width: 100%;
}
.category-column {
width: 32%;
margin: 20px 0;
}
.three-column {
width: 100%;
margin: 0 0 10px 0;
}
.job-text-three {
height: auto;
}
.four-column {
width: 48%;
margin: 0 5px 10px 0;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0;
}
#footer-column-01 {
width: 35%;
}
#footer-column-02 {
width: 65%;
padding: 0;
}
#footer-column-03 {
width: 100%;
padding: 40px 0 0;
text-align: left;
}
p.banner-text {
font-size: 2em;
}
p.banner-text.small {
font-size: 1em;
}	
p.category-text {
font-size: 0.875em;
}	
}  @media screen and (max-width: 949.99px) 
and (min-width: 769px) {
#header-wrapper {
height: 150px;
padding: 10px 0;
overflow: visible;
}
#logo {
padding: 0 0 0 10px;
}
#menu {
position: absolute;
right: 0;
left: 0;
bottom: 0;
width: 100%;
margin: 0;
}
.menu_title {
display: block !important;
}
.banner-left {
height: 250px;
}	
.banner-right {
height: 250px;
}  
#banner-text-01 {
top: 15%;
}
#banner-text-02 {
top: 15%;
}
.main-content.handshake {
background: url(//www.irmrecruitment.co.uk/wp-content/themes/IRMRecruitment/images/handshake-bg.jpg) no-repeat left center #1c1b17;
}
.container-50 {
width: 70%;
}
.job-text-three {
height: 250px;
}
.four-column {
width: 48%;
margin: 0 5px 10px 0;
}
nav > ul {
text-align: center;
}
p.banner-text {
font-size: 2em;
}
p.banner-text.small {
font-size: 1em;
}
p.category-text {
font-size: 0.875em;
}			  
}  @media screen and (max-width: 1068.99px) 
and (min-width: 950px) {
.banner-left {
height: 300px;
}	
.banner-right {
height: 300px;
}  
#banner-text-01 {
top: 15%;
}
#banner-text-02 {
top: 15%;
}
nav a {
padding: 0 30px;
}
nav a.first {
padding: 0 30px 0 0;
}
nav a.last {
padding: 0 0 0 30px;
}
.container-50 {
width: 70%;
}
.job-text {
height: 230px;
}
.job-text-three {
height: 230px;
}
.four-column {
width: 23.5%;
}
p.banner-text {
font-size: 2.3em;
}
p.banner-text.small {
font-size: 1.3em;
}
}  @media screen and (max-width: 1222.99px) 
and (min-width: 1069px) {
.banner-left {
height: 350px;
}	
.banner-right {
height: 350px;
}  
#banner-text-01 {
top: 18%;
}
#banner-text-02 {
top: 18%;
}
.container-50 {
width: 70%;
}
.job-text {
height: 210px;
}
.job-text-three {
height: 210px;
}
p.banner-text {
font-size: 2.5em;
}
p.banner-text.small {
font-size: 1.5em;
}
}  @media screen and (max-width: 1518.99px) 
and (min-width: 1223px) {
.banner-left {
height: 400px;
}	
.banner-right {
height: 400px;
}  
#banner-text-01 {
top: 20%;
}
#banner-text-02 {
top: 20%;
}
.container-50 {
width: 70%;
}
p.banner-text {
font-size: 3em;
}
p.banner-text.small {
font-size: 1.7em;
}
}  @media screen and (max-width: 1817px) 
and (min-width: 1519px) {
.banner-left {
height: 500px;
}	
.banner-right {
height: 500px;
}  
}