body {
	text-align:justify;
}

/*
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
    color: #fff !important;
}
*/

/*.pkp_navigation_primary_row {background:linear-gradient(0deg, #416971 4%, #294247 17%, #1c2d31 44%, #294247 95%, #294247 140%);}*/
.pkp_navigation_primary_row {background:linear-gradient(0deg, #f48771 4%, #ef5334 17%, #ec3713 44%, #ef5334 95%, #ef5334 140%);}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {background:linear-gradient(0deg, #f48771 4%, #ef5334 17%, #ec3713 44%, #ef5334 95%, #ef5334 140%); color: white !important; text-shadow: 1px 1px #4d4d4d; text-decoration:none; border-radius: 5px !important;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { background: #f2735a !important} /*warna background sub menu */

.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 {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    background-color: #EE4B2B;
}

/*
.pkp_navigation_user_wrapper ul li a {color: #fff !important; text-shadow: 0 0 2px #000;}
.pkp_navigation_user_wrapper ul li a:hover {color: #fff !important; text-decoration: none; text-shadow: 0 0 2px #000;}

.pkp_navigation_search_wrapper {align-items: center; margin-top: 2px !important; transition: 0.5s;}
.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: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif !important; text-transform: capitalize !important; color: #fff !important; font-size: 14px !important; font-weight: 700 !important; text-shadow: 0 0 2px #000;}
.pkp_search.pkp_search_desktop:hover {color: white !important; font-size: 15px !important; font-weight: 700 !important; text-decoration: none;}
*/

.pkp_structure_footer .pkp_footer_content p {margin: 0}

.pkp_structure_footer_wrapper a {
    color: #EE4B2B;
}

.pkp_structure_footer_wrapper a:hover {
    text-shadow: 1px 1px #a6a6a6;
}

.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;
	font-size: 13px;
}

.row.copyright-container {
  font-size: 13px;
  text-align: justify;
  color: #8c8c8c;
  border-top: 1px solid #f3f3f3;
  padding: 30px;
  background: linear-gradient(#fce3de 0%, #f9c3b8 100%);
}

.pkp_footer_content .theme-credit {
  text-align: right;
  width: 100%;
  color: #bbbaba;
  font-size: 10px;
}

/*Tambah CSS*/

.cmp_manuscript_button:hover,.cmp_manuscript_button:focus,.block_make_submission a:hover,.block_make_submission a:focus,.obj_galley_link:hover,.obj_galley_link:focus {
    background: #ee4b2b;
}


.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/*
.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:hover {
    color: #EE4B2B;
}

.menuside {
    background: #ee4b2b; 
    text-align: left;
    padding: .35rem 1rem;
}

.menuside a {
    color: #FFF;
    font-weight: 300;
}

.menuside a:hover {
    text-shadow: 0 0 2px #000;
}

.block_keyword_cloud h2.title, .pkp_structure_sidebar .pkp_block h2.title {
    background: #ee4b2b;
}

.rune-metrics {
    --rune-metrics-accent: #ee4b2b;
}
