/*
Theme Name: JobJockey
Theme URI: http://colorlabsproject.com/themes/jobjockey/
Description: Job Listing Wordpress Theme by <a href="http://colorlabsproject.com">Colorlabs & Company</a>.
Author: Colorlabs & Company
Author URI: http://colorlabsproject.com/
Version: 2.7.1
Tags: job, resume, responsive, theme-options, translation-ready, threaded-comments, featured-images, widgets, two-columns, fixed-width, blue, green, brown, left-sidebar, right-sidebar, buddypress, custom-background, custom-menu, 
*/

/*==================================================================== 
  #Basic HTML
=================================================================== */
html { 
  font-size:62.5%
}
body {
  color:#5e5e5e;
  font: 14px/1.5 'Arial', 'Liberation Sans', FreeSans, sans-serif;
}
/* Separator */
.separator, hr {
	height:0;
	margin:30px 0;
	border:none;
	border-top:1px dashed #BBB5AD
}
.column { margin-bottom:15px }


/*==================================================================== 
  #Typography
=================================================================== */
h1 {font-size: 25px; }
h2 {font-size: 23px; }
h3 {font-size: 21px; }
h4 {font-size: 19px; }
h5 {font-size: 17px; }
h6 {font-size: 15px; }

small { font-size:12px }
ol { list-style: decimal }
ul { list-style: disc }
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
li { margin-left: 30px }
h1, h2, h3, h4, h5, h6,
p, dl, hr, ol, ul, pre, table, address, fieldset, figure {
  margin-bottom: 20px;
}
em { font-style:italic }
a { color:#CB544C; text-decoration:none; outline:none }
a:hover { text-decoration:underline }
.header a:hover, .submit-job a:hover { text-decoration:none }
pre, code {
	background:#ddd;
	padding:10px;
	font-size:12px;
	overflow:auto;
	font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}
blockquote {
	font:1.3em/1.5 'Georgia';
	font-style:italic;
	margin-left:40px;
}
.post .alignleft { 
	float:left;
	margin:5px 15px 15px 0
}
.post .alignright {
	float:right;
	margin:5px 0 15px 15px
}
.post .aligncenter {
	clear:both;
	display:block;
	margin:10px auto;
  float: none;
}
.post .alignnone{
  float: none;
}

/* Form Element 
------------------------------------------------------------------- */
input, select, textarea, .button, .pagination a, 
.pagination span, #pagination a, #pagination span {
	-webkit-box-shadow:1px 1px rgba(0,0,0,.2);
			box-shadow:1px 1px rgba(0,0,0,.2);
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}
label {
	display:block;
	margin-bottom:5px
}
select {
	border:none;
	padding:5px;
	background:#e8e7e4 url(images/icon/select-icon.png) no-repeat right center;
	-webkit-appearance:none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
input[type="text"], input[type="password"], textarea {
	width:95%;
	border:none;
	padding:5px
}
textarea { 
  resize:vertical; 
  font-family:Arial 
}
input[type="submit"] {
	color:#fff;
	border:none;
	cursor:pointer;
	padding:5px 10px;
	margin-right:5px;
	background:#cb544c url(images/pattern/noise-pattern.png);
}

/* Button 
------------------------------------------------------------------- */
.button {
	color:#fff;
	padding:5px 12px;
	background:url(images/pattern/noise-pattern.png)
}
.button.freelance, .button.red { background-color:#cb544c }
.button.full-time, .button.green { background-color:#79bd67 }
.button.part-time, .button.blue { background-color:#64c7dc }

/* Password Checker 
------------------------------------------------------------------- */
#pass-strength-result {
	float:left;
	background:#eee;
	padding:5px 50px;
	border:1px solid #ddd;
  margin-top: 20px;
}
#pass-strength-result.short, #pass-strength-result.mismatch {
	border-color:#f04040;
	background-color:#ffa0a0
}
#pass-strength-result.bad {
	border-color:#ff853c;
	background-color:#ffb78c
}
#pass-strength-result.good {
	border-color:#fc0;
	background-color:#ffec8b
}
#pass-strength-result.strong {
	border-color:#8dff1c;
	background-color:#c3ff88
}

