/*!
Theme Name: WSPC Career Center
Author: WSPC Team
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wspccareercenter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wspccareercenter is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover, a:focus, a:active {
    color: #000;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.mx-spacing {
    margin: 0 30px;
}

h1 > span, h2 > span, h3 > span, h4 > span {
    color: #CA9E50;
}

.elementor-field-group .elementor-field-textual {
    padding: 12px;
}

.elementor-widget-form .elementor-button[type="submit"] {
    cursor: pointer;
}

.btn-right .elementor-field-group.elementor-field-type-submit {
    margin-left: auto;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    width: 100% !important;
    max-height: 300px;
    overflow-y: auto;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    white-space: normal;
}

.elementor-widget-icon-box .elementor-icon-box-title > span > span {
    background: #CA9E50;
    color: #000;
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 48px;
    line-height: 73px;
    border-radius: 15px;
    top: 54%;
    transform: translateY(-50%);
}

.elementor-widget-icon-box.icon-number .elementor-icon-box-title, .elementor-widget-icon-box.icon-number .elementor-icon-box-description {
    padding-left: 100px;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure img {
    height: 90px;
    object-fit: contain;
}

.jobs-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 90px;
}

.jobs-categories .item {
    border: 1px solid #CA9E50;
    border-radius: 5px;
    text-align: center;
    padding: 20px 20px 40px;
    transition: .3s;
}

.jobs-categories .item:hover {
    background: #000;
}

.jobs-categories .item .icon {
    width: 118px;
    height: 118px;
    background-color: #E3D1B5;
    position: relative;
    border-radius: 5px;
    margin: -75px auto 30px;
    box-shadow: 1px 1px 20px #afafaf;
}

.jobs-categories .item .icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
}

.jobs-categories .item .title {
    font-weight: bold;
    color: #000;
}

.jobs-categories .item:hover .title {
    color: #fff;
}

.jobs-categories .item .count {
    background: #ca9e50;
    width: 100px;
    display: block;
    margin: 10px auto 20px;
    border-radius: 5px;
    padding: 8px;
    font-weight: bold;
    color: #000;
}

.jobs-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
    margin-top: 90px;
    font-family: 'ZonaPro';
}

.jobs-listing .item {
    border-radius: 30px;
    padding: 20px 35px;
    transition: .3s;
    box-shadow: 1px 1px 20px 0px #939393;
    margin-bottom: 80px;
    position: relative;
    height: 300px;
}

.jobs-listing .item:hover {
    background: #000;
}

.jobs-listing .item a {
    display: block;
    height: 350px;
}

.jobs-listing .item .icon-category {
    width: 118px;
    height: 118px;
    background-color: #E3D1B5;
    position: relative;
    border-radius: 5px;
    margin: -75px 0 30px;
    box-shadow: 1px 1px 20px #afafaf;
}

.jobs-listing .item .icon-category img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
}

.jobs-listing .item .recruiter {
    font-weight: bold;
    color: #ca9e50;
}

.jobs-listing .item .title {
    font-weight: bold;
    color: #000;
    font-size: 17px;
}

.jobs-listing .item:hover .title {
    color: #fff;
}

.jobs-listing .item .location {
    color: #000;
    font-size: 14px;
}

.jobs-listing .item:hover .location {
    color: #fff;
}

.jobs-listing .item .type {
    background: #ca9e50;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 15px;
}

.jobs-listing .item .count {
    background: #ca9e50;
    width: 100px;
    display: block;
    margin: 10px auto 20px;
    border-radius: 5px;
    padding: 8px;
    font-weight: bold;
    color: #000;
}

.jobs-listing .item .apply {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-weight: bold;
    font-size: 17px;
}

.jobs-listing .item:hover .apply {
    color: #fff;
}

.elementor-element .swiper .elementor-swiper-button-prev {
    left: -20px !important;
}

.elementor-element .swiper .elementor-swiper-button-next {
    right: -20px !important;
}

.job-listing-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    margin-bottom: 80px;
    font-family: 'ZonaPro';
}

.job-listing-filters .filters {
    width: 28%;
    background: #e3d1b5;
    border-radius: 50px;
    padding: 50px;
    align-self: flex-start;
    position: sticky;
    top: 60px;
    margin-top: 90px;
}

.job-listing-filters .items {
    width: 66%;
    position: relative;
}

section.job-listing-short-filters {
    max-width: 620px;
}

section.job-listing-short-filters form {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 20px;
}

section.job-listing-short-filters form .field {
    width: 49%;
}

section.job-listing-short-filters form .field button[type="submit"] {
    margin-top: 0;
    margin-left: auto;
    width: 49%;
    display: block;
}

section.job-listing-short-filters form .field:last-child {
    width: 100%;
}

#loader:not(.show) ~ #yacht-results {
    opacity: 1;
}

#loader {
    border: 0 solid transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 111;
    width: 6em;
    height: 6em;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

#loader.show {
    display: block;
}

#loader:before, #loader:after {
    content: "";
    border: 0.2em solid rgb(202 158 80);
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-07 1s linear infinite;
    animation: loader-07 1s linear infinite;
    opacity: 0;
}

#loader:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#loader:after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.pagination {
    justify-content: center;
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.pagination a {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #e3d1b5;
    transition: .3s;
}

.pagination a:hover {
    background: #000;
    color: #fff;
}

.pagination span {
    height: 60px;
    line-height: 57px;
}

section .filters .field label {
    font-weight: 500;
    padding: 7px 0;
}

section .filters .field {
    margin-bottom: 15px;
    width: 100%;
}

section .filters .field input {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #CA9E50;
    font-size: 16px;
}

section .filters .field select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CA9E50;
    font-size: 16px;
    height: 69px;
    padding: 0 20px;
}

section .filters .field button[type="submit"] {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000;
    font-size: 18px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px;
    margin-top: 50px;
    transition: .3s;
    cursor: pointer;
}

section .filters .field button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

section .filters .field.more-space {
    margin-top: 50px;
}

section .filters .field label {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

section .filters .field .checkboxes > div {
    display: flex;
    gap: 10px;
    align-items: center;
}

section .filters .field .checkboxes > div input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    width: auto;
}

section .filters .field .checkboxes > div > label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
}

section .filters .field .checkboxes > div > label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ca9e50;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: -3px;
}

section .filters .field .checkboxes > div input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 4px;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #ca9e50;
    transform: rotate(45deg);
}

.job-listing-filters .jobs-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 7%;
    row-gap: 2%;
}

.not-found {
    padding: 20px;
    background: transparent;
    color: #fff;
    margin: 100px 0;
    border-radius: 10px;
    border: 1px solid #ca9e50;
    color: #ca9e50;
}

.user-btn {
    background-color: #E3D1B5;
    font-family: "ZonaPro", Sans-serif;
    font-weight: bold;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CA9E50;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 50px 10px 50px;
    font-size: 15px;
    transition: .3s;
}

.user-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.ur-frontend-form.login, body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0 auto;
}

.user-registration-form-login label, .ur_lost_reset_password label, .ur-lost-password-content-container, .ur-frontend-form.login .ur-input-with-icon .input-icon {
    display: none !important;
}

body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input {
    width: 100%;
    border-radius: 10px !important;
    padding: 30px 20px;
    border: 1px solid #CA9E50;
    font-size: 18px;
}

.user-registration-form-login .user-registration-LostPassword.lost_password a {
    color: #000 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul {
    margin: 0;
    padding: 0 10px;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    width: auto;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li > label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li > label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ca9e50;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: -2px;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #ca9e50;
    transform: rotate(45deg);
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio > div {
    display: grid !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio > div label {
    order: 1;
    margin-bottom: 0 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio > div ul {
    order: 3;
    display: flex;
    gap: 20px;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio > div > span {
    order: 2;
    margin-bottom: 10px;
    font-style: italic;
}

.ur-frontend-form .ur-button-container {
    margin-left: auto;
}

.ur-frontend-form.login .ur-reset-password-btn, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, .ur-frontend-form .ur-button-container .ur-submit-button {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000 !important;
    font-size: 20px !important;
    border: none;
    border-radius: 15px;
    font-weight: 700 !important;
    padding: 20px 40px !important;
    transition: .3s !important;
    cursor: pointer;
    line-height: 10px !important;
}

.ur-frontend-form.login .ur-reset-password-btn:hover, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover, .ur-frontend-form .ur-button-container .ur-submit-button:hover {
    background: #000 !important;
    color: #fff !important;
}

.ur-frontend-form.login .ur-reset-password-btn {
    border: none !important;
}

p.user-registration-register.register a {
    text-decoration: underline;
    color: #000 !important;
}

.job-wrapper {
    padding: 80px 170px;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    font-family: 'ZonaPro';
}

.job-wrapper .job-listing {
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 67%;
}

.job-wrapper .job-listing .job-header img.job-image {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.job-wrapper .job-listing .job-title .category-icon {
    width: 118px;
    height: 118px;
    background-color: #E3D1B5;
    position: relative;
    border-radius: 5px;
    margin: -75px 20px 35px;
    box-shadow: 1px 1px 20px #afafaf;
}

.job-wrapper .job-listing .job-title .category-icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
}

.job-wrapper .job-listing .job-title {
    padding: 0 20px;
}

.job-wrapper .job-listing .job-title h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.job-wrapper .job-listing .job-title h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #ca9e50;
}

.job-wrapper .job-listing .job-title > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-wrapper .job-listing .job-title .location {
    font-size: 14px;
}

.job-wrapper .job-listing .job-title .location:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000000;
    display: inline-block;
    margin-right: 5px;
}

.job-wrapper .job-listing .job-title .date {
    color: #ca9e50;
    font-size: 16px;
    font-weight: bold;
}

.job-wrapper .job-listing .job-title .date strong {
    color: #000;
}

.job-wrapper .job-listing .job-description {
    padding: 40px 20px;
}

.job-wrapper .job-listing .job-description h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #ca9e50;
    margin-bottom: -15px;
}

.job-wrapper .job-sidebar {
    width: 29%;
}

.job-wrapper .job-sidebar .job-information {
    background: #EFE4D3;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.job-wrapper .job-sidebar .job-information h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.job-wrapper .job-sidebar .job-information > div {
    padding-left: 45px;
    font-size: 14px;
    position: relative;
    margin: 15px;
}

.job-wrapper .job-sidebar .job-information > div:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ca9e50;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.job-wrapper .job-sidebar .job-information > div > strong {
    display: block;
    line-height: normal;
    font-size: 17px;
}

.job-wrapper .job-sidebar .job-information .apply-button {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000;
    font-size: 18px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px 40px;
    transition: .3s;
    cursor: pointer;
    line-height: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin-top: 40px;
}

.job-wrapper .job-sidebar .job-information .apply-button:hover {
    background: #000;
    color: #fff;
}

.job-wrapper .job-sidebar .recruiter-info {
    /* background: #EFE4D3; */
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin-top: 90px;
    border: 1px solid #ca9e50;
}

