/*
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
*/

@import url("css/animation.css");

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


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

.justify p{text-align:justify;}

ul {
	padding-left: 20px;
}

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

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

.zindex3{
	position: relative !important;
	z-index: 3 !important;
}

.nolink a{
	pointer-events:none;
}

.zoom-in {
	overflow: hidden;
}

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

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

.fl-button {
	padding: 15px 35px !important;
	transition:0.3s;
}

.nf-before-form-content {
	display: none;
}

.Inner-Banner > .fl-row-content-wrap {
	min-height: 580px !important;
}

.Inner-Banner > .fl-row-content-wrap::after {
	/* background-image: linear-gradient(180deg, #fff 10%, rgba(2,65,137,0.35) 50%); */
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%);
}

.Inner-Banner .fl-module-heading .fl-heading {
	text-shadow: 2px 2px 5px #000000;
}

.overflow {
	overflow: hidden;
}

.hidden{
	display:none !important;
}

/*End General*/

/* effect-shine */
a.pp-heading-link:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* End effect-shine */

/*Start Top Bar*/
.main-skew .fl-row-content-wrap {
	/* background-color: ; */
	background-image: linear-gradient(90deg, #d8031c 0%, #1e4381 100%) !important;
	overflow: hidden;
}

.skew-left .fl-col-content {
	background-color: #d8031c !important;
}

.skew-right .fl-col-content {
	background-color: #1e4381 !important;
}

.skew-left .fl-col-content::after {
	content: " ";
	width: 100%;
	height: 100%;
	background: #d8031c;
	transform-origin: bottom left;
	-ms-transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-40deg, 0deg);
}

/*End Top Bar*/

/*Start Menu*/



/*End Menu*/

/*Start Home*/

.sub-menu {
  box-shadow: 1px 1px 3px 1px #00000070 !important;
}

.fl-theme-builder-header-shrink .main-menu .menu-item-text {
 	color: #000;
	transition:0.3s;
}


.fl-theme-builder-header-shrink .pp-advanced-menu .pp-toggle-arrows .pp-menu-toggle::before, .fl-theme-builder-header-shrink .pp-advanced-menu .pp-toggle-none .pp-menu-toggle::before {
	border-color:#000;
}


.fl-theme-builder-header-shrink .main-menu li.current-menu-item .menu-item-text, .fl-theme-builder-header-shrink .main-menu .menu-item-text:hover {
 	color: #024189;
	transition:0.3s;
}


.fl-node-87gvky90dpl2 > .fl-row-content-wrap {
	position:absolute;
}

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

.box .fl-module-content {
	margin-top: 150px;
}

.box > .fl-col-content {
	height: 400px;
}

/*End Home*/




/*Start About*/

.float-about {
	position: absolute;
	margin: 260px 20px 20px 260px;
	z-index: 15;
	width: 45% !important;
}

.supplychain .fl-photo-caption-below {
	font-size: 16px;
	color: #fff;
}

/*End About*/

/*Start Battery Catalog*/

.battery-catalog .pp-overlay-inner {
	right: 0 !important;
	/* bottom: 0 !important; */
	top: 475px !important;
	transform: translate(46%, 5%) !important;
	margin-right: 2px;
}

.battery-catalog .fi-zoom-in {
	background-color: #d8031c;
	color: #fff;
	padding: 0px 11px;
	transition: 0.3s;
}

.battery-catalog .fi-zoom-in:hover {
	background-color: #1d4381;
	color: #fff;
}

.battery-catalog .pp-photo-gallery-content {
	height: 520px;
}

.battery-catalog .pp-photo-gallery .pp-photo-gallery-item:nth-child(2), .battery-catalog .pp-photo-gallery .pp-photo-gallery-item:nth-child(3), .battery-catalog .pp-photo-gallery .pp-photo-gallery-item:nth-child(4), .battery-catalog .pp-photo-gallery .pp-photo-gallery-item:nth-child(5), .battery-catalog .pp-photo-gallery .pp-photo-gallery-item:nth-child(6), .battery-catalog .pp-photo-gallery .pp-photo-gallery-item:nth-child(7){
	display: none;
	position:absolute;
}

/*End Battery Catalog*/

/*Start News & Media*/

.newsmedia h2::after {
	content: ' ';
	display: block;
	border-bottom: 2px solid #c42229;
	width: 100px;
	padding: 5px 0px;
}

.newsmedia .fl-post-feed-post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px !important;
	padding-bottom: 30px;
}

.newsmedia .fl-post-feed-more {
	background-color: #d8031c;
	padding: 15px 35px;
	border-radius: 10px;
	color: #fff;
	transition: 0.3s;
	text-transform: uppercase;
}

.newsmedia .fl-post-feed-more:hover {
	background-color: #1d4381;
	color: #fff;
}

.newsmedia .fl-builder-pagination li span.current {
	background: #d8031c;
	text-decoration: none;
	color: #fff !important;
	border-radius: 50px;
	width: 35px;
}

.newsmedia .fl-builder-pagination li a.page-numbers:hover{
	text-decoration: none;
	color: #d8031c ;
	background-color:transparent;
}


.newsmedia .fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
	border: transparent;
	color: #464646cc ;
}

.newsmedia .wp-post-image {
	border-radius: 0px 30px 0px 0px;
}

.newsmedia .fl-builder-pagination{
	padding: 40px 0px 0px 0px;
	}

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

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


.widgettitle {
	display: none;
}

