﻿/*
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*/

a:hover {
    transition: 0.3s;
    text-decoration: none;
}

p {
    text-align: justify;
}

.zindex5 {
    position: relative;
    z-index: 25;
}

.nolink a {
    pointer-events: none;
}

.disable-link .fl-button-group-button, .disable-link a {
    pointer-events: none;
}


.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.pp-modal.layout-standard {
    top: 258.5px !important;
}

/*End General*/

/*line menu Effect*/

.highlight a {
    background-color: #dace00;
    color: #003f82 !important;
    transition: 0.3s;
}

header ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background: #dace00;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
    margin-top: 0px;
}

header ul li a:hover {
    color: #95a5a6;
}

    header ul li a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

li.social-media a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*End menu Effect*/


/*Start Page*/

.pp-image-carousel.pp-carousel-navigation-outside .swiper-pagination {
    bottom: 68px;
}


.fl-node-aisbm0wdg8f7 .pp-image-carousel.pp-carousel-navigation-outside {
    padding-bottom: 0;
}

#price .pp-table-col {
    width: 50%;
}

.facilies .pp-image-overlay {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.15) !important;
}

.facilies .pp-caption {
    position: absolute;
    top: 50px;
    left: 55px;
}

.center .pp-post-content p {
    text-align: center;
}

/*End Page*/


/*Start Form*/

.nf-before-form-content {
    display: none;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
    background: transparent !important;
    border: 1px solid #00a2ff !important;
    border-radius: 0;
    box-shadow: none;
    transition: all .5s;
}

.fl-node-5lqj20kfscy3 .pp-ninja-form-content .ninja-forms-form-wrap input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .fl-node-5lqj20kfscy3 .pp-ninja-form-content .ninja-forms-form-wrap select, .fl-node-5lqj20kfscy3 .pp-ninja-form-content .ninja-forms-form-wrap textarea {
    color: #62a5ce;
}


/*End Form*/


/*Zoom In*/

.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;
    }

    .zoom-in .pp-carousel-image-container {
        transform: scale(1);
        transition: 0.7s;
    }

    .zoom-in:hover > .pp-carousel-image-container {
        transform: scale(1.1);
        transition: 0.7s;
    }

.zoom-in-slide .pp-carousel-image-container {
    transform: scale(1);
    transition: 0.7s;
}

    .zoom-in-slide .pp-carousel-image-container:hover {
        transform: scale(1.1);
        transition: 0.7s;
    }

/*End Zoom In*/

.ourclass .fl-callout {
    height: 450px;
    position: relative;
}

.ourclass .fl-module-content {
    border: solid 1px transparent;
    transition: 0.3s;
}

    .ourclass .fl-module-content:hover {
        border: solid 1px #26a9e0;
        transition: 0.3s;
    }

.ourclass .fl-callout-button {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.pp-heading-prefix {
    color: #fff;
}

ul {
    padding-left: 0px;
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {

    .menu a {
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 14px !important;
    }

    .fl-number-int {
        font-size: 40px !important;
    }
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
}

/* Mobile screen size */
@media (max-width: 480px) {

    /* General */
    h1 {
        font-size: 26px !important;
    }

    h2 .pp-secondary-title, h2 {
        font-size: 23px !important;
    }

    h3, .facilies .pp-caption {
        font-size: 17px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    p {
        font-size: 14px !important;
        text-align: justify;
        line-height: 18px !important;
    }
    /* End General */

    .facilies .pp-caption {
        left: 45px;
    }

    .footers #menu-social-link-1 {
        margin: auto;
        width: 30%;
        display: block;
    }


        .footers #menu-social-link-1 li {
            float: left;
            margin: auto;
            margin-top: 10px;
        }

    .tablesaw-cell-content {
        max-width: 100%;
        display: block;
    }

    .tablesaw-cell-label {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
