/*
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
*/

h3 {
	font-size: 21px !important;
	line-height: 30px !important;
}
h4 {
	font-size: 16px !important;
	line-height: 30px !important;
}


.mks-bredcrumbs-container { display:none!important;}
.top-header { display:none !important;}
/*
.sfsi_socialwpr .sf_fb {
  text-indent: -32px;
}
*/
.sfsi_Sicons .fb_iframe_widget {
    float: left;
    width: 0 !important;
    margin: 2px 0 0;
}

.shareSocial {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.st_fblike_hcount span {
vertical-align: top !important;
}
.st_plusone_hcount div {
	margin-right: 32px !important;
}
.review-box {
	width: 100% !important;
}

#mg-box {
    position: relative;
    overflow: hidden;
}

#mg-box a {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    padding: 35px 0 55px 0;
    margin: 0;
    color: #222;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Roboto Slab';
    font-weight: 400;
}

#mg-box a:hover {
    text-decoration: none;
}

#mg-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1.25);
    opacity: 0.25;
    z-index: 1;
    transition: transform 1s;
}

#mg-box:hover img {
    transform: translateX(-55%) translateY(-45%) scale(1.35);
}