/*
	Theme Name: Silverdrum
	Theme URI: http://silver-drum.com
	Description: Silverdurm Recruitment
	Version: 1.3
	Author: Sketch
	Author URI: http://sketchagency.com
	Tags: Recruitment, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 15px/1.4 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#111;
	background: #f5f5f5;
}
h1, h2, h3, h4, h5, h6, .very-large {
	font-family: 'ltc-bodoni-175', serif;
	font-weight: normal;.application-form
	letter-spacing:-.05em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#6a4e67;
	text-decoration:none;
}
p {
	padding-bottom:1em;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.tile a.external {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1000;
	display:block;
	padding:10px;
	color:#fff;
	background:rgba(106, 78, 103, 0.5);
	background:rgba(255, 255, 255, 0.5);
	color: #333;
	font-size:1.8rem;
	bottom:0;
	font-weight:bold;
	text-align:center;
	font-family: 'ltc-bodoni-175', serif;

}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	padding: 35px 0;
	text-align:center;
	background:#fff;
	min-height:100px;
}

.header .wrapper {
	background:#fff url(img/nav-line.png) no-repeat center;
}
/* logo */
.logo {
	max-width:180px;
	margin:0 auto;
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
.logo-img {
	width:100%;
}
/* nav */
.nav {
	display:inline-block;
	vertical-align:middle;
	padding: 0 20px;
}
.nav ul {
	list-style: none;
	padding-left:0;
}
.nav ul li {
	font-size: 1.6rem;
	text-transform:uppercase;
	margin:0 15px;
	display: inline;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #020202;
	text-align:center;
	color: #fff;
	clear: both;
	margin-top:100px;
}

.footer address {
	font-style: normal;
	font-weight:300;
	font-size:2.8rem;
}

.footer .telephone a {
	font-size:19px;
	font-style: normal;
	font-weight:300;
	color: #fff;
	padding:1em 0;
	display: block;
	position: relative;
	margin-bottom: 1em;
}

.footer .telephone a::after {
	content: '';
	width:150px;
	height:1px;
	background: #fff;
	bottom:0;
	left:50%;
	margin-left: -75px;
	position:absolute;
}
.social-icons {
	padding-top: 1em;
	padding-bottom:2.5em;
}
.header-section {
	background: #fff;
	position:relative;
	overflow:hidden;
}

.single-post .header-section {
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
}

.header-section video {
	position:absolute;
	top:0;
	height:auto !important;
	left:0;
}

.header-section img {
	position:relative;
	z-index:1000;
	width:100%;
	display:block;
}

.home-sub {
	background: #fff;
	text-align:center;
	padding: 0 0 50px 0;
}

.home-sub h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	font-weight:300;
	max-width:610px;
	position:relative;
	padding:1.5em 0;
	margin:0 auto;
	letter-spacing:normal;
}

.home-sub h2::before,
.home-sub h2::after {
	content:'';
	width:100%;
	height:1px;
	background: #000;
	position:absolute;
	top:0;
	max-width:138px;
	left:50%;
	margin-left: -69px;
}

.home-sub h2::after {
	bottom:0;
	top:auto;
}

.social-icons a {
	margin:0 1em;
}

blockquote {
	font-family: 'ltc-bodoni-175', serif;
	font-size: 3rem;
	line-height:1em;
	padding:0.5em 0;
	margin:0.5em 0;
	text-align:center;
	position:relative;
	letter-spacing:-.05em;

}

.video {
	height: 315px;
	width: 100%;
	border: 0;
	display: block;
}

blockquote p {
	margin:0;
	padding:0;
}

blockquote::before,
blockquote::after {
	content:'';
	width:100%;
	height:1px;
	background: #000;
	position:absolute;
	top:0;
	max-width:138px;
	left:50%;
	margin-left: -69px;
}

blockquote::after {
	bottom:0;
	top:auto;
}

.page-title {
	font-size: 32px;
	text-align:center;
	position:relative;
	padding:0.5em;
}

.page-title::after {
	content:'';
	width:100%;
	height:1px;
	background: #000;
	position:absolute;
	bottom:0;
	max-width:138px;
	left:50%;
	margin-left: -69px;
}

.job-grid {
	padding:0;
}

/****
Job Stuff
****/

.job-salary
{
	background-image: url(img/money-icon.png);
	background-repeat: no-repeat;
	padding: 2px 40px;
	background-size:19px;
	background-position: left center;
	margin:0.1em 0;
}

.location
{
	background-image: url(img/location-icon.png);
	background-repeat: no-repeat;
	padding: 2px 40px;
	background-size:19px;
	background-position: left center;
	margin:0.1em 0;
}

