/*
Theme Name: EntertopWP Child Theme
Theme URI: https://www.entertop.com.my
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Entertop WP
Author URI: https://www.entertop.com.my
template: bb-theme
*/

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

/* General */ 

div#n2-ss-2 .n2-ss-slide-limiter {
	max-width: 100% !important;
}


a:hover,.fl-page-content a:hover{transition:0.3s;text-decoration:none !important;cursor: pointer;}

.justify p{text-align:justify;}

ul {
	padding-left: 20px;
}

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

.zindex2{
	position: relative;
	z-index: 2 !important;
}

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

/*Effect Blur*/

.blur{
	z-index: 0;
	position: absolute;
  transition-timing-function: ease-out;
  transition: all 0.3s;
	backdrop-filter: blur(0px);
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	transition: all 0.3s;
	z-index: 8;
	transition-timing-function: ease-in;
}

/*End Effect Blur*/

.nf-form-fields-required {
	display: none;
}


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


.list ol li {
	padding-bottom: 20px;
}

.pad-10{
	padding:10px;
}

.mag-top-10 {
	margin-top: 10px;
}

.mag-top-40 {
	margin-top: 40px;
}

.mag-bot-10 {
	margin-bottom:10px;
}

.mag-bot-30 {
	margin-bottom:30px;
}

.box {
	margin-bottom: 20px;
	padding-top: 10px;
}

.box .wp-block-media-text__media {
	padding: 10px;
}

#fl-to-top {
	bottom: 15px;
	right: 20px;
}

th, td {
	padding: 10px 5px;
}
/* End General */ 


/*Start Button Floating*/

#sy-whatshelp {
	right: 15px;
	bottom: 70px;
	position: fixed;
	z-index: 9999;
}

#sy-whatshelp a {
  position: relative;
}

#sy-whatshelp a.sywh-open-services {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
  line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
  display: none;
}

#sy-whatshelp .sywh-services {
  width: 55px;
  height: auto;
}

#sy-whatshelp .sywh-services a {
  display: none;
}

#sy-whatshelp .sywh-services a i {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a.email i {
  background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
  background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
  background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
  background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
  background-color: #ff6600;
}

a[data-tooltip] {
  position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
  position: absolute;
  display: none;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
  content: attr(data-tooltip);
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 7px 11px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
}

a[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
  display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
  display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
  display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
  top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
  top: -7px;
  right: 100%;
  line-height: normal;
  margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 4px;
}

a[data-tooltip][data-placement="right"]::before {
  top: -7px;
  left: 100%;
  line-height: normal;
  margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
  top: 100%;
  left: 0;
  margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #000;
  border-top: none;
  top: 100%;
  left: 10px;
  margin-top: 4px;
}

/*End Button Floating*/



/*Start Article*/

.widget_recent_entries ul li a {
	color: #616161;
}

.widget_recent_entries ul li {
	border-bottom: solid 1px #4902de;
	padding-bottom: 15px;
}

.widget_media_image {
	margin-bottom: 10px !important;
}

.nf-form-fields-required {
	display: none !important;
}

.article .fl-post-feed-post {
	position: relative;
}

.article .fl-post-feed-meta-terms {
	top: 0;
	position: absolute;
	background-color: #e500ff;
	padding: 5px 10px;
	color: #fff;
}

.article .fl-post-feed-image {
	margin-bottom: 5px;
	position: relative;
	height: 400px;
	overflow: hidden;
}

.article .fl-post-feed-post {
	padding-bottom: 20px;
}

.article-detail .fl-post-info-terms::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f02c";
	margin-right: 10px;
}

.article-detail .fl-post-info-terms {
	text-transform: capitalize;
}

.article-detail .nav-links a span {
	color: #555 !important;
}

.article-detail .nav-previous, .article-detail .nav-next {
	background-color: #ececec;
	padding: 10px;
	margin: 10px;
	transition: 0.3s;
}
.article-detail .nav-previous:hover, .article-detail .nav-next:hover {
	background-color: #ccc;
	transition: 0.3s;
}

.article .fl-post-feed-meta-terms a {
	color: #fff !important;
}

.widgettitle {
	display: none;
}

.postid-2362 .wp-block-columns {
	margin: auto;
}

.mag-top-30 {
	margin-top:30px !important;
	margin-bottom:10px !important;
}

.mag-bottom-10 {
	margin-bottom:10px !important;
}

.fl-post-feed-header {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}


.custom-post-navigation {
	display: flex;
	justify-content: space-between;
	/* margin: 20px 0; */
	position: absolute !important;
	bottom: 0;
}



.custom-post-navigation .nav-previous,
.custom-post-navigation .nav-next {
    font-size: 1rem;
}

.custom-post-navigation a {
    text-decoration: none;
    color: #0073aa;
}

.custom-post-navigation a:hover {
    text-decoration: underline;
    color: #005177;
}

.nav-next {
	text-align: right;
}

/*End Article*/




@media only screen and (max-width: 1440px) and (min-width: 1200px) {
	.head-slider {
	font-size: 75% !important;
	}
}


/* Mobile screen size */
@media (max-width: 480px) {
	
	h1 {font-size:26px !important;}
	h2 .pp-secondary-title, h2 {
	font-size: 23px !important;
}
	h3 {font-size:17px !important;}
	h4{font-size:15px !important;}
	p {font-size:16px !important;}
	
	.pp-flipbox {
	height: 150px !important;
	}
	
	.article .fl-post-feed-image {
	height: auto !important;
	}
	
	.wp-block-media-text__media img {
	width: 100px;
	margin: auto;
	display: block;
}
	

    
}