/*
 Theme Name:   Prakerjo
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Web Developer
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
    font-size: 13px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-top: 15px;
}

.home-page {
    flex: 0 0 100%;
}

img.icon-pin {
    height: auto;
    vertical-align: top;
    margin-top: 3px;
    width: 10px;
    margin-right: 4px;
}

/** Form Search **/
#search-area {
    flex: 1;
    flex-basis: 100%;
    background: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
}

#search-area h2 {
    font-size: 1.3em;
    font-weight: bold;
}

#search-area input {
    width: 80%;
}

#search-area .tag-loker-area {
    margin: 20px;
}

.tag-loker-area a {
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    border: 1px solid;
    padding: 2px 15px;
    border-radius: 5px;
    margin: 0 3px 5px !important;
}

.gb-shape {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    line-height: 0;
}

.gb-shape svg {
    fill: currentColor;
}

.gb-shapes .gb-shape-1 {
    color: #066bc9;
    left: 0;
    right: 0;
    bottom: -1px;
    transform: scaleX(-1);
}

.gb-shapes .gb-shape-1 svg {
    height: 20px;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}

.gb-shapes .gb-shape-2 {
    color: #066bc9;
    left: 0;
    right: 0;
    top: -1px;
    transform: scaleY(-1);
}

.gb-shapes .gb-shape-2 svg {
    height: 5px;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}


#loker-listing {
    display: flex;
    flex-wrap: wrap;
}

#loker-listing a {
    text-decoration: none;
}

#loker-listing .loker-item .inside-article:before,
#loker-listing .loker-item .inside-article:after {
    content: "";
    display: table;
    clear: both;
}

#loker-listing .loker-item .inside-article {
    padding: 30px;
}

#loker-listing .loker-item {
    width: 33%;
    border: 1px solid #F7F8F9;
    cursor: pointer;
    background:#fff;
}

#loker-listing .loker-item a {
    display: block;
}

#loker-listing .loker-item:hover {
    border-left: 4px solid #066BC9
}
#loker-listing .loker-item:hover,
#loker-listing .loker-item:hover .inside-article {
    background: #f9f9f9;
}

#loker-listing .loker-item .post-image {
    float: left;
    margin-right: 10px;
    margin-top: 0;
}

#loker-listing .loker-item .post-image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #eee;
}

#loker-listing .loker-item h2,
#loker-listing .loker-item h3 {
    margin-bottom: 5px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}

#loker-listing .loker-item h2 {
    font-size: 15px;
    color: #000;
}

#loker-listing .loker-item h3 {
    font-size: 13px;
}

#loker-listing .work-location {
    font-size: 12px;
    color: #000;
}

.expired {
    color: #555;
}

div#pagination {
    background: #fff;
    padding: 30px;
}

.page-numbers {
    text-align: center;
    margin: 0;
    padding: 0;
}

.page-numbers li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.page-numbers a {
    text-decoration: none;
}

.page-numbers .page-numbers {
    padding: 0 5px;
}

.page-numbers .page-numbers.current {
    font-weight: bold;
}

#list-company {
    background-color: #fff;
    padding: 40px;
}

#list-company h2 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.company-listing {
}

.single-companies .post-image {
    text-align: left;
}

.single-companies .post-image img {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 125px !important;
    height: 125px;
    margin-bottom: 15px;
    object-fit: contain;
    display: block;
}

.company-listing ul,
.company-listing ul li {
    padding: 0;
    margin: 0;
}

.company-listing ul li {
    list-style: none;
    display: inline-block;
}

.company-listing ul li a {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 5px 5px;
    border-radius: 3px;
    border: 1px solid;
    text-decoration: none;
    font-size: 12px;
}


/* Single */
.single-post .post-image {
    width: 100px;
    height: 100px;
}

.single-post .post-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #eee;
}

.single-post h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.single-post .company-title {
    line-height: 1.2;
    margin: 6px 0 0;
    font-size: 13px;
    color: #066BC9;
    font-weight: bold;
}

.single-post .work-location {
    font-size: 12px;
    color: #333;
}

.social-wrapper .social-sharing {
    padding: 4px 20px 2px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.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);
}

.company-profile::before,
.company-notice::after,
.loker-notice::before {
    display: block;
    width: 100%;
    margin: 15px -4px 25px;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.loker-notice .warning {
    color: #b20000;
    font-weight: bold;
    font-size: 15px;
}

.popup-apply .apply-loker {
    text-align: center;
    width: 100%;
    display: block;
    background: #08f;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.link-apply,
ul.link-apply li {
    padding: 0;
    margin: 0;
    display: block;
}

ul.link-apply {
    margin-bottom: 1.5em;
}

ul.link-apply li a {
    text-decoration: none;
    color: #fff !important;
    background: #066bc9;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
}

.post-meta a {
    margin: 5px 2px;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
}

.all-loker {
    margin-top: 25px;
    text-align: center;
    padding: 25px;
    background: #f9f9f9;
}

.all-loker a {
    text-decoration: none;
    font-weight: bold;
}

.related-loker {
    margin-top: 20px;
}

.related-loker a {
    text-decoration: 0;
}

.related-loker .loker-item {
    margin-bottom: 3px;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 25px;
    background: #f9f9f9;
}

.related-loker .loker-item:hover {
    background: #f9f9f9;
    border-left: 3px solid #066BC9;
}

.related-loker .loker-item h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.related-loker .loker-item h3:hover {
    color: #1e73be;
}

.related-loker .loker-item .company-title {

}

.tag-archive-title {
    margin-top:40px;
    font-size: 20px;
    font-weight: bold;
}

.site-footer a {
    text-decoration: none;
}

.site-footer .grid-container {
    font-size: 13px;
    flex-direction: row-reverse;
}

.site-footer .copyright-bar {
    text-align: left;
}

.site-footer .footer-menus,
.site-footer .copyright-bar {
    flex-grow: 1;
}

.site-footer .footer-menus {
    text-align: right;
}

.site-footer .footer-menus ul,
.site-footer .footer-menus ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.site-footer .footer-menus ul li a {
    display: inline-block;
    padding: 3px 10px;
}

/** Modul */
/* The Modal (background) */
.kerjo-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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.4); /* Black w/ opacity */
}

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

/* Modal Content/Box */
.kerjo-modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 65%; /* Could be more or less, depending on screen size */
}

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

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

.kerjo-modal h4 {
    font-size: 15px;
    font-weight: bold;
}

.single-companies .entry-header span {
    color: #066bc9;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}
.single-companies .entry-title {
    font-size: 18px;
    font-weight: bold;
}

.widget .list-company {
    margin-left: -5px;
}

.expired-loker {
    text-align: center;

}

.expired-loker img {
    width:100px;
}

.expired-loker a {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    background: #066BC9 !important;
    color: #ffff !important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration:none;
}

.widget-title {
    margin-bottom: 16px;
}

.form-search button {
    border-radius: 3px;
    padding-top: 6px;
}
.form-search button svg {
    fill: #fff;
    position: relative;
    top: 3px;
}

@media (max-width: 500px) {
    .tag-archive-title {
        margin-left: 40px;
        margin-right: 40px;
    }
    #loker-listing .loker-item {
        width: 100%;
    }
    .kerjo-modal-content {
        width: 100%;
    }
	#search-area input {
		width: 75%;
	}
	
    .site-footer .grid-container {
        flex-direction:column;
    }
    .site-footer .footer-menus {
        text-align:center;
        margin-bottom: 5px;
    }
}