.job-wrapper .job-sidebar .recruiter-info .logo {
    border-radius: 20px;
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-top: -70px;
    box-shadow: 1px 1px 20px #afafaf;
    margin-bottom: 20px;
}

.job-wrapper .job-sidebar .recruiter-info h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.job-wrapper .job-sidebar .recruiter-info > p {
    padding-left: 45px;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
}

.job-wrapper .job-sidebar .recruiter-info > p:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ca9e50;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.job-wrapper .job-sidebar .recruiter-info > p > strong {
    display: block;
    line-height: normal;
    font-size: 17px;
}

.job-wrapper .job-sidebar .recruiter-info > p > a {
    text-decoration: none;
}

.job-wrapper .job-sidebar .recruiter-info .view-profile {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000;
    font-size: 18px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px 40px;
    transition: .3s;
    cursor: pointer;
    line-height: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.job-wrapper .job-sidebar .recruiter-info .view-profile:hover {
    background: #000;
    color: #fff;
}

.profile-wrapper {
    padding: 80px 170px;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    font-family: 'ZonaPro';
}

.profile-wrapper .profile-listing {
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 67%;
}

.profile-wrapper .profile-listing .profile-header img.profile-image {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.profile-wrapper .profile-listing .profile-title .category-icon {
    width: 118px;
    height: 118px;
    background-color: #E3D1B5;
    position: relative;
    border-radius: 5px;
    margin: -75px 20px 35px;
    box-shadow: 1px 1px 20px #afafaf;
}

.profile-wrapper .profile-listing .profile-title .category-icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    /* width: 80px; */
    border-radius: 5px;
}

.profile-wrapper .profile-listing .profile-title {
    padding: 0 20px;
}

.profile-wrapper .profile-listing .profile-title h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.profile-wrapper .profile-listing .profile-title h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #ca9e50;
}