/*End News & Media*/

.battery-catalog .pp-gallery-overlay {
	background: rgba(0, 0, 0, 0);
	opacity: 1 !important;
}

/*Ninja Form*/

.nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 50px;
  border: solid 1px #969696;
  color: #737373;
}

 .pp-ninja-form-content .ninja-forms-form-wrap select {
  background-color: #fff0 !important;
}
/*End Ninja Form*/

/*Footer*/

.footer .pp-accordion-button {
	cursor: pointer;
	align-items: center;
	text-align: center;
	display: flex;
	width: 100px;
	margin: auto;
}

.footer .pp-accordion-button-label {
	display: contents;
}

/*End Footer*/


/* Typical laptop screen size*/
@media only screen and (max-width: 1600px) and (min-width: 1200px) {
	
	.Inner-Banner > .fl-row-content-wrap {
		min-height: 400px !important;
	}
	
	h1 {font-size:42px !important;}
	h2 .pp-secondary-title, h2 {
	font-size: 28px !important;}
	h3 {font-size:20px !important;}
	h4{font-size:18px !important;}


	.box > .fl-col-content {
	min-height: 420px;
	height: 500px ;
	font-size: 15px;
	}
	
	.box {
	opacity: 1;
	}

	.fl-node-3yqrhx6buvn2 > .fl-col-content {
		margin-top: -190px;
	}
	.fl-node-d6gapr7tf5m9 > .fl-col-content {
		margin-top: -150px;
	}
	.fl-node-flvskd0awige > .fl-col-content {
		margin-top: -190px;
	}
	.fl-node-0m2phtr36ex8 > .fl-col-content {
		margin-top: -150px;
	}
	.fl-node-c6mij4sy0rt9 > .fl-col-content {
		margin-top: -190px;
	}
	
	.fl-node-3968mfbpx0zs > .fl-col-content {
	padding: 0px 20px 60px 20px;
	}
	
	.fl-node-oyhenj03awkd {
	margin-top: 45px;
	}
	
	.fl-node-368q0le1fa5s > .fl-row-content-wrap {
	margin-top: 30px;
	}
	
	.fl-node-ugtczo0drfl3 > .fl-module-content {
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 240px;
	}
	
	.fl-builder-content .fl-node-zo3a89w274nt > .fl-col-content {
	min-height: 460px;
	}
	
	.float-about {
	margin: 195px 20px 20px 260px;
}
	.fl-node-qk30ogyuerbf .fl-photo-img {
	width: 80%;
	}
	
	.fl-node-flvskd0awige > .fl-col-content {
	background-position: -22px 20px;
	}

	}

/* Small Laptop */
@media (max-width: 1200px) {
	
	.float-about {
	margin: 50px 20px 20px 260px;
}
	.fl-node-qk30ogyuerbf .fl-photo-img {
	width: 100%;
	}
	.pp-advanced-menu a {
	font-size: 14px;
	}
   
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
	.battery-catalog .pp-photo-gallery-item {
	width: 100% !important;
	}
	
	.float-about {
	margin: 0;
	width: 100% !important;
	}
	
	div.fl-node-ugtczo0drfl3 .pp-heading-content .pp-heading-separator .pp-separator-line {
	
	float: none;
	text-align: center;
	margin: auto;
}
	
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}


/* 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:14px !important;}
	
	.fl-row-content-wrap {
	overflow: hidden;
	}
	
	.Inner-Banner > .fl-row-content-wrap {
	  min-height: 220px !important;
	  padding-top: 55px !important;
	}
	
	.fl-node-im9nhpzj5w6o .pp-advanced-menu .sub-menu, .fl-node-hd6l4xrabyc2 .pp-advanced-menu .sub-menu {
	background-color: rgba(0, 0, 0, 0.47);
	margin-left: 15px;
}
	
	.float-about {
	position: block;
	margin: 20px;
	width: 100% !important;
}
	
	.fl-button {
	padding: 10px 20px !important;
	}
	.battery-catalog .pp-overlay-inner {
	margin-right: 17px;
	}
	
	iframe, embed, object {
	height: 300px;
	width: 100%;
}
	
	.newsmedia .wp-post-image {
	border-radius: 30px 30px 0px 0px;
	}
	
	.newsmedia .fl-module img {
	max-width: 80%;
	margin: auto;
	display: block;
	}
	
	.newsmedia h2::after {
	padding: 2px 0px;
	margin: auto;
	}
	
	.newsmedia .fl-post-feed-image {
	margin-bottom: 10px !important;
	width: 250px !important;
	margin: auto;
	}
	
	.newsmedia .fl-post-feed-header {
	margin-bottom: 0;
	}

	.newsmedia .fl-builder-pagination li span.current {
	width: 30px;
	}
	
	.newsmedia .fl-builder-pagination{
	padding: 40px 0px 0px 0px;
	}
	
	.battery-catalog .pp-overlay-inner {
	top: 210px !important;
	}
	
	.battery-catalog .pp-photo-gallery-content {
	height: 250px;
	}
	
	.n2-ss-slide {
	background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 130%);
	}
	
	.pp-hamburger {
	margin-right: -25px !important;
	}
	
	.footer .sub-menu {
	background-color: #fff !important;
	margin: auto 20px;
	}
	
	.fl-node-zol482wnh3f9 .pp-logos-content .pp-logo {
	width: calc((100% - 0px) / 3) !important;
	margin:0 !important;
	 height: auto;
	}

    
}
