/*
Theme Name: Gliu Child
Template: gliu
Version: 1.0
Theme URI: http://www.burnhambox.com/gliu
Description: Gliu Child Theme
Author: Burnhambox
Text Domain: gliu-child
Author URI: http://www.burnhambox.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* ***************** */
/* DO NOT EDIT ABOVE */
/* ***************** */
@media only screen and (max-width: 1199px) {
    .article-featured-image {
    	z-index: inherit;
    }
}
#gliu-tracker {    display: none !important;}
body.search-results article.type-page, 
body.search-results article.type-portfolio {display: none;}
body.search-results .col-1-3:has(> article.type-page ), 
body.search-results .col-1-3:has(> article.type-portfolio ) {display: none;}
footer.fixed-text-space {padding-bottom: 40px;}
.fixed-text p {text-align: center;margin: 0;color: #fff;font-size: 16px;}
.fixed-text {position: fixed;bottom: 0;left: 0;right: 0;background: linear-gradient(135deg, rgba(106,130,251,1) 0%, rgba(244,84,81,1) 100%);padding: 5px 0; z-index: 9999;}
.fixed-text p a {color: #fff;text-decoration: underline;}

.social-share-outer {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 30px;
    line-height: 30px;
}

.social-share-outer a {
    margin-left: 15px;
    display: inline-block;
}

.social-share-outer a i, .social-share-outer a {
    font-size: 20px;
    line-height: 20px;
}

.custom-social-share {
    display: flex;
    align-items: center;
}

.author-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media only screen and (min-width : 100px) and (max-width : 500px) {
    .fixed-text {        padding: 10px 20%;    }
    .fixed-text p {        line-height: 20px;    }
    footer.fixed-text-space {        padding-bottom: 65px;    }
    .author-wrapper {    flex-direction: column;}
    .author-wrapper>div {    margin-left: 0;    margin-right: 0;}
}