.profile-wrapper .profile-listing .profile-title > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-wrapper .profile-listing .profile-title .location {
    font-size: 14px;
}

.profile-wrapper .profile-listing .profile-title .location:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000000;
    display: inline-block;
    margin-right: 5px;
}

.profile-wrapper .profile-listing .profile-title .date {
    color: #ca9e50;
    font-size: 16px;
    font-weight: bold;
}

.profile-wrapper .profile-listing .profile-title .date strong {
    color: #000;
}

.profile-wrapper .profile-listing .profile-description {
    padding: 15px 20px;
}

.profile-wrapper .profile-listing .profile-description h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #ca9e50;
    margin-bottom: -10px;
}

.profile-wrapper .profile-sidebar {
    width: 29%;
}

.profile-wrapper .profile-sidebar .profile-information {
    background: #EFE4D3;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin-top: 50px;
}

.profile-wrapper .profile-sidebar .profile-information h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.profile-wrapper .profile-sidebar .profile-information > div {
    padding-left: 45px;
    font-size: 14px;
    position: relative;
    margin: 15px;
}

.profile-wrapper .profile-sidebar .profile-information > div:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ca9e50;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.profile-wrapper .profile-sidebar .profile-information > div > strong {
    display: block;
    line-height: normal;
    font-size: 17px;
}

