
.custom-header-media #wp-custom-header {
	z-index: 1;
}

.wpcf7 .wpcf7-response-output {
	font-size: 21px;

}

.um-field-circle_cities .um-field-area,
.um-field-circle_cities_13 .um-field-area {

	padding: 10px 15px !important;
    border: 1px solid #999 !important;
}


body ul.job_listings li.job_listing a div.position {
    width: initial;
    padding: 0;
        margin-top: 12px;
}

.company-logo {
	    /*background-image: url(https://lukescircle.com/wp-content/uploads/job-manager-uploads/company_logo/2018/10/la-sportiva-logo.png);*/
	
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    margin: 20px 20px;
    width: 15%;
    margin-right: 3%;
}

.um-register.um-585 .um-field-area select  {
	
}

.um-register.um-585 .um-field {
	/*display: block !important;*/
	    width: 100%;
}		

.um {
opacity: 1 !important;
}

.site-header {
	border-bottom: 3px solid #f1f1f1;
	max-height: 620px;
}

.has-header-image .custom-header-media img {
	min-width: 100%;
}

/*.custom-header {
	display: none !important;
}*/

/* Navbar */
.menu-item-has-children {
	position: relative;
}

.menu-item-has-children .sub-menu {
	right: 0 !important;
	min-width: 150px;
}

.page-header {
  font-size: 42px;
  font-weight: 700;
  color: #02a5c2;
}

.page-header.custom-title {
	padding-bottom: 0 !important;
}

.page-desc {
	width: 100%;
	height: auto;
}

.page-desc > div {
	display: inline-block;
	min-height: 50px;
}

.col-1 {
	width: 70%;
	height: 100%;
}

.col-2 {
	width: calc(30% - 5px);
	height: 100%;
	position: relative;
}

.title-header {
	font-size: 18px;
	font-weight: 700;
	color: #fb6e30;
	text-transform: uppercase;
	padding: 10px 0;
}

.page-btn {
	background-color: #02a5c2 !important;
	text-transform: uppercase;
	line-height: 1.2em !important;
	margin-top: 20px;
}

.page-btn.right {
	position: absolute;
	right: 0;
	margin-top: 0;
}

.list-header {
	position: relative;
	background-color: #ebebeb;
	color: #02a5c2;
	text-transform: uppercase;
	padding: 20px;
	font-weight: 700;
	font-size: 14px;
}

.list-header span {
	text-transform: none;
	color: #666666;
	font-weight: normal;
	margin-left: 5px;
}

.list-header p {
	display: none;
}

.list-header button {
	color: #000 !important;
	background: none;
	position: absolute;
	right: 0;
	padding: 0 !important;
	margin-right: 40px;
    top: 0;
    height: 100%;
}

.job-list {
	padding: 20px;
	font-weight: 700;
}

.job-list:nth-child(even) {
	background-color: #f6f6f6;
}

.job-list:nth-child(odd) {
	background-color: #ebebeb;
}

.job-list > div {
	display: inline-block;
}

.job-list p {
	display: none;
}

#current-job-postings .job-desc {
	width: 40%;
}

.job-desc span {
	color: #666666;
}

.job-desc a, .job-action a {
	box-shadow: none;
	cursor: pointer;
}


#current-job-postings .job-analytics{
	width: 20%;
}

#current-job-postings .job-action {
	width: 39%;
	height: 24px;
	text-align: center;
}

#current-job-postings .job-action > div {
	display: inline-block;
	width: calc((100% / 4) - 4px);
	/*text-align: center;*/
	color: #666666;
}

#current-job-postings .job-action > div .modal {
	text-align: left;
}


.job-list .job-desc {
	width: 40%;
}

.job-list .job-analytics{
	width: 20%;
}

.job-list .job-action {
	width: 39%;
	height: 24px;
	text-align: center;
}

.job-list .job-action > div {
	display: inline-block;
	width: calc((100% / 4) - 4px);
	/*text-align: center;*/
	color: #666666;
	min-width: 100px;
}

