@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.0.9/css/all.css');

body {
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:none;
	font-family: "Ubuntu", sans-serif !important;
	font-weight:400;
	font-size:14px;
	color:#222;
	text-align:justify;
}

:root {
	font-family: "Ubuntu", sans-serif !important;
}

header#headerNavigationContainer {
background: none !important;
}

.pkp_structure_head {
    border-bottom: none;
}

.pkp_structure_content {
  background: white;
  box-shadow: 1px 1px 5px 2px #e6e6e6;
  padding-top: 10px;
 /* border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #ececf1;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #ececf1 !important; */
  margin-bottom: 10px;
}


.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
	position: relative;
	padding-top: 0;
	background: #d24614;
}

.pkp_site_name {margin: 0;}
.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important;}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 1000px;}
.pkp_site_name .is_img img {max-height: 100% !important; max-width: 100% !important;}
.pkp_site_name a {margin: auto !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0; margin: 0;}

.pkp_structure_page {margin-top: 0px !important; margin-bottom: 0px !important; padding-bottom: 0 !important;}
.pkp_structure_page {border-left: 0px solid gray; border-right: 0px solid gray; background: #f2f2f2; box-shadow: 1px 1px 5px 2px #bfbfbf; background: url(https://ejournal.kalibra.or.id/public/site/images/admin/backgroundcanvas.jpg) fixed !important;}

.pkp_block {padding-top: 0px !important; padding-right: 15px; padding-bottom: 20px; padding-left: 15px;}


ul#navigationPrimary {
    margin-left: 20px;
}

ul#navigationUser{
margin-top: 10px;
}

