/*site title white*/
.site-title a {
	color: white;
}

.site-title-centered .site-description {
	color: white;
	margin-top: 0;
}

/*intro in post*/
.post-intro {
	font-weight: 100;
	margin-bottom: 1.5em;
	font-size: 24px;
	line-height: 1.3;
}

.post-intro:after {
	display: block;
	margin: 1.5em 0 1em 0;
	content: "";
	background-color: gray;
	height: 1px;
	width: 120px;
}

/*same as above but no need to add class*/
.single-post .entry-content p:first-of-type {
	font-weight: 100;
	margin-bottom: 1.5em;
	font-size: 24px;
	line-height: 1.3;
}

.single-post .entry-content p:first-of-type:after {
	display: block;
	margin: 1.5em 0 1em 0;
	content: "";
	background-color: gray;
	height: 1px;
	width: 120px;
}

/*number box in post*/
.topic-head {
	margin-top: 1.5em;
}
.rak-no {
	display: inline-block;
	background-color: #6a2075;
	padding: 5px 15px;
	color: #fff;
	margin-right: 5px;
}

@media screen and (max-width: 580px) {
	.topic-head {
		text-align: center;
	}
	.rak-no {
		display: block;
		width: 46px;
		text-align: center;
		padding: 5px 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		margin-top: 1.5em;
	}
}


/*hide logo tag*/

.site-title-centered .header-image .site-description {
	display: none;
}

/*CUSTOM STYLE SITE WIDE*/

/*line on top and bottom*/
.line-top-bottom {
	display: block;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: 700;
}

.char-box {
	display: inline-block;
	background-color: #fbedea;
	padding: 0.3em 0.7em 0.3em 0.7em;
	margin-right: 0.3em;
}

/*butang link post or page*/

.butang-momhill {
	display: block;
	max-width: 250px;
	text-align: center;
	background-color: #982ea9;
	color: #fff;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
}

.butang-momhill:hover {
	background-color: #6a2075;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.linker {
	font-size: 0.8em;
	color: #6c7a89;
	text-align: center;
}

/*link affiliate lazada*/
.link-lazada {
	display: block;
	max-width: 250px;
	text-align: center;
	color: #fff;
	background: linear-gradient(300deg,#0F1956,#4061F2);
	margin-left: auto;
	margin-right: auto;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
.link-lazada::before {
	content:"";
	display: block;
	background: url("https://www.momhill.com/wp-content/uploads/2023/06/lazada-logo-small.png");
	background-position: center top;
	background-size: cover;
	width: 24px;
	height: 24px;
	float: left;
	margin: 1px -25px -10px 20px;
}
.link-lazada:hover {
	color: #fff;
	text-decoration: none;
}

/*link affiliate shopee*/
.link-shopee {
	display: block;
	max-width: 250px;
	text-align: center;
	color: #fff;
	background: linear-gradient(300deg,#f53d2d,#f63);
	margin-left: auto;
	margin-right: auto;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
.link-shopee::before {
	content:"";
	display: block;
	background: url("https://www.momhill.com/wp-content/uploads/2023/06/shopee-logo-small.png");
	background-position: center top;
	background-size: cover;
	width: 24px;
	height: 24px;
	float: left;
	margin: -3px -25px -10px 20px;
}
.link-shopee:hover {
	color: #fff;
	text-decoration: none;
}
.link-shopee-rv1 {
	display: block;
	max-width: 220px;
	text-align: center;
	color: #fff;
	background-color: #f05d40;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 12px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.link-shopee-rv1:hover {
	color: #fff;
}
.tag-harga {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/*heading but small*/
.small-heading {
	font-size: 1.3em;
	font-weight: bold;
}
/*horizontal line*/
.hl {
	display: block;
	border-top: 1px solid #f1e7fe;
}
body {
	line-height: 1.6;
}

/*style for widget recent post*/
.rpwwt-post-title{
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
}

/*ads affiliate top post or page*/
.aff-top-post {
	display: block;
	padding: 0.8em;
	font-size: 0.85em !important;
	background-color: #F5E5F2;
}

p.aff-top-post::after {
	display: none !important;
}