/*==================================================================== 
  #Font Face
=================================================================== */
@font-face {
  font-family: 'Bebas';
  src: url('fonts/bebas/BEBAS___-webfont.eot');
  src: url('fonts/bebas/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/bebas/BEBAS___-webfont.woff') format('woff'),
       url('fonts/bebas/BEBAS___-webfont.ttf') format('truetype'),
       url('fonts/bebas/BEBAS___-webfont.svg#BebasRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.header .navigation, .widget-title, .submit-job {
	font-weight:400;
	font-family:'Bebas',Arial, sans-serif
}


/*==================================================================== 
  #Header
=================================================================== */
.header, .header .row { position:relative; min-height:120px }
.header a, .header { color:#a2b8ca }
.header a:hover { color:#fff }
.header ul { 
	margin:0;
	list-style:none
}
.header li {
	float:left;
	position:relative;
	margin:0 4% 0 0
}
.header::after {
	background:url(images/header-ribbon.png) repeat-x
}
.nav-left li {
	float:right;
	margin:0 0 0 4%
}

/* User Info 
------------------------------------------------------------------- */
.user-info { margin-top:15px }
.user-info .avatar {
	float:right;
	padding:4px;
	margin-left:20%;
	margin-right:10px;
  -webkit-box-shadow: 1px 1px rgba(0,0,0,.5) inset, -1px -1px rgba(255,255,255,.4) inset;
     -moz-box-shadow: 1px 1px rgba(0,0,0,.5) inset, -1px -1px rgba(255,255,255,.4) inset;
          box-shadow: 1px 1px rgba(0,0,0,.5) inset, -1px -1px rgba(255,255,255,.4) inset;
}
.user-info .user-name { 
	color:#fff;
	font-weight:700
}
.user-info p { font-size:13px }

/* Header Navigation
------------------------------------------------------------------- */
.header-nav { 
	font-size:13px;
	padding-left:2.5%;
	margin:1% 0 90px
}
.header-nav select { display:none }
.navigation {
	left:0;
	margin:0;
	width:91%;
	margin-left:2%;
	bottom:-25%;
	z-index:100;
	position:absolute;
	padding:17px 2.5%;
	text-align:center;	
	background-size:auto 100%
}
.navigation:before, .navigation:after {
	content:"";
	top:0;
	left:-17px;
	width:19px;
	height:100%;
	position:absolute;
	background-size:auto 100%;
  background-repeat: no-repeat;
}
.navigation:after {
	left:auto;
	right:-17px;
	background-position:right
}
.navigation ul { margin-bottom:0 }
.nav-join { display:none }
.login-menu a { color:#efd494 }
.login-box {
	right:0;
	z-index:100;
	width:205px;
	padding:24px;
	display:none;
	font-size:13px;
	margin:15px 0 0;
	position:absolute;
	background:#313848 url(images/pattern/login-pattern.jpg)
}
.login-box a {
	color:#a2b8ca;
	font-family:Arial
}

.logo {
	left:42%;
	width:16%;
	bottom:-90%;
	text-align:center;
	position:absolute;
	display:inline-block
}
.logo img {
	height:auto;
	display:block;
	max-width:100%
}


/*==================================================================== 
  #Job Search
=================================================================== */
.job-search { margin-bottom:30px }
.submit-job {
	margin:0;
	font-size:24px;
	text-align:center;
	text-shadow:1px 1px #fff;
	background:#6bbddf url(images/pattern/blue-pattern.jpg)
}
.submit-job a { 
	display:block;
	color:#3d4a5b;
	padding:15px 0 16px;
	margin:5px;
	border:1px dashed #c0eaff;
	background:url(images/icon/tie-icon.png) no-repeat 10px
}
.job-searchform { 
	width:67.5%;
	background:#6bbddf url(images/pattern/red-pattern.jpg)
}
.job-searchform form {
	margin:5px;
	padding:12px 18px 13px;
	border:1px dashed #e18a84
}
.job-searchform .ui-helper-hidden-accessible {
	display: none
}
.job-searchform input[type="text"] { 
	width:30%;
	padding:12px;
	margin-right:1%;
}
.job-searchform input.radius-text{
	width: 7%;
}
.job-searchform span.distance_unit{
	color: #FFFFFF;
  font-weight: bold;
  padding: 10px 5px;
}
.job-searchform input[type="submit"] {
	padding:0;
	width:11%;
	height:42px;
	text-indent:-9999px;
	background:#f4efe3 url(images/icon/search-icon.png) no-repeat center center
}
.job-searchform::after {
	content:"";
	top:0;
	width:43px;
	height:100%;
	right:-36px;
	z-index:100;
	position:absolute;
	background:url(images/jobsearch-ribbon.png) no-repeat;
	background-size:100% 100%
}

/* Autocomplete
------------------------------------------------------------------- */
.ui-autocomplete {
	width:218px;
	background:#fff;
	list-style:none;
  z-index: 100;
  border: 1px solid #bbb5ad;
}
.ui-autocomplete li { 
	padding:7px 10px;
	display:block;
	cursor:pointer;
	margin: 0;
	border-top:1px dashed #bbb5ad
}
.ui-autocomplete li:first-child { border:none }

.ui-autocomplete-input.loading {
	background-repeat:no-repeat;
	background-position:95% center;
	background-image:url(images/ajax-loader.gif)
}
.ui-autocomplete .ui-state-focus{
	background: #eee;
}
.ui-helper-hidden-accessible {
    display: none;
}

/*==================================================================== 
  #Sidebar & Widget
=================================================================== */
.sidebar .widget { 
	color:#626262;
	font-size:13px;
	margin-bottom:30px
}
.widget-title { 
	color:#392e28;
	font-size:16px;
	margin-bottom:14px;
	padding-bottom:10px
}
.widget ul { list-style:none }
.widget-title, .widget li { border-bottom:1px dashed #a1a1a1 }
.widget li:last-child { border-bottom:none }
.widget li {
	margin:0 0 12px;
	padding-bottom:12px
}
.widget li a {
	display:block;
	color:#626262
}

/* Job Sort Widget
------------------------------------------------------------------- */
.widget.widget_colabs_jobsort { 
	background:#fff;
	position:relative;
	margin-bottom:35%;
	padding-top:1px
}
.widget_colabs_jobsort select {
	display:block;
	margin-bottom:20px;
	width:100%
}
.widget_colabs_jobsort .widget-title {
	top:-4px;
	width:68%;
	color:#fff;
	border:none;
	padding:4% 0 9%;
	margin-left:15%;
	text-align:center;
	position:absolute;
	background-repeat: no-repeat;
  background-position: center top;
  background-size:100%;
}
.widget_colabs_jobsort form {
	margin:5px 5px 0 5px;
	padding:30% 9.6% 0;
	border:1px dashed #a7a7a7;
	border-bottom:none;
	background-color: #FFFDF8;
}
.widget_colabs_jobsort::after {
	height:20%;
	width:100%;
	position:absolute;
	visibility:visible;
	background:url(images/widget-bottom.png) no-repeat;
	background-size:100%;
}

/* Social Widget
------------ ------------------------------------------------------ */
.social-icon a {
	float:left;
	width:33px;
	height:33px;
	margin-right:5px;
	text-indent:-9999px;
	background:url(images/icon/social-icon.png) no-repeat
}
.social-icon .facebook { background-position:-34px }
.social-icon .twitter { background-position:-68px }
.social-icon .mail { background-position:-103px }
.social-icon .linkedin { background-position:-137px }
.social-icon .skype { background-position:-207px }
.social-icon li {
	float:left;
	border:none
}

/* Twitter Widget 
------------------------------------------------------------------- */
.widget_colabs_twitter li a {
	color:#cb544c;
	display:inline
}

/* Facebook Widget
------------------------------------------------------------------- */
.fb-iframe {
  width: 100%;
  background: #fff;
}

/* Tabs Widget
------------------------------------------------------------------- */
/* default */
.colabsTabs { 
	margin:0;
	overflow:hidden
}
.colabsTabs a { 
	display:block;
	padding:7px 8px;
	background:#f0f0f0
}
.colabsTabs li {
	padding:0;
	margin:0;
	float:left;
	border:none
}
.colabsTabs .selected { background:#fff }
#tabs .box a { display:inline }
#tabs li img {
	float:left;
	width:35px;
	height:35px;
	height:auto;
	max-width:100%;
	margin:0 10px 10px 0
}
#tabs .box {
	padding:15px;
	background:#fff
}
#tabs .box a { color:#cb544c }

/* Flickr Widget
------------------------------------------------------------------- */
.widget_colabs_flickr .flickr { margin-right:-5px }
.widget_colabs_flickr a { 
	float:left;
	margin:0 5px 5px 0;
}
.widget_colabs_flickr img {
	padding:2px;
	height:auto;
	display:block;
	max-width:100%;
	background:#fff;
	border:1px soldi #ddd
}

/* Subscribe Widget 
------------------------------------------------------------------- */
.widget_colabs_subscribe input[type="text"] { width:55.3% }


/*==================================================================== 
  #Main Content
=================================================================== */
.main { margin-top:100px }
.main.container{ margin-bottom: 60px;}
.sidebar, .submit-job { width:25.46% }
.content { width:71.3% }
.post img {
	background:#fff;
	border:5px solid #e1e1e1
}

/* Section 
------------------------------------------------------------------- */
.section {
	font-size:13px;
	margin:0 0 35px
}
.section-title { 
	color:#fff;
	float:left;
	padding:5px 20px;
	font-size:12px;
	position:relative;
	margin:5px 0 3px 5px;
	border:1px dashed;
	border-bottom:none;
}
.section-title img { vertical-align: middle; margin-right:5px }
.section-title a { color:#fff }
.section-title::after {
	content:"";
	position:absolute;
	width:110%;
	height:140%;
	left:-5px;
	top:-25%;
	z-index:-1;
}
.section-content {
	clear:both;
	background:#fff;
	padding:25px 20px;
  margin-bottom: 20px;
	border-top:1px dashed #bbb5ad
}
.section-content h4 { margin:0 0 10px }
.section-content input[type="text"], .section-content input[type="file"],
.section-content textarea, .section-content input[type="password"] { 
	padding:7px;
	background:#E8E7E4
}
.section-content input[type="file"] {
	-webkit-box-shadow:none;
			box-shadow:none
}

/* Latest Jobs Section
------------------------------------------------------------------- */
.latest-jobs .section-content { background:none; margin-bottom: 0px }
.section.latest-jobs {
    margin-bottom: 0;
}
.latest-jobs .sorting {
	float:left;
	width: 82%;
	margin-top:5px
}
.latest-jobs .sorting.result,
.search .sorting.result {
	float: left;
	margin-bottom: 20px;
}
.latest-jobs .sorting label, .latest-jobs .sorting input { float:left }
.latest-jobs .sorting label {
	color:#577a94;
	font-size:12px;
	line-height:20px;
	margin:5px 0 5px 5px
}
.latest-jobs .sorting input { margin-left:10px }

/* Search Section
------------------------------------------------------------------- */
.jj-search .section-content { background:none; margin-bottom: 0px; }
.jj-search .sorting {
	float:right;
	margin-top:5px
}
.jj-search .sorting label, .jj-search .sorting input { float:left }
.jj-search .sorting label {
	color:#577a94;
	font-size:12px;
	line-height:20px;
	margin:5px 0 5px 5px
}
.jj-search .sorting input { margin-left:10px }

/* Featured Section
------------------------------------------------------------------- */
.jobs-post { 
	color:#7e7e7e;
	font-size:13px;
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px dashed #bbb5ad
}
.jobs-post:last-child { 
	margin:0;
	border:none
}
.jobs-post .column { margin-bottom:0 }
.jobs-post h4 { 
	font-size:16px;
	margin:0
}
.jobs-img {
	float:left;
	margin:0 10px 10px 0;
	border:2px solid #e1e1e1
}
.jobs-img img { display:block }
.jobs-date { color:#d15a52 }
.jobs-place { 
	font-size:14px;
	line-height:1.8
}
.jobs-post .button { 
	float:right;
	margin:10px 0 0
}
.jobs-post.expired, .jobs-post.expired a{
  color: #bbb;
}
.jobs-post.expired h4 a, .jobs-post.expired .jobs-place, .jobs-post.expired .jobs-date{
  color: #bbb;
}
/*==================================================================== 
  #Pages
=================================================================== */

/* Register Page
------------------------------------------------------------------- */
.info-box {
	color:#3d4a5b;
	padding:25px 20px;
	background:#f1ece1;
	-webkit-border-radius:5px;
			border-radius:5px;
	margin-bottom: 20px;		
}
.data_list h6 {
    margin-bottom: 0;
}
.info-box ul, .info-box ul.list-style {
	margin:0;
	list-style-image:url(images/list-arrow.png)
}
.info-box ul.list-style li {
    border-bottom: 1px dashed #BBB5AD;
}
.list-style h4 span {
    font-size: 12px;
    margin: 0 5px;
		color: #CB544C;
}
.list-style h4 span a{
		color: #CB544C;
}
.info-box li { margin:0 0 20px 20px }
.info-box li:last-child { 
	padding:0;
	border:none;
	margin-bottom:0
}
.register-form input[type="text"], .register-form input[type="password"],
.login-form input[type="text"], .login-form input[type="password"],
.job-apply-form input[type="text"], .job-apply-form input[type="file"], .job-apply-form textarea  { 
	width:80%;
	padding:7px 5px;
	background:#e8e7e4;
}
.register-form {
	border-right:1px dashed #BBB5AD
}
.resetpassform .description {
	clear: both;
	padding-top: 10px;
}

.column.col6.login-form {
    background: #fff;
    padding: 15px;
    margin: auto;
    display: block;
    float: none;
}

.login-form input.text {
    width: 100%;
    box-sizing: border-box;
}

.login-form label {
    margin-bottom: 10px;
    font-weight: bold;
}
/* Employer Dashboard Page
------------------------------------------------------------------- */
.employer-dashboard strong, .employee-dashboard strong { color:#424242 }
.posted-jobs, .resume-list, table { 
	width:100%;
	font-size:13px;
	text-align:center
}
table th:first-child, table td:first-child, .posted-jobs .job-title,
.resume-list th:first-child, .resume-list td:first-child { text-align:left }
.posted-jobs th, .posted-jobs td,
.resume-list th, .resume-list td,
table th, table td { 
	padding:8px 0;
	border-bottom:1px dashed #BBB5AD
}
.posted-jobs th, .resume-list th, table th { border-top:1px dashed #BBB5AD }
.display_section, .myprofile_section ul {
	list-style:none;
	overflow:hidden
}
.display_section li {
	float:left;
	overflow:hidden;
	margin:0 5px 0 0
}
.display_section a {
	color:#fff;
	display:block;
	padding:5px 10px;
	background:#cb544c
}
.display_section .active a { background:#64c7dc }
.profile-content {
	overflow: hidden;
}
.profile-avatar {
	float: right;
	margin-left: 15px;
}


/* Employee Dashboard Page
------------------------------------------------------------------- */
.job-reccomend.info-box { color:#5e5e5e }
.job-reccomend h5, .job-reccomend p { margin:0 }
.job-reccomend .jobs-place { font-size:13px }
.job-reccomend .job-exp, .job-reccomend .job-stat { font-weight:400 }
.job-reccomend li {
	padding:0 0 20px;
	border-bottom:1px dashed #BBB5AD
}
.resume-list th, .job-applied th, .job-applied a { color:#3D4E63 }
.resume-list tr:last-child td { border:none }
.resume-list .button { 
	float:left;
	margin-top:15px
}

/* Job Info Pages
------------------------------------------------------------------- */
.job-apply-form form { margin-top:20px }
.job-apply-form input[type="text"], .job-apply-form input[type="file"] { width:50% }
.job-apply-form label { 
	display:inline;
	margin-left:2%;
	font-style:italic
}
.job-meta strong, .job-posted, .job-reccomend .job-stat { color:#d35a52 }
.job-info {
	color:#7e7e7e;
	position:relative
}
.job-info .button {
	top:0;
	right:0;
	position:absolute;
}
.job-salary { font-weight:700 }

/* Blog Page
------------------------------------------------------------------- */
.post {
	padding:15px;
	background:#fff;
	clear: both;
}
.post img {
	float:left;
	margin:0 10px 10px 0
}
.post p { overflow:hidden }

/* Contact Page
------------------------------------------------------------------- */
#frmcontact .sendCopy, #frmcontact .screenReader { display:inline }
#frmcontact #checking {
	width:3%;
	margin-left:10px
}

/* Resumes Pages
------------------------------------------------------------------- */
ol.resumes { list-style:none }
ol.resumes li {
	zoom:1;
	margin:0;
	padding:8px 10px;
	background:#fff;
	overflow:hidden;
	border-bottom:1px dashed #BBB5AD
}
ol.resumes dl { 
	margin:10px 0;
	overflow:hidden
}
ol.resumes dt {
	left:-9999em;
	position:absolute;
	visibility:hidden;
}
ol.resumes dd {
	float:left;
	margin:0 1%
}
ol.resumes .photo { border: 2px solid #E1E1E1 }
ol.resumes .title strong { display:block }
ol.resumes img {
	height:auto;
	max-width:100%;
	display: block;
}

ol.resumes .with-avatar .photo {
    width: 16%;
}

ol.resumes .with-avatar .title {
    width: 78%;
}

ul.section_footer, .prefs_job_types ul {
	overflow:hidden;
	list-style:none
}
ul.section_footer li, .prefs_job_types li {
	float:left;
	margin:0 15px 0 0
}
ul.section_footer a { padding-left:25px }
ul.section_footer a.star { background:url(images/icon/star-icon.png) no-repeat -4px center }
ul.section_footer .print a { background:url(images/icon/print-icon.png) no-repeat left center }


/*==================================================================== 
  #Pagination
=================================================================== */
.pagination, #pagination {
	clear:both;
	margin:30px 0;
	text-align:center
}
.pagination a, .pagination span,
#pagination a, #pagination span {
	color:#626262;
	font-size:11px;
	padding:6px 12px;
	margin-left:10px;
	background:#d2c9b9
}
.pagination a:hover, .pagination span,
#pagination a:hover, #pagination span {
	color:#99403a;
	text-decoration:none
}


/*==================================================================== 
  #Comment List & Comment Form
=================================================================== */
.commentlist, .commentlist .children {list-style:none }
.commentlist .children {margin:0 0 0 40px }
.commentlist li.comment {
	margin-left:0;
	overflow:hidden
}
.commentlist pre, code{
	padding:2px;
}
.comment-entry {
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
  padding-bottom: 10px;
}
.comment-author {
	float:left;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.comment-content { overflow:hidden }
.comment-author .avatar {
	float:left;
	margin-right:10px
}
#respond input[type="text"] {
	width:28.9%;
	padding:10px
}


/*==================================================================== 
  #Footer
=================================================================== */
.footer {
	padding:25px 15px;
	position:relative;
	background:#d2c9b9
}
.footer::before {
	content:"";
	left:0;
	top:-3px;
	width:100%;
	height:3px;
	position:absolute;
	visibility:visible;
	background:url(images/footer-ribbon.png) repeat-x
}
.footer-logo {
	bottom:0;
	position:absolute;
}
.footer-logo img { display:block }
.footer p { margin:0 }


/*==================================================================== 
  #Resume Page
=================================================================== */
.resume_header { overflow:hidden }
.resume_header img { 
	float:right;
	height:auto;
	max-width:100%;
	margin:0 0 10px 20px
}
.resume-title { float:left }
.resume_header .meta { clear:left }
.resume_header .button { float:left; background-color:#CB544C }
.resume_header .button a { color:#fff }
.resume_header dl {
  padding-left: 10px;
  border-left: 5px solid #eee;
}
.resume_header dt {
  float: left;
  clear: left;
  width: 100px;
  margin-right: 10px;
}
.resume_section_heading {
  margin-bottom: 5px
}
.resume_section ul {
  list-style: square;
}
.resume_section li {
  margin-left: 19px
}


/*==================================================================== 
  #Resume Form
=================================================================== */
input[type="file"] { background:#fff }
form.main_form legend {
	float:left;
	width:100%;
	display:block;
	font-size:20px;
  padding-top: 15px;
  margin:20px 0 5px;
	border-top:1px solid #bbb5ad;
}
form .form-builder-input {
	clear:both;
	margin-bottom:20px;
	overflow:hidden
}
form .form-builder-input label {
	width:35%;
	float:right;
	vertical-align: middle;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.screen-reader-text {
    display: none;
}
form .form-builder-input label span.description {
    display: block;
    font-style: italic;
    font-weight: normal;
}
form .form-builder-input .input-location{
  margin-bottom: 20px;  
}
form .form-builder-input input.text, form .form-builder-input textarea, form.submit_form textarea  {
	width:60%;
	padding:10px 5px
}
form .form-builder-input a.button{
  float: left;
}
form .form-builder-input select { 
	width:61.5%;
	padding:10px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-builder-input .checkbox-list {
    float: left;
    width: 60%;
}

.form-builder-input .checkbox-list > label {
    width: 50%;
    float: left;
}

.input-upload .image-preview {
  clear: both;
  padding-top: 10px;
  max-width: 200px;
  clear: both;
  position: relative;
}
.input-upload .image-preview img {
  padding: 5px;
  background: #fff;
  border: 1px solid #FD800F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-upload .image-preview .delete {
  position: absolute;
  background: #ccc;
  color: #000;
  min-width: 1em;
  text-align: center;
  line-height: 1em;
  padding: 0.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  top: 20px;
  right: 15px;
}
button.button{
  border: none;
}

/* Payment Methods List
------------------------------------------------------------------- */
.submit_form .job-feature, .submit_form .payment_methods {
    background: none repeat scroll 0 0 #F9F9F9;
    margin-bottom: 20px;
    padding: 15px;
}
.payment_methods, .job-body .payment_methods li {
  list-style: none;
  margin-left: 0;
}
.payment_methods input[type="radio"] {
  margin: 0 5px 0 0;
  position: relative;
  top: 0;
}
.payment_methods label {
  font-weight: bold;
  color: #202632;
  cursor: pointer;
  display: inline-block;
}
.payment_methods .payment_box {
  padding: 10px;
  background: #eee;
  margin-bottom: 15px;
}
.payment_methods .payment_box p:last-child,
.payment_methods .payment_box .last-child {
  margin: 0;
}
.payment_box input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-builder-input .alert-box,
.form-builder-input div.error-invalid,
.career_options .alert-box {
  clear: both;
  padding: 4px 10px;
  font-size: 13px;
  max-width: 62%;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mceContentBody { background:#fff }
#geolocation_box label { padding:0 }
#geolocation-load {
	border:none;
	padding:10px 15px;
	background-color:#CB544C
}
.select-menu {
	width:95%;
	margin-top:100px;
	position:absolute;
	display:none
}
.singleimage { 
	display:block;
	margin-bottom:20px
}
.singleimage img {
	height:auto;
	float:none;
	display:block;
	max-width:100%
}
#map_wrap img {
	max-width: none
}

.job-custom-form-fields {
	padding: 10px;
	background: #f5f5f5;
}
form.main_form .job-custom-form-fields input.text[type="checkbox"], 
form.main_form .job-custom-form-fields input.text[type="radio"] {
	margin-left: 1px;
}

/* wp-caption */
.wp-caption {
	margin-top: 0.4em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255, 253, 248);
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
	border:1px solid rgba(0, 0, 0, 0.03);
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-family: Georgia, serif;
	font-size: 12px;
	text-align:center;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}


/*==================================================================== 
  #Job List
=================================================================== */
.jobs dt {
  visibility: hidden;
  position: absolute;
  left: -9999em;
}
/*  reCAPTCHA   */
.register-form label{display: inline; }

#websites input[type="text"]{
  background: none repeat scroll 0 0 #E8E7E4;
  padding: 10px 5px;
  border: medium none;
}
.success {
  background: none repeat scroll 0 0 #D9EDF7;
  border: 1px solid #BCE8F1;
  clear: both;
  color: #3A87AD;
  display: block;
  padding: 10px 5px;
  margin-bottom: 15px;
  text-align: center;
}
.social_share{
  display: block;
}
.errors {
  background: none repeat scroll 0 0 #F2DEDE;
  border: 1px solid #EED3D7;
  color: #B94A48;
  list-style: none;
  padding: 10px 5px;
  margin-bottom: 15px;
}

.errors a, .success a {
	text-decoration: underline;
}


/*==================================================================== 
  #Submit Job Form
=================================================================== */
.submit_form input[type="checkbox"] + label {
  display: inline
}

/* Jobs Steps
------------------------------------------------------------------- */
.steps {
  background: #eee;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.steps:before, .steps:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.steps:after {
  clear: both
}
.steps li {
  margin: 0;
  float: left;
  color: #bbb;
  width: 24.9%;
  background: #fff;
  list-style: none;
  text-align: center;
  position: relative;
}
.steps span {
  display: block;
  padding: 7px 5px;
  border-left: 1px solid #ddd
}
.steps li:first-child span {
  border-left: 0
}
.steps .done {
  text-decoration: line-through;
}
.steps .current {
  color: #555;
  background: #eee;
}
.steps .current:before,
.steps .current:after {
  left: 50%;
  content: "";
  z-index: 11;
  bottom: -20px;
  margin-left: -10px;
  position: absolute;
  border: 10px solid;
  border-color: #eee transparent transparent transparent;
}
.steps .current:after {
  z-index: 10;
  bottom: -21px;
  border-top-color: #ddd;
}

/* Jobs Preview
------------------------------------------------------------------- */
.submit_form .jobs {
  margin: 15px 0;
  padding: 15px 0;
  list-style: none;
  border-top: 1px dashed #bbb5ad;
  border-bottom: 1px dashed #bbb5ad;
}
.submit_form .jobs .job {
  margin: 0;
}
.job .type {
  float: right;
}
.job .type span {
  display: block;
  padding: 3px 10px;
}
.job .title strong {
  display: block;
  font-size: 20px;
}
.job dl {
  margin-bottom: 0
}

.submit_form blockquote {
  background: #eee;
  margin: 20px 10px;
  padding: 5px 10px;
  font-style: normal;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb
}
.submit_form blockquote p {
  font-size: 14px;
  margin: 0 0 18px 0
}
.submit_form blockquote h2 {
  font-size: 21px;
  margin-bottom: 0;
}
.submit_form blockquote h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* Select Jobs Pack
------------------------------------------------------------------- */
.submit_form .packs, .purchase-pack .packs {
  list-style: none;
}
.submit_form .packs li {
  margin-left: 0;
  position: relative;
  margin-bottom: 20px;
  background: #F8F8F8;
  border: 1px solid #ddd;
  margin-left: 150px;
}
.submit_form .packs .cost, .purchase-pack .packs .cost {
  left: 0;
  color: #fff;
  width: 65px;
  height: 34px;
  padding: 0 5px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  background: #3d4e63;
}
.submit_form .packs h3, .purchase-pack .packs h3{
  font-size: 18px;
  background: #eee;
  margin-bottom: 10px;
  padding: 3px 15px 3px 85px;
  border-bottom: 1px solid #ddd;
}
.submit_form .packs p, .purchase-pack .packs p{
  margin-top: 0;
  padding: 0 15px;
}
.submit_form .packs div, .purchase-pack .packs div{
  top: 50%;
  left: -150px;
  width: 130px;
  text-align: right;
  margin-top: -10px;
  position: absolute;
}
.submit_form .packs label , .purchase-pack .packs label{
  margin: 0;
}


/*==================================================================== 
  #Responsive For tablet
=================================================================== */
@media only screen and (min-width: 768px) and (max-width: 977px) {
	.widget_colabs_facebook			{ display:none }
	/* Top Navigation */
	.header .navigation, .user-info { font-size:13px }

	/* Job search form */
	.submit-job a 					{ background-size:auto 36% }
	.job-post .col2 				{ width:16% }
	.job-post .col4					{ width:29% }
	.widget_colabs_jobsort form 	{ margin:5px 4px 0 4px }
	#menu-header-menu{
		display:none;
	}
	.menu-select-primary #menu-header-menu{
		display:block;
		padding:5px 15px;
	}

	.main {
		margin-top: 20px;
	}
	.job-searchform input[type="text"] {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
						box-sizing: border-box;
	}
	.header {
		overflow: hidden
	}
	.header:after {
		display: none !important
	}
	.job-searchform input.radius-text {
		width: 15%
	}
}


/*==================================================================== 
  #Responsive For Mobile(Portrait)
=================================================================== */
@media only screen and (max-width: 767px) {
	.section-content				{ padding:15px }
	.latest-jobs .sorting			{ clear:left; float:left; margin:15px 0 }
	.latest-jobs .sorting .submit	{ clear: left; display: block; float: left; width: 95% }
	.footer							{ padding:25px 15px }
	.footer .fr						{ margin-left:148px; width:245px; float:left }

	.header {
		overflow: hidden;
		padding-top: 10px;
	}
	body .header .navigation {
		margin-top: 80px;
	}
	body .widget_colabs_jobsort .widget-title {
		background: none
	}

	/* Hide uneeded element 
  ------------------------------------------------------------------*/
	.nav-left, .nav-right, .user-info 			{ display:none }

	/* Job search form 
  ----------------------------------------------------------------- */
	.job-searchform 				{ text-align:center }
	.submit-job, .job-searchform 	{ width:100% }
	.submit-job 					{ margin-bottom:20px }
	.submit-job a 					{ background-position:10% }
	.job-searchform::after 			{ width:0 }
  .job-searchform input[type="text"] { margin-bottom:10px }
  .job-searchform input[type="submit"] { display:inline-block }
  .job-searchform input[type="text"],
  .job-searchform input[type="submit"] {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box
  }

	/* Main
  ----------------------------------------------------------------- */
	.main 							{ margin:30px 0}
  .container          { padding-left: 15px; padding-right: 15px }

	/* Jobs Post
  ----------------------------------------------------------------- */
  .jobs-post              { margin-bottom: 30px; }
  .jobs-post .col6        { width: 100%; margin-bottom: 10px }
	.jobs-post .col4				{ width:100%; margin-left: 0; margin-bottom: 5px; }
	.jobs-post .col2				{ width:100%; clear:both; margin:0; }

	/* Widget
  ----------------------------------------------------------------- */
	.widget.widget_colabs_jobsort 	{ margin-bottom:30px; padding:5px 0 }
	.widget_colabs_jobsort .widget-title { background:none; color:#392E28; padding-bottom:0 }
	.widget_colabs_jobsort::after 	{ height:0 }
	.widget_colabs_jobsort form		{ padding:11% 9.6% 0; border-bottom:1px dashed #A7A7A7; margin-top:0 }

	/* Comment Form
  ----------------------------------------------------------------- */
	#respond input[type="text"]		{ width:90%; margin-bottom:10px }
}


/*==================================================================== 
  #Mobile (Portrait)
=================================================================== */
@media only screen and (min-width: 240px) and (max-width:479px) {
  .footer-logo {
    display: none;
  }
  .footer p {
    margin-left: 0 !important
  }
  form.main_form input.text, form.main_form textarea, form.main_form select { width: 95%; }
  form.main_form p label{float:left; margin:0}
}


/*==================================================================== 
  #Responsive For Mobile(Landscape)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* Job search form */
	.submit-job a 					{ background-position:30% }
	.job-searchform input[type="text"] { width:30%; margin-bottom:0 }
	.job-searchform input[type="submit"] { width:11% }
	form.main_form input.text, form.main_form textarea, form.main_form select { width: 95%; }
    form.main_form p label{float:left; margin:0}
}



/* #Mobile Menu
=================================================================== */
.btn-navbar {
  display: none;
  color: #fff;
  border: 1px solid rgba(0,0,0,.4);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -o-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  margin: 7px 5px;
  padding: 10px 10px 4px ;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
}
.btn-navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  z-index: 999;
  border-right: 1px solid rgba(255,255,255,.1);
}
.top-btn-navbar {
  top: 0px;
  left: 0px;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-transition: margin 600ms;
     -moz-transition: margin 600ms;
      -ms-transition: margin 600ms;
       -o-transition: margin 600ms;
          transition: margin 600ms;
}
.top-btn-navbar .bar {
  display: block;
  width: 38px;
  height: 2px;
  margin: 9px;
  border-right: 28px solid #fff;
  border-left: 6px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform, margin, border-right-color, box-shadow, background, opacity;
  -moz-transition-property: -moz-transform, margin, border-right-color, box-shadow, background, opacity;
  transition-property: transform, margin, border-right-color, box-shadow, background, opacity;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  transition-duration: 600ms;
}
.top-btn-navbar .bar:nth-child(2) {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mm-opening .top-btn-navbar {
  margin: -12px 0 0 0;
}
.mm-opening .top-btn-navbar .bar {
  background: #fff;
}
.mm-opening .top-btn-navbar .bar:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.mm-opening .top-btn-navbar .bar:nth-child(2) {
  margin-left: 14px;
  -webkit-transform: rotate(-137deg) translateY(-15px);
  -moz-transform: rotate(-137deg) translateY(-15px);
  -ms-transform: rotate(-137deg) translateY(-15px);
  -o-transform: rotate(-137deg) translateY(-15px);
  transform: rotate(-137deg) translateY(-15px);
}
.mm-opening .top-btn-navbar .bar:nth-child(3) {
  margin-left: 5px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  transform: rotate(-42deg);
}

/* Mobile Nav
------------------------------------------------------------------- */

.side-mobilemenu > .mm-panel {
  padding: 0;
}
.side-mobilemenu .mm-list {
  padding-top: 0;
}
.side-mobilemenu .mm-list > li:after,
.side-mobilemenu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255,255,255,.05);
}

.side-mobilemenu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  margin-left: 0;
}
.side-mobilemenu .current-menu-item{
  background: #36A9E8;
  border-bottom: 0;
  color: #FFF;
}

/* Set Mobile menu style for tablet and below
------------------------------------------------------------------- */
@media (max-width: 977px) {
	.container:after,
	.container:before {
		content: '';
		display: table;
	}
	.container:after {
		clear: both;
	}
	.container {
		zoom: 1;
	}
	.menu-select {
		text-align: center;
	}
  .navigation .nav-right, .navigation .menu-select-secondary, .header .user-info, .header-nav ul {
    display: none;
  }
  .btn-navbar, .btn-navbar-wrapper {
    display: inline-block;
  }

  /* Header
  ----------------------------------------------------------------- */
	.logo 							      { width:100%; left:0 }
	.logo img 						    { display:inline-block; width:auto; max-height:170px }
	.header-nav 					    { margin-bottom:20px; padding-left: 0; margin-bottom: 0; }
	.header .navigation 			{ width:91%; margin-left:2%; position:relative; margin-bottom:50px; margin-top:45px; height:30px }
	.nav-join 						    { text-align:center; display:none }
	.nav-join li 					    { float:none; display:inline-block; margin-bottom:10px }
	.user-info .avatar 				{ margin-left:0 }
	.select-menu					    { width:100%; display:block }
	.nav-left, .nav-right     { display: none }
	.mobile-menu {
		position: absolute;
		right: 0;
    z-index: 999;
	}

	/* Widget
	----------------------------------------------------------------- */
	.widget_colabs_jobsort .widget-title {
		/*background: none !important;*/
	}

  /* Sub Menu
  ----------------------------------------------------------------- */
  .nav-collapse {
  	text-align: left;
  }
  .nav-join li {
  	float: none;
  	display: block;
  	margin: 0;
  }
  .nav-join li a {
  	display: block;
  	padding: 8px 4px;
  	border-bottom: 1px solid rgba(0,0,0,.2);
  	border-top: 1px solid rgba(255,255,255,.1);
  	text-shadow: 0 1px rgba(0,0,0,.5);
  }
  .nav-join {
  	border-top: 1px solid rgba(0,0,0,.2);
  	border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .nav-collapse ul ul {
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    position: static;
    border: none;
    background: none;
    margin-left: 20px;
    width: auto;
    float: none;
    width: auto !important;
    opacity: 1 !important;
    position: static !important;
    background: none !important;
  }
  .nav-collapse ul ul li {
    border: none;
    width: auto;
  }
}

@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important
	}
}

.clearfix, .header {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.header:before, .header:after {
  display: table;
  content: "";
}
.clearfix:after,
.header:after {
  clear: both;
}
.submit_form .packs .job-pack-details li, .purchase-pack .packs .job-pack-details li {
    border: 0 none;
    margin-left: 15px;
    position: static;
		margin-bottom: 0;
}
.packs .job-pack-details {
    margin-bottom: 30px;
}
form.filter{
  margin-bottom: 30px;
}
.job-dashboard-actions{
  margin-bottom: 0;
}
.job-dashboard-actions li{
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}
td.actions a.btn {
    background: #cb544c;
    color: #ffffff;
    padding: 5px 10px;
    margin-right: 5px;
}
.filter .custom-checkbox {
  float: none;
  margin-top: 0;
  width: auto;
  display: inline-block;
  margin-right: 20px;
}
.job-pack-details {
    list-style: none outside none;
}		
.purchase-pack .packs li {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
		margin-left: 0px;
    position: relative;
}
.purchase-pack .packs .job-pack-actions {
    margin: 0;
    padding: 5px;
    position: static;
    width: 98%;
}

.submit_form .packs .job-pack-actions{
	top:80%;
}
.user-info {
    margin-right: 2.5%;
    margin-top: 15px;
}
.user-meta {
    float: right;
}
div#buddypress div.dir-search {
	margin : 0;
}

div#buddypress div.dir-search input[type="text"]{
	padding:6px;
	box-shadow: none;
	margin-top: -1px;
}
div#buddypress div.dir-search input[type="submit"]{
	padding:6px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
div#buddypress div.dir-search label{
	display: inline-block;
	margin-right: 10px;
}

div#buddypress div.activity-comments {
	margin: 10px 0 0 60px;
}
div#buddypress div.activity-comments div.acomment-avatar img {
	width: auto;
	height: auto;
}
div#buddypress div.activity-comments ul li > ul {
	margin-left: 50px;
}
div#buddypress table tr td, div#buddypress table tr th {
	border-bottom: none;
}

div#buddypress button, div#buddypress a.button, div#buddypress input[type="submit"], div#buddypress input[type="text"], div#buddypress input[type="button"], div#buddypress input[type="reset"], div#buddypress ul.button-nav li a, #buddypress div.generic-button a, div#buddypress .comment-reply-link, a.bp-title-button {
	padding: 6px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
div#buddypress input[type="file"]{
	padding: 2px 5px 4px;
}