/* background: linear-gradient(0deg, #ffe4cc 0%, #ffd9b3 10%, #ffbf80 44%, #ffd9b3 95%);*/
/*.pkp_navigation_primary_row {background:linear-gradient(0deg, #ffe4cc 0%, #ffd9b3 10%, #ffbf80 44%, #ffd9b3 95%) !important;}*/
.pkp_navigation_primary_row {background-image: linear-gradient(#ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important; border-radius: 0 0 0 0;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {padding: 0 !important;margin: 0 !important;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {display: flex; flex-direction: row; align-items: center; height: 3rem; margin: 0 !important; padding: 0 10px !important;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li, .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {font-family: "Ubuntu", sans-serif !important; text-transform: capitalize !important; color: #d24614 !important; font-size: 15px !important; font-weight: 400 !important; transition:0.2s;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {border-bottom: 1px solid #d24614 !important; color: #d24614 !important; border-radius: 5px !important; text-shadow: 1px 1px #a6a6a6;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul, .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {background-color: white !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; -o-border-radius: 0 !important; transition: 0.2s ease-in-out;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { background: #fff !important} /*warna background sub menu */
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li { border-bottom: solid 0px rgba(255,255,255,.35) !important;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child { border-bottom: none !important;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search.is_open input[type=text] {font-family: "Ubuntu", sans-serif !important;}

.pkp_navigation_user_wrapper ul li a {font-family: "Ubuntu", sans-serif !important; color: #d24614 !important; text-shadow: 0 0 2px #fff;}
.pkp_navigation_user_wrapper ul li a:hover {color: #fff !important; text-decoration: none; text-shadow: 0 0 2px #000;}


.pkp_nav_list li.profile {
  padding: 2px 9px 2px 3px;
  border: 1px solid #e6dfdf;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-radius: 8px;
  font-size: 14px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 243, 243, 1) 50%,
    rgba(237, 237, 237, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
  box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.2);
  margin: 0 10px 10px 10px;
}

.pkp_navigation_search_wrapper {align-items: center; margin-top: 0px !important; transition: 0.5s; padding-right: 10px;}
.pkp_navigation_search_wrapper:hover {background: rgba(0,0,0,.3) !important; color: white !important; border-radius: 5px !important;}
.pkp_search.pkp_search_desktop {font-family: "Ubuntu", sans-serif !important; text-transform: capitalize !important; color: #d24614 !important; font-size: 16px !important; font-weight: 400 !important;}
.pkp_search.pkp_search_desktop:hover {color: white !important;}

.pkp_brand_footer {display:none;}
/*.pkp_structure_footer .pkp_footer_content {background-image: linear-gradient(to bottom, rgba(61, 88, 194,0.2), rgba(61, 88, 194,0.6));  padding: 25px !important;}*/
.pkp_structure_footer .pkp_footer_content p {margin: 0}
.pkp_structure_footer .pkp_brand_footer {background: #f5faff; height: auto !important; padding: 15px;}
.pkp_structure_footer .pkp_brand_footer img {width: 48px !important; height: auto;}
.pkp_structure_footer .pkp_footer_content a {color: #000000}
.pkp_structure_footer_wrapper {background: none;}

.pkp_footer_content {
  	padding: 0rem !important;
	text-align: left !important;
	box-shadow: 1px 1px 5px 2px #e6e6e6;
}

.pkp_footer_content .footer {
  	padding: 2.5rem;
	background: white;
  	box-shadow: 0px 4px 5px -2px rgb(0 0 0 / 10%);
  	z-index: 1;
}

.row.copyright-container {
  font-size: 13px;
  text-align: justify;
  color: #8c8c8c;
  border-top: 1px solid #f3f3f3;
  padding: 30px;
  background: linear-gradient(#fce6de 0%, #f8cab9 100%);
}

.pkp_footer_content .theme-credit {
  text-align: right;
  width: 100%;
  color: #bbbaba;
  font-size: 10px;
}

.row {
    position: relative;
    width: 100%
}

.row [class^=col] {
    float: left;
    margin: .5rem 2%;
    min-height: .125rem
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    width: 96%
}

.col-4-sm {
    width: 29.33%
}

@media only screen and (min-width:45em) {
    .col-1 {
        width: 4.33%
    }

    .col-2 {
        width: 12.66%
    }

    .col-3 {
        width: 21%
    }

    .col-4 {
        width: 29.33%
    }

    .col-5 {
        width: 37.66%
    }

    .col-6 {
        width: 46%
    }

    .col-7 {
        width: 54.33%
    }

    .col-8 {
        width: 62.66%
    }

    .col-9 {
        width: 71%
    }

    .col-10 {
        width: 79.33%
    }

    .col-11 {
        width: 87.66%
    }

    .col-12 {
        width: 96%
    }

    .hidden-sm {
        display: block
    }
}

/*Tambah CSS*/

a, a:link, a:active { color: #d24614;}
a:hover { color: #d24614; text-shadow: 1px 1px #a6a6a6;}
.cmp_button_wire, .obj_galley_link {background-image: linear-gradient(#ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important; border: 1px solid #e6e6e6; font-weight: bold; color: #d24614;}
.obj_galley_link:hover { background: none !important; border: 1px solid #d24614; font-weight: bold; color: #d24614; }
.obj_article_summary {
	border-bottom: 1px solid #ededed; 
	padding: 15px; 
	padding-bottom: 15px !important;
}

.obj_article_summary:hover {
	/*background-image: url(https://ejournal.itka.or.id/public/site/images/admin/rounded-arcs.jpg);*/
	box-shadow: 3px 10px 20px 0px rgba(191, 191, 191, 0.6);
}

.obj_article_details .entry_details {
        width: 240px;
	padding-left: 10px;
}

.cmp_article_list>li {
    	margin-bottom: 0.5rem;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Ubuntu", sans-serif !important;
}

.pkp_page_index .current_issue .current_issue_title {
    font-family: "Ubuntu", sans-serif !important;
}

.obj_issue_toc .published .label, .obj_issue_toc .published .value {
	font-family: "Ubuntu", sans-serif !important;
}

.basebox {
	margin: 15px 0;
}

.block_customs {
    	border: 1px solid #ddd !important;
	padding: 0 10px;
    	margin: 0 5px;
	border-radius: 0 0 4px 4px;
}

h3.menutitle {
	background-image: linear-gradient(#ed9270 0%, #e94e16 50%, #e94e16 51%, #d24614 100%);
	color: #ffffff !important;
	padding: 12px 0;
}

.pkp_block .title {
   	margin-bottom: .2rem;
}

.pkp_block .content ul li {
	padding: 8px 10px;
    	border-bottom: 1px solid #ddd;
}

@media (min-width: 320px) and (max-width:440px) {
    button[class~=pkp_site_nav_toggle] {
        background:var(--primary-color);
    }

    [class~=pkp_head_wrapper] {
        height: 5rem;
    }

    [class~=pkp_site_name] [class~=is_img] img {
        max-height: fit-content;
    }

    button[class~=pkp_site_nav_toggle] {
        border-radius: .3125pc;
    }

    [class~=journal_thumbnail] > img[class~=thumbnail] {
        max-height: fit-content;
    }

    button[class~=pkp_site_nav_toggle] {
        top: 5px;
    }

    [class~=description-container] {
        flex-direction: column;
    }

    button[class~=pkp_site_nav_toggle] {
        left: .3125pc;
    }

    [class~=journal_thumbnail] {
        align-self: center;
    }
    .journal-about {
    font-size: 0.75rem;
    }
}

@media (min-width: 441px) and (max-width:992px) {

    [class~=pkp_head_wrapper] {
        height: 10rem;
    }

    [class~=pkp_site_name] [class~=is_img] img {
        max-height: fit-content;
    }
    .journal-about {
    font-size: 0.75rem;
    }
}

@media screen and (min-width: 992px) {
    [class~=pkp_site_name] [class~=is_img] img {
        max-height:fit-content;
    }
}

@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top:0rem;
    }
}

.additional_content img, img.media-object, .wa-me  {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.additional_content img:hover, img.media-object:hover, .wa-me:hover  {
  transform: scale(1.03);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.media {
    margin-top: 15px
}


.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block;
    border: 1px solid #d9d9d9;
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right,.media>.header_view .download {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-left img {
    max-width: 128px
}