/*
Theme Name: Jobspro
Theme URI: https://www.openkerja.com
Author: Gian MR
Author URI: http://www.openkerja.com/
Description: Jobspro theme
Version: 1.0.8
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jobspro
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce

Jobspro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize.css
# Sidr.css
# Elements
# Forms
# Navigation
	## Menuss
	## Other Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 2px solid #ecf0f1;
  margin: 0 5px;
  padding: 20px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Sidr.css - mobile menu | MIT License | https://github.com/artberri/sidr */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  padding-top: 50px;
  height: 100%;
  z-index: 1;
  width: 100%;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidr .sidr-inner {
  padding: 0 0 0;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.sidr-right {
  left: auto;
  right: -100%;
}
.sidr.sidr-left {
  left: -100%;
  right: auto;
}
.sidr {
  font-size: 13px;
  background: #fff;
  color: #222;
}
.sidr ul {
  display: block;
  margin: 0 0 0;
  padding: 0;
}
.sidr ul li {
  position: relative;
  display: block;
  margin: 0;
  line-height: 38px;
}
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
  border-top: 0;
  line-height: 38px;
}
.sidr ul li.active > a,
.sidr ul li.sidr-class-active > a,
.sidr ul li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.sidr ul li a {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #222;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 38px;
  font-size: 13px;
}
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr ul li ul li:hover {
  border-top: 0;
  line-height: 38px;
}
.sidr ul li ul li a {
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="search"],
.sidr input[type="text"] {
  width: 100%;
  color: #222222;
  border: 1px solid #dddddd !important;
  font-size: 13px;
  line-height: 13px;
  background-color: #ffffff;
  padding: 15px 10px;
  box-sizing: border-box;
  margin: 10px 0 10px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(256, 256, 256, 0.6);
  display: block;
  clear: both;
}
.sidr .sub-toggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-left: 1px solid #dddddd;
  width: 40px;
  text-align: center;
}
.sidr .sub-toggle .gmr-icon-up:after,
.sidr .sub-toggle .gmr-icon-down:after {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: -5px;
  top: auto;
  bottom: auto;
  vertical-align: middle;
  content: " ";
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #222222;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 6px;
  width: 6px;
}
.sidr .sub-toggle .gmr-icon-up:after {
  transform: rotate(225deg);
}
.sidr .sub-toggle:hover {
  color: red;
  background: rgba(255, 255, 255, 0.5);
}
.sidr-class-site-description,
.sidr ul.sidr-class-sub-menu {
  display: none;
}
.sidr ul.sidr-class-sub-menu.active {
  display: block;
}
a#sidr-id-close-topnavmenu-button {
  color: #222222;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 99999;
  font-size: 28px;
}
.sidr-class-logo-wrap {
  padding: 0 15px;
  background-color: #f8f8f8;
  max-height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.sidr-class-logo-wrap img {
  max-height: 40px;
}
.sidr-class-gmr-menulogo-btn,
.sidr-class-gmr-search-btn {
  display: none !important;
}

/* Support menu icons plugin */
.sidr-class-menu-item i._mi,
.sidr-class-menu-item img._mi {
  display: inline-block;
  vertical-align: middle;
}
.sidr-class-menu-item i._mi {
  width: auto;
  height: auto;
  margin-top: -0.265em;
  font-size: 20px;
  line-height: 1;
}
.sidr-class-menu-item i._before {
  margin-right: 0.25em;
}
.sidr-class-menu-item i._after {
  margin-left: 0.25em;
}
.sidr-class-menu-item img._before {
  margin-right: 0.5em;
}
.sidr-class-menu-item img._after {
  margin-left: 0.5em;
}
.sidr-class-menu-item ._svg {
  width: 1em;
}
.sidr-class-menu-item i.elusive {
  margin-top: -0.3em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #f8f8f8; /* Fallback for when there is no custom background color defined. */
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #ffffff;
}
[role="button"] {
  cursor: pointer;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
a {
  color: #2980b9;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover,
a:focus,
a:active {
  color: #3498db;
  text-decoration: none;
}
a:focus {
  outline-offset: -2px;
}
del {
  color: #bdc3c7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 16px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  font-size: 75%;
}
p {
  margin: 0 0 15px;
}
.item-article p {
  margin: 0 0 0 !important;
}
small {
  font-size: 85%;
}
blockquote {
  border-color: #ecf0f1;
  font-style: italic;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a7a7a7;
  text-align: left;
}
caption,
th,
td {
  text-align: left;
}
th {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.25rem;
}
td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 12px;
}
fieldset {
  margin: 0 0 20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.7;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  border-left: 5px solid #ecf0f1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0 !important;
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.7;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #34495e;
  background-color: #f8f8f8;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #34495e;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 16px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  background-color: #2c3e50;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}

.gmr-list-table {
  width: 100%;
  display: table;
}
.gmr-table-row {
  display: table-row;
}
.gmr-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.gmr-embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.gmr-embed-responsive .gmr-embed-responsive-item,
.gmr-embed-responsive iframe,
.gmr-embed-responsive embed,
.gmr-embed-responsive object,
.gmr-embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.gmr-embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.gmr-embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hidden,
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.gmr-headwrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header {
  position: relative;
}
.top-header {
  position: relative;
  z-index: 9999;
  box-shadow: 0px 6px 5px -2px rgba(214, 222, 228, 0.8);
}
.wp-dark-mode-active .top-header {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1200px) {
  .site-header {
    box-shadow: 0px 6px 5px -2px rgba(214, 222, 228, 0.8);
    z-index: 9999;
  }
  .wp-dark-mode-active .site-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
}
#site-container {
  position: relative;
  margin: 0 auto;
  max-width: 1106px;
}
.gmr-content {
  margin-top: 20px;
}
.gmr-logo {
  float: left;
}
.gmr-logo img {
  max-width: 100%;
}
.gmr-table-cell.gmr-logo {
  width: 50%;
}
.site-title {
  line-height: 1.1;
  color: inherit;
  margin-bottom: 0;
  font-size: 20px;
}
.site-description {
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1200px) {
  .gmr-table-cell.gmr-search-wrap {
    margin-top: 10px;
    width: 100%;
    display: block;
  }
  .gmr-table-cell.gmr-logo {
    width: 60%;
    display: inline-block;
  }
  .gmr-search {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button.button,
input.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 9px 15px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  vertical-align: middle;
  background-color: inherit;
  white-space: normal;
  height: auto;
  -webkit-appearance: none;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
a.button:hover,
button.button:hover,
input.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  text-decoration: none;
  opacity: 0.85;
  color: #fff;
}
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"],
select,
textarea {
  background-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  outline: 0;
  margin: 0;
  padding: 7px 14px;
  text-align: left;
  font-size: inherit;
  vertical-align: middle;
  font-family: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
input[type="range"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="color"][disabled] select[disabled],
textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.055);
}
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,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  color: #888;
  cursor: default;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
select[size="0"],
select[size="1"] {
  height: 1.8em;
}
select {
  max-width: 100%;
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.grid-container .gmr-infeed-banner {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (min-width: 1200px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-8 .grid-container .gmr-infeed-banner,
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-12 .grid-container .gmr-infeed-banner,
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}
/* Sticky Header */
.gmr-sticky .top-header.pos-stickymenu {
  z-index: 9999;
  margin: 0 auto;
  top: 0;
  display: block;
  position: sticky;
  position: -webkit-sticky;
}

.gmr-no-sticky .pos-stickymenu {
  position: relative !important;
  top: auto !important;
}
.gmr-sticky.admin-bar .top-header.pos-stickymenu {
  top: 32px;
}
@media (max-width: 782px) {
  .gmr-sticky.admin-bar .top-header.pos-stickymenu {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .gmr-sticky.admin-bar .top-header.pos-stickymenu {
    top: 0;
  }
}
.gmr-featured-image {
  margin-bottom: 30px;
}
.gmr-slider {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.sticky-menu .gmr-menuwrap {
  -webkit-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.1);
}
.gmr-secondmenuwrap {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.gmr-mainmenu {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.gmr-secondmenu {
  margin: 0;
  padding: 0;
}
.gmr-mainmenu ul {
  list-style: none;
}
/* ul#primary-menu */
#primary-menu,
#primary-menu .sub-menu,
#primary-menu .children {
  margin: 0 auto;
  padding: 0;
  z-index: 9999;
}
#primary-menu > li,
#primary-menu .sub-menu li,
#primary-menu .children li {
  display: block;
  float: left;
  position: relative;
}
#primary-menu > li > a {
  position: relative;
  display: block;
  padding: 6px 12px;
  text-decoration: none !important;
  font-size: 13px;
  text-transform: uppercase;
}
.gmr-mainmenu #primary-menu > li:first-child > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.gmr-secondmenu #primary-menu > li > a {
  padding: 0 0;
  margin-right: 20px;
  line-height: 25px;
  font-weight: 500;
  text-transform: inherit;
}
#primary-menu > li.menu-border > a span {
  border: 2px solid #fff;
  line-height: 20px;
  padding: 10px 15px;
  margin-top: 18px;
  margin-bottom: 18px;
}
#primary-menu > li.gmr-menu-cart > a sup {
  margin-left: 5px;
}
#primary-menu > li.page_item_has_children > a:after,
#primary-menu > li.menu-item-has-children > a:after,
#primary-menu .sub-menu > li.page_item_has_children > a:after,
#primary-menu .sub-menu > li.menu-item-has-children > a:after,
#primary-menu .children > li.page_item_has_children > a:after,
#primary-menu .children > li.menu-item-has-children > a:after {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  margin-right: 3px;
  margin-top: -5px;
  top: auto;
  bottom: auto;
  vertical-align: middle;
  content: " ";
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #111111;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 6px;
  width: 6px;
}
#primary-menu > li.page_item_has_children:hover > a:after,
#primary-menu > li.menu-item-has-children:hover > a:after {
  transform: rotate(225deg);
  border-color: #ff5722;
}
#primary-menu .sub-menu > li.page_item_has_children > a:after,
#primary-menu .sub-menu > li.menu-item-has-children > a:after,
#primary-menu .children > li.page_item_has_children > a:after,
#primary-menu .children > li.menu-item-has-children > a:after {
  transform: rotate(-45deg);
  height: 6px;
  width: 6px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  top: auto;
  bottom: auto;
  float: right;
}
#primary-menu .sub-menu > li.page_item_has_children:hover > a:after,
#primary-menu .sub-menu > li.menu-item-has-children:hover > a:after,
#primary-menu .children > li.page_item_has_children:hover > a:after,
#primary-menu .children > li.menu-item-has-children:hover > a:after {
  transform: rotate(135deg);
}
#primary-menu .sub-menu,
#primary-menu .children {
  left: 0;
  padding: 0;
  position: absolute;
  top: 120%;
  width: 200px;
  z-index: 999;
  opacity: 0;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.3);
}