.profile-wrapper .profile-sidebar .profile-information .show-button {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000;
    font-size: 20px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px 0;
    transition: .3s;
    cursor: pointer;
    line-height: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin-top: 40px;
}

.profile-wrapper .profile-sidebar .profile-information .show-button:hover {
    background: #000;
    color: #fff;
}

.profile-wrapper .profile-sidebar .recruiter-info {
    /* background: #EFE4D3; */
    padding: 30px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #ca9e50;
}

.profile-wrapper .profile-sidebar .recruiter-info .logo {
    border-radius: 20px;
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-top: -70px;
    box-shadow: 1px 1px 20px #afafaf;
    margin-bottom: 20px;
}

.profile-wrapper .profile-sidebar .recruiter-info h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.profile-wrapper .profile-sidebar .recruiter-info > p {
    padding-left: 45px;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
}

.profile-wrapper .profile-sidebar .recruiter-info > p:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ca9e50;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.profile-wrapper .profile-sidebar .recruiter-info > p > strong {
    display: block;
    line-height: normal;
    font-size: 17px;
}

.profile-wrapper .profile-sidebar .recruiter-info > p > a {
    text-decoration: none;
}

.profile-wrapper .profile-sidebar .recruiter-info .view-profile {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000;
    font-size: 20px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
    line-height: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 0;
}

.profile-wrapper .profile-sidebar .recruiter-info .view-profile:hover {
    background: #000;
    color: #fff;
}

.single-jobs nav.navigation.post-navigation {
    display: none;
}

#job-submission-form {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    margin-top: 50px;
    font-family: 'ZonaPro';
}

#job-submission-form .left {
    width: 66%;
    position: relative;
}

#job-submission-form .field {
    margin-bottom: 15px;
    width: 100%;
}

#job-submission-form .field label {
    display: none;
    font-weight: 500;
    padding: 7px 0;
}

#job-submission-form .field input {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #CA9E50;
    font-size: 16px;
    color: #000;
}

#job-submission-form .field select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CA9E50;
    font-size: 16px;
    height: 69px;
    padding: 0 20px;
}

#job-submission-form .field textarea {
    height: 260px;
    border-radius: 10px;
    border: 1px solid #CA9E50;
    font-size: 16px;
    padding: 20px;
    color: #000;
}

#job-submission-form .submit button[type="submit"] {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000;
    font-size: 18px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px;
    margin-top: 50px;
    transition: .3s;
    cursor: pointer;
}

#job-submission-form .submit button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

#job-submission-form .right {
    width: 28%;
    align-self: flex-start;
    position: sticky;
    top: 60px;
}

