/*!
Theme Name: Azimat 5 Bootstrap Theme
Theme URI: http://azimat.id/
Author: Sumedi MP
Author URI: http://azimat.id/
Description: Theme for azimat.id - jasa pembuatan website indonesia
Version: 1.2.0
https://azimat.id/wp-admin/theme-editor.php?file=style.css&theme=azimat5boots
*/



h1,
h2,
h3,
h4,
h5,
h6{
font-family: arial, verdana, helvetica, san-serif;

}
h1{
  font-size: 2.5rem;
}

.text-orange,
a.link-orange {
  color: #fd7e14;
}

a,a:visited{
   color: #333;
   text-decoration: none;
}

a:hover{
  color: #26a269;
  text-decoration: underline;
}
footer a,
footer a:visited{
   color: #ccc;
}

footer a:hover{
   color: #5daffc; 
}


.date {
  font-size: 0.8em;
  margin-bottom: 0.8rem;
  display: block;
  color: #999;
}

.date a,
.date a:visited{
   color: #999;

}


.date a:hover{
   color: #1c6705;
}

.img-left {
  float: left;
  margin: 0 1rem 0 0;
}

.image-box {
  padding: 1px;
  border: 1px solid #ddd;
}

.caption {
  padding: 1rem;
  font-style: italic;
}


/* Temporary until Bootstrap 5 brings these rules back... */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}



.text-azimat{
   color: #008080;
}

.border-bottom-w{
   border-bottom: 1px solid #fff;
}

.border4-white{
   border: 4px solid #fff;
}

.box{
   border: 1px solid #ccc;
}

a.btn i,
a.btn i:visited{
  opacity: 0.3;
  color: yellow;

}

a.btn i:hover{
  opacity: 1;
}

.icon-box{

  margin: auto;
}
.icon-box a i,
.icon-box a i:visited{
  color: #5daffc;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  background-color: #008080;
  border-radius: 100%;
}

.icon-box a i:hover{
  color: #fff;
}
.icon-box i{
  line-height: 4rem;
}

/*css untuk render  kode
sumber: .....
*/
pre {
  background-color: #c1f8be;
  overflow: auto;
  margin : 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #ccc;
}

pre code,
pre .line-number {
  /* Ukuran line-height antara teks di dalam tag <code> dan <span class="line-number"> harus sama! */
   color: #000;
   display: block;
  
}

pre .line-number {
  float:left;
  margin:0 1em 0 -1em;
  border-right:1px solid;
  text-align:right;
}

pre .line-number span {
  display:block;
  padding:0 .5em 0 1em;
}

pre .cl {
  display:block;
  clear:both;
}

.clr{
   clear: both;
}

/* utilities
*/
ul.list-1{
  margin-left: 1rem;
  padding: 0;
}
ul.list-1 li a,
ul.list-1 li a:visited {
  text-decoration: none;
  color: #333;
}

ul.list-1 li a:hover {
  color: #000;
}

.bg-green {
  background-color: forestgreen;
}

.bg-abu2{
  background-color: #ddd;
}
.ufooter p {
  font-size: 0.9rem;
}


.bg-azimat{
   background-color: #008080;
}
.bg-dot{
  background-image: url("img/subtle_dots.png");

}

.bg-leafes{
/*   background-image:url('../../../assets/pattern/geometric-leaves.webp');
 background-image:url('../../../assets/pattern/full-bloom.webp');*/
background-image:url('../../../assets/pattern/white-waves.webp');
   
}
.bg-kawung{
  background-image:url('../../../assets/pattern/spiration-light.webp');
}


ul.list-2{
    margin: 0;
    padding: 0;
}

ul.list-2 li{
    list-style-type: none;
    margin: 0;
    padding: 0.5rem 0;
    
}

.tag{
   border: 1px solid #ccc;
   padding: 0.3rem 0.7rem;
   border-radius: 2rem;
color: #666;
   font-weight: bold;
}

.tag a,
.tag a:visited{
   color: #333;  
}

.tag a:hover{
   color: #000;
}

.content-body p a,
.content-body p a:visited,
.content-body li a,
.content-body li a:visited
{
	text-decoration: underline;

}

.blockquote{
	background-color: #DCE0F2;
	border: 1px solid #666;
	padding: 0.8rem;
	
}

.content-body li{
	margin-bottom: 1rem;
}

.callout{
	padding: 1rem;
	border: 1px solid #ddd;
	border-left: 8px solid #62a0ea;
}

.callout a,
.callout a:visited{
	text-decoration: underline;
	color: #006699;
}

.callout a:hover{
	color: #003366;
	text-decoration: none;
}

blockquote.my-quote {
  box-sizing: border-box;
  position: relative;
  padding: 1.6rem 1.6rem 1rem 4rem;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5rem;
  background: rgba(102,170,224,0.2);
  color: #353535;
  margin: 3rem 0;
  
}

blockquote:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f10d";
  font-size: 2rem;
  font-style: normal;
  color: rgba(102,170,224,1);
  position: absolute;
  top: 2rem;
  left: 1.25rem;
}
/*
blockquote:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f10e";
  color: rgba(102,170,224,1);
  font-size: 2rem;
  font-style: normal;
  position: absolute;
  bottom: 2rem;
  right: 1.25rem;
}
*/

blockquote span{
        display: block;
       margin: 1rem 0 0 0;
       font-weight: bold;
}

.wpcf7-list-item{
	display: block;
	margin: 1rem 0;
}

.disc {
  padding: 10px;
  margin: 0 10px;
  font-size: 24px;

  display: inline-block;
  width: 50px;
  text-align: center;

}

.count {
  font-weight: bold;
}

.disc p {
  font-size: 0.8rem;
}