/*
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
*/

body{
    overflow-x: hidden;
}
body {
    background-image:url('https://www.browsercam.com/wp-content/uploads/2017/01/pw_maze_white.png');
}

.ShowDescSrx{
    display: none;
}
.MoreDescSrx,
.LessDescSrx{
    color: #2C3E50 !important;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}
.singleThumbnailImg {
    width: 100%;
    max-width: 140px;
    float: left;
}
.SinglePTopInfo{
    display: block;
    float: left;
    padding: 15px 0 10px 0;
}
.site-content{
    padding: 0px;
}
.singleAppInfo {
    float: left;
    width: 65%;
    padding: 5px 15px;
}
.singleAppCatName{
    font-size: 24px;
    padding-left: 8px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: normal !important;
    font-style: normal !important;
    font-family: 'Open Sans';    
}
.singleAppInfoSty ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


.review-list > li > span{
    display: none;
}
.review-list > li{
    height: 25px;
    display: block;
}
.review-list .review-star{
    right: auto !important;
}
.singleAppInfoSty ul > li > span, .review-list > li > span{
    font-weight: 600;
    font-size: 14px;
}
.singleAppInfoSty ul > li > span:nth-child(2){
    font-weight: normal !important;
}
.singleAppInfoSty ul > li{
    position: relative;
    float: left;
    padding: 0 10px;
    //border-right: 1px solid darkgray;
    margin-bottom: 3px;
    font-size: 14px;
}

.singleAppInfoSty ul > li hr{
    background-color: #aaa;
    height: 1px;
    padding: 0;
    margin: 0;
    transform: rotate(90deg);
    right: -6px;
    width: 12px;
    top: 12px;
    position: absolute;
    margin: 0;
}
.singleAppInfoSty ul li .divStySrx{
    display: inline-block !important;
}
.singleAppCatName, .singleAppStar,.singleAppInfoSty{
    display: block;
}
.singleAppStar img{
    height: 20px;
    padding-right: 10px;
}
.DownloadApp{
    float: left;
    text-align: center;
    width: 20%;
    padding-top: 3%;
}
.DownloadApp a{
    padding: 10px 35px;
    background-color: #2C3E50;
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
    font-size: 18px;
    font-weight: normal;
}
.singlePContenttDiv{
    padding: 15px 15px 1px 15px;
}
.screenShortImageSty{
    text-align: center;
    display: block;
    width: 100%;
    //overflow: auto;
}
.screenShortInnerImageSty{
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.screenShortInnerImageSty span{
    width: 49%;
    float: left;
}
.screenShortInnerImageSty span:last-child{
    margin-left: 15px;
    float: right;
}
.screenShortInnerImageSty span img{
    outline: none !important;
}
.screenShortInnerImageSty span:first-child img{
    text-align: right;
    float: right;    
}
.screenShortInnerImageSty span:last-child img{    
    text-align: left;
    float: left;
}
.singlePostAppContent {
    padding-top: 5px;
    font-size: 14px;
}
.singlePostAppContent p{
    margin-bottom: 10px !important;
    font-size: 14px;
}
.singlePostAppContent b, .singlePostAppContent h1, .singlePostAppContent h2, .singlePostAppContent h3, .singlePostAppContent h4, .singlePostAppContent h5, .singlePostAppContent h6{
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.ShowDescSrx{
    display: none;
}
.MoreDescSrx,.LessDescSrx{
    color: #64A5D3 !important;
    font-weight: bold;
    cursor: pointer;
}
.mks-bredcrumbs-container{
    background-color: transparent !important;
    box-shadow: initial !important;
    //margin-top: 20px !important;
    padding: 0px !important; 
}
#review {
    margin-bottom: 0 !important;
}
.review-wrapper {
    border: none  !important; 
    box-sizing: initial !important; 
}
.review-list li:last-child{
    border-bottom: none !important;
    padding-left: 10px !important;
}
.review-list li{
    padding: 0 15px !important;
}
.review-star{
    margin: 0 !important;
    top: 0 !important;
}
.downloadPageHeading {
    margin-top: 6px;
}

/*.vce-download-app .entry-meta > .date,
.vce-download-app .entry-meta > .author,
.vce-download-app .entry-meta > .views{
    display: none !important;
}*/
.adBannerTop,
.adBannerbottom{
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.ad_above_related_section{
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media only screen and (min-width:768px) and (max-width: 1023px){
    .singleAppInfo{
        width: 79%;
    }
    .DownloadApp {
        float: left;
        width: 100%;
        margin-top: 20px;
        padding-top: 0;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .singleThumbnailImg{
        margin: 0 auto;
        margin-bottom: 10px;
        float: none;        
    }
    .singleAppInfo{
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .DownloadApp {
        float: left;
        width: 100%;
        margin: 18px 20px 15px 20px;
        padding-top: 0;
        text-align: left;
    }
}
@media(max-width: 1200px) {
    .screenShortInnerImageSty span {
        width: 48%;
    }
}
@media(max-width: 411px) {
    .screenShortInnerImageSty span {
        width: 47%;
    }
}

.DownloadBluestacks {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    margin-bottom: 25px;
}
.DownloadBluestacks a {
    padding: 10px 25px;
    background-color: #2C3E50;
    border: 1px solid #2C3E50;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 18px;
    font-family: 'Open Sans';
}
.DownloadBluestacks a:hover {
    background-color: #fff;
    border: 1px solid #2C3E50;
    color: #2C3E50;
}