@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');body {
    font-family: 'Montserrat',sans-serif
}

.issue-toc .row {
    margin-left: -15px;
    margin-right: -15px;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.article-summary:first-child {
    margin-top: -15px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.article-summary {
    margin-left: 15px;
    margin-right: 15px;
}
.article-summary, .announcement-summary {
    box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
    padding: 15px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    text-align: left;
    margin-bottom: -15px;
}

.panel .panel-default .panel-body, .pkp_block .content {
	box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
    padding: 15px;
    transition: all .5s ease-in-out;
    text-align: left;
    border: 0px
}

.panel .pkp_block {
	margin-bottom: 20px;
    background-color: #fff;
    border: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default, .pkp_block {
    border-color: white;
}


body {
    font-family: 'Montserrat',sans-serif;
}

.page-header {
    font-family: 'Montserrat',serif;
    font-weight: 800;
    border: 0;
    margin: 20px auto 10px auto;
    position: relative;
    display: block;
    
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media only screen and (min-width: 768px)
.navbar-search {
    display: inline-flex;
    float: left;
    width: 300px;
    margin-left: 40px;
    border: 0;
}
.navbar-search {
    display: inline-flex;
    padding: 8px 0;
    width: 100%;
    align: center;
    float: none;
    margin: 0 auto;
}

.navbar-search {
    display: inline-flex;
    padding: 8px 0;
    width: 100%;
    align: center;
    float: none;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .navbar-search {
        display:inline-flex;
        float: left;
        width: 300px;
        margin-left: 40px;
        border: 0
    }
}

input#search-bar {
    margin: 0 auto;
    border-radius: 50px;
    width: 100%;
    height: 34px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    outline: 0;
    padding-left: 15px;
    transition: .3s ease;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075)
}

input#search-bar:focus {
    border-color: #e9f722;
    box-shadow: none
}

.search-icon {
    position: relative;
    width: 42px;
    height: 34px;
    top: -1px;
    right: 40px;
    outline: 0;
    border: 0;
    color: #999;
    background: 0;
    transition: .3s ease;
    z-index: 999
}

.search-icon:hover {
    color: #ff7200
}



#accordion .content {
    border: 1px solid #f4f4f4;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 0 .3rem 1.525rem -.375rem #e6edd7
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: 0
}

#accordion .panel-heading:after {
    display: none
}

#accordion .panel-title a,#accordion .panel-title a.collapsed[aria-expanded="true"] {
    display: block;
    border-radius: .25em .25em 0 0;
    padding: 10px 50px 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #ff7200;
    background: #fff;
    border-bottom: 2px solid rgba(255,114,0,.5);
    position: relative;
    overflow: hidden;
    transition: all .5s ease 0s
}

#accordion .panel-title a:hover,#accordion .panel-title a.collapsed[aria-expanded="true"]:hover {
    color: #f2dd3f;
    border-color: #ca9534
}

#accordion .panel-title a.collapsed {
    border-radius: .25em;
    background: #fff;
    color: #f2dd3f;
    border-color: #ca9534
}

#accordion .panel-title a.collapsed:hover {
    border-color: rgba(255,114,0,.5);
    color: #ff7200
}

#accordion .panel-title a:after {
    content: "\f107";
    background: #eee;
    border-radius: 15px;
    padding: 2px 5px;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    line-height: 1;
    color: #fe696a;
    transition: all 300ms
}

#accordion .panel-title a:hover:after {
    color: #17a2b8
}

#accordion .panel-title a.collapsed:after {
    transition: all 300ms;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #17a2b8
}

#accordion .panel-title a.collapsed[aria-expanded="true"]:after {
    color: #ff7200;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#accordion .panel-title a.collapsed:hover:after {
    color: #ff7200
}

#accordion .panel-body {
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 15px;
    position: relative;
    border: 0;
    transition: all .5s ease 0s
}

#accordion .panel-body p {
    margin-bottom: 0
}

#accordion .panel-body ul li {
    padding: 5px 0;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dashed #e4e4e4
}

#accordion .panel-body ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}


/* .banner-sec {
    background: url("https://i.ibb.co/xXz0g6R/background.png");
    padding-top: 100px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #333;
    transition: all .5s ease
} */

.banner-sec .container {
    padding-left: 15px;
    padding-right: 15px
}

.banner-sec .banner-title,.banner-sec .banner-title-article {
    font-size: 24px;
    color: #ff7200;
    font-weight: 800;
    margin-bottom: 5px
}

.banner-sec .banner-title-article {
    margin-top: 60px
}

/* .banner-sec.skrol {
    background-image: url("https://i.ibb.co/YfJM8p0/background-blue.png");
    color: #fff
} */

.banner-sec.skrol a {
    color: #ff0
}

.banner-sec.skrol .banner-title,.banner-sec.skrol .banner-title-article {
    color: #fffd94
}