div#buddypress .field-visibility-settings, div#buddypress .field-visibility-settings-toggle, div#buddypress .field-visibility-settings-notoggle {
    margin-top: 5px;
}
div#buddypress .activity-list li.mini .activity-avatar img.avatar, div#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: auto;
    margin-left: 0px;
    width: auto;
}
.submit_form .job-info{
	background-color: #FCF2F2;
	border-left: 5px solid #DFB5B4;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
}
.header:after {
	visibility: visible;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
}

.submit_form .job-feature, .submit_form  .payment_methods {
    background: none repeat scroll 0 0 #F1ECE1;
    margin-bottom: 20px;
    padding: 15px;
}

.company-logo > img {
    border: 5px solid #DFB5B4;
    display: block;
    padding: 5px;
}
.single .section-content .colabs-image{
	border: 5px solid #E1E1E1;
    margin-bottom: 0;
    margin-top: 0;
}
.single-company-logo {
	margin-bottom: 20px;
}
.single-company-logo a {
	display: block;
}
.job-meta > span {
    color: #CB544C;
    font-weight: bold;
}
.job-meta a {
    color: #5E5E5E;
    font-weight: normal;
}
.jobs-meta {
    overflow: hidden;
}
ul.section_footer .stats span {
    background: url("images/icon/chart-bar.png") no-repeat scroll 0 center transparent;
		padding-left: 25px;
		color: #CB544C;
}
.profile-avatar img.avatar{
    border: 5px solid #E1E1E1;
}
.social li a:before {
    background: url("images/icon/social-icon.png") repeat scroll 0 0 transparent;
		content: "";
    display: inline-block;
    height: 32px;
    margin-right: 6px;
    vertical-align: middle;
    width: 34px;
}
.section-content ul.social{
		list-style: none;
}
.section-content ul.social li{
		margin: 0px 0px 5px 0px;
}
.social li.twitter a:before{
    background-position: -68px center;
}
.social li.facebook a:before{
    background-position: -34px center;
}
.social li.linkedin a:before{
    background-position: -137px center;
}
.attribution.alignright img {
    vertical-align: middle;
}
.more_sponsored_results {
background: none repeat scroll 0 0 #CB544C;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
}

