/*

Theme Name: Job Linkedin
Theme URI: https://google.com/
Author: Sativa Wahyu Priyanto
Author URI: https://google.com/
Description: Template yang cocok untuk website loker.
Text Domain: Loker
Version: 1.7

*/

body {
  font-family: "Rubik", sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul,
ol {
  margin: 0 0 15px 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #5094f9;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.content_bagi {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 25px;
}

/* Header */

header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 0px 7px #e5e5e5;
  margin-bottom: 20px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top h2 {
  margin: 10px 0;
}

.header-top h2 a {
  color: #3a9ef6;
}

.button_login {
  color: #fff;
  background-color: #3a9ef6;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 6px;
  border: 1px solid #3a9ef6;
  transition: 0.2s;
  font-weight: 600;
  font-size: 17px;
}

.button_login:hover {
  background-color: #fff;
  color: #3a9ef6;
}

.heading-site {
  margin: 15px auto;
}

.heading-site img {
  max-width: 250px;
  max-height: 50px;
  width: auto;
  height: auto;
}

/* Menu */

.primary_menu_container {
  background-color: #f5f5f5;
  padding: 10px;
}

.primary_menu_container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  gap: 15px;
}

.primary_menu_container ul li a {
  display: block;
  padding: 5px 0;
  color: #0f93d0;
  font-weight: 600;
  font-size: 17px;
}

.primary_menu_container ul li a:hover {
  color: #31beff;
}

/* Search */

.search {
  margin-bottom: 20px;
  border-bottom: 3px solid #d7ecff;
}

.search h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}

.search-form-wrapper {
  margin-bottom: 25px;
}

.search-form-wrapper,
.flex-search-field {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.search-term select {
  height: 40px;
  padding: 0 25px 0 10px;
  max-width: 200px;
  border-radius: 6px;
  border: 1px solid #ddd;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 8px;
  outline: none;
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.search-form .searchfield {
  width: 230px;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ddd;
  outline: none;
}

.search-form .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 80px;
  padding: 0 10px;
  border-radius: 0 6px 6px 0;
  background-color: #6eb7f7;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
}

.search-form .searchsubmit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-form .searchsubmit:hover {
  background-color: #46a9ff;
}

/* Archive */

.post-wrapper {
  margin-bottom: 20px;
}

.title_archive {
  font-size: 27px;
  color: #333;
  margin-bottom: 20px;
}

/* Index */

.container_post_utama {
  margin-bottom: 20px;
}

.container_post_utama article {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 15px;
  box-shadow: 2px 3px 7px #eee;
}

.title_article {
  font-size: 19px;
  margin-bottom: 15px;
}

.title_article a {
  color: #3a9ef6;
}

.info-post-index {
  display: grid;
  gap: 15px;
  grid-template-columns: 150px auto;
}

.info-post-index .info-lengkap .date-ago {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  border-bottom: 2px solid #ffebdd;
}

.info-post-index .info-lengkap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 15px;
  gap: 10px;
}

/* Pagination */

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.pagination ul li a {
  display: block;
  padding: 7px 12px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 6px #eee;
}

.pagination ul li.active a {
  background-color: #6eb7f7;
  color: #fff;
  border: 1px solid #59a2e1;
}

.pagination ul li:not(.active) a:hover {
  background-color: #cbe7ff;
  color: #111;
}

/* Footer */

footer {
  background-color: #283644;
  overflow: hidden;
  padding: 20px 0;
}

.footer-wrapper {
  margin-bottom: 25px;
}

.footer-menu {
  margin-bottom: 30px;
}

.footer-menu h3 {
  margin-bottom: 15px;
  color: #eee;
}

.footer-menu ul {
  margin-left: 15px;
  display: flex;
  gap: 30px;
}

.footer-menu li {
  list-style-type: disc;
  color: #fff;
}

.footer-menu li a {
  color: #85c6ff;
  font-size: 15px;
}

.footer-menu li a:hover {
  text-decoration: underline;
}

.patners_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 15px;
}

.footer-about {
  margin-bottom: 30px;
}

.footer-about h3 {
  padding-left: 10px;
  border-left: 3px solid #ffc994;
  color: #fff;
  margin-bottom: 15px;
}

.footer-about .content {
  color: #eee;
}

.footer-about .content a {
  color: #90dcff;
}

.footer-about .content p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

.footer-about .info-content {
  font-size: 14px;
  color: #95ff97;
}