.banner-sec .banner-subtitle,.banner-sec .banner-subtitle-article {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #555
}

.banner-sec.skrol .banner-subtitle,.banner-sec.skrol .banner-subtitle-article {
    color: #e4e4e4
}

.banner-sec .published-by {
    font-size: 14px;
    margin-bottom: 5px
}

.banner-sec .serial {
    margin-top: 0
}

@media only screen and (min-width: 768px) {
    .banner-sec {
        padding-top:100px;
        padding-bottom: 50px
    }

    .banner-sec .banner-title {
        font-size: 48px
    }

    .banner-sec .banner-title-article {
        font-size: 32px
    }

    .banner-sec .banner-subtitle {
        font-size: 20px
    }

    .banner-sec .banner-subtitle-article {
        font-size: 20px
    }

    .banner-sec .published-by {
        font-size: 16px
    }
}

a {color:#ca9534 !important;}
.block_custom .title {
    color: #555;
}

.header_view .nav > li > a, .navbar-default .nav > li > a {
    color: #ca9534;
}
.dropdown-menu > li > a {
    color: #ca9534 !important;
}
.banner-sec .banner-title{
    color: #bfda0e;
    font-size: 30px;
}


.banner-sec .published-by:after{
    content: "Published by Pusat Studi Pengembangan Pembelajaran Matematika Sekolah";
}

.banner-sec .serial:after{
    content: "ISSN: 2776-9003 (Print) | 2776-8201 (Online)";
}



.navbar {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fff
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@media only screen and (min-width: 768px)
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-default {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    transition: .5s ease-in-out;
}
.navbar {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
}


.navbar-brand-logo img {
  top: initial !important;
  position: static !important;
  z-index: initial !important;
  max-height: 48px !important;
  padding: initial !important;
  background-color: initial !important;
}


.navbar-brand-logo {
    padding: 3px;
    height: 48px
}

@media only screen and (min-width: 768px) {
    .navbar-brand-logo {
        padding:5px 0;
        height: 58px;
        margin-right: 45px
    }
}

.navbar>.container .navbar-brand {
    margin-left: 15px
}


.pkp_brand_footer {
	display: none;
}

.read-more {
    margin-top: 30px;
    margin-bottom: 20px
}

.pkp_page_index .current_issue .read_more {
    margin-top: 10px
}

.article-details .page-header {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px
}


.btn-primary {
    color: #fff !important;
    background-color: #15638f !important;
    border-color: #15638f !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #2778a3 !important;
    border-color: #0062cc !important;
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #2778a3;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #15638f;
    border-color: #15638f
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}




.has_site_logo .pkp_head_wrapper {
    width: 100%;
    padding: 0
}

@media only screen and (min-width: 768px) {
    .has_site_logo .pkp_head_wrapper {
        width:auto
    }
}

@media only screen and (min-width: 1200px) {
    .has_site_logo .pkp_head_wrapper {
        width:auto
    }
}

.has_site_logo .pkp_head_wrapper .pkp_site_name {
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .has_site_logo .pkp_head_wrapper .pkp_site_name {
        margin-left:10%
    }
}

@media only screen and (min-width: 1200px) {
    .has_site_logo .pkp_head_wrapper .pkp_site_name {
        margin-left:20%
    }
}


.pkp_block.block_make_submission a {
    border-radius: 10px;
	width: 240px;
}

.sidemenu li { list-style: none; padding: 0;}

.sidemenu li a {
    display: table;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: white;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    color: black;
    overflow: hidden;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
  border-radius: 0px;
   border-bottom: 1px dashed #ca9534;
}
.sidemenu > li:hover li a:hover {
    color: #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f9f9f9)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #ffffff); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #ffffff); /* IE 10 */
	background: -ms-linear-gradient(top, #ffffff, #fbfbfb); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #ffffff);
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 0px;
}

.sidemenu > li:first-child a { margin-top: 0;}

.sidemenu li a:hover {
    color: white !important;
    background: #ca9534;    
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-property: background;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	border-radius: 4px;
}

.sidemenu li ul {
  margin: 0;
  padding: 0;
  
}

.sidemenu li li a {
    display: block;
    margin-top: 0;
    padding: 0px;
    height: 0;
    background: #ca9534;
    color: white !important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    border: 0px;
	border-radius: 6px;
}

.sidemenu > li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 4px 10px;
  width: 100%;
  height: 1em;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.sidemenu > li:hover li a:hover {
    color: black;
	background: rgb(250, 227, 50) ;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 6px;
}
.pkp_block .content ul li {

    line-height: 20px;
    padding: 0px;

}



footer[role="contentinfo"] {
    background: #45494f;
    padding: 2em;
    margin-top: 4em
}


.article-summary.text-justify {
    text-align: justify
}