/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*****************************************
			Author Cover Area
******************************************/
.author-cover-area { 
	position: relative;
	text-align: center; 
	height: 350px;
	overflow: hidden;
}
.author-cover-area-overlay {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.author-cover-area .content,
.author-cover-area-overlay .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.author-cover-area .container { 
	position: relative; 
	height: 350px;
}

.author-cover-area .container .author-cover-details-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
}

/* Author Image */
.author-image img {
	display: inline-block;
	margin-top: 15px;
}
.author-image img { border-radius: 50%; }

/* Author Name and Description */
.author-content .author-name {
	margin-top: 6px;
	margin-bottom: 0;
	color: #fff;	
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.author-content .author-custom-description { 
	font-size: 19px; 
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

/* Author Website Button */
.author-website-button {
	position: relative;
	display: inline-block;
	margin-top: 25px;
	padding: 10px 45px;
}
a.author-website-button-link { 
	display: block;
	color: #fff; 
}
a.author-website-button-link:hover { text-decoration: none; }

/* Author Social Links */
.author-cover-area .vce-author-links {
	float: none;
	display: inline-block;
	margin-top: 10px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.author-cover-area .vce-author-links a { color: #fff; }

@media (min-width: 1200px) {
	.author-image img {
		margin-top: 40px;
	}
}

@media (max-width: 1200px) {
	.author-content .author-custom-description {
		font-size: 19px;
	}
}

li.menu-item {
   margin:0 0 10px 0;   
}