/*
 Theme Name:   GPLoker Pro
 Theme URI:    https://theme.co.id
 Description:  GeneratePress Custom Theme Special For Job Finder
 Author:       Made Santika: GeneratePress Custom Themes
 Author URI:   https://theme.co.id
 Template:     generatepress
 Version:      4.4
*/

/* form search */
:focus-visible {
	outline: 0px dotted ButtonText!Important;
}
.gploker-search-form-wrap::before,
.gploker-search-form-wrap::after
{
    content:"";
    clear:both;
    display:table;
}

/*
.gploker-search-form-wrap form div {
    float:left;
    width:25%;

}

.gploker-search-form-wrap form div input,
.gploker-search-form-wrap form div select,
.gploker-search-form-wrap form div button {
    width: 100%;
    line-height: 22px;
}
*/

.gploker-search-form-wrap div {
    float:left;
    width:25%;

}
.gploker-search-form-wrap div input,
.gploker-search-form-wrap div select,
.gploker-search-form-wrap div button {
    width: 100%;
    line-height: 22px;
}


/** social media icon */
.social-wrapper {
    margin-left:-3px;
    margin-right:-3px;
}
.social-wrapper .social-sharing {
    padding: 4px 20px 2px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin: 3px;
}

.social-wrapper .social-sharing.social-facebook {
    background-color: rgba(59, 89, 152, 1);
}

.social-wrapper .social-sharing.social-linkedin {
    background-color: rgba(0, 119, 181, 1);
}

.social-wrapper .social-sharing.social-whatsapp {
    background-color: rgba(37, 211, 102, 1);
}

.social-wrapper .social-sharing.social-telegram {
    background-color: rgba(0, 136, 204, 1);
}

/** Popup */
.neon-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.75); /* Black w/ opacity */
}

.neon-modal a {
    text-decoration:none;
}

/* Modal Content/Box */
.neon-modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
    border-radius: 20px;
    border: 4px solid var(--contrast-2);
}
ul.link-apply {
    display: flex;
    margin: 20px 0;
    gap: 10px;
    flex-wrap: wrap;
}
ul.link-apply li {
    list-style: none;
    margin-bottom: 10px;
}
ul.link-apply li a {
    color: #fff;
    background: var(--contrast-2);
    border-radius: 5px;
    padding: 8px 15px;
}

/* Featured Job */
.home .gploker-featured-jobs {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:25px;
}
.home .gploker-featured-jobs .loker-item {
	border: 2px solid var(--accent)!important;
	border-radius: 10px;
	padding: 20px;
	margin-bottom:0;
}

/* Loker Note */
.gploker-notes-wrap {
	margin:35px 0;
	border:2px solid var(--accent);
	padding:25px;
	background-color: rgba(2, 101, 214, 0.09);
	border-radius:10px;
}
.gploker-notes-wrap ul,
.gploker-notes-wrap ol {
	margin-left:1em;
}

/* Share */
.share_loker {
	border-top:1px solid #f1f1f1;
	padding-top:15px;
	margin-top:15px;
}

/* The Close Button */
.neon-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
	margin-right: -20px;
}

.neon-close:hover,
.neon-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.neon-modal h4 {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 450px) {
    .gploker-search-form-wrap div {
        width: 100%;
    }
}


/* Header */
.site-header { border-bottom: 1px solid #f1f1f1;}
.inside-header { position:relative; flex-direction: row!important;}
.top_nav { position:absolute; right:0; }
.inside-navigation.grid-container { justify-content:center; }
.toggle_button,
.search_button {
    position: absolute;
}
.top_toggle { margin-top:6px; position: absolute; right: 0; z-index: 991;}
.toggle_button { left:0; }
.search_button { right:0; }
a.search-icon { color:var(--tax-color); }

.main-navigation .menu-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: 23px;
}
.dropdown-menu-toggle .gp-icon {
	display: inherit;
	align-self: center;
}

.shadow {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

/* Social Link */
.wp-block-social-links { margin:0!important; }
.wp-block-social-links li a { font-size:18px; }

/* Breadcrumb */
.rank-math-breadcrumb p { margin-bottom:0; }
.breadcrumb { line-height: 18px; }

/* Main Nav Sub */
.main-navigation ul.sub-menu {
    background: #fff;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 6px solid var(--accent);
}
.sub-menu.toggled-on {
    box-shadow: none!important;
    border: 0px solid #f1f1f1!important;
    border-radius: 0;
    margin-left: 30px;
    width: 100%!important;
    padding: 0!important;
}
.sub-menu.toggled-on li a {
    position: relative;
    padding-left: 25px!Important;
}
.sub-menu.toggled-on li a::before {
    width: 5px;
    height: 5px;
    content: " ";
    position: absolute;
    left: 12px;
    background: var(--accent);
    border-radius: 50px;
    top: 16px;
}


/* Content Area */
#page {
    background: #fff;
}
.site-content {
    padding: 25px 25px 35px;
}

body.single .site-content {
    padding: 35px 0 55px!Important;
}

/* owl caraousel styling */
.owl-carousel {
    visibility: hidden;
}
.owl-carousel.owl-loaded {
    visibility: visible;
}
.owl-carousel .owl-stage::after {
    display: none;
}

