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


a.term:hover {
	text-decoration: none;
}

/* Mobile screen size */
@media (max-width: 480px) {
	
	
.freetrial {
	background-color: #ec1944;
	transition:0.3s;
}

li.freetrial a {
	color: #fff !important;
	transition:0.3s;
}


.freetrial:hover {
	background-color: #282828;
	transition:0.3s;
}

li.freetrial a:hover {
	color: #fff !important;
	transition:0.3s;
}
	
	.menu > li:last-child > a {
	color: #fff !important;
}
	
	div.fl-node-ysa1dnectl38 .pp-heading-content .pp-heading-separator .pp-separator-line {
	width: 100px;
	float: none;
	margin: auto;
	}
	
	.nf-form-fields-required {
	text-align: center;
}
	
	#nf-field-4, #nf-field-23 {
	background-color: #EC1944;
	width: 150px;
	transition: 0.3s;
	margin: auto;
	display: block;
}
	
.contact
	
    
}