.footer-about .info-content p {
  margin-bottom: 15px;
  border-left: 3px solid #405264;
  padding-left: 10px;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.copyright a {
  color: #ffb163;
}

/* Single */

.single {
  background-color: #fff;
  margin-bottom: 30px;
  border-bottom: 3px solid #eee;
}

.single .title_single {
  margin-bottom: 20px;
  font-size: 30px;
}

.single .thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.single .date {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.single .content {
  line-height: 22px;
  margin-bottom: 30px;
}

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

.single .content p {
  margin-bottom: 20px;
}

.single .content ul,
.single .content ol {
  margin-left: 15px;
  margin-bottom: 25px;
}

.single .content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.single .content ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5 {
  margin-bottom: 15px;
}

.single .content h3,
.single .content h4,
.single .content h5 {
  font-size: 17px;
}

.single .content table {
  margin-bottom: 25px;
}

.single .content footer {
  background: #eee;
  margin-bottom: 15px;
  padding: 15px;
}

.single .subtitle_single {
  margin-bottom: 25px !important;
  font-size: 20px;
  border-left: 3px solid #69bcff;
  padding-left: 10px;
}

.single h2.subtitle_single {
  font-size: 24px;
}

.single h3.subtitle_single {
  border-left: 3px solid rgb(238, 147, 44);
  background-color: #eee;
  padding: 10px 15px;
}

.single .info-job-table {
  width: 100%;
  border-collapse: collapse;
}

.single .info-job-table td:nth-child(1) {
  width: 150px;
}

.single .info-job-table td {
  padding: 7px;
  border: 1px solid #eee;
}

.single .share h3 {
  margin-bottom: 15px;
}

.single .lamar {
  margin-bottom: 20px;
}

.wrapper-button-lamar {
  display: grid;
  gap: 10px;
  grid-template-columns: 70% auto;
  margin-bottom: 20px;
}

.wrapper-button-lamar a {
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 6px;
  background-color: #6eb7f7;
  color: #fff;
  font-weight: 600;
}

.wrapper-button-lamar a:hover {
  background-color: #569ddb;
}

.wrapper-button-lamar a:nth-child(2) {
  background-color: #ff7878;
}

.wrapper-button-lamar a:nth-child(2):hover {
  background-color: #e05a5a;
}

.single .intruksi {
  margin-bottom: 30px;
}

.single .intruksi h3 {
  margin-bottom: 15px;
}

.company-info {
  border-bottom: 2px solid #e4f2ff;
  margin-bottom: 30px;
}

.company-info h2 {
  margin-bottom: 15px;
  font-size: 22px;
}

.company-info h3 {
  margin-bottom: 15px;
  font-size: 17px;
}

.company-info .industry {
  margin-bottom: 20px;
}

.company-info .content {
  margin-bottom: 20px;
  border-left: 2px solid #d7ecff;
  padding-left: 15px;
  line-height: 25px;
}

.recommended {
  margin-bottom: 60px;
}

.recommended:last-child {
  border-bottom: none;
}

.recommended h2 {
  font-size: 22px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  padding: 15px;
  border-left: 3px solid #0f93d0;
}

.recommended .title_article {
  font-size: 18px;
}

.link_pagination {
  text-align: center;
}

.link_pagination a {
  padding: 7px 15px;
  display: inline-block;
  color: #fff;
  background-color: #0f93d0;
  border-radius: 20px;
  border: 1px solid #0f93d0;
  transition: all 0.2s;
}

.link_pagination a:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #0f93d0;
}

/* Alert */

.alert {
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.alert p {
  margin-bottom: 15px;
}

.alert p:last-child {
  margin-bottom: 0;
}

.alert-danger {
  background-color: #ffdfdf;
  border: 1px solid #ffcbcb;
}

.alert-success {
  background-color: #ddffde;
  border: 1px solid #c0fcc2;
}

.alert-warning {
  background-color: #fff7dd;
  border: 1px solid #fceaaf;
}

/* Search */

.pencarian_region_text {
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: capitalize;
}

/* Company Single */

.industry_company {
  margin-bottom: 20px;
}

.company_single h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.company_single h2.title_article {
  font-size: 17px;
}

.company_single .content {
  text-align: justify;
  border-bottom: 3px solid #ffe8da;
  padding-bottom: 5px;
}

.company_single h2 span {
  color: #3a9ef6;
}

/* Custom Page */

.custom_page .title_single span {
  color: #f1803f;
}

.form_lamar_button {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.form_lamar_button > button {
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #59a2e1;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 17px;
}

.form_lamar_button > button svg {
  color: #fff;
}

/* Shortcode Terms list */

.terms_list_shortcode span {
  color: #fff;
  padding: 1px 7px;
  display: inline-block;
  background-color: #46a9ff;
  border-radius: 20px;
  margin-left: 7px;
  font-size: 12px;
}

.terms_list_shortcode li {
  margin-bottom: 5px;
}

/* Change language */

.change_language {
  text-align: center;
  margin-bottom: 10px;
}

.change_language h3 {
  margin-bottom: 10px;
}

.change_language .glink {
  padding: 7px 10px;
  display: inline-block;
  background-color: #68b7fd;
  color: #fff;
  margin-right: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.change_language .glink:last-child {
  margin-right: 0;
}

.change_language .gt-current-lang {
  background-color: #a3d4ff;
}

/* Login */

.form_login input {
  height: 30px;
  width: 350px;
  max-width: 100%;
  border-radius: 6px;
  padding: 0 10px;
  border: 3px solid #d7ecff;
  outline: none;
}

.form_login button {
  height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  background-color: #3a9ef6;
  color: #fff;
  outline: none;
  border: none;
  font-size: 15px;
  cursor: pointer;
}

/* Other */

.button_footer_menu {
  display: block;
  padding: 7px 10px;
  background-color: #3f5a75;
  color: #fff;
  font-size: 15px;
}

.feedback_company_2 {
  max-width: 700px;
  margin-bottom: 25px;
}

.feedback_company .nf-field-container {
  margin-bottom: 0;
}

.feedback_company {
  border-bottom: 3px solid #ffe8da;
  margin-bottom: 30px;
}

/* Sidebar */

.title_sidebar {
  margin-bottom: 20px;
  font-size: 17px;
  background-color: #0f93d0;
  padding: 10px;
  color: #fff;
}

aside .terms_list_shortcode li {
  margin-bottom: 0;
}

aside .terms_list_shortcode li a {
  padding: 7px 10px;
  display: block;
  background-color: #e9f5ff;
  color: #333;
}

aside .terms_list_shortcode li:nth-child(odd) a {
  background-color: #c8e6ff;
}

/* Post Wrapper 2 */

.post-wrapper-2 {
  border-top: 3px solid #d7ecff;
  padding-top: 20px;
  margin-bottom: 30px;
}

.container_post_kedua_2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

.container_post_kedua_2 article {
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 3px 7px #eee;
}

.container_post_kedua_2 h3 {
  margin-top: 15px;
}

.container_post_kedua_2 article .gaji_1 {
  margin-bottom: 5px;
}

.container_post_kedua_2 article .gaji,
.container_post_kedua_2 article .region {
  margin-bottom: 15px;
}

.container_post_kedua_2 article .region a {
  color: #f1803f;
}

.container_post_kedua_2 article .image {
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.container_post_kedua_2 article .image img {
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.container_post_kedua_2 article h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1f5dad;
  padding: 0 5px;
}

.container_post_kedua_2 article h4 {
  padding: 10px;
  background-color: #eeeeee;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
}

.container_post_kedua_2 article .date {
  margin-bottom: 10px;
  font-size: 15px;
}

.header-bottom {
  display: flex;
  gap: 25px;
  align-items: center;
  text-align: center;
}

.ninja-forms-field[type="submit"] {
  cursor: pointer;
  border-radius: 10px !important;
  padding: 0 20px !important;
}

.content_related p {
  background-color: #eee;
  padding: 15px;
  font-weight: 600;
}

.content_related p:last-child {
  margin-bottom: 0;
}

/* BLOG */

.blog_index {
  margin-bottom: 30px;
}

.blog_index h2 {
  margin-bottom: 20px;
  border-bottom: 2px solid #cdeaf7;
  padding-bottom: 10px;
}

.blog_index_article article {
  padding: 12px;
  border: 1px solid #afdfff;
  margin-bottom: 15px;
  border-radius: 20px;
  transition: all 0.4s;
}

.blog_index_article article:hover {
  background-color: #afdfff;
}

.blog_index_article h3 {
  margin-bottom: 10px;
}

.blog_index_article .date {
  color: #555;
  font-size: 13px;
}

.more_article {
  text-align: center;
}

.more_article a {
  padding: 10px 20px;
  background-color: #44b5ea;
  border: 1px solid #44b5ea;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.more_article a:hover {
  background-color: #fff;
  color: #111;
}

.blog_thumbail {
  margin-bottom: 20px;
}

.blog_thumbail img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

/* OTHER */

.bungkus_lamaran {
  padding: 30px 20px 20px;
  border: 3px solid #fef0e2;
  border-radius: 12px;
  margin-bottom: 30px;
}