/* Slide Nav */
.owl-dots {
    text-align: center;
    margin: 10px auto 0;
    position: static;
    bottom: 20px;
    right: 20px;
}
.owl-dots button,
.owl-dot {
    width: 14px;
    height: 8px;
    opacity: 0.3;
    border-radius: 100px;
    margin: 0 2px;
    background: var(--base-3)!important;
}
.owl-dots button.active,
.owl-dot.active {
    opacity: 0.75;
    width: 30px;
}
.owl-stage {
    display: flex;
}

/* Owl Nav */
.owl-nav button {
    position: absolute;
    top: 38%;
    width: 35px;
    opacity: 1;
    height: 35px;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center!important;
}
.owl-nav button:hover { opacity:1; }
.owl-nav button span {
    display: none;
}
.owl-nav button.owl-prev {
    left: -20px;
    background-image: url(images/arrow-left.svg) !important;
}
.owl-nav button.owl-next {
    right: -20px;
    background-image: url(images/arrow-right.svg) !important;
}

.owl-dots {}
.owl-carousel .owl-stage::after {
    display: none!important;
}
.latest_post .owl-dots {
    position: absolute;
    margin: 0;
    top: auto;
    bottom: 20px;
}

/* Archive */
.site-content .content-area {
    padding-right: 40px;
}
.post-categories {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-left: 0;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.post-categories span,
.post-categories span a {

    font-size: 12px;
    line-height: 20px;
    border-radius: 50px;
    background: none;
    color: var(--tax-color);
    display: inline-block;
    transition: all .3s ease-in-out;
}
.post-categories span a {
    border: 0px solid #ccc;
    padding: 4px 12px;
    color: var(--accent)!important;
    font-weight: bold;
    background-color: transparent;
    position: relative;
}
.post-categories span a:before {
    position: absolute;
    width: 100%;
    content: " ";
    height: 100%;
    top: 0;
    left: 0;
    background: var(--accent);
    opacity: 0.15;
    border-radius: 50px;
}
.term_list {
    display: flex;
    gap: 8px;
}
.term_list a {
    padding-bottom: 3px;
    border-bottom: 1.5px solid var(--contrast-2);
}

/* Archice Layout */
.featured-column .arc_box {
    display: block!important;
}
.featured-column .arc_left,
.featured-column .arc_right,
.generate-columns.tablet-grid-50.featured-column,
.generate-columns.grid-50 { width:100%!important; }
.featured-column .acr_img { height: 330px; }

/*
.gb-block-image a {
    display: block;
    height: 100%;
}*/

/* Grid */
.grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 25px;
}
.featured-column .grid {
    grid-template-columns: 1fr;
}
.grid-small,
.grid-list{
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 10px;
}
.small-grid {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 20px;
}
.grid-list { min-height:70px; }

/* masonry-load-more */
.masonry-load-more {
    display: flex;
    justify-content: center;
    margin: 10px 0 25px;
}
.masonry-load-more a {
    border-radius: 8px;
}

.more-link:before {
    height: 30px;
    width: 30px;
    content: " ";
    background: #fff;
}
.more-link {
    position: absolute;
    top: 0;
    right: 0;
}
.more-link a {
    padding: 0 15px !important;
    border-radius: 50px;
    font-size: 12px !important;
    background: #fff !important;
    color: var(--accent) !important;
    border: 1px solid var(--accent);
    line-height: 13px;
    display: flex !important;
    align-items: center;
}

/* Limite Title */
.limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_three {
    -webkit-line-clamp: 3;
}
.limit_two {
    -webkit-line-clamp: 2;
}

/* Stories Slider */
.stories_slider .owl-stage-outer {
    overflow: visible;
}
img.slide {
    width: inherit!important;
}
.stories_slider .owl-dots { margin-top:0; }


/* Page Pagination */
.paging-navigation {
    margin: 0;
    border-top: 0px solid #f1f1f1;
    background: none!important;
    text-align: center;
    font-size: 14px;
    padding: 25px 0!important;
}
.paging-navigation span,
.paging-navigation a {
    border: 1px solid #ccc;
    padding: 5px 10px!important;
    color: #333333!important;
    border-radius: 4px;
}
.paging-navigation span.current {
    background: #fff;
    color: #fff!important;
    background: var(--contrast-2);
    border: 1px solid var(--contrast-2);
    font-weight: normal!important;
}

.container.grid-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
a.prev,
a.next,
a.prev span,
a.next span {
    display: none;
}

