/**********************************************************
// Widget >> Profile
**********************************************************/
.widget_afones_profile .Image { text-align: center; }
.widget_afones_profile .Content {
	padding: 20px 0;
	text-align: center;
	}
	
.widget_afones_profile .Content h2 {
	margin: auto;
	padding: 0;
	text-transform: uppercase;
	}
	
.widget_afones_profile .Content-Text {
	margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	}
	
.widget_afones_profile .Button {
	margin: 20px auto 0 auto;
	padding: 0 20px;
	min-height: 40px;
	line-height: 40px;
	border-radius: 3px;
	background: #EEE;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	}
	
/**********************************************************
// Widget >> Picture Link
**********************************************************/
.widget_afones_picture_link { text-align: center; }

/**********************************************************
// Widget >> ACF Social
**********************************************************/
.widget_afones_acf_social { text-align: center; }

.widget_afones_acf_social .ACF-Social {
	margin: 7px auto 20px auto;
	text-align: center;
	font-size: 0;
	}

.widget_afones_acf_social .ACF-Social li {
	margin: 10px 22px;
	display: inline-block;
	vertical-align: top;
	}

.widget_afones_acf_social .ACF-Social li:first-child { margin-left: 0; }
.widget_afones_acf_social .ACF-Social li:last-child { margin-right: 0; }

.widget_afones_acf_social .ACF-Social li a {
	font-size: 36px;
	color: #333;
	}
	
.widget_afones_acf_social .ACF-Social li a:hover {
	text-decoration: none;
	color: #777;
	}
	
/**********************************************************
// Widget >> Popular Posts
**********************************************************/
.widget_afones_popular_posts { text-align: center; }
.widget_afones_popular_posts .Popular-Posts {
	padding: 0;
	font-size: 0;
	list-style: none;
	}
	
.widget_afones_popular_posts .Popular-Post {
	margin: 1%;
	width: 47%;
	border: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	}
	
.widget_afones_popular_posts .Popular-Post img {
	margin: 0;
	width: 100%;
	height: auto;
	}

.widget_afones_popular_posts .Popular-Post:hover .Popular-Title { display: block; }
.widget_afones_popular_posts .Popular-Title {
	padding: 48px 2% 0;
	width: 100%;
	line-height: 17px;
	display: none;
	background: rgba(255, 255, 255, .85);
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}