/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.feature-text-shadow {
	text-shadow: #000000 1px 1px 20px;
}
/* age gate start */
	body .age-gate-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2147483646;
	background-color: #c1c5c899;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

body .age-gate-content-container {
	background: #fff;
	width: 570px;
	padding: 30px;
}

body .age-gate-text p {
	color: #333333;
  font-family: "Nunito", "sans-serif";
	font-size: 2rem;
	font-weight: normal;
	margin-top: 8px;
}

body .confirm-btn-container button {
	color: #fff;
	background: #ab0033;
	border: none;
	padding: 10px 20px;
	width: 100px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
}

body .confirm-btn-container button:first-child {
	margin-right: 15px;
}
/* age gate end */
.fusion-social-links-footer {
  width: 32% !important;
}