/* Comment */
.comments-area {
    border: 0px solid #f1f1f1;
    padding: 0px!important;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 14px;
    background: none!important;
}
.comment-content {
    padding: 0;
    border: none;
    margin: 8px 0;
    padding: 10px 0!Important;
    border-radius: 8px;
}
.comment-content p {
    margin-bottom: 10px;
    line-height: 21px;
}
.comment-list .reply a {
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #f1f1f1;
}
.comment-list article {
    border: none;
    padding: 0!important;
    margin: 0!important;
}
.comment-list li.depth-1 {
    border: 1px solid #f1f1f1!important;
    padding: 20px!important;
    border-radius: 8px!important;
}
.comment .children {
    padding-left: 30px;
    margin: 20px 0 20px 20px!important;
    border-left: 0 dotted rgba(0,0,0,.09)!important;
    border-bottom: none !important;
}
.comment-respond {
    margin-top: 40px;
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select, textarea {
    border: 1px solid #f1f1f1!important;
    border-radius: 5px!important;
    padding: 10px 15px!important;
    margin: 0 0 10px !important;
    width: 100%;
}
.comments-area .form-submit input.submit {
    border-radius: 8px!important;
    background: var(--accent)!important;
    padding: 10px 35px!important;
}
.comment-form-cookies-consent {
    font-size: 12px;
    line-height: 18px;
}

.comment-list li.depth-1 {
    border-bottom: 0px solid #f1f1f1;
    margin-bottom: 20px;
}
h3.comments-title {
    font-size: 18px;
}
.comment-meta .avatar {
    padding-top: 1px;
}
.comments-area footer.comment-meta {
    display: block;
    grid-template-columns: 30px 1fr;
    grid-gap: 10px;
}
.comments-area footer.comment-meta img.avatar {
    display: none;
}
.entry-meta.comment-metadata { margin-top:-1.5px; }
.entry-meta.comment-metadata a {
    color: #000;
    opacity: 0.5;
}
.comment-content {
    margin: 10px 0;
    border: 0px solid #f1f1f1;
}

/* Footer */
.site-footer ul.wp-block-navigation__container {
    margin: 10px 0;
    column-gap: 15px;
    row-gap: 0px;
}
.site-footer ul.wp-block-navigation__container li a {
    font-size: 14px;
}
.site-footer ul.wp-block-navigation__container li:hover a {
    opacity:0.75;
}


/* Search Modal */
.search-modal-form {
    background: transparent!important;
}
.gp-modal__container input.search-field {
    margin: 0!important;
    border: none !important;
}
.search-modal-fields {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* Sidebar */
.inside-right-sidebar {
    position: sticky;
    top: 20px;
}

/* List Custom */
.list_custom {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.list_custom .gb-query-loop-item {
    counter-increment: my-awesome-counter;
    position: relative;
}
.list_custom .gb-query-loop-item::before {
    content: "#" counter(my-awesome-counter) "";
    position: absolute;
    top: 4px;
    left: 20px;
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: var(--accent);
}
.list_custom .generate-columns.grid-50 {
    width: 100%!important;
    margin: 0;
}
.list_custom p.gb-headline-text {
    min-height: 50px;
}


/* Title Header */
.page-header,
header.entry-header {
    margin-bottom: 30px;
}
h1.entry-title,
h1.widget-title,
h1.page-title,
h2.widget-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
h1.entry-title:after,
h1.widget-title:after,
h1.page-title:after,
h2.widget-title:after {
    content: " ";
    position: absolute;
    width: 30%;
    left: 0;
    height: 1px;
    bottom: -1px;
    background: var(--accent);
}
.search h1.page-title {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 15px;
}
.search h1.page-title span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: var(--accent);
}
.search h1.page-title:after {
    display: none;
}

/* Author */
.author .page-header {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.author .page-header .page-title:after {
    display: none;
}
.author .page-header .avatar {
    margin-right: 20px;
    border-radius: 50px;
}
body.author h1.page-title {
    margin-bottom: 10px;
}

/* Box Shadow */
.shadow {
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.08)
}

/* Popular Post */
.nq_number { display:none; }
.popular_item a {
    color: var(--contrast);
    font-weight: 500;
    padding-bottom: 12px!important;
    margin-bottom: 12px!important;
    display: block;
    border-bottom:1px solid var(--tax-bg);
}
.popular_item a:hover {
    color: var(--contrast-2);
}
.popular_item:last-child a {
    border-bottom: none;
}

/* Single Post Content */
.dynamic-entry-content ul,
.dynamic-entry-content ol {
    margin: 0 0 1.5em 2em;
}
.dynamic-entry-content ul li {
    list-style: circle;
}
.also-read {
    background: #f1f1f1;
    padding: 15px;
    border-left: 5px solid var(--accent);
    padding-left: 20px;
    margin: 20px 0;
}
.also-read h2 { margin-bottom:8px; }
.also-read p { margin:0 0 10px; font-size:14px;  line-height:18px; }

/* Blockquote */
.wp-block-pullquote {
    padding: 0;
}
blockquote {
    border-left: 5px solid var(--accent);
    padding: 20px;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    text-align: left;
    line-height: 24px;
}
blockquote p {
    margin-bottom: 5px;
}
.wp-block-pullquote cite {
    font-size: 14px;
    font-weight: bold;
}

/* Pre */
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

/* table */
.wp-block-table { margin-bottom:25px; }
.wp-block-table table { margin-bottom:0; }
.wp-block-table .wp-element-caption {
    font-size: 13px;
    margin-top: 5px;
}

/* Featured Image Caption */
.gb-block-image figcaption,
.wp-block-image figcaption {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0;
    line-height: 19px;
}
.wp-block-image {
    margin-bottom: 25px;
}
.wp-block-image img {
    border-radius: 5px;
}

/* Tag List */
.taxonomy-post_tag {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.taxonomy-post_tag a {
    color: #fff;
    position: relative;
    background: var(--accent);
    padding: 2px 13px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.taxonomy-post_tag a:hover {
    background: var(--contrast-2);
}
.taxonomy-post_tag a:before {
    content: "#";
}
.wp-block-post-terms__separator {
    display: none;
}

/* Search Form */
.search-form .search-submit { display:none; }

/* 404 */
body.error404 .inside-article {
    margin: 40px auto;
    text-align: center;
}

/* Limit */
.limit-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* TOC */
#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid var(--accent);
    border-radius: 5px;
    box-shadow: none;
    padding: 25px;
    width: 100%;
    margin-bottom: 25px;
}
div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
}
#ez-toc-container ul {
    margin-top: 10px;
    padding-left: 18px;
}
div#ez-toc-container ul li {
    font-size: 100%;
    list-style: circle;
    overflow: visible;
    padding: 2px 0;
}
#ez-toc-container a {
    color: var(--contrast)!Important;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    font-weight: bold!important;
}
#ez-toc-container ul.ez-toc-list-level-3 {
    margin-top: 5px;
}
#ez-toc-container ul.ez-toc-list-level-3 {
    margin-left: 0;
}
#ez-toc-container ul.ez-toc-list-level-3 li a {
    font-weight: normal!important;
}
#ez-toc-container label.cssicon {
    border: none;
    margin-top: -5px;
}

