/*!
Theme Name: taniboots3
Theme URI: http://azimat.id/
Author: Sumedi MP
Author URI: http://azimat.id/
Description: Description
Version: 1.2.0

*/

body {
  /*font-family: "Roboto", sans-serif !important;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
}

a,
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover {
    color: #006699;
}
.text-orange {
  color: #fd7e14;
}

h1,h2,h3,h4,h5,h6{
  font-family: Georgia, Times, Times New Roman, serif;
}

h1{
  font-size: 2.5rem;
}

.text-orange {
  color: #fd7e14;
}

.tgl {
  font-size: 0.8em;
  margin-bottom: 10px;
  display: block;
}

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

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

.caption {
  padding: 1rem;
  font-style: italic;
  font-size: 0.9rem;
}
.mb20{
 margin-bottom: 20px; 
}
/* 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: "";
}

/* utilities
  */
ul.list1{
    margin-left: 1rem;
    padding: 0;
  }
ul.list1 li{
   margin: 1rem 0;
}

ul.list1 li a,
ul.list1 li a:visited {
  text-decoration: none;
  color: #fff;
}

ul.list1 li a:hover {
  color: aqua;
}

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

.ufooter p {
  font-size: 0.9rem;
}

.right {
  float: right;
}

.nav-previous,
.nav-next {
  display: inline-block;
  width: 200px;
}

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

/*iklan google*/
.row-container{
  margin-bottom: 20px;
}

blockquote{margin:0 0 1rem;
padding: 1rem;
background-color: #F0F0F0;
}
.blockquote{margin-bottom:1rem;font-size:1.25rem}
.blockquote>:last-child{margin-bottom:0}
.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}
.blockquote-footer::before{content:"— "}

blockquote.my-quote {
  box-sizing: border-box;
  position: relative;
  padding: 1.6rem 3rem 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 span{
        display: block;
       margin: 1rem 0 0 0;
       font-weight: bold;
       text-align: right;
}


.wpcf7, .wpcf7-form, span.wpcf7-form-control-wrap  {width:100% !important;}
span.wpcf7-form-control-wrap .wpcf7-date, 
span.wpcf7-form-control-wrap .wpcf7-quiz, 
span.wpcf7-form-control-wrap .wpcf7-number, 
span.wpcf7-form-control-wrap .wpcf7-select, 
span.wpcf7-form-control-wrap .wpcf7-text, 
span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100% !important;
}

.text-grey{
  color: #ccc;
}

a.btn i,
a.btn i:visited{
  opacity: 0.3;
  color: rgb(243, 240, 59);
}

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


span.category{
   text-transform: uppercase;
   background-color: #8ff0a4;
   padding: 5px;
   font-weight: bold;
   border-radius: 10%;
    }

.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;
}

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