.single-job-meta {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	margin-bottom: 50px;
}

.job-details,
.sectors {
	width:50%;
	float: left;
}

.sectors {
	margin: 0.5em 0;
}

.tile .job-meta,
.tile .twitter-meta {
	position: absolute;
	bottom: 5%;
	padding-top:8px;
}

.tile .job-meta::before,
.tile .twitter-meta::before {
	content: '';
	background: #000;
	width: 120px;
	height:1px;
	position:absolute;
	top:0;
	left:0;
}

.tile .twitter-meta
{
	background-image: url(img/home-twitter-icon.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	background-size:49px;
	background-position: left bottom;
	margin:0.5em 0;
	padding-top:30px;
}


.tile strong {
	text-transform: uppercase;
}

.application {
	border-top: 1px solid #000;
	margin-top: 30px;
	padding-top: 30px;
	display:block;
}

@media screen and (max-width:667px) {
	/*
	.application {
		margin-top:0 !important;
		border-top:0 !important;
	}
	.application-button {
	    width: auto !important;
	    display: block !important;
	    padding: 0 !important;
	    text-align: center !important;
	    background: transparent !important;
	    margin-top: 0 !important;
	    text-transform: none !important;
	    color: #000 !important;
	    font-size: 32px !important;
	    text-align: center !important;
	    position: relative !important;
	    font-family: 'ltc-bodoni-175', serif !important;
	    padding: 0 !important;
	    color: #000 !important;
	    border-bottom: 0 !important;
	}
	*/
}
.linkedin-apply {
	text-align:center;
}

button.linkedInButton {
	box-shadow: none !important;
	background-color: #069 !important;
	border:0 !important;
	border-radius: 0 !important;
	text-shadow: none !important;
}

.application-button {
	width: 100%;
	display: block;
	padding: 10px;
	text-align: center;
	background: #6a4e67;
	margin-top: 2em;
	text-transform: uppercase;
	color: #fff;
}

.application-button:hover {
	background: #333;
	color: #fff;
}

.application-form {
	background: #777;
}

.application-form {
background: #f0f0f0;
padding: 1em 2em;
position: relative;
border:1px solid #fff;
border-top:0;
height:0;
opacity:0;
overflow:hidden;
-webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
   -moz-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
     -o-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

@media screen and (max-width:667px) {
	/*
	.application-form {
		height:auto !important;
		opacity:1 !important;
	}
	*/
}

.application-form.fadeIn {
	height:630px;
	opacity:1;
}

.application-form p.first-name {
	width: 100%;
	float: none;
}

.application-form p.surname {
	width: 100%;
	float: none;
}

@media only screen and (min-width:1025px) {
	.application-form p.first-name {
		width: 48%;
		float: left;
	}

	.application-form p.surname {
		width: 48%;
		float: right;
	}
}

.wpcf7 input, .wpcf7 select {
	background: #fff;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-top: 2px solid #b2b3b3;
	border-left: 2px solid #b2b3b3;
	color: #333;
	height: 44px;
	width: 100%;
	padding-left: 1em;
	font-size: 1em;
}

.submit input {
	background: #333;
	color: #fff;
	border: 0;
}

.submit {
	margin-top:20px;
}

.nice .NFI-button {
background-color: #3d4042;
color: #fff;
width: 100px;
height: 44px;
line-height: 44px;
position: absolute !important;
top: 0;
right: 0;
}

.NFI-wrapper {
	width:100%;
	position:relative;
}

.NFI-wrapper input {
	width:100%;
}

.gform_fields li input[type="text"] {
    background: #fff;
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-top: 2px solid #b2b3b3;
    border-left: 2px solid #b2b3b3;
    color: #333;
    height: 44px;
    width: 100%;
    padding-left: 1em;
    font-size: 1em;
}

.gform_footer input[type="submit"] {
    height: 44px;
    width: 100% !important;
    padding-left: 1em;
    font-size: 1em;
    background: #6a4e67;
    color: #fff;
    border: 0;
}

.gform_wrapper .gform_footer {
    padding: 16px 16px 0 0 !important;
    margin: 16px 0 0 !important;
    clear: both !important;
    width: 100% !important;
}

.form-controls {
	margin:2em 0;
	padding:2em 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


.searchandfilter li input,
.searchandfilter li select {
	background: #fff;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-top: 2px solid #b2b3b3;
	border-left: 2px solid #b2b3b3;
	color: #333;
	height: 44px;
	width: 100%;
	padding-left: 1em;
	font-size: 1em;
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.searchandfilter ul {
	padding:0;
}

.searchandfilter .meta-slider {
	height:5px !important;
	max-width:100% !important;
}

.searchandfilter .noUi-horizontal .noUi-handle {
	top: -10px !important;
}

.meta-range input {
	border:0 !important;
	background: none !important;
}

.searchandfilter .range-max, .searchandfilter .range-min {
	max-width: 60px !important;
}

.meta-slider {
	clear:both;
}

.value_one {
	float:left;
}

.value_two {
	float:right;
}

.value_one span,
.value_one input,
.value_two span,
.value_two input {
	display:inline-block !important;
	vertical-align:middle !important;
}
.value_one input,
.value_two input {
	height:18px !important;
}

.latest-jobs {
	text-align: center;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.4rem;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

.terms {
	display: none;
}

.header-section-mobile {
		background: #fff;
		text-align:center;
		padding:2em;
}

.header-section-mobile h1 {
	font-size:48px;
	margin:0;
}

.header-section {
	display: none;
}

.nav {
	display:none;
}

.wpb_wrapper ul {
	list-style: outside square !important;
	margin-left:1em;
}

.meta-range {
	text-align:center;
}

.meta-range input {
	padding-left:0 !important;
}

.dash {
	margin-left:-42px;
}

.very-large {
	font-size:32px;
	text-transform: uppercase;
}

footer {
	padding: 50px 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.header-section-mobile h1 {
	  font-size: 30px;
	  line-height: 1.2;
	  margin: 0;
	}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.header-section-mobile h1 {
	  font-size: 48px;
	  line-height: 1.2;
	  margin: 0;
	}
	.tile.news h4 {
	  font-size: 4.8rem;
	  color: #fff;
	  letter-spacing: -0.05em;
	  line-height: 1.2;
	}

}

@media only screen and (min-width:1025px) {
	.header-section-mobile {
		display:none;
	}
	.header-section {
		display: block;
	}
	.application {
		display:block;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.home .job-grid li:nth-child(2),
	.home .job-grid li:nth-child(3),
	.home .job-grid li:nth-child(6) {
		background: #e8e8e9;
	}


}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.twitter-meta {
		display:none;
	}
}

@media only screen and (min-width:1024px) {


	.searchandfilter li {
	width: 30%;
	margin-right:3% !important;
	float:left;
}

.job-search-results {
	padding: 0 12%;
}

.form-controls {
	margin:2em 12%;
}

.job-grid li:nth-child(2),
.job-grid li:nth-child(3),
.job-grid li:nth-child(6) {
	background: #e8e8e9;
}

}
@media only screen and (max-width:1023px) {
	.page-template-default .job-grid li:nth-child(even) {
		background:#e8e8e9;
	}


}

@media only screen and (max-width:767px) {
		.home .job-grid li:nth-child(2),
	.home .job-grid li:nth-child(3),
	.home .job-grid li:nth-child(6) {
		background: inherit;
	}

	.home .job-grid li:nth-child(even) {
		background:#e8e8e9;
	}
}

@media only screen and (min-width:768px) {



}

@media only screen and (min-width:1024px) {

.nav {
	display:inline-block;
	vertical-align:middle;
	padding: 0 20px;
}



/* Sticky Footer */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.full-wrapper {
	min-height: 100%;
	/*margin: 0 auto -255px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	/*height: 255px; /* '.push' must be the same height as 'footer' */
	clear:both;
}
.very-large {
	font-size:48px;
	text-transform: uppercase;
}


.page-title {
	font-size: 32px;
	text-align:center;
	position:relative;
	padding:0.5em;
}
.page-title::after {
	content:'';
	width:100%;
	height:1px;
	background: #000;
	position:absolute;
	bottom:0;
	max-width:138px;
	left:50%;
	margin-left: -69px;
}
.single-jobs .page-title::after {
	display: none;
}
.job-tweet-container {
	width:50%;
	float:left;
}
.news-container {
	width:50%;
	float:right;
}


.tile a,
.nav li a {
	color:#444;
}

.tile a .terms {
	color: #6a4e67;
}

.pagination {
	clear:both;
	padding-top:2em;
}

.pagination-top {
	padding-bottom:2em;
}

.job-salary
{
	font-size:15px;
}

.location
{
	font-size:15px;
}

}
@media only screen and (min-width:1140px) {
	.tile.post h4 {
	  font-size: 2.1rem;
	  color: #000;
	  letter-spacing: -0.05em;
	  line-height: 1.2; }
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.tile {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  list-style: none;
  position: relative;
  height: 0;
  padding-bottom: 100%; }
  .tile:before, .tile:after {
    content: '';
    display: table; }
  .tile:after {
    clear: both; }
  .tile:last-child {
    margin-right: 0%; }
.tile.post strong {
  line-height: 3;
  letter-spacing: -0.05em; }

.tile.post figcaption,
.tile.news figcaption {
  padding: 10%; }

.tile.post h4 {
  font-size: 1.8rem;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 1.2; }



  .tile.news h4 {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 0;
  }
.tile.news strong {
	color:#fff;
	display:block;
	padding-bottom:2em;
}

.tile.post {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }

.tile.post:hover {
  background: #6a4e67; }

.tile.post:hover h3 {
  color: #fff; }

 .tile.post {
 	background: #FFFFFF;
 }


.tile.tweet span {
	display: block;
}

.tile.news {
	background-size:cover;
	background-repeat: no-repeat;
}

.home section ul {
	margin:0;
	padding:0;
}

.tile a {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
}

.home h3 {
	text-align:center;
	font-size: 3rem;

}


.content h3 {
	font-size: 2.8rem;
	padding: 0.5em 0;
}
@media only screen and (min-width: 1024px) {
	.home h3 {
		padding:1em 0;
	}
  .tile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    list-style: none;
    position: relative; }
    .tile:before, .tile:after {
      content: '';
      display: table; }
    .tile:after {
      clear: both; }
    .tile:last-child {
      margin-right: 0%; }

  .tile {
    padding-bottom: 50%; }

	.page-id-34 .tile {
		/* width:25%;
		padding-bottom:25%;
		*/
	}

  .tile.quotes {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .tile.quotes:before, .tile.quotes:after {
      content: '';
      display: table; }
    .tile.quotes:after {
      clear: both; }
    .tile.quotes:last-child {
      margin-right: 0%; }

  .tile.news {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    list-style: none;
    position: relative; }
    .tile.news:before, .tile.news:after {
      content: '';
      display: table; }
    .tile.news:after {
      clear: both; }
    .tile.news:last-child {
      margin-right: 0%; }

  .tile.news {
    padding-bottom: 50%; }

	  }

@media only screen and (min-width: 768px) {

.search-filter-results .tile,
.home .tile.post  {
	width:50%;
	padding-bottom:50%;
	margin:0;
}
button.linkedInButton span {
	padding-left:4px;
}
}


.linkedin-apply {
	margin-top:30px;
}

@media only screen and (min-width: 1024px) {

.search-filter-results .tile {
	width:33%;
	padding-bottom:33%;
}

.search-filter-results li:nth-child(even) {
	background:#fff;
}

button.linkedInButton span {
	padding-left:13px;
}

}

@media only screen and (min-width:1025px) {
	.linkedin-apply {
		margin-top:0;
	}
}
@media only screen and (min-width: 1280px) {

.search-filter-results .tile {
	/*width:25%;
	padding-bottom:25%;*/
}


}

@media screen and (max-width:450px) {
	.search-filter-results li:nth-child(even) {
		background:#fff;
	}
}

@media screen and (min-width: 450px) and (max-width: 1023px) {

	.search-filter-results li:nth-child(0) {
		background:#fff;
	}
	.search-filter-results li:nth-child(3) {
		background:#fff;
	}
	.search-filter-results li:nth-child(4) {
		background:#fff;
	}
	.search-filter-results li:nth-child(7) {
		background:#fff;
	}
	.search-filter-results li:nth-child(8) {
		background:#fff;
	}
	.search-filter-results li:nth-child(11) {
		background:#fff;
	}

}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	margin:0;
}

button.linkedInButton {
	background-image: url(img/linkedin-btn.png) !important;
	background-size:86px;
}



.meta-slider {
	top:10px;
	position:relative;
}

.wpb_single_image .vc_single_image-wrapper {
	display:block !important;
}

@media screen and (max-width: 667px) {
	.vc_row {
		margin-left:0 !important;
		margin-right:0 !important;
	}
}


#field_3_1 label {
    display:none !important;
}

#gform_3 {
    position:relative;
    max-width:80% !important;
}

#gform_3 .gform_footer {
        position: absolute;
    right: 0;
    top: 0;
    width: 190px !important;
    margin:0 !important;
    padding:0 !important;
}

footer #gform_3 #input_3_1 {
	border:1px solid #666;
	background: #000;
}

.gform_footer input[type="submit"]:hover {
	background-color:#333;
}

.searchandfilter label {
	width:100% !important;
}

.sf-field-post-meta-sketch_salary {
	text-align:center !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width:100% !important;
}
.nice .NFI-button:hover {
	cursor:pointer;
}
::-webkit-file-upload-button { cursor:pointer; }