/* Page Break */
.neon-auto-page-break-pagination {
    font-size: 14px;
}
.neon-auto-page-break-pagination .pagination {
    display: flex;
    gap: 5px;
}
.neon-auto-page-break-pagination span.post-page-numbers.current,
.neon-auto-page-break-pagination a.post-page-numbers {
    background: var(--accent);
    width: 23px;
    height: 23px;
    display: flex;
    color: #fff;
    border: 1px solid var(--accent);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
}
.neon-auto-page-break-pagination span.post-page-numbers.current {
    background: none;
    color: var(--accent);
}
.neon-show-all-page-content a {
    text-decoration: underline!important;
}

/* Newsleter */
.newsletter {
    display: flex;
    flex-direction: column;
}
.newsletter input {
    width: 100%;
    border: 2px solid var(--accent)!important;
}
.newsletter input[type="submit"]{
    width: 100px;
    padding: 10px!Important;
    border: none !important;
    border-radius: 8px;
}

.site-footer ul.wp-block-navigation__container {
    margin-top: 0;
}

/* Landing Page */
body.page-template .site-content,
body.page-template .site-content .content-area { padding:0; }

/* Loker Search Form */
.gploker-search-form-wrap {
    border:3px solid var(--contrast-2);
    background:#fff;
    border-radius:50px;
    padding:10px;
}
    .hero_search .gploker-search-form-wrap {
        border:none;
    }
.gploker-search-form-wrap input[type="text"],
.gploker-search-form-wrap select,
.gploker-search-form-wrap button{
    border:none!Important;
    margin:0!Important;
    height: 45px;
}
.gploker-search-form-wrap select {
    appearance: none;
}
.gploker-search-form-wrap button {
    background:var(--contrast-2);
    border-radius:50px;
}
.gploker-search-form-wrap .keywords input[type="text"],
.gploker-search-form-wrap .location select {
    border-right: 1px solid #f1f1f1!Important;
    border-radius: 0!Important;
}
.gploker-search-form-wrap select {
    background-image:url(images/chevron-down.svg);
    background-repeat:no-repeat;
    background-position:90% center;
}