#primary-menu > li.col-2 > .sub-menu {
  width: 350px;
}
#primary-menu > li.col-3 > .sub-menu {
  width: 450px;
}
#primary-menu > li.col-4 > .sub-menu {
  width: 600px;
}
#primary-menu > li.col-2 > .sub-menu > li {
  width: 50%;
  float: left;
  display: inline;
}
#primary-menu > li.col-3 > .sub-menu > li {
  width: 33.33%;
  float: left;
  display: inline;
}
#primary-menu > li.col-4 > .sub-menu > li {
  width: 25%;
  float: left;
  display: inline;
}
#primary-menu li.col-2 > .sub-menu,
#primary-menu li.col-3 > .sub-menu,
#primary-menu li.col-4 > .sub-menu {
  padding: 10px;
}
#primary-menu .sub-menu:after,
#primary-menu .children:after {
  bottom: 80%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  opacity: 0;
  display: none;
}
#primary-menu .sub-menu ul,
#primary-menu .children ul {
  left: 200px !important;
  top: 0 !important;
}
#primary-menu .sub-menu ul:after,
#primary-menu .children ul:after {
  border-width: 0;
  margin-left: 0;
}
#primary-menu .sub-menu a,
#primary-menu .children a {
  display: block;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0;
  padding: 6px 12px !important;
  text-align: left;
  text-transform: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#primary-menu .sub-menu.current_page_item:after,