#job-submission-form .right .information {
    background: #e3d1b5;
    border-radius: 30px;
    padding: 30px;
}

#job-submission-form .right .information legend {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
}

.msg {
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}

.msg.error {
    background: #e16e6e;
}

.msg.success {
    background: #309724;
}

.select2-container {
    height: 69px;
}

.select2-container .selection, .select2-container .selection .select2-selection, .select2-container .selection .select2-selection .select2-selection__rendered {
    height: 100%;
    display: block;
}

.select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: 65px;
    font-size: 16px;
}

.select2-container .selection .select2-selection {
    border: 1px solid #CA9E50;
    border-radius: 10px;
    padding: 0 20px;
}

.select2-container--open .select2-dropdown {
    top: 31px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ca9e50;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

#job-user-profile-form {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

#job-user-profile-form .left {
    width: 20%;
}

#job-user-profile-form .left .field {
    border: 1px solid #ca9e50;
    padding: 20px;
    border-radius: 10px;
    min-height: 200px;
    width: 100%;
    display: grid;
    align-items: center;
}

#job-user-profile-form .left .field img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    display: block;
    border: 2px solid #e3d1b5;
}

#job-user-profile-form .right {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    width: 78%;
}

#job-user-profile-form .right .field {
    margin-bottom: 15px;
    width: 24.2222%;
}

#job-user-profile-form .right .field:nth-child(1) {
    width: 66.3333%;
}

#job-user-profile-form .right .field.half {
    width: 32.6666%;
}

#job-user-profile-form .right .field.full {
    width: 100%;
}

#job-user-profile-form .right .field.middle {
    width: 49.4444%;
}

#job-user-profile-form .right .field input, #job-user-profile-form .right .field textarea {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #CA9E50;
    font-size: 16px;
    color: #000;
}

#job-user-profile-form .right .field select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CA9E50;
    font-size: 16px;
    height: 69px;
    padding: 0 20px;
}

#job-user-profile-form .right .submit {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}

#job-user-profile-form .right .submit button[type="submit"] {
    width: 100%;
    height: 60px;
    background: #CA9E50;
    color: #000;
    font-size: 18px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px;
    transition: .3s;
    cursor: pointer;
    margin-top: 20px;
}

#job-user-profile-form .right .submit button[type="submit"][disabled] {
    opacity: 0.5;
}

#job-user-profile-form .right .submit button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

#job-user-profile-form .user-menu a {
    color: #ca9e50;
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

#job-user-profile-form .user-menu a:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #ca9e50;
}

.modal {
    position: fixed;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 1024px;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    opacity: 1;
    transform: translateY(-50%);
}

.modal-header, .modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    right: 32px;
    top: 12px;
    width: 32px;
    height: 32px;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
}

.modal-close:before, .modal-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000;
    top: 0;
}

.modal-close:before {
    transform: rotate(45deg);
}

.modal-close:after {
    transform: rotate(-45deg);
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

.author-jobs-list > div {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #CA9E50;
    margin: 10px 0;
    align-items: baseline;
}

.author-jobs-list > div > div {
    width: 20%;
}

.author-jobs-list > div > div:nth-child(2) {
    color: #ca9e50;
}

.author-jobs-list > div > div > a {
    width: 100%;
    height: 50px;
    background: #CA9E50;
    color: #000;
    font-size: 15px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 49px;
    text-decoration: none;
}

.author-jobs-list > div > div > a:hover {
    background: #000;
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .user-btn {
        padding: 10px 30px;
    }

    .jobs-listing .item .type {
        font-size: 15px;
        padding: 7px 10px;
    }

    .job-listing-filters .filters {
        padding: 30px;
    }

    .job-wrapper, .profile-wrapper {
        padding: 50px 30px;
    }

    .elementor-283 .elementor-element.elementor-element-72f1233 .elementor-button {
        padding: 12px 30px !important;
    }

    .elementor-283 .elementor-element.elementor-element-72f9e07 .elementor-button {
        padding: 12px !important;
    }

    .user-btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .elementor-618 .elementor-element.elementor-element-6bf0105 .elementor-button, .elementor-618 .elementor-element.elementor-element-0e47f86 .elementor-button, .elementor-618 .elementor-element.elementor-element-93b67cf .elementor-button {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .mx-spacing {
        margin: 0 15px;
    }

    section.job-listing-short-filters {
        display: block;
        margin: 0 auto;
    }

    .jobs-listing .item .icon-category img {
        width: 60px;
    }

    .jobs-listing .item .icon-category {
        width: 90px;
        height: 90px;
        margin-top: -55px;
    }

    .job-listing-filters .filters {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
    }

    section .filters .field button[type="submit"] {
        margin-top: 0;
    }

    .job-listing-filters .items {
        width: 100%;
    }

    .job-wrapper .job-listing, .profile-wrapper .profile-listing {
        width: 100%;
    }

    .job-wrapper, .profile-wrapper {
        padding: 50px 15px;
    }

    .job-wrapper .job-sidebar, .profile-wrapper .profile-sidebar {
        width: 100%;
    }

    #job-submission-form .left, #job-submission-form .right {
        width: 100%;
    }

    #job-user-profile-form .left, #job-user-profile-form .right {
        width: 100%;
    }
}