/* Loker List Categories */ 
.gploker-categories {}
.category-item {
    border-radius:20px;
    background:#f1f1f1;
    padding:25px;
    text-align: center;
    position:relative;
}
.category-item a {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.category-item h3 {
    font-size:16px;
    line-height: 1em;
    margin-bottom:0;
}
.category-item span {
    font-size:12px;
}
.category-item img {
	width: 50px !important;
	height: auto;
	margin: 0 auto 10px;
}
.category-item a {
    color:var(--contrast);
}

    ul.gploker-all-categories {
        margin: 0!important;
        display: grid;
        gap:20px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    ul.gploker-all-categories li {
    	list-style:none;
    }

/* Archive Loker */
.loker-item {
    margin-bottom:15px!Important;
    padding-bottom:20px!important;
    border-bottom:1px solid #f1f1f1!important;
}
body.home .gploker-featured-jobs .loker-item {
	margin-bottom:0!important;
}
.gploker-recent-jobs .loker-item:last-child,
.loker-item:last-child{
    margin-bottom:0;
}
.loker-item {
    position:relative;
}
.loker-item .post-image img {
    border-radius:5px;
}
.loker-item .inside-article {
    display:grid;
    grid-template-columns:60px 1fr 145px;
    grid-gap:15px;
}
.loker-item .gploker-job-meta-wrap h2 {
    font-size:17px;
    line-height:1.25em;
    margin-bottom:0;
}
.loker-item .gploker-job-meta-wrap h2 a {
    color:var(--contrast)
}
.loker-item .gploker-job-meta-wrap h2 a:hover {
    color:var(--accent)
}
.loker-item .gploker-job-meta {
    font-size:14px;
	line-height: 1.2em;
}
.gploker-job-meta-wrap,
.gploker-job-salary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}
.jobs-wrap .loker-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.jobs-wrap .loker-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.gploker-company-logo .post-image {
    margin-bottom: 0!important;
}  
.featured-image img {
    border-radius: 8px;
}

.gploker-job-salary {
    gap:3px;
    text-align:right;
}
.gploker-job-salary .salary {
    font-weight:bold;
    line-height:1em;
}
.gploker-job-salary .salary span {
	background-color: rgba(2, 101, 214, 0.09);
	padding: 5px 10px;
	font-size: 14px!important;
	color: var(--accent)!important;
	border-radius: 5px;
}
.gploker-job-salary .job-status {
    font-size:13px;
	padding-right: 10px;
	padding-left: 10px;
}
.gploker-job-meta,
.gploker-job-meta a,
.gploker-job-salary .job-status {
    color:#656D78;
}
.gploker-job-meta a {
    border-bottom:1px dotted #656D78;
}
.job-status a {
	color: #656D78;
}
    
    /* BG Color */
    .color_list .loker-item .inside-article {
        grid-template-columns: 1fr
    }
    .color_list .loker-item .gploker-job-meta-wrap h2 {
        font-size: 16px;
        line-height: 1.25em;
    }
    .color_list .loker-item .inside-article .gploker-company-logo {
        position:absolute;
        right:0;
    }
    .color_list .loker-item .inside-article .post-image {}
	.color_list .loker-item .inside-article .gploker-job-salary {
		text-align:left;
	}
    .color_list .loker-item .gploker-job-salary {
        justify-content: flex-start;
        font-size:13px;
    }
	.color_list .loker-item .inside-article .gploker-job-salary {
		text-align: left;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
    .color_list .loker-item .gploker-job-salary .job-status {
        font-size:11px;
    }
    .color_list .loker-item .gploker-job-meta {
        font-size: 13px;
        line-height: 1.45em;
    }
    .jobscat_slider .owl-item {
        border:2px solid var(--contrast-2);
        border-radius:10px;
    }
	.color_list .loker-item .gploker-company-logo {
		position: absolute;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		overflow: hidden;
		right: 15px;
		bottom: 20px;
		border: 1px solid #eee;
		padding: 2px;
	}
	.color_list .loker-item .gploker-company-logo img {
		border-radius:50%;
	}
        
    /* Loker Sidebar */
    #right-sidebar .gploker-company-logo {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40px;
		display:none;
    }
    #right-sidebar .loker-item .inside-article {
        grid-template-columns: 1fr;
        position: relative;
    }
    #right-sidebar .loker-item .gploker-job-meta {
        font-size: 12px;
        display: flex;
        flex-direction: column;
        line-height: 1.2em;
        gap: 5px;
    }
    #right-sidebar .gploker-job-salary {
        font-size: 14px;
        justify-content: flex-start;
        text-align: left;
    }
    #right-sidebar .gploker-job-salary .job-status {
        font-size: 14px;
		display:none;
    }
    #right-sidebar .loker-item .gploker-job-meta-wrap h2 {
        font-size: 16px;
        margin-bottom: 3px;
    }
	#right-sidebar .loker_timer {
		position: absolute;
		right: 0;
		bottom: -7px;
	}
}

/* Loker Single */
.company-logo img { border-radius:8px;}
.pdsub { font-size:13px;}
.company-wrap.single-job {
    display:grid;
    grid-template-columns:60px 1fr 150px;
    grid-gap:15px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
	position:relative;
}
.company-wrap.single-job .loker_timer {}
.company-job-title h1.entry-title {
    border: none;
    font-size: 22px;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.2em;
}
.company-job-title h1.entry-title:after {
    display: none;
}
.company-job-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.work-location {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0px;
}
.work-location,
h2.company-title {
    font-size: 13px;
    margin: 0;
}
h2.company-title a,
.work-location,
.work-location a {
    color: #656D78;
}
.work-location a:hover {
    color: var(--contrast-2);
}
.entry-content ul,
.entry-content ol {
    margin-left: 1em;
}
.popup-apply {}
.popup-apply button {
    background: var(--contrast-2);
    border-radius: 8px;
    font-weight: bold;
}
.expire_date_job { font-size:14px; }
.gploker-tags {
    margin:20px 0;
    font-size:13px;
}
.gploker-tags a {
    border-bottom:1px dotted var(--contrast-2);
}
.related_post {
    border-top:2px solid #f1f1f1;
    padding-top:20px;
}