.job-list .job-action > div .modal {
	text-align: left;
}


/*#current-job-postings .job-action > div  a {
	text-align: center;
}*/

.job-action > div span {
	color: #02a5c2;
	margin-left: 4px;
}

#past-job-postings .job-desc {
	width: 80%;
}

#past-job-postings .job-action {
	width: 19%;
	height: 24px;
	text-align: right;
	color: #666666;
}

.job-updated-message {
	position: absolute;
	background-color: rgba(34, 247, 34, 0.8);
	width: 325px;
	display: inline-block;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 20px;
	padding: 10px;
	box-shadow: 0px 0px 10px #666;
}

.form-col, .form-col-2 {
	margin-top: 20px;
	width: 100%;
}

.form-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}

/*.form-col-2 > div {
	display: inline-block;
    width: calc(50% - 15px);
}

.form-col-2 > div:first-child {
	margin-right: 20px;
}

.form-col-2 > div:last-child {
	margin-right: 0;
}*/

.subscription-form label {
	color: #02a5c2;
}

.subscription-form.radio {
	font-weight: 700;
}

.subscription-form.radio > p {
	display: none;
}

.bordered {
	width: 98% !important;
	border: 1px solid #bbb;
	padding: 10px;
}

.bordered > div {
	display: inline-block;
	width: calc((100% / 4) - 10px);
}

.bordered p {
	display: none;
}

/* Customize the label (the container) */
.chk-container, .rad-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666 !important;
  font-weight: normal !important;
  max-width: 700px;
}

.rad-container {
	color: #000 !important;
}

/* Hide the browser's default checkbox */
.chk-container input, .rad-container input {
  position: absolute;
  opacity: 0;
}

.subscription-form.radio br {
	display: none;
}

/* Create a custom checkbox */
.checkmark, .radmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.radmark {
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.chk-container:hover input ~ .checkmark, .rad-container:hover input ~ .radmark {
  background-color: #02a5c2;
}*/

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark, .rad-conntainer input:checked {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .radmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after, .rad-container input:checked ~ .radmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 15px;
  border: solid #02a5c2;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rad-container .radmark:after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #02a5c2;
}

/* Custom Modal */
.modal-dialog {
	margin-top: 130px;
}

div[id^=modify-job-] .modal-header .close {
	right: -45px;
}

div[id^=modify-job-] .modal-title {
	padding: 0;
}

div[id^=modify-job-] .modal-footer {
	min-height: 150px;
}

div[id^=modify-job-] .job-post {
	max-width: 860px !important;
	padding: 0 20px;
}

div[id^=modify-job-] .promoted-post,
div[id^=cart-job-details-] .promoted-post {
	margin-top: -25px;
}

div[id^=modify-job-] .promoted-post .section-field-description,
div[id^=cart-job-details-] .promoted-post .section-field-description {
	margin-top: -15px;
}

div[id^=modify-job-] .job-post .submit-button-wrapper {
	margin-right: 0;
	width: 100%;
}

div[id^=modify-job-] .job-post .submit-button-wrapper .button {
	margin-right: 0;
}

div[id^=unpublish-job-] .job-post, div[id^=unpublish-job-] .modal-title,
div[id^=republish-job-] .job-post, div[id^=republish-job-] .modal-title {
	padding: 0;
	text-align: left;
}

div[id^=unpublish-job-] .job-post .submit-button-wrapper .button,
div[id^=republish-job-] .job-post .submit-button-wrapper .button {
	margin-bottom: 0px;
	margin-top: 25px !important;
	margin-right: 35px !important;
}

div[id^=unpublish-job-] .job-post .submit-button-wrapper,
div[id^=republish-job-] .job-post .submit-button-wrapper {
	width: 100%;
	margin-left: 20px;
}

div[id^=unpublish-job-] .modal-footer,
div[id^=republish-job-] .modal-footer {
	min-height: 100px;
}

.subscription-form .circle-cities {
    padding: 15px;
    border: 1px solid #bbb;
    color: #666;
    font-size: 18px;
    font-family: 'Cabin-SemiBold';
    max-width: 765px;
    margin-bottom: 20px;
}

.subscription-form .circle-cities label,
.subscription-form .email-preference label {
    color: #666;
    text-align: left;
    font-weight: normal;
    font-family: "Cabin-Regular";
    font-size: 16px;
}

.subscription-form .circle-cities label input[type='checkbox'].check:checked + div.check-target:after,
.subscription-form .email-preference label input[type='checkbox'].check:checked + div.check-target:after {
	color: #02a5c2;
}

.subscription-form .email-preference {
    color: #666;
    font-size: 18px;
    font-family: 'Cabin-SemiBold';
    max-width: 765px;
    margin-bottom: 20px;
}

.subscription-form .email-preference span.check {
	display: block;
	width: 100%;
}

.subscription-form .email-preference label input[type='checkbox'] {
	position: absolute;
}

.subscription-form .email-preference div.check-target {
	padding-right: 12px;
}

.subscription-form .email-preference label {
	color: #000;
}

.subscription-form .email-preference .check label a {
    margin-left: 10px;
    color: #02a5c2;
}

.subscription-form .email-preference .check label a.unsub {
    color: #fb6e30;
}

.delete-account-btn {
	background-color: #000 !important;
	text-transform: uppercase;
	line-height: 1.2em !important;
	margin-top: 20px;
    width: 250px;
}

#submit_email_preference {
   /* width: 250px;*/
   font-size: 18px;
}

