/*
Theme Name:   Jawn Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Jawn Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     jawn
Version:      1.5.1
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  jawn-child
*/
[id^="st"].st-has-labels .st-btn.st-remove-label > span {
    display: inline!important;
}
[id^="st"].st-has-labels .st-btn.st-remove-label.st-hide-label > span {
    display: none!important;
}
[id^="st"].st-has-labels .st-btn{
    min-width: 0!important;
    display: inline-block!important;
}
[id^="st"] .st-btn > span{
    min-width: 0!important;
    padding: 0 3px!important;
}
.share-button-container{
    max-width: 700px;
    margin: auto;
    padding: 0 20px;
}
span.mvp-post-byline-time,
span.mvp-post-byline-date,
.mvp-post-time-wrap span.mvp-post-byline-view,
.mvp-post-time-wrap span.mvp-post-byline-comment{
    margin: 0 0 0 10px;
}
span.mvp-post-byline-date:before{
    content: none!important;
}
/*span.mvp-post-byline-time:before,*/
/*.mvp-post-time-wrap span.mvp-post-byline-view:before,*/
/*.mvp-post-time-wrap span.mvp-post-byline-comment:before{*/
/*    content: '/';*/
/*    margin: 0 5px 0 0;*/
/*}*/
.mvp-post-time-wrap span.mvp-post-byline-view .post-views{
    display: inline;
}
.mvp-post-time-wrap{
    display: block;
    float: none;
    clear: both;
    padding-top: 10px;
    text-align: left;
    white-space: nowrap;
}
.mvp-post-time-wrap span.mvp-post-byline-time{
    margin: 0;
}
.mvp-post-time-wrap span.mvp-post-byline-time:before{
    content: '';
    margin: 0;
}
.mvp-post-applause-button{
    position: absolute;
    right: 0;
    top: 8px;
}
.lbg-style1 img {
    background-image: url("./images/thumbsup.jpg") !important;
    background-size: cover!important;
    width: 30px!important;
    height: 30px!important;
    margin-top: 0!important;
    transition: all .25s;
}
.lbg-style1 img:hover{
    opacity: 1;
    background-image: url("./images/thumbsup.jpg") !important;
    background-size: cover!important;
    background-position: 0 0!important;
    transform: rotate(-10deg);
    transition: all .25s;
}
.lbg-style1 .lc {
    color: #555555;
    line-height: 30px;
    font-size: 30px;
    padding-left: 20px;
}

#searchform input[type="radio"]:checked,
#searchform input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#searchform input[type="radio"]:checked + label, #searchform input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    clear: both;
}
#searchform input[type="radio"]:checked + label:before, #searchform input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 25px;
    border: 1px solid #000;
    background: #fff;
}
#searchform input[type="radio"]:checked + label:after, #searchform input[type="radio"]:not(:checked) + label:after {
    content: 'X';
    position: absolute;
    top: 3px;
    left: 4px;
    transition: all 0.2s ease;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
}
#searchform input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#searchform input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#search_by_content_label{
    margin-left: 68px;
}
#search_by_author_label{
    margin-left: 30px;
}
.mvp-search-toggle {
    height: 210px !important;
}
#mvp-search-wrap {
    bottom: -210px;
}
.mvp-post-applause-button .status {
    margin-top: 10px;
}
@media screen and (max-width: 899px) and (min-width: 768px){
    .mvp-post-applause-button{
        right: 20px;
    }
}
@media screen and (max-width: 479px){
    .mvp-post-applause-button {
        position: static;
        text-align: center;
        margin: 25px auto 0;
    }
    #searchform input[type="radio"]:checked + label, #searchform input[type="radio"]:not(:checked) + label {
        display: block;
    }
    #search_by_author_label {
        margin-left: 68px;
        margin-top: 10px;
    }
    .mvp-search-toggle {
        height: 235px !important;
    }
    #mvp-search-wrap {
        bottom: -235px;
    }
}