/* Loker Company */
.company_header {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 20px;
    line-height: 1.2em;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 15px;
}
.company_header .featured-image {
    margin-bottom: 0!important;
}
.company_header .entry-header {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.company_header .entry-header h1.entry-title {
    margin-bottom: 0;
    font-size: 24px;
    border: none;
    padding: 0;
}
.company_header .entry-header h1.entry-title:after {
    display: none;
}
.company_contact {
    margin: 25px 0;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gploker-job-by-company {
    border-radius: 10px;
    padding: 25px;
    border: 3px solid #f1f1f1;
}

.site-content {
    padding: 30px 0;
}
.home .site-content {
    padding: 0;
}

    /*
    .search .site-content,
    .archive .site-content {
        padding: 40px 0;
    }*/

.site-header {
    border-bottom: 0px solid #f1f1f1;
    box-shadow: 0 -6px 15px 5px rgba(0,0,0,0.08);
}
.site-content .content-area {
    padding-right: 0;
}
.blog_searchform label.wp-block-search__label {
    display: none;
}
.blog_searchform .wp-block-search__inside-wrapper {
    border: 2px solid;
    border-radius: 50px;
    overflow: hidden;
    padding: 5px 5px;
    background:#fff;
}
.blog_searchform .wp-block-search__inside-wrapper input {
    margin: 0!Important;
    border-radius: 0!Important;
    background: transparent;
    border: none!Important;
}
.blog_searchform button.wp-block-search__button.wp-element-button {
    background: var(--contrast-2) !important;
    font-weight: bold !important;
    border-radius: 50px !important;
}

.sidebar_loker .loker-item {
    position:relative;
}

.is-right-sidebar {
    padding-left:40px;
}

.search-result {
    margin-bottom:30px;
}
.search-results .page-header {
    position: relative;
}
.search-result-count {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
}
.search-result h2.widget-title {
    margin-bottom: 15px;
}
.src {
    display: flex;
    gap: 8px;
}
.src b {
    font-size: 13px;
    font-weight: normal;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.src span {
    font-size: 11px;
    padding: 1px 10px;
    border-radius: 20px;
    border: 1px solid var(--contrast-2);
}
.no-results .search-form {
    display:none;
}

.readon-wrap {
	margin-top:35px;
}
.readon {
	background: var(--contrast-2);
	border-radius: 8px;
	font-weight: bold;
	padding: 13px 20px;
	color:#fff;
}

/* Company List */
.gploker-companies-lists .company-item {
    margin-bottom:15px;
    padding-bottom:5px;
    border-bottom:1px solid #f1f1f1;
}
.gploker-companies-lists .company-item .company-logo {
    line-height:1em;
}
.gploker-companies-lists .company-item a {
    display: grid;
    grid-template-columns: 50px 1fr 1fr;
    align-items:center;
    grid-gap: 20px;
    color:#000;
}
.gploker-companies-lists .company-item .jobs-by-company {
    font-size:13px;
    text-align: right;
}
.gploker-companies-lists .company-item .company-name {
    font-weight:bold;
}
.share_loker {
    margin-bottom:25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bmark {
	cursor:pointer;
}
.bmark svg {
	scale: 150%;
}
.on_save {
	display:none;
}

/* Blog Sidebar */
.wp-block-categories {
    margin-left:0;
}
.wp-block-categories li {
    font-size:13px;
    display:flex;
    justify-content: space-between;
    list-style:none;
    padding:6px 0;
    border-bottom:1px dotted #f1f1f1;
}
.wp-block-categories li a {
    font-size:16px;
}
.wp-block-categories li:last-child {
    border-bottom:none;
}

.ads_jobs_ins {
    margin-bottom:25px;
}

/* Auto Page Break */
.gploker-auto-page-break-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gploker-auto-page-break-pagination .pagination {
	display: flex;
	gap: 5px;
}
.gploker-auto-page-break-pagination div {
	display: flex;
	flex-wrap: wrap;
}
.gploker-auto-page-break-pagination {
	font-size: 14px;
}
.gploker-auto-page-break-pagination span.post-page-numbers.current {
	background: 0 0;
	color: var(--accent);
}
.gploker-auto-page-break-pagination span.post-page-numbers.current, 
.gploker-auto-page-break-pagination a.post-page-numbers {
	background: var(--accent);
	width: 23px;
	height: 23px;
	display: flex;
	color: #fff;
	border: 1px solid var(--accent);
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 13px;
}
.gploker-auto-page-break-pagination span.post-page-numbers.current {
	background: 0 0;
	color: var(--accent);
}

/* 6 Oct */
.slideout-navigation a.gb-button-text {
    color:#fff!important;
}
.gploker-jobs-by-categories .salary span {
    font-size: 12px !important;
}

/* Versi 4.0 */
.extra-filter {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}
    
    /* Input Style */
    
	/*
	.ck_con {
      display: block;
      position: relative;
      padding-left: 25px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 15px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }*/

	.ck_con {
		display: flex;
		position: relative;
		padding-left: 5px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 15px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		align-items: center;
		flex-direction: row-reverse;
		gap: 5px;
	}

    .ck_con input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    .ck_con_mark {
		position:static;
        /*position: absolute;*/
        top: 3px;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 50%;
        background: none;
        border: 2px solid #fff;
		display: flex;
		justify-content: center;
		align-items: center;
    }

    .ck_con:hover input ~ .ck_con_mark {
      background-color: transparent;
    }

    .ck_con input:checked ~ .ck_con_mark {
      background-color: var(--contrast-2);
    }
	
	/*
    .ck_con_mark:after {
      content: "";
      position: absolute;
      display: none;
    }*/

    .ck_con_mark:after {
      content: "";
      /*position: absolute;*/
      display: none;
    }

/* Show the checkmark when checked */
.ck_con input:checked ~ .ck_con_mark:after {
	/*display: block;*/
	display: flex;
}

/* Style the checkmark/indicator */
.ck_con .ck_con_mark:after {
	left: 6px;
	top: 2.5px;
	width: 8px;
	height: 8px;
	background:#fff;
	border-radius:50%;
} 
/*
.ck_con .ck_con_mark:after {
  left: 6px;
  top: 2.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

.clk {
	font-size: 12px;
	color: #128C7E;
	display: flex;
	align-items: center;
	gap: 4px;
}
.clk .bi.bi-alarm {
	width: 11px;
}
.cls b {
	display: inline-block;
	font-size: 10px;
	background: #ffd9d9;
	color: #ff0000;
	border-radius: 5px;
	padding: 5px 7px;
	line-height: 1em;
}
.loker-item.is-sticky-job {
	border:1px solid var(--accent)!Important;
	border-radius:5px;
	padding:15px;
}
.color_list .loker-item.is-sticky-job {
	border:none!Important;
	border-bottom:1px solid #f1f1f1!Important;
}
.related_post .loker-item.is-sticky-job,
.is-right-sidebar .loker-item.is-sticky-job {
	display:none;
}
.color_list .loker-item.is-sticky-job,
.is-right-sidebar .loker-item.is-sticky-job,
.gploker-job-by-company .loker-item.is-sticky-job {
	border:0px solid var(--accent);
	border-radius:0px;
	padding:0px;
}

#a2a_modal input#a2a_copy_link_text {
	margin: 0!Important;
	font-size: 12px !important;
	height: 24px !important;
}

.main-navigation .main-nav ul li.cta a {
	line-height: 40px;
	border: 1px solid var(--accent);
	border-radius: 50px;
	color: var(--accent);
	font-weight: bold;
}
.main-navigation .main-nav ul li a i {
	display:inline-block;
	width:25px;
	font-size: 18px;
} 

/** bookmarking **/
.bmark.has-bookmark .on_save {
    display: block;
	color: var(--accent);
}

.bmark.has-bookmark .no_save {
    display: none;
}

@media only screen and (max-width: 768px) {
    .gb-button.slideout-toggle span.gb-button-text { display:none; }
    .toggle_button, .search_button { top:33px; }
    .toggle_button { left:20px; }
    .search_button { right:20px; }

    .top_toggle { right: 20px;}

    .inside-right-sidebar { position:static; padding: 0; border: none;}

    .featured-column { margin-bottom:25px; }
    .site-content .content-area { padding-right:0; }
    
    .site-content { padding:30px 20px;}
    .home .site-content { padding:0;}

    .is-right-sidebar { margin-top:40px; }

    .grid {
        grid-template-columns: 125px 1fr;
        grid-gap: 15px;
    }
    .featured-column .grid { margin-bottom:0; }

    .comments-area {
        border: none;
        padding: 20px 0!important;
    }

    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .owl-nav button { top:30%; }
    .owl-nav button.owl-prev { left: -16px;}
    .owl-nav button.owl-next { right: -16px;}

    .center_nav .owl-dots {
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .gp-search-modal .gp-modal__overlay {
        padding-left: 30px!important;
        padding-right: 30px!important;
        background: rgba(0, 0, 0, 0.65)!important;
    }

    .post-abs,
    .post-abs-r {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .post-abs-r {
        right: 20px;
        left: auto;
    }
    
    /* Loker */
    body.single .site-content {
        padding: 25px 20px 35px!Important;
    }
    .gploker-search-form-wrap input[type="text"],
    .gploker-search-form-wrap select {
        font-size:13px;
    }
    .gploker-categories {}
    .category-item {
        border-radius:10px;
    }
    .is-right-sidebar {
        padding-left:0;
    }

    .neon-modal-content {
        width: 90%;
    }

    .search .site-content {
        padding: 30px 20px;
    }
    
    .breadcrumb { line-height:1.3em;}

	.home .gploker-featured-jobs {
		grid-template-columns:1fr;
		grid-gap:20px;
		grid-row-gap: 0;
	}
	.main-navigation .main-nav ul li a { padding-left:0;}
	.main-navigation .main-nav ul li a i {
		display:inline-block;
		width:25px;
	}
	.main-nav > ul.slideout-menu { padding:0 20px;}
	.main-navigation .main-nav ul li.cta a {
		text-align: center;
		padding-right: 0;
		margin-top: 20px;
	}
	ul.sub-menu.toggled-on {
		margin-left:0;
	}
	body.home .gploker-featured-jobs .loker-item {
		margin-bottom:15px!important;
	}
}
@media only screen and (max-width: 767px) {
    body { background:#fff!important; }
    .featured-column .acr_img { height: 200px; }
    .grid-small { grid-template-columns: 80px 1fr;}
    .small-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .cat_grid_desc { position:relative; }
    .cat_grid_desc:before {
        content: " ";
        position: absolute;
        top: -10px;
        left: 30px;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-bottom: solid 10px #f1f1f1;
        height: 0;
        width: 0;
    }
    .main-navigation .menu-bar-item > a {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }
    
    /* Loker */
    ul.gploker-all-categories {
        grid-template-columns: 1fr 1fr;
        gap:10px;
    }
    .gploker-search-form-wrap { padding:20px;}
    .gploker-search-form-wrap .keywords input[type="text"], 
    .gploker-search-form-wrap .location select {
        border-right: 0px solid #f1f1f1!Important;
        border-radius: 0!Important;
    }
    .gploker-search-form-wrap .keywords input[type="text"] {
        font-size:14px;
        border-bottom:1px dotted #f1f1f1!important;
    }
    .gploker-search-form-wrap { border-radius:20px;}
    .gploker-search-form-wrap div.location,
    .gploker-search-form-wrap div.category {
        width: 50%;
    }
    .category-item {
        padding:25px 13px;
    }
    .company_header { grid-template-columns: 60px 1fr; }
    .company_header .entry-header h1.entry-title { 
        font-size:20px; 
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .company_header p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .gploker-job-by-company {
        border: none;
        padding: 0;
    }
    .loker-item .gploker-job-meta-wrap h2 {
        font-size: 16px;
        line-height: 1.45em;
        margin-bottom: 3px;
    }
    .loker-item .gploker-job-meta {
        font-size: 13px;
        line-height: 1.5em;
    }
    .gploker-job-meta-wrap, 
    .gploker-job-salary {
        justify-content: flex-start;
    }
    .gploker-job-salary .job-status {
        font-size: 12px;
    }
    .loker-item .inside-article {
        grid-template-columns: 40px 1fr 110px;
    }
    .gploker-job-salary .salary {
        font-size: 14px;
    }
    .company-wrap.single-job {
        display:block;
        position: relative;
        padding-right: 0;
    }
    .company-logo {
        position: static;
        right: 0;
        width: 80px;
    }
    .single-job .company-logo {
        position: absolute;
        right: 0;
        width: 60px;
		height: 60px;
		border-radius:50%;
		overflow:hidden;
		border:2px solid #f1f1f1;
		padding:3px;
		bottom:15px;
    }
	.single-job .company-logo img {
		border-radius:50%;
	}
	.single-job .company-job-title {
		padding-right:0;
	}
        .gploker-companies-lists .company-logo {
            position: static;
            width:50px;
        }
        .gploker-companies-lists .company-item a {
            grid-template-columns: 50px 1fr 100px;
        }
        
    .work-location {
        display: flex;
        line-height: 1em;
        flex-wrap: wrap;
        align-items: baseline;
    }
    .work-location h2.company-title {
        line-height: 1.2em;
        margin-top: 5px;
        line-height: 1.2em;
    }
    .single-job .company-job-title h1.entry-title {
        font-size: 24px;
    }
    /*
	.single-job  .gploker-job-salary {
        grid-column-end: 3;
        text-align: left;
        margin-top:15px;
    }*/

	.single-job .gploker-job-salary {
		grid-column-end: 3;
		text-align: left;
		margin-top: 15px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
	}
    .company-job-title {
        justify-content: flex-start;
    }
	
	.gploker-job-salary .salary span {
		font-size: 12px!important;
	}
	.gploker-job-salary .job-status {
		font-size:12px;
	}

    /* Versi 4.0 */
    .extra-filter { gap:0; flex-wrap:wrap; }
    .ck_con { font-size:13px; margin-bottom:5px; padding-left: 15px;}
    .ck_con_mark { top:3.5px; width:18px; height:18px; }
    .ck_con .ck_con_mark:after { left: 5px; top: 1.5px; }
	.company-wrap.single-job .loker_timer { position:static; margin-top:5px;}
	
	/* Jobs List */
	.loker-item {
		margin-bottom: 20px;
		padding-bottom: 25px;
		border: 1px solid #f1f1f1;
		border-radius: 5px;
  		padding: 15px;
	}
	.loker-item .inside-article {
		display: flex;
  		flex-wrap: wrap;
	}
	.loker-item .gploker-company-logo {
		position: absolute;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		overflow: hidden;
		right: 15px;
		bottom: 20px;
		border: 1px solid #eee;
		padding: 2px;
	}
	.loker-item .gploker-company-logo img {
		border-radius:50%;
	}
	.loker-item  .gploker-job-meta-wrap,
	.loker-item  .gploker-job-salary {
		width:100%;
		text-align:left;
	}
	.loker-item  .gploker-job-meta-wrap {}
	.loker-item  .gploker-job-salary  {
		display: flex;
		flex-direction: revert;
		align-items: center;
	}
	.is-right-sidebar .loker-item,
	.gploker-job-by-company .loker-item,
	.gploker-jobs-by-categories .loker-item {
		border:none!Important;
		padding:0;
		margin-bottom: 15px!Important;
		padding-bottom: 20px!Important;
		border-bottom: 1px solid #f1f1f1!important;
	}
}