.resume-filter {
    margin-bottom: 20px;
}
.resume-filter select {
    background: url("images/icon/select-icon.png") no-repeat scroll right center #FFFFFF;
    margin-right: 3.38%;
    padding: 10px 5px;
    width: 31.08%;
}
.resume-filter select.last {
    margin-right: 0;
}

form.main_form input.text[type="checkbox"], form.main_form input.text[type="radio"] {
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: auto;
}
form.submit_form textarea.text {
    width: 51.5%;
		font-size: 100%;
}

.custom-field-label {
    color: #CB544C;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    vertical-align: top;
    width: 19%;
}

li.job-listing-custom-field {
    list-style: none outside none;
    margin-left: 0;
}
.uploaded.file-editor .file-extension {
    float: left;
    margin-top: 12px;
}
.file-extension.filepdf {
    background: url("images/file-pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 32px;
    vertical-align: middle;
    width: 32px;
}
.file-extension a {
    display: block;
    margin-left: 44px;
    margin-top: 8px;
}
#submit_form .uploaded {
    border: 1px solid #EBEBEB;
    margin: 15px 0;
    padding: 10px 20px;
}
#submit_form .uploaded li {
    list-style: none outside none;
		margin:0px;
}
.uploaded.file-editor .file-delete {
    color: #FF0000;
    float: right;
}
#submit_form .uploaded p label {
    width: 100%;
}