@media only screen and (max-width: 820px) {
    .jobs-categories {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 100px;
    }

    .jobs-listing {
        grid-template-columns: repeat(2, 1fr);
    }

    .jobs-listing .item {
        margin-bottom: 50px;
    }

    .user-menu {
        position: absolute;
        top: -50px;
    }

    #job-user-profile-form .left {
        margin-bottom: 15px;
    }

    #job-user-profile-form .right .field:nth-child(1), #job-user-profile-form .right .field {
        width: 100%;
    }

    body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input {
        padding: 24px;
    }

    .ur-frontend-form.login .ur-reset-password-btn, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, .ur-frontend-form .ur-button-container .ur-submit-button {
        height: 50px;
        font-size: 18px !important;
    }

    .modal .modal-wrapper {
        width: 95%;
    }

    .author-jobs-list > div > div {
        width: 100%;
        text-align: center;
        padding: 4px 0;
    }
}

@media only screen and (max-width: 767px) {
    .job-wrapper .job-listing .job-header img.job-image, .profile-wrapper .profile-listing .profile-header img.profile-image {
        height: 250px;
    }

    .job-wrapper .job-listing .job-title > div, .profile-wrapper .profile-listing .profile-title > div {
        display: block;
    }

    .job-wrapper .job-listing .job-description, .profile-wrapper .profile-listing .profile-description {
        padding-bottom: 15px;
    }

    .job-listing-filters {
        margin-bottom: 30px;
    }

    section.job-listing-short-filters form .field, section.job-listing-short-filters form .field button[type="submit"] {
        width: 100%;
    }

    .jobs-categories {
        gap: 10px;
        row-gap: 90px;
    }

    .jobs-listing {
        display: block;
    }

    .jobs-listing .item {
        margin-bottom: 70px;
    }

    .jobs-listing .item:last-child {
        margin-bottom: 0px;
    }

    .elementor-widget-icon-box .elementor-icon-box-title > span > span {
        width: 30px;
        height: 30px;
        font-size: 25px;
        line-height: 25px;
        top: 20px;
    }

    .elementor-widget-icon-box.icon-number .elementor-icon-box-title, .elementor-widget-icon-box.icon-number .elementor-icon-box-description {
        padding-left: 42px;
    }

    .select2-container {
        height: 50px;
    }

    section .filters .field input {
        padding: 11px 20px;
    }

    .select2-container .selection .select2-selection .select2-selection__rendered {
        font-size: 16px;
        line-height: 50px;
        padding-left: 0;
    }

    section.job-listing-short-filters form .field button[type="submit"] {
        font-size: 18px;
        height: 50px;
        padding: 0;
    }

    .job-wrapper .job-sidebar .job-information .apply-button, .job-wrapper .job-sidebar .recruiter-info .view-profile, #job-submission-form .submit button[type="submit"], .profile-wrapper .profile-sidebar .profile-information .show-button, .profile-wrapper .profile-sidebar .recruiter-info .view-profile, #profile-submission-form .submit button[type="submit"] {
        height: 50px;
        line-height: 8px;
        font-size: 18px;
    }

    #job-submission-form .submit button[type="submit"], #profile-submission-form .submit button[type="submit"] {
        margin-top: 20px;
    }
}
