/**
 * Icon KakaoTalk trong Follow Icons (prefix: them-fl-icon-wat)
 *
 * Flatsome dat co chu cho the <i> la 1.2em (.button.icon i), nen SVG de 1em
 * la bang dung kich thuoc cac icon font con lai.
 */

.them-fl-icon-wat-kakao {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.them-fl-icon-wat-kakao svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* Mau thuong hieu Kakao: dung cho kieu Fill va luc hover. */
.kakao:hover,
.social-icons .button.kakao:not(.is-outline) {
	color: #fee500 !important;
}

/**
 * Flatsome ep icon thanh mau trang khi nen da to mau, nhung trang tren nen vang
 * Kakao thi khong doc duoc - tra lai mau nau dam theo dung logo goc.
 */
.social-icons .button.kakao:hover > i,
.social-icons .button.kakao:not(.is-outline) > i {
	color: #3c1e1e !important;
}
