/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme updated by Andrea Baldovic March 2021
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.site-header {
  z-index: 99999 !important;
}


.single-post .zn-shareIcons-item--linkedin:after {
  content: "Share";
  display: block;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.single-post .zn-shareIcons-item--print:after {
  content: "Print";
  display: block;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.single-post .zn-shareIcons-item--bookmark:after {
  content: "Save";
  display: block;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.invalid, .fooevents-attendee select.invalid {
  border-color: red !important;
}

.zn_section.eluid682b7881 {
  background-color: #f7f7f7;
}

.eluid682b7881 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#eluid23ef9e1e {
  background-color: #d7d4e8;
}

.single-portfolio .site-content {
  margin-top: 30px;
}

.single-portfolio .subheader-titles,
.single-portfolio #current-date {
  display: none;
}

.portfolio-item-content .tbk__title {
  font-family: "URW Geometric Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #1f90a6;
}

.portfolio-item-content .tbk__subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.eluidf66fe2da .tbk__title {
  margin-bottom: 10px;
}

.bottom-nav .hover-box {
  border: none;
  margin-bottom: 0;
  border-radius: 0px;
  position: relative;
  padding: 35px 15px;
}

.bottom-nav .hover-box {
  border: none;
  margin-bottom: 0;
  border-radius: 0px;
  position: relative;
  padding: 35px 15px;
}

.hover-box {
  display: block;
  padding: 15px;
  /*     background: #969696; */
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

#eluid23ef9e1e:hover {
  color: #fff;
}

.bottom-nav-left,
.bottom-nav-right {
  background-color: #d7d4e8;
}

.bottom-nav .hover-box:hover {
  background-color: #d4e1e7 !important;
}

.bottom-nav .hover-box {
  border: none;
  margin-bottom: 0;
  border-radius: 0px;
  position: relative;
  padding: 35px 15px;
}

.bottom-nav .bottom-nav-left .hover-box-title,
.bottom-nav .bottom-nav-left .hover-box-subtitle {
  margin-left: 70px;
}

.bottom-nav h4.hover-box-subtitle {
  font-size: 30px;
  margin: 0;
}

.hover-box-title,
.hover-box-subtitle,
.hover-box-content {
  line-height: 1.1;
  position: relative;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.hover-box-title,
.hover-box-subtitle {
  margin-top: 0;
}

.bottom-nav .bottom-nav-left a::before {
  font-family: fontello;
  content: "";
  font-size: 42px;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 40px;
  left: 40px;
}

.bottom-nav a::before {
  transition: all 0.2s ease-out;
}

.eluid030b2302 {
  min-height: 98px;
}

.bottom-nav .media-container-pb {
  width: 100% !important;
  margin: 0px;
}

.media-container-pb.media-container-pb--alg-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.media-container-pb {
  width: calc(100% - 50px);
  margin: 10px 25px;
}

.media-container {
  position: relative;
}

.team-member-name,
.team-member-pos {
  padding: 0 20px;
  text-align: center;
}

.team_member .sctb-icon-uf0e0 {
  background-color: #f97070;
  color: #ffffff;
}

.teambox-style--normal {
  text-align: center;
}

.team-member .social-icons {
  padding: 0;
  margin-left: -4px;
  margin-right: -4px;
}

.team-member .social-icons-li:first-child {
  margin-left: 0;
}

.team-member .social-icons-li {
  margin: 0 4px;
}

@media screen and (min-width: 1200px) {
  .media-container {
    min-height: 300px;
  }
  /* 	.blog-isotope-item.kl-blog-column{
		min-height:380px;
	} */
  .blog-isotope-item.kl-blog-column .kl-blog-item-thumbnail {
    min-height: 200px;
  }
}

.eluid3a666185 {
  display: none;
}

@media screen and (min-width: 992px) {
  /*
     From MHN
    */
  .eluid3a666185 {
    display: block;
  }
  .navigation {
    display: none;
    position: fixed;
    left: 0;
    right: unset;
    top: 20%;
    z-index: 11;
    width: 20%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  .navigation__link {
    display: flex;
    color: #ccc !important;
    text-decoration: none;
    padding: 25px 15px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    align-items: self-start;
  }
  .navigation__link .part-num {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
  }
  .navigation__link .part-title {
    display: inline-block;
    font-size: 16px;
    padding-left: 12px;
    max-width: 200px;
    line-height: 18px;
    padding-top: 1px;
  }
  .navigation__link:hover {
    color: #000 !important;
  }
  .navigation__link:hover .part-num {
    padding-bottom: 8px;
    border-bottom: 3px solid #000;
  }
  .navigation__link:hover .part-title {
    display: inline-block;
  }
  .navigation__link.active {
    color: #000 !important;
  }
  .navigation__link.active .part-num {
    padding-bottom: 8px;
    border-bottom: 3px solid #000;
  }
  .navigation__link.active .part-title {
    display: inline-block;
  }
  /*
     End From MHN
    */
}


/* Styling for quick search fields*/
.quick-job-search-form {
    display: flex;
    align-items: stretch;
    gap: 12px;
    font-family: inherit;
}

.qjs-field {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    flex: 1;
    min-width: 0;
}

.qjs-field input,
.qjs-field select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 14px 16px 14px 42px;
    font-size: 16px;
    font-family: inherit;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 8px;
    box-sizing: border-box;
}

.qjs-field.qjs-location {
    max-width: 260px;
}

.qjs-field select {
    padding-right: 36px;
    cursor: pointer;
}

.qjs-field.qjs-location::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #2C1E41;
    border-bottom: 2px solid #2C1E41;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.qjs-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.qjs-icon-search {
    background-image: url('https://pmprecruitment.wpenginepowered.com/wp-content/uploads/2026/07/search-icon.png');
}

.qjs-icon-pin {
    background-image: url('https://pmprecruitment.wpenginepowered.com/wp-content/uploads/2021/03/icon-location.png');
}

.qjs-submit {
font-size: 15px;
    color: #fff !important;
    border: unset;
    letter-spacing: 0.5px;
    padding: 10px 30px !important;
    text-transform: uppercase;
    border-radius: 4px !important;
}

@media (max-width: 768px) {
    .quick-job-search-form {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .qjs-field {
        width: 100%;
    }

    .qjs-field.qjs-location {
        max-width: 100%;
    }

    .qjs-submit {
        width: 100%;
    }
}

/*job page styling to split 30 Filter and 70 listing*/
div.job_listings[data-post_id] {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 32px;
    align-items: start;
}

div.job_listings[data-post_id] > form.job_filters {
    grid-column: 1;
    position: sticky;
    top: 100px;
}

div.job_listings[data-post_id] > ul.job_listings {
    grid-column: 2;
}
div.job_listings[data-post_id] > a.load_more_jobs {
    grid-column: 2
}
.load_more_jobs strong:hover{
	color:#2c1e41 !important;
}
body.page-id-2048 > div:has(.zn_pb_wrapper) {
    overflow: visible !important;
}
form.job_filters *::before,
form.job_filters *::after {
    content: none !important;
    display: none !important;
}
.job_filters:after, .job_filters:before{
	content:none !important;
}
@media (max-width: 900px) {
	body.page-id-2048 > div:has(.zn_pb_wrapper) {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}
    div.job_listings[data-post_id] {
        grid-template-columns: 1fr;
    }

    div.job_listings[data-post_id] > form.job_filters {
        grid-column: 1;
        position: static;
    }

    div.job_listings[data-post_id] > ul.job_listings {
        grid-column: 1;
    }

    div.job_listings[data-post_id] > a.load_more_jobs {
        grid-column: 1;
    }
}

/*job page sidebar filtering styling*/
form.job_filters {
    background: #2C1E41;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form.job_filters .search_jobs {
    display: contents;
}

.job_filters label {
    display: none;
}

.search_keywords,
.search_location,
.search_categories,
.search_submit {
    width: 100% !important;
    float: none !important;
    clear: both;
}

.search_keywords { order: 1; }
.search_location { order: 2; }
.search_categories { order: 3; }
form.job_filters ul.job_types { order: 4; margin: 0; }
.search_submit { order: 5; }
form.job_filters .showing_jobs { order: 6; margin-top: 4px; }

.search_keywords input,.search_location select, .select2-selection--multiple {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 4px;
    background: #FFFFFF;
    color: #333333;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}
.search_keywords, .search_categories, .search_location {
	padding:0px !important;
}


.search_submit input[type="submit"] {
    width: 100%;
    background: #2697A5;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.search_submit input[type="submit"]:hover {
    background: #1f7d89;
}

form.job_filters ul.job_types {
    display: block;
    background: none;
    list-style: none;
    padding: 0;
}

form.job_filters ul.job_types li {
    display: block;
    width: 100%;
    float: none;
    border: none !important;
    background: none !important;
	padding:5px !important;
}

form.job_filters ul.job_types label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

form.job_filters ul.job_types input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #F98780;
    cursor: pointer;
}

form.job_filters .showing_jobs{
	display:none;
}

/* job page styling for job listings */
ul.job_listings li.job_listing {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(44, 30, 65, 0.08);
    margin-bottom: 16px;
    padding: 0;
    border: none;
    list-style: none;
}

.job-card-inner {
    padding: 20px 24px;
}

.job-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.job-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.job-card-title a {
    padding:10px 0px!important;
}

.job-card-title a:hover {
	background-color:#fff !important;
}

.job-card-posted {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
}

.job-card-description {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 16px;
}

.job-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.job-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 13px;
}

.job-card-meta-divider {
    color: #ccc;
}

.job-card-type {
    color: #F98780;
    font-weight: 600;
}

.job-card-apply {
    flex-shrink: 0;
}
.job-card-apply:hover{
	background-color:#2C1E41 !important;
}

@media (max-width: 600px) {
    .job-card-top {
        flex-direction: column;
        gap: 4px;
    }

    .job-card-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-card-apply {
        width: 100%;
        text-align: center;
    }
}

/*Single job listing styling*/
.job-header .company {
    display: none;
}
/* Section 1: dark purple hero header */
.single-job-page{
	margin-top:0px !important;
}
.single-job-section-header {
    background: #2C1E41;
    box-shadow: none;
    border-radius: 0;
    padding: 40px 32px;
    margin-bottom: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

.single-job-section-header .breadcrumb-text {
    margin-bottom: 16px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
}

.single-job-section-header .breadcrumb-text a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

.single-job-section-header .breadcrumb-text a:hover {
    color: #FFFFFF;
}

.single-job-section-header .breadcrumb-text .current {
    color: #FFFFFF;
}

.single-job-section-header .job_listing-title {
    color: #FFFFFF;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    font-size: 26px;
    font-weight: 800;
}

.single-job-section-header .single-job-meta-row {
    max-width: 1200px;
    margin: 10px auto 0;
    padding: 0 32px;
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    flex-wrap: wrap;
}

.single-job-section-header .single-job-meta-divider {
    color: rgba(255,255,255,0.3);
}

.single-job-section-header .single-job-type {
    color: #2697A5;
    font-weight: 600;
}

/* Section 2: white card 
.single-job-section-body {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(44, 30, 65, 0.08);
    padding: 24px 28px;
    margin-top: 24px;
}

.single-job-short-description {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.job_description {
    color: #333333;
    line-height: 1.7;
}
*/
/* Apply button (Section 2, bottom) */
.application {
    margin-top: 24px;
}

.application_button {
    display: inline-block;
}


.zn-megaMenuSmartArea-content{
	min-height:auto !important;
	width:30%;
	float:right;
}