#primary-menu .sub-menu li,
#primary-menu .children.current_page_item:after,
#primary-menu .children li {
  float: none;
}
/* Focused for accessibility */
#primary-menu li > .sub-menu.focused,
#primary-menu li:hover > .sub-menu,
#primary-menu li > .children.focused,
#primary-menu li:hover > .children {
  opacity: 1;
  top: 100%;
  display: block;
  animation: anim 0.5s ease-in-out;
}
#primary-menu li > .sub-menu.focused:after,
#primary-menu li:hover > .sub-menu:after,
#primary-menu li > .children.focused:after,
#primary-menu li:hover > .children:after {
  opacity: 1;
  bottom: 100%;
  display: block;
  animation: anim 0.5s ease-in-out;
}
@keyframes anim {
  0% {
    display: none;
    transform: translateY(20%);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 767px) {
  .gmr-secondmenuwrap {
    text-align: center;
  }
  .gmr-secondmenu {
    margin-bottom: 10px;
  }
  .gmr-secondmenu #primary-menu > li {
    display: inline-block;
    float: none;
  }
  .gmr-social-icon ul.pull-right {
    float: none !important;
    text-align: center;
  }
}
/* Responsive Menu */
.onlymobile-menu,
.close-topnavmenu-wrap,
#gmr-responsive-menu {
  vertical-align: middle;
  display: none;
}
@media (max-width: 1200px) {
  .onlymobile-menu {
    display: inline-block;
    text-align: right;
    width: 40%;
  }
  #gmr-responsive-menu {
    display: inline-block;
    position: relative;
    font-size: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
  }
  .onlydesktop-content,
  .gmr-mainmenu {
    display: none;
  }
}
/*
 * Top Search
 */
