/*
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
*/

/*------------------------------------------------------
				NAVIGATION
------------------------------------------------------*/
.top-header {
	height: auto;
}
.header-sticky {
	z-index:999999;
}
.header-bottom-wrapper {
	border-top: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 -3px 0 #fff, 0 -4px 0 rgba(0,0,0,0.1), 0 3px 0 #fff, 0 4px 0 rgba(0,0,0,0.1);
    margin-bottom: 3px;
}
#menu-item-54840 ul.vce-mega-menu-wrapper ul li:last-child {
    display: none;
}
ul.sidr-class-sub-menu {
	display: block !important;
	max-height: 0;
	overflow:hidden;
	transition: all .75s ease-in-out;
}
.sidr-class-current_page_item ul.sidr-class-sub-menu {
	max-height: 800px;
	display: block;
}
#menu-item-54840 ul.sub-menu {
    z-index: 999999;
    width: 25%;
    left: 0;
    box-shadow: none;
    border-right: 1px solid rgba(0,0,0,.05);
}
#menu-item-54840 ul.vce-mega-menu-wrapper {
    width: 100%;
    right: 0;
    left: initial;
    min-height: 254px;
}
.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul>li {
	width: 25%;
}
.vce-mega-subcats>ul {
	padding-top: 0;
}
.vce-mega-subcats>ul>li a {
    padding: 15px;
    line-height: 20px;
}
#sidr-id-menu-item-54841 .sidr-class-vce-mega-subcats {
	display: none !important;
}
@media (max-width: 1023px) {
	.sidr-class-vce-mega-menu-posts-wrap,
	#sidr-main #vce_social_menu {
		display: none !important;
	}
}


/*------------------------------------------------------
				SINGLE POST PAGE
------------------------------------------------------*/
@media (min-width: 800px) {
	.vce-single .meta-image img {
		width: 70%;
		margin: 0 auto;
		display: block;
	}
}
.vce-share-items li a {
	background-color: #7d7fc3 !important;
}
blockquote {
	font-size: 16px;
}


/*------------------------------------------------------
				AUTHOR SECTION
------------------------------------------------------*/
.alphabet-anchors {
	cursor: pointer;
    padding: 15px;
    text-align: center;
}
.alphabet-anchors > a {
	cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}



.A {
	display: initial;
}
.post-container.padding {
	width: 100%;
    padding: 20px 20px 0 20px;
}
.about-author img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid #B2B2B2;
}
.about-author h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #343333;
}
#hvfh_authors_box {
	position: relative;
	transition: all .3s;
}
#hvfh_authors_box.loading {
	height:400px;
	overflow: hidden;
}
#hvfh_authors_box:before {
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: -1;
	background-color: rgba(255,255,255,0);
	transition: all .3s;
}
#hvfh_authors_box.loading:before {
	background-color: rgba(255,255,255,.5);
	z-index: 1999;
}
#hvfh_authors_box .loader {
	display: none;
}
#hvfh_authors_box.loading .loader {
    display: block;
    position: absolute;
    left: 46%;
    top: 20%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.5);
  border-right: 1.1em solid rgba(255, 255, 255, 0.5);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.5);
  border-left: 1.1em solid #7d7fc3;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------------------------------------
				SIDEBAR
------------------------------------------------------*/
.sidebar-social_menu-container .soc-nav-menu li {
    border: none;
    padding: 0;
    float: left;
    padding-left: 0 !important;
}
.sidebar-social_menu-container .soc-nav-menu a:before {
    font-size: 26px;
}
.sidebar-social_menu-container .menu-social_menu-container {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}





/*------------------------------------------------------
				SITE FOOTER
------------------------------------------------------*/
.site-footer, .site-footer .widget, .site-footer .widget li a, .site-footer .mks_author_widget h3 a, .site-footer .mks_author_widget h3, .site-footer .vce-search-form .vce-search-input, .site-footer .vce-search-form .vce-search-input:focus {
    color: #444444;
}
.site-footer .widget {
    color: #FFF;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 20px 15px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    border: none;
}
.site-footer .widget-title {
    font-size: 18px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    margin: 0 -20px 10px;
    background: #fff;
    padding-top: 14px;
    border: none;
}
.site-footer .soc-nav-menu {
     margin-top: 0; 
     float: none; 
     margin-bottom: 0; 
}
.soc-nav-menu a {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    height: 35px;
    width: 35px;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
}
.soc-nav-menu a {
    background-color: transparent;
}
.soc-nav-menu li a[href*="facebook.com"]:hover, .soc-nav-menu li a[href*="twitter.com"]:hover, .soc-nav-menu li a[href*="pinterest.com"]:hover, .soc-nav-menu li a[href*="instagram.com"]:hover, .soc-nav-menu li a[href*="plus.google.com"]:hover, .soc-nav-menu li a[href*="stumbleupon.com"]:hover {
    background-color: transparent !important;
}
.soc-nav-menu li {
    float: left;
    list-style: none;
    padding-left: 5px !important;
}
.site-footer .widget li {
    border-bottom: none;
    padding: 5px 0 5px;
}
.widget ul {
    padding: 0;
    display: inline-block;
    width: 100%;
}
.soc-nav-menu li a[href*="/newsletter-signup"]::before, .soc-nav-menu li a[href*="/feed"]::before, .soc-nav-menu li a[href*="/rss"]::before {
    content: "\f09e";
}
.soc-nav-menu a:before {
    font-family: "FontAwesome";
    text-decoration: none;
}
.site-info {
    background: #fff;
    padding: 15px 0;
}.site-footer, .site-footer .widget, .site-footer .widget li a, .site-footer .mks_author_widget h3 a, .site-footer .mks_author_widget h3, .site-footer .vce-search-form .vce-search-input, .site-footer .vce-search-form .vce-search-input:focus {
    color: #444444;
}
@media only screen and (min-width: 1201px) {
	.site-footer > .container > .container-fix > .bit-3 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.site-footer > .container > .container-fix > .bit-3:nth-child(1) {
		border-right: 1px solid #e4e4e4;
	}
	.site-footer > .container > .container-fix > .bit-3:nth-child(2) {
		padding-left: 100px
	}
	.site-footer > .container > .container-fix > .bit-3:nth-child(3) {
		border-left: 1px solid #e4e4e4;
		padding-left: 50px;
		padding-right: 0;
		height: 310px;
	}
}

.adthrive-stuck {
    margin-top: 108px;
}