/*
Theme Name: MusicPlace Child
Template: musicplace
Theme URI: http://musicplace.themerex.net/
Description: MusicPlace - Multipurpose and Multiskin Responsive Wordpress theme
Author: themerex
Author URI: http://themerex.net/
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/




/* =Theme customization starts here
-------------------------------------------------------------- */
.para-low{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.d-none{
	display:none;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top:0;	
}
@media only screen and (max-width: 479px){
    .slider_boxed, .header_mobile .content_wrap, .content_container {
        width: 98% !important;
        padding-left: 5px;
        padding-right: 5px;
    }
.pow .wpb_wrapper .wpb_text_column.wpb_content_element{
			margin-left:0 !important;
	}
.pow .wpb_wrapper .vc_custom_1774531672386{
		margin-left:0 !important;
	}
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float i{
	 color: #fff;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    color: #fff;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 30px;
        right: 15px;
        bottom: 80px;
    }
}