.gmr-search {
  padding: 0;
  width: 100%;
  max-width: 200px;
}
.gmr-search input[type="text"] {
  width: 100%;
  padding: 0 10px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #111;
}
.gmr-search form {
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.gmr-search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 12px;
  height: 30px;
  background-color: transparent;
  color: inherit !important;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
/*--------------------------------------------------------------
## Other Navigation
--------------------------------------------------------------*/
.gmr-social-icon {
  margin: 0;
  padding: 0;
}
.gmr-social-icon ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 9999;
}
.gmr-social-icon ul > li {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.gmr-social-icon ul > li > a {
  position: relative;
  display: block;
  text-decoration: none !important;
  font-size: 35px;
  width: 40px;
  height: auto;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.site-main .comment-navigation {
  margin: 0 0 1.5em;
}
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
  padding: 10px 0 0;
  margin: 1.5em 0 0;
  border-top: 2px dashed #ecf0f1;
}
.post-navigation .nav-previous span,
.post-navigation .nav-next span {
  color: #aaa;
  display: block;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 48%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 48%;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
ul.page-numbers {
  list-style: none !important;
  padding-left: 0;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
}
ul.page-numbers li {
  display: inline-block;
  margin: 0 2px;
}
ul.page-numbers li span.current,
ul.page-numbers li a {
  padding: 6px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #292d33;
}
ul.page-numbers li a:hover,
ul.page-numbers li span.page-numbers {
  background-color: #292d33;
  color: #fff;
}
ul.page-numbers li span.page-numbers.dots {
  background-color: transparent !important;
  color: inherit !important;
}
.page-links {
  margin-bottom: 20px;
  font-size: 13px;
}
.page-links .page-link-number {
  font-size: 13px;
  margin: 10px 2px 0 0;
  padding: 6px 12px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.page-links .current > .page-link-number,
.page-links > .page-link-number {
  color: #fff;
}
.page-links .page-text {
  display: none !important;
}
.page-links a .page-link-number {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: transparent;
}
.page-links a .page-link-number:hover {
  background-color: #292d33;
  color: #fff;
}
.gmr-hidden {
  display: none;
}
ul.page-numbers li svg {
  vertical-align: -0.125em;
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
  padding: 6px 6px;
  color: #fff;
  background: #292d33;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #efefef;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  margin: 0 auto 20px auto;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
a img.alignnone {
  margin: 0 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
a img.aligncenter,
p.img-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 20px;
}
.widget-home .widget,
.sidebar-layout .widget {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(214, 222, 228, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(214, 222, 228, 0.8);
}

.wp-dark-mode-active .widget-home .widget,
.wp-dark-mode-active .sidebar-layout .widget {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

/* Clearing fix element */
ol.comment-list li .comment-meta:before,
ol.comment-list li .comment-meta:after,
.widget:before,
.widget:after {
  content: "";
  display: table;
}
ol.comment-list li .comment-meta:after,
.widget:after {
  clear: both;
}
.page-title,
.widget-title {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.page-title:after,
.widget-title:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 70px;
  border-top: 2px solid #ddd;
  margin-top: 10px;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
.widget ul {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-left: 0;
  list-style: none;
}
.widget ul.sub-menu,
.widget ul.children {
  margin-top: 5px;
  padding-left: 20px;
}
.widget li {
  padding: 7px 0;
}

/* Search widget */
.widget_search input[type="search"] {
  width: 100%;
  display: block;
}
.widget_search input[type="submit"] {
  display: none;
}

/* Tag Cloud */
.tagcloud .tagtitle {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0px 10px;
}
.tagcloud a {
  border: 1px solid #2c3e50;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0 5px 5px 0;
  padding: 5px 10px 5px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  font: inherit;
  vertical-align: middle;
  font-size: 13px !important;
  font-weight: 700;
  background-color: inherit;
  -webkit-appearance: none;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 8px;
  border-radius: 5px;
}
.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus {
  color: #fff;
}
.dlpro-title-wrap {
  max-width: 0;
}
.limit-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* RSS widget */
.widget_rss a img {
  display: none;
}
.widget_rss li .rsswidget {
  display: block;
}
.widget_rss li .rss-date {
  font-size: 13px;
  color: #bbb;
  margin-bottom: 20px;
}

/* calendar widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}
#wp-calendar thead th {
  text-align: center;
  padding: 8px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody td {
  background: rgba(0, 0, 0, 0.025);
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
}
@media (max-width: 480px) {
  #wp-calendar thead th,
  #wp-calendar tbody td {
    padding: 0;
  }
}

@media (max-width: 320px) {
  .entry-title {
    display: inline-block;
  }
}

/* All Widget */
.dlpro-form-widget .intro-text {
  font-size: 14px;
}
.dlpro-form-widget .spam-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.dlpro-form-widget form input {
  margin-right: 10px;
  margin-bottom: 10px;
}
.dlpro-form-widget.force-100 form input {
  width: 100%;
  margin-right: 0;
}
.dlpro-form-widget form input[type="submit"] {
  background-color: #2c3e50;
  border-color: #2c3e50;
  color: #ffffff;
}
.dlpro-form-widget form input[type="submit"]:hover {
  opacity: 0.9;
}
.dlpro-rp-widget {
  margin-top: -7px;
}
@media (max-width: 767px) {
  .dlpro-form-widget form input {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Custom css
--------------------------------------------------------------*/
.logo-wrap {
  margin-bottom: 10px;
}

.pull-left img {
  width: 120px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#site-container {
  height: auto; /* tanpa !important */
}

.image-container {
  width: 400px;
  aspect-ratio: 4 / 3;
}

.attachment-medium {
  width: 100%;
  height: 100%;
  display: block;
}

.col-md-3,
.col-md-9 {
  width: 100%;
}
kbd,
a.button,
button,
.button,
button.button,
ul.page-numbers li a:hover,
.page-links .page-link-number,
.page-links a .page-link-number:hover,
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active,
.text-marquee {
  background-image: linear-gradient(to right, #2980b9 0%, #3498db 100%);
}
.content-area,
.sidebar-layout .widget,
.widget-home .widget {
  border-top: 0px solid #ffffff;
}
.content-area,
.sidebar-layout .widget,
.widget-home .widget {
  border-top: 5px solid #3caf88;
}
.content-area,
.sidebar-layout .widget,
.widget-home .widget {
  border-top: 0px solid #1967d2;
  border-radius: 8px;
}
/* DISCLAIMER BOX */
.disclaimer_box {
  width: 100%;
  padding: 2px;
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0px;
}
.disclaimer_box .content {
  background: #fff;
  padding: 8px 12px;
  font-size: 95%;
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.disclaimer_box .content p {
  margin: 0;
  padding: 0;
}

.wp-table {
  min-height: 0.01%;
  overflow-x: auto;
}
.table2 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #f3f3f3;
}
.table2 td {
  border-top: 1px solid #bbb;
  color: #333;
  font-size: 90%;
  padding: 5px;
}
.table2 th {
  background-color: #00a8ff;
  color: #fff;
  font-size: 110%;
}

/* TABLE GMR JOBS SPEC*/
.table-gmr {
  min-height: 0.01%;
  overflow-x: auto;
  border: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
  font-size: 12px;
  line-height: 16px;
}
.table-gmr td {
  border: 0px;
  color: #333;
  padding: 5px;
  width: 1%;
}
.table-gmr td:last-child {
  width: 0;
}
.table-gmr th {
  font-weight: 700;
  text-transform: initial;
  color: #333;
  padding: 5px;
  width: 18%;
}
.table-gmr tr {
  border-bottom: 1px dashed;
  color: #44444433;
}
.table-gmr tr:last-child {
  border: none !important;
}
/* .table-gmr tr:nth-child(even) {
  background-color: #f2f2f2;
} */

div#histats_counter {
  visibility: hidden;
}

/*--------------------------------------------------------------
# CSS ANTI COPAS
--------------------------------------------------------------*/
.content-area {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
strong,
b,
.kutip,
.alert,
h2,
h3,
h4,
.gmr-list-specs,
.gmr-download-list,
.wp-table,
.post blockquote,
.post pre,
.post code {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
}

/*--------------------------------------------------------------
# Content css
--------------------------------------------------------------*/
.content-thumbnail {
  width: 120px;
  float: left;
  position: absolute;
  padding-right: 10px;
}

.gmr-archivepage .entry-content p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-title,
.rmp-results-widget,
.rmp-rating-widget,
.post-views {
  display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#primary {
  margin-bottom: 20px;
}
.content-area {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(214, 222, 228, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(214, 222, 228, 0.8);
}
.wp-dark-mode-active .content-area {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.taxonomy-description {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.taxonomy-description p:last-child {
  margin-bottom: 0 !important;
}

.has-post-thumbnail.gmr-smallthumb-blogs .content-thumbnail {
  float: left;
  position: relative;
  margin-bottom: 0;
  max-width: 200px;
}
.has-post-thumbnail.gmr-smallthumb-blogs .item-article {
  position: relative;
  margin-left: 220px;
}
.gmr-archivepage .entry-content p {
  font-size: 13px;
  line-height: 16px;
}
.item-article .entry-content {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .has-post-thumbnail.gmr-smallthumb-blogs .content-thumbnail {
    max-width: 100px;
  }
  .has-post-thumbnail.gmr-smallthumb-blogs .item-article {
    margin-left: 120px;
  }
}
@media (max-width: 320px) {
  .has-post-thumbnail.gmr-smallthumb-blogs .content-thumbnail {
    float: none !important;
    max-width: 100%;
  }
  .has-post-thumbnail.gmr-smallthumb-blogs .content-thumbnail img {
    width: 100%;
    margin-bottom: 20px;
  }
  .has-post-thumbnail.gmr-smallthumb-blogs .item-article {
    margin-left: 0 !important;
  }
}
.has-post-thumbnail.gmr-smallthumb .item-article {
  position: relative;
  margin-left: 120px;
}
.item-article .entry-header {
  margin-bottom: 5px;
}
.gmr-disablethumbnail-singlesoft .has-post-thumbnail .title-wrap,
.gmr-disable-thumbnail .has-post-thumbnail.gmr-smallthumb-blogs .item-article,
.gmr-disable-thumbnail .has-post-thumbnail.gmr-smallthumb .item-article {
  margin-left: 0;
}
.gmr-box-content {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.gmr-infeed-banner .gmr-box-content {
  border-width: 0 0 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  text-align: center;
}
.gmr-archivepage.gmr-box-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.gmr-archivepage.gmr-box-content:last-child {
  border-bottom: 0 !important;
}
.gmr-box-content.gmr-single .entry-header {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.gmr-box-content.gmr-single {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .pull-left img {
    width: 120px;
  }
  .gmr-box-content.gmr-single .entry-header h1.entry-title {
    font-size: 18px;
    line-height: 20px;
  }
  .has-post-thumbnail .title-wrap {
    /* margin-left: 55px !important; */
  }
}
@media (max-width: 600px) {
  a.in-single-download {
    width: 100% !important;
    /* display: block !important; */
    text-align: center !important;
    margin-bottom: 5px;
  }
}
.gmr-box-content.gmr-single .entry-header span.byline,
.gmr-box-content.gmr-single .entry-header span.posted-on,
.gmr-box-content.gmr-single .entry-header span.gmr-view {
  margin-top: 20px;
  color: #aaa;
}
.gmr-box-content.gmr-single .entry-header span.byline {
  margin-right: 20px;
}
.gmr-box-content.gmr-single .entry-header span.gmr-view {
  margin-left: 20px;
}
.kbd-sticky {
  position: absolute;
  right: 0;
  top: 0;
}
.entry-meta {
  font-size: 13px;
  line-height: 16px;
  color: #666666;
  display: table !important;
  margin: 10px 0px 5px 0px;
}
.entry-meta a {
  color: #666666;
}

span.jobtype {
  list-style-type: none;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 1.42857143;
  border-radius: 4px;
  border: 1px solid;
  text-align: center;
  margin-left: 120px;
}

.gmr-app-meta {
  margin-right: 20px;
}
div.post-title,
h2.post-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-left: 120px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.download-title h1 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
.download-title h1 svg {
  font-size: 24px;
  vertical-align: -0.25em;
  margin-right: 5px;
}
h1.entry-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px !important;
  font-weight: 700;
}
.has-post-thumbnail .title-wrap {
  /* margin-left: 135px; */
}
.entry-content,
.gmr-box-content p {
  word-wrap: break-word;
}
.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}
.entry-content:after {
  clear: both;
}

.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-summary {
  margin: 0 0 0;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 10px 20px;
  background-color: #efefef;
  margin: -20px -20px 20px -20px;
  font-size: 12px;
}
.breadcrumbs .separator {
  padding-left: 3px;
  padding-right: 3px;
}
.breadcrumbs .separator svg {
  vertical-align: -0.25em;
}

/* Author box */
.gmr-authorbox {
  word-wrap: break-word;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 12px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.gmr-ab-gravatar {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}
.gmr-ab-gravatar img.avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.gmr-ab-content {
  padding-left: 62px;
  vertical-align: middle;
}
.gmr-ab-authorname {
  text-transform: capitalize;
}
.gmr-ab-authorname span.uname {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.gmr-ab-web {
  font-size: 13px;
  float: right;
}
.gmr-ab-desc {
  font-size: 13px;
  color: #999999;
}
.gmr-ab-desc p {
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .gmr-ab-gravatar {
    display: none;
  }
  .gmr-ab-content {
    padding-left: 0;
  }
}

/* Top Notification */
.gmr-topnotification {
  padding: 10px 15px;
  background-color: #ffffff;
  font-weight: 700;
  position: relative;
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 0px 10px rgba(214, 222, 228, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(214, 222, 228, 0.8);
}
.wp-dark-mode-active .gmr-topnotification {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.wrap-marquee {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-flex;
  white-space: nowrap;
}
.gmr-topnotification a.gmr-recent-marquee {
  margin-right: 60px;
  display: inline-block;
}
.gmr-topnotification a.gmr-recent-marquee img {
  width: 30px;
  height: auto;
}
.text-marquee {
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 5px 0px 0px 5px;
}
.gmr-topnotification span.marquee {
  padding: 5px 10px;
  display: flex;
  flex-basis: 100%;
  padding-left: 100%;
  animation: marquee 35s linear infinite;
  -moz-animation: marquee 35s linear infinite;
  -webkit-animation: marquee 35s linear infinite;
}

.gmr-topnotification span.marquee:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* Software */
.gmr-button-download {
  margin-top: calc(5px + 1.5625vw);
  /* display: table !important; */
}
.gmr-button-download .in-single-download {
  margin-right: 5px;
}
.gmr-button-download svg {
  font-size: 18px;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.download-filesize {
  font-size: 12px !important;
}
.gmr-download-list,
.gmr-list-specs {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  word-wrap: break-word;
}
.gmr-list-specs {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 15px;
}
.gmr-list-specs > li {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.gmr-list-specs > li:last-child {
  border: none !important;
}
.gmr-list-specs span.list-title {
  font-weight: 700;
  width: 120px;
  display: inline-block;
}
.gmr-download-list > li {
  margin-bottom: 10px;
}
.gmr-download-list > li a {
  display: block;
  text-align: left;
}
.gmr-download-list > li a svg {
  font-size: 18px;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.text-download {
  padding: 20px;
  color: #555a4d;
  /* border: 2px solid #555555; */
  background-color: #efefef;
  -webkit-border-radius: 2px;
  border-radius: 8px;
  margin: 0 0 18px;
}
.text-download span {
  margin-right: 15px;
}

.gmr-az-list {
  margin-bottom: 20px;
}
.gmr-az-list ul {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-left: 0;
  list-style: none;
}
.gmr-az-list li {
  padding: 3px 0;
}
ul.page-numbers.az-list-paginate {
  display: block;
  margin-bottom: 20px;
}
ul.page-numbers.az-list-paginate li a {
  background-color: rgba(0, 0, 0, 0.05);
}
.gmr-az-list .az-list-header {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.gmr-az-headtitle {
  font-size: 24px;
}
.gmr-az-headtitle span {
  font-size: 13px;
  color: #95a5a6;
}
.gmr-az-list .az-list-header h2 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.comment-content a {
  word-wrap: break-word;
}
ol.comment-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  text-indent: 0;
  position: relative;
}
ol.comment-list li .comment-meta {
  margin-bottom: 20px;
  position: relative;
}
ol.comment-list li .comment-meta:after {
  content: " ";
  bottom: -15px;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ol.comment-list li.comment {
  margin: 0 0 15px;
}
.comment-body {
  padding: 10px;
}
.bypostauthor > .comment-body {
  border-left: 2px solid #ddd;
}
ol.comment-list li.comment ol.children li.comment {
  margin-left: 20px;
}
ol.comment-list li div.vcard cite.fn {
  font-style: normal;
}
ol.comment-list li div.vcard img.avatar {
  float: left;
  margin: 0 0.8em 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
ol.comment-list li div.comment-author {
  font-size: 13px;
}
ol.comment-list li div.comment-metadata {
  font-size: 12px;
}
ol.comment-list li div.comment-metadata a {
  color: #aaa;
}
ol.comment-list li p {
  margin: 0 0 1em;
}
ol.comment-list li ol {
  list-style: square;
  margin: 0 0 1em 2em;
}
ol.comment-list li div.reply {
  font-size: 12px;
}
ol.comment-list li ol.children {
  list-style: none;
  margin: 1em 0 0;
  padding-left: 0;
  text-indent: 0;
}
ol.comment-list li.even {
}
ol.comment-list li.odd {
}
ol.comment-list li.pingback {
  padding: 1em;
}

@media (max-width: 767px) {
  ol.comment-list li.comment {
    margin: 0 0 5px;
  }
  ol.comment-list li.comment ol.children li.comment {
    margin-left: 5px;
  }
  ol.comment-list li.parent,
  ol.comment-list li ol.children li.depth-2,
  ol.comment-list li ol.children li.depth-3,
  ol.comment-list li ol.children li.depth-4 {
    border-left: none;
  }
}

/*--------------------------------------------------------------
### Comment Form
--------------------------------------------------------------*/
#respond {
  position: relative;
}
h3.comment-reply-title {
  margin: 0 0 10px 0;
  font-size: 16px;
}
h3.comment-reply-title:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 70px;
  border-top: 2px solid #ddd;
  margin-top: 10px;
}
ol.comment-list li #respond {
  margin-top: 20px;
}
ol.comment-list li #reply-title {
  font-size: 0;
  margin: 0 !important;
  padding: 0;
  height: 0;
  border-top: 0;
}
#cancel-comment-reply-link {
  color: #999;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  vertical-align: middle;
  font-size: 14px;
}
#cancel-comment-reply-link:hover {
  color: #777;
}
#commentform p.comment-notes {
  color: #aaa;
  font-size: 12px;
}
#commentform input[type="email"],
#commentform input[type="text"],
#commentform textarea {
  max-width: 100%;
  width: 100%;
}
#commentform p.comment-form-author {
  width: 48%;
  float: left;
}
#commentform p.comment-form-email {
  width: 48%;
  float: right;
}
#commentform p.comment-form-comment,
#commentform p.comment-form-url {
  clear: both;
}
#commentform p.form-submit {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  #commentform p.comment-form-email,
  #commentform p.comment-form-author {
    width: 100%;
    float: none;
  }
}

/* Related post */
div.dlpro-related-post {
  margin-top: 20px;
}
div.dlpro-related-post h3.related-title {
  margin: 0 0 15px 0;
  font-size: 16px;
}
div.dlpro-related-post h3.related-title:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 70px;
  border-top: 2px solid #ddd;
  margin-top: 10px;
}

/* Social share */
a.dlpro-sharebtn {
  color: #fff !important;
  margin-right: 10px;
  font-size: 16px;
  line-height: 12px;
  outline: 0;
  padding: 8px 8px !important;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
a.dlpro-sharebtn svg {
  font-size: 22px;
  vertical-align: -0.2em;
  margin-right: 0;
}
a.dlpro-twitter {
  background: #55acee;
}
a.dlpro-facebook {
  background: #3b5998;
}
a.dlpro-whatsapp {
  background: #25d366;
}
a.dlpro-telegram {
  background: #0088cc;
}
a.dlpro-email {
  background: #888888;
  /* visibility: hidden; */
}

@media (max-width: 600px) {
  a.dlpro-sharebtn {
    min-width: 19% !important;
    display: inline-block !important;
    text-align: center !important;
    /* margin-right: 1% !important; */
    margin-bottom: 5px;
  }
  .gmr-button-download {
    display: inline-block;
  }
  h1.entry-title {
    /* margin-left: 70px !important */
  }
  div.post-title,
  h2.post-title {
    font-size: 16px;
  }
}

.dlpro-fb-comments {
  margin: 0 -8px;
}

/*--------------------------------------------------------------
# Infinite scroll & Jetpack plugin
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .page-numbers {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
#infinite-handle {
  margin-top: 50px;
  display: block;
  bottom: 15px;
  position: relative;
  text-align: center;
  top: auto !important;
  width: 100%;
}
#infinite-handle span {
  background: none;
  border-radius: 2px;
  border-style: solid;
  border-color: #eee;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  padding: 15px 20px;
}
@media (max-width: 800px) {
  #infinite-handle span {
    display: initial;
  }
}
.infinite-loader {
  width: 100%;
  text-align: center;
}
.infinite-loader .spinner {
  display: block;
  position: absolute !important;
  top: auto !important;
  bottom: 10px !important;
  left: 50% !important;
  margin-left: -12px;
}

a.read-more {
  text-decoration: underline;
}

/* Widget module jetpack */
.widget_wpcom_social_media_icons_widget li a {
  margin-bottom: 0.5em;
}
.widget_wpcom_social_media_icons_widget li a {
  font-size: 24px;
}

/* Widget Contact Form jetpack */
.textwidget .contact-form input[type="text"],
.textwidget .contact-form input[type="email"],
.textwidget .contact-form textarea {
  width: 100% !important;
}

/* Border in title jetpack */
.gmr-theme div.sharedaddy h3.sd-title {
  font-size: 16px;
}
.gmr-theme div.sharedaddy h3.sd-title:before {
  border-top: 2px solid #ddd;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.gallery-caption,
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  font-size: 12px;
  color: #aaa;
}
.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: right;
}
figcaption,
.gallery-caption,
.wp-caption {
  line-height: 1.4;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 -0.5% 1.5em -0.5%;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
  padding: 0.5%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  padding: 0.5%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
  padding: 0.5%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
  padding: 0.5%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  padding: 0.5%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  padding: 0.5%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  padding: 0.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  padding: 0.5%;
}
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-container {
  position: relative;
  margin: 0 auto 0 auto;
}
.site-footer {
  text-align: center;
  padding: 15px 0;
}

.gmr-ontop {
  position: fixed;
  bottom: 0;
  right: 10px;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  font-size: 30px;
  opacity: 0.6;
  z-index: 9999999;
}
.gmr-ontop:hover {
  opacity: 0.8;
}

/* Rating Plugin https://wordpress.org/plugins/rate-my-post/ */
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  text-align: left;
  color: #888888;
  margin: 10px 0 20px 0;
}
.rmp-results-widget__avg-rating,
.rmp-results-widget__vote-count {
  font-size: 10px;
  color: #aaaaaa;
}
.dlpro-votecount {
  font-size: 13px;
  line-height: 13px;
}
.rmp-rating-widget {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin: 0 auto;
  font-size: 12px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.rmp-rating-widget .rmp-icon--ratings {
  font-size: 1.8rem;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-heading.rmp-heading--title {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-heading.rmp-heading--title
  .small-text {
  font-size: 13px;
  color: #333333;
}
#left-rating {
  border-right: 4px solid #ffffff;
}
@media (max-width: 992px) {
  #left-rating {
    border-right: 0px;
    border-bottom: 4px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.dlpro-averagerating {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}
/* Rating Plugin https://id.wordpress.org/plugins/wp-postratings/ */
.dlpro-postratings-results {
  font-size: 10px;
  color: #aaaaaa;
  margin-top: 5px;
}

/* Banner */
.dlpro-center-ads {
  text-align: center;
}
.dlpro-center-right {
  text-align: right;
}
@media (max-width: 1200px) {
  .dlpro-topbanner {
    text-align: center;
    display: block !important;
    width: 100%;
    margin: 0 auto;
  }
}
.dlpro-banner-secondpost,
.dlpro-topbanner-aftermenu {
  margin-bottom: 20px;
  text-align: center;
  min-height: 400px;
}
.dlpro-footerbanner {
  text-align: center;
  margin-bottom: 20px;
}
.gmr-banner-afterrelpost {
  margin-bottom: 20px;
}
.dlpro-banner-beforecontent.pull-left {
  margin-right: 20px;
}
.dlpro-banner-beforecontent.pull-right {
  margin-left: 20px;
}
.dlpro-banner-beforecontent,
.dlpro-banner-insidecontent {
  margin-bottom: 20px;
}
.dlpro-banner-aftercontent {
  margin-bottom: 20px;
}
.dlpro-floatbanner-left {
  left: 50%;
  margin-left: -846px;
  position: fixed;
  overflow: hidden;
  width: 300px;
  margin-top: 10px;
  z-index: 999;
}
.dlpro-floatbanner-right {
  right: 50%;
  margin-right: -846px;
  position: fixed;
  overflow: hidden;
  width: 300px;
  margin-top: 10px;
  z-index: 999;
}
.inner-float-left {
  float: right;
}
.inner-float-right {
  float: left;
}
.dlpro-floatbanner-left img,
.dlpro-floatbanner-right img {
  max-width: none !important;
}
.dlpro-floatbanner-footer {
  z-index: 999;
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -530px;
  width: 1060px;
}
.inner-floatbanner-bottom {
  background: #efefef;
}
.inner-float-left button {
  z-index: 9;
  position: absolute;
  right: 0;
  font-size: 14px;
  padding: 4px 8px;
  background: #efefef;
  border: none;
  color: #121212 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.inner-float-right button {
  z-index: 9;
  position: absolute;
  left: 0;
  font-size: 14px;
  padding: 4px 8px;
  background: #efefef;
  border: none;
  color: #121212 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.inner-floatbanner-bottom button {
  z-index: 9;
  position: absolute;
  text-align: right;
  font-size: 14px;
  padding: 4px 8px;
  background: #efefef;
  border: none;
  color: #121212 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 1200px) {
  .dlpro-floatbanner {
    display: none;
  }
}

.dlpro-list-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  display: table;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dlpro-table-row {
  display: table-row;
}
.dlpro-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.dlpro-table-cell.gmr-thumbnail {
  width: 47px;
}
.dlpro-table-cell.gmr-thumbnail-headline {
  width: 105px;
}
.dlpro-list-table:last-child {
  border-bottom: none;
}

div.dlpro-image-gallery {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}
div.dlpro-image-gallery img {
  height: 220px;
  max-height: 220px;
  min-height: 220px;
  margin-right: 10px;
}

div.dlpro-image-gallery a {
  cursor: zoom-in;
}

@media (min-width: 992px) {
  .pos-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 66px;
  }
  .gmr-no-sticky .pos-sticky {
    top: 25px;
  }
  .gmr-disable-sticky .pos-sticky {
    position: relative !important;
    top: auto !important;
  }
  .admin-bar .pos-sticky {
    top: 98px;
  }
  .admin-bar .gmr-disable-sticky .pos-sticky {
    top: auto !important;
  }
}

/* ======================================= */
/* CSS UTAMA: Perapian Detail Email dan Alamat */
/* ======================================= */

/* 1. Garis Pembatas dan Jarak Antar Opsi Email/Alamat */
/* Ini memberikan garis di bawah setiap item opsi (Email atau Alamat) */
.job-option-item.option-email,
.job-option-item.option-address {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* 2. Container Detail (Posisi, Email, Subject) */
/* Menggunakan Flexbox untuk perataan kolom Label dan Value */
.job-detail-wrap {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* 3. Setiap Baris (Posisi, Email, Subject, Alamat) */
.job-detail-row {
  display: flex;
  margin: 0 0 2px 0 !important; /* Jarak antar baris sangat rapat */
  line-height: 1.5;
}

/* 4. LABEL (Posisi, Email, Subject, Alamat:) */
.job-label {
  font-weight: bold;
  width: 80px; /* Lebar tetap agar Value sejajar */
  flex-shrink: 0;
  margin-right: 10px;
  text-align: left;
}

/* 5. NILAI (Admin Gudang, hr@perusahaan.com, Teks Alamat, dll) */
.job-value {
  flex-grow: 1;
  text-align: left;
}

/* 6. Perataan Judul Alamat (Kantor Pusat) */
.job-option-item.option-address .option-title-address strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

/* FORCE DISPLAY UNTUK DEBUG */
.job-options-list .job-option-item {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  border: 2px solid red !important; /* Untuk melihat apakah blok tombol ada */
}

/* Pastikan container tombol (job-options-list) tidak menyembunyikan apapun */
.job-options-list {
  overflow: visible !important;
  display: block !important;
  min-height: 50px; /* Tambahkan tinggi minimal jika terlipat */
}

/* Pastikan class baru kita visible */
.job-option-item.job-button-final {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  border: none !important; /* Hapus border merah sebelumnya */
}