.email-preference input#pause_emails {
    font-size: 18px;
}

#email-preference-form .submit-button-wrapper {
	float: none;
}

#modify-logo-error {
	position: absolute;
	margin-top: -60px;
	font-weight: bold;
}
#modify-logo-error span {
	color: red;
}

.job-post-label {
	margin: 10px 10px 0;
    font-family: "Cabin-Regular";
    font-size: 17px;
    color: #666;
}

.job-post .ed_button {
	background-color: #f7f7f7 !important;
	width: auto !important;
}

.job-post .wp-editor-wrap {
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
}

.job-post .wp-editor-wrap textarea {
	border: none;
}

.job-post .wp-editor-container iframe {
	min-height: 310px !important;
}

.job-post-textarea {
	position: relative;
}

.job-post-textcount {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	margin-right: 45px;
	font-size: 14px;
}

.job-post-textarea #post-company-overview-count {
	margin-bottom: 10px;
	margin-right: 30px;
}

.apply_coupon_code input[type="button"] {
	width: 225px;
	height: 53px;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	background-color: #fb6e30 !important;
	border: 1px solid #fb6e30;
}

#submit_email_preference.page-btn {
	background-color: #fb6e30 !important;
}

.email-preference-form .subscription-form select[multiple="multiple"] {
	height: 154px;
	padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 17px;
}
.email-preference-form  a[href="#delete-account-confirmation-dialog"] {
    margin: 20px 0;
    display: inline-block;
}
#subscriber-data {
	margin-top: 20px;
	padding: 20px 80px;
}
.subscriber-row {
	display: flex;
	margin-bottom: 20px;
	min-height: 200px;
}
.subscriber-row > div {
	width: 50%;
	font-weight: 500;
}
.subscriber-graph-container {
	display: flex;
}
.subscriber-graph-container > div {
	width: 50%;
	font-weight: 500;
	padding: 0 10px;
	font-size: 14px;
}
.subscriber-data-chart {
	text-align: center;
	padding: 20px !important;
	background-color: #F7F7F7;
	border-radius: 8px;
	min-width: 240px;
}
.chart-label {
	font-size: 18px;
}
.um-field-error {
	background: transparent;
	color: #C74A4A;
	font-weight: bold;
	padding: 0;
	width: 100% !important;
	max-width: 100%;
}
.um-field-error .um-field-arrow {
	display: none;
}

input[type='checkbox'][readonly] {
	pointer-events: none;
}

