/*
Theme Name: Powerlift Child
Theme URI: https://powerlift.qodeinteractive.com
Description: A child theme of Powerlift Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: powerlift
Template: powerlift
*/


/* Force the row to behave like a flexible container */
.ph-seven-icon-wrap .vc_column-inner > .wpb_wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* Centers the 3 icons on the second row */
    gap: 100px; /* Space between the icons */
}

/* Set the width for each icon item */
.ph-seven-icon-wrap .vc_column-inner > .wpb_wrapper > div {
    flex: 1 1 20%; /* This allows 4 or 5 per row depending on screen width */
    min-width: 150px; /* Prevents them from getting too squished */
    text-align: center;
}

.ph-description {
	font-size: 18px;
    color: #ffffffb3;
}

.ph-text-white span {
    color: white !important;
}

.ph-instagram-button {
	background: #833ab4;
	background: linear-gradient(
		to right,
		#833ab4,#fd1d1d,#fcb045
	);
}


.ph-custom-icon .mkdf-banner-text-inner img {
    max-width: 135px;
    margin-top: 20px;
}
.ph-custom-icon2 .mkdf-banner-text-inner img {
	width: 120px;
}

.ph-principles-layout img {
	width: 125px;
}

@media only screen and (max-width: 768px) {
    .mkdf-split-scrolling-section .mkdf-sss-ms-left {
        width: 100% !important;
    }
	.mkdf-split-scrolling-section .mkdf-sss-ms-section {
        padding-top: 80px !important;
    }
	
	/* 	Homepage icons images */
	.ph-custom-icon .mkdf-banner-text-inner img {
		max-width: 110px;
	}
	.ph-custom-icon2 .mkdf-banner-text-inner img {
		width: 90px;
	}
	.ph-principles-layout img {
		width: 110px;
	}
}

.mkdf-social-icons-group-widget.mkdf-advanced-hover-type .mkdf-social-icon-widget-holder:hover .mkdf-social-icon-widget {
    opacity:1 !important;
}