#listing-files {
    margin-bottom: 30px;
}
img {
    height: auto;
    max-width: 100%;
}
.widget .sub-menu, .widget .children {
    border-top: 1px dashed #A1A1A1;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 15px;
    padding-top: 12px;
}
.widget .sub-menu li:last-child, .widget .children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget select {
    width: 100%;
}
.nav-next, .next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-previous, .previous-image {
    float: left;
    width: 50%;
}

#comments  nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
.page-links {
    clear: both;
    line-height: 1.71429;
}

#comments .social_share {
    margin-bottom: 20px;
    overflow: hidden;
}
.bypostauthor,.sticky {}
.form-builder-input.input-info .user-avatar {
    float: left;
    margin: 10px 0;
}
.hidden{
  display: none;
}
.form-row.field-captcha, .g-recaptcha {
    margin: 0 auto 10px;
}
/* custom sidebar position */
.two-col-right  .col8  {
	float: right;
  margin-left: 3.08%;
}

.two-col-right  .sidebar  {
  float: left;
  margin-left: 0;
}
.two-col-left  .col8  {
	float: left;
  margin-left: 0;
  margin-right: 3.08%;
}

.two-col-left  .sidebar  {
  float: right;
}
/* Alertbox
------------------------------------------------------------------- */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
ul.alert {
  list-style: none;
  margin-left: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert a {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success a {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info a {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger a {
  color: #843534;
}
.qtip-content table.user_prefs {
    border: none;
    margin: 0;
}

.qtip-content table.user_prefs tr > th, .qtip-content table.user_prefs tr > td {
    background: none;
    border: none;
}
/* Mobile User data
------------------------------------------------------------------- */
.mobile-user-box {
  padding: 20px;
  overflow: hidden;
  background: rgba(0,0,0,.5)
}
.mobile-user-data .mobile-user-name{
  color:#fff;
}
.mobile-user-data {
  overflow: hidden;
}
.mobile-user-photo {
  float: left;
  margin-right: 15px;
}
.mobile-user-data .link-login,
.mobile-user-data .link-register{
  padding:2px 15px;
  color:#fff;
  background:#D25400;
  text-decoration:none;
  display:inline-block;
}
div#job-form-custom-fields {
    margin-bottom: 20px;
}

/* New Widget 2.6.4
------------------------------------------------------------------- */
.widget_job-packs .button{
  color: #FFF;
  display: inline-block;
  margin-top: 10px;
}
.widget_job-packs span.cost {
    background: #3D4E63;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    float: left;
    width: 20%;
    text-align: center;
}

.widget_job-packs li {
    overflow: hidden;
}

.widget_job-packs li p {
    width: 70%;
    float: right;
}

.widget span.fstatus {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.popular-list {
    position: relative;
    margin-bottom: 10px;
}