/*
Theme Name:     Herald Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     http://mekshq.com
Template:       herald
Version:        0.1.0
*/
.entry-title a{
    overflow: hidden !important;
    height: 35px !important;
}
.tarskithemeSingleMainDiv,
.tarskithemeBlogPage{
    margin-left: 15px;
}
.tarskithemeSingleMainDiv ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tarskithemeSingleMainDiv ul li:first-child{
    float: left;
    width: 60%;
}
.tarskithemeSingleMainDiv ul li:last-child{
    float: right;
}
.tarskithemeSingleMainDiv ul li{
    padding: 0;
    margin: 0;
    color: #F57C00;
    display: block;
}
.tarskithemeSingleMainDiv ul li span{
    color: #000;
}
.tarskithemeTitle {
    margin-left: 15px;
    width: 100%;
}
.tarskithemeTitle h1{
    font-weight: normal;
    font-size: 30px;
    line-height: 28px;
}
.tarskithemeTitle span{
    //float: left;
    margin-right: 3px;
}
.appInfoSrx{
    display: inline-block;
    /* position: relative; */
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.appInfoInner1{
    margin-right: 7px;  
}
.tarskithemeThumbnail{
    display: flex;
}
.tarskithemeThumbnail img{
    width: 140px;
    height: 140px;
    border-radius: 20px;
}
.downloadPageSty{
    font-size: 24px;
}
.downloadBtn,
.googlePlayBtn{
    //float: right;
    padding: 6px 25px;
    background-color: #f57c00;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: -999999;
    //position: relative;
    border: 1px solid #f57c00;
    font-size: 18px;
}
.downloadBtn:hover,
.googlePlayBtn:hover{
    background-color: #fff;
    color: #f57c00;
    border: 1px solid #f57c00;
    z-index: -999999;
    //position: relative;
}
.orSty{
    margin: 0 -10px 0 -10px;
    z-index: 99999;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px 4px;
    position: relative;
}
.tarskithemeDescription{
    border-top: 1px solid #f57c00;
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px;
}
.tarskithemeDescription b,
.tarskithemeDescription h1,
.tarskithemeDescription h2,
.tarskithemeDescription h3,
.tarskithemeDescription h4,
.tarskithemeDescription h5,
.tarskithemeDescription h6{
    font-size: 18px !important;
    //line-height: 25px !important;
    padding: 0;
    margin: 0;
}
.ad_above_related_section{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: block;
}
#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: 0px !important;
}
.review-list{
    padding-top: 5px !important;
}
.review-star{
    margin: 0 !important;
    top: 0 !important;
}
.review-list > li > span{
    display: none !important;
}
.review-list > li{
    height: 25px;
    display: block;
    width: 100% !important;
}
.review-list li{
    padding: 0 15px !important;
    color: darkgray;
}
.review-list .review-star{
    right: auto !important;
    color: darkgray !important;
}
.review-list > li > span{
    font-weight: 600;
    font-size: 14px;
}
.singleAppStar {
    width: 100%;
    //float: left;
    height: 20px;
    line-height: 0px !important;
}
/*---------------------------------*/
.tarskithemeScreenShort,
.tarskithemedownload{
    border-top: 1px solid #f57c00;
    margin-bottom: 10px;
}
.screenshortIcon,
.downloadDownArrow{
    text-transform: uppercase;
    margin: 10px 0 15px 0;
    font-size: 22px;
    font-weight: bold;
}
.tarskithemeDescription,
.tarskithemeScreenShort,
.tarskithemedownload{
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.screenShortImageSty{
    text-align: center;
    display: block;
    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;
}
.adBannerTop,
.adBannerbottom{
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.tarskithemeThumbnailInner{
    display: inline-table;
}
/*---------------------------------*/
@media(max-width: 1200px) {
    .screenShortInnerImageSty span {
        width: 48%;
    }
}
@media only screen and (min-width:767px) and (max-width: 1023px){
    .tarskithemeSingleMainDiv, .tarskithemeBlogPage{
        margin-left: 0;
    }
    .tarskithemeSingleMainDiv ul li:first-child{
        width: 55%;
    }
}
@media(max-width: 767px) {
    .review-list{
        padding-top: 0px;    
    }
    .tarskithemeSingleMainDiv ul li:first-child{               
        width: 100%;
    }
    .tarskithemeSingleMainDiv ul li:last-child{
        margin-top: 10px;
    }
    .screenShortInnerImageSty span {
        width: 47% !important;
    }
    .tarskithemeThumbnailInner{
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
        float: left;
    }
    .tarskithemeThumbnail {
        display: block !important;
    }
    .tarskithemeTitle {
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
        display: block;
        float: left;
    }
    .tarskithemeSingleMainDiv{
        margin-left: 0px;
    }
    .downloadBtn, 
    .googlePlayBtn{
        font-size: 16px;
    }
}
@media(max-width: 425px) {
    .tarskithemeThumbnail{
        display: block !important;
        text-align: center;
    }
    .tarskithemeTitle{
        margin-left: 0 !important;
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
        text-align: left !important;
    }
    .screenshortIcon,
    .downloadDownArrow{
        font-size: 18px !important;    
    }
    .downloadBtn,
    .googlePlayBtn{
        font-size: 14px !important; 
        padding: 6px 15px !important;
    }
}



.ShowDescSrx{
    display: none;
}
.MoreDescSrx,
.LessDescSrx{
    color: #f57c00 !important;
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 18px;
}
.DownloadBluestacks {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    margin-top: 20px;
}
.DownloadBluestacks a {
    padding: 10px 25px;
    background-color: #f57c00;
    border: 1px solid #f57c00;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 18px;
    font-family: 'Open Sans';
}
.DownloadBluestacks a:hover {
    background-color: #fff;
    border: 1px solid #f57c00;
    color: #f57c00;
}