.featuredjob {

 max-width: 150px;
    height: auto;
    margin: 0;
    background-color: #2da5c3;
    color: #fff;
    /* -ms-transform: rotate(-50deg); */
    /* -webkit-transform: rotate(20deg); */
    /* transform: rotate(-50deg); */
    padding: 5px 10px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    top: 6px;
}

ul.job_listings li.job_listing.job_position_featured a {
	background: transparent;
}

ul.job_listings li.job_listing.job_position_featured a:hover {
	background: transparent;
}



.entry-content {
	max-width: 1400px;
	position: relative;
}

.resume-sidebar .job-post-sidebar {
	position: absolute;
}

.um-field-label {
	margin-bottom: 10px;
}

.um-field-label label {
	font-size: 15px !important;
	display: block !important;
}

/* Trusted By */
.trusted-by-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.trusted-by-grid br {
	display: none;
}

.trusted-by-grid img {
	width: 100%;
	height: auto;
}

.wpcf7-form .Servicemostinterestedin input {
	height: auto;
}

.job-form-grid-half {
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 370px));
	grid-column-gap: 25px;
}

#submit-job-form label.job-form-error,
#add-city-form label.request-form-error {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	background-color: #db2828;
	border-color: #db2828;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: normal;
	border-radius: .28571429rem;
}

label.job-form-error::before,
label.request-form-error::before {
	content: '';
	position: absolute;
	background-color: inherit;
	border-color: inherit;
	border-style: solid;
	z-index: 2;
	width: .6666em;
	height: .6666em;
	border-width: 1px 0 0 1px;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 0;
	left: 50%;
}

.job-description-upload {
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
}

.hidden {
	display: none !important;
}

#_job_description_upload_pdf_file,
div[id^=_job_description_upload_pdf_file_] {
	display: inline-block;
	height: 53px;
	min-width: 370px;
	margin-top: 12px;
	margin-left: 20px;
	border: 1px solid #999;
	border-radius: 4px;
	position: relative;
	padding: 10px;
}

#_job_description_upload_pdf_file .pdf_header,
div[id^=_job_description_upload_pdf_file_] .pdf_header {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10px;
	margin-left: 10px;
	padding: 0 10px;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#_job_description_upload_pdf_file .pdf_filename,
div[id^=_job_description_upload_pdf_file_] .pdf_filename {
	line-height: 40px;
}

#_job_description_upload_pdf_file #remove_pdf_file,
div[id^=_job_description_upload_pdf_file_] .remove_pdf_file {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 10px;
	padding: 10px;
}

div[id^=cart-job-details-] .job-description-upload {
	margin-top: 0 !important;
	height: 60px;
}

div[id^=cart-job-details-] .job-description-upload .check {
	position: absolute;
}

div[id^=cart-job-details-] div[id^=_job_description_upload_pdf_file_] {
	margin-top: 0 !important;
}

#add-potential-dialog .email-preference-form .subscription-form {
	margin-bottom: 20px;
}

.radio-check input[type="radio"]:checked,
.radio-check input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.radio-check input[type="radio"]:checked + label,
.radio-check input[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.radio-check input[type="radio"]:checked + label:before,
.radio-check input[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #999;
	border-radius: 100%;
	background-color: #fff;
}
.radio-check input[type="radio"]:checked + label:after,
.radio-check input[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #02a5c2;
	position: absolute;
	top:4px;
	left: 4px;
	border-radius: 100%;
	transition: all 0.2s ease;
}
.radio-check input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.radio-check input[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.curator-form-group {
	margin-bottom: 20px;
}

.curator-form-group.col-grid-2 {
	display: grid;
	grid-column-gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.curator-form-group p,
.curator-form-group br {
	display: none;
}

.curator-form-group label {
	color: #02a5c2;
	font-size: 16px;
}

.curator-form-input input,
.curator-form-input textarea {
	margin: 0;
}

.curator-form-input select[multiple="multiple"] {
	height: 215px;
	width: 100%;
	padding: 5px;
}

#curator-submit {
	margin: 0;
	width: 275px;
	font-size: 16px;
	background-color: #02a5c2 !important;
	border: none;
	outline: none;
}