/*
Theme Name: EntertopWP Child Theme
Theme URI: https://www.entertop.com.my
Version: 1.0
Description: Child theme by EntertopWP and EnterWapp plugin
Author: Entertop WP
Author URI: https://www.enterrom.com
template: bb-theme
*/

/* Add your custom styles here... */ 




/* About Us - Banner ( white overlay ) - Apple  */ 
html body .fl-builder-content .fl-row.fl-node-1bucen78khrw.inner-banner.fl-row-bg-overlay > .fl-row-content-wrap::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 1 !important;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.5) 18%,
    rgba(255, 255, 255, 0.15) 38%,
    rgba(255, 255, 255, 0) 58%
  ) !important;
}

html body .fl-builder-content .fl-row.fl-node-lbucen78khrw.inner-banner > .fl-row-content-wrap > .fl-row-content {
    position: relative !important;
    z-index: 2 !important;
}

/* About Us - Banner ( white overlay ) - Apple  */ 




/* General */

a:hover{transition:0.3s;text-decoration:none;cursor: pointer;}

.justify p{text-align:justify;}

.map{-webkit-filter: grayscale(100%);
filter: grayscale(100%);}

.widgettitle { display:none !important; }

/* End General */



/*======================= BOL - Not in use ======================== */
/* # Archived at 2026-02-25 by Tung
ul {
	padding-left: 20px;
}


.zindex1{
	position: relative;
	z-index: 1;
}

.zindex2{
	position: relative;
	z-index: 1;
}

.zindex3{
	position: relative;
	z-index: 1;
}

.nolink a{
	pointer-events:none;
}

.zoom-in {
	overflow: hidden;
}

.zoom-in .fl-col-content{
	transform: scale(1);
	transition: 0.7s ;
}

.zoom-in:hover > .fl-col-content{
	transform: scale(1.1);
	transition: 0.7s;
}



.fl-widget {
	margin-bottom: 20px !important;
}



.row.fl-post-image-beside-wrap {
	display: flex;
}

.fl-post-thumb img {
	height: auto !important;
	max-width: 100%;
	width: 600px;
	margin-top: -120px;
}

.fl-post-author, .fl-sep {
	display: none;
}

.widgettitle {
	display: none !important;
}

.row.fl-post-image-beside-wrap {
	display: flex;
	margin-left: 0;
}

.fl-post-thumb {
	margin-bottom: 25px;
	height: 300px;
	overflow: hidden;
	width: 100%;
}

a.tag-cloud-link {
	font-size: 14px !important;
}

.wp-block-categories-list, .wp-block-archives-list, .wp-block-tag-cloud {
	margin-top: -10px !important;
}

*/
/*======================= EOL - Not in use ======================== */