/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.1.1
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }


.nav-mini {
	margin-left: auto;
  order: 2;
}
body {
  background-color: #E1EEFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul#menu-header-menu li a .fa-phone {
    color: #fff;
    background: #777;
    border-radius: 3px;
    font-size: 0.7rem;
    padding: 2px;
    margin-right: 5px;
}
.entry-header-date {
  background-color: rgb(0, 37, 112, 0.9);
  padding: 0 15px;
  font-weight: 300;
  font-size: 0.9rem;
  width: fit-content;
}

.entry-author {
	display: flex;
	align-items: center;
}
.entry-author img{
	border-radius: 50%;
	border: 3px solid #fff;
}
.entry-author .info{
  margin-left: 15px;
}
.entry-author .name{
	font-size: 15px;
	font-weight: bold;
	color: #272727;
	position: relative;
	top: 8px;
}
.entry-author .title{
	font-size: 14px;
	color: grey;
	position: relative;
	top: 2px;
  font-style: italic;
}
/*
.entry-toc {
  list-style-type: none;
  padding-right: 10px;
}
.entry-toc li {
  margin-bottom: 2rem;
}
.entry-toc li a {
  text-decoration: none;
  color:#111;
  font-size: 1.1rem;
}
*/
nav[data-toggle="toc"] {
  top: 72px;
}
.entry-content p {
  font-size:1.2rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
  line-height: 2rem;
}
.entry-content p:has(+ul),
.entry-content p:has(+ol) {
  margin-bottom: 0px;
}
.entry-content li {
  font-size:1.2rem;
  font-weight: 300;
}
.entry-content p b,
.entry-content p strong {
  font-weight: 600;
}
.entry-content p.category-badge {
  font-size:1.2rem;
  margin-bottom: 0px;
}
.entry-content p.entry-meta {
  font-size:1.2rem;
  margin-bottom: 2rem;
}
.entry-content .wp-block-latest-posts__list.wp-block-latest-posts>li>a {
  font-weight:600;
  font-size: 1.5rem;
  line-height: 0.8rem;
} 

nav#toc ul {
  border-left: 1px solid #fff;
}
nav#toc ul li {
  margin-bottom: 1rem;
}
nav#toc ul li a {
  font-size: 1rem;
  font-weight: 300;
}
#header-top-menu li a {
  font-size:0.8rem;
  color: #333;
}
ul#bootscore-navbar li {
  margin-left:20px;
  margin-right:20px;
}
h1.entry-title {
  background-color: rgb(0,37,112,0.6);
  padding: 10px;
}
.post-template-single-full-width-image .site-main .container {
  max-width:1200px;
}

#entry-related-posts {
  padding: 4rem;
  background-color: #B4D8FF;
}
#entry-related-posts div.swiper-slide.card {
  background-color: transparent;
  background-image: linear-gradient(100deg, #ffffff 0%, #E1EEFF 100%);
  padding: 8px 8px 0px 8px;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  border: 0px;
}
#entry-related-posts div.swiper-slide.card img {
  border-radius: 30px 30px 30px 30px;
}
#entry-related-posts div.swiper-slide.card .card-title {
  color: #002570;
}
#entry-related-posts div.swiper-slide.card .card-body .waktu {
  color: #888;
  font-size: 0.85rem;
}
#entry-related-posts div.swiper-slide.card .card-body a{
  text-decoration: none;
}
#entry-related-posts div.swiper-slide.card .card-body a:hover{
  text-decoration: underline;
}
#entry-related-posts div.swiper-slide.card .card-body p.card-title{
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
}
#entry-related-posts strong.h4 {
  margin-left: 3rem;
}

#footer {
    background-color: #002570;
    color: #ffffff;
}
#footer div.item-title {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer li {
    color: #ffffff;
}


#footer #footer-medsos {
  font-size: 1.9rem;
}
#footer #footer-medsos a {
  margin-left: 0px;
  margin-right: 30px;
}
#footer .bootscore-footer-info {
  background-color: #002570 !important;
}
#footer .bootscore-copyright {
  color: #eee;
}