/*
Theme Name: Posterity Child
Description: Child theme for Posterity. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: posterity
Version: 1.0
*/
/* ========================================================= */
/* SOCIAL CHAT BLOCK — CENTERED FLEX FIX                     */
/* ========================================================= */

.social_chat .contact-messengers {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* PHONE BLOCK */
.social_chat .contact-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	margin-bottom: 20px;
}

/* PHONE ICON */
.social_chat .contact-phone .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* REMOVE ELEMENTOR <br> DAMAGE */
.social_chat br {
	display: none;
}

/* MESSENGERS WRAPPER */
.social_chat .messengers {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

/* MESSENGER BUTTONS */
.social_chat .msg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #ddd;
	color: #000;
	transition: all 0.2s ease;
	white-space: nowrap;
}

/* HOVER */
.social_chat .msg:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

/* ========================================================= */
/* END SOCIAL CHAT BLOCK                                     */
/* ========================================================= */
