/*
 Theme Name:   glamping honobo Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     glampinghonobo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  glamping-honobo-child
*/

/*
header{
    position:fixed;
    width:100%;
    background: #000;
    }
*/

#primary {
    margin: 0 !important;
    padding: 0 !important;
}   

.ast-container p.post-modified-info:before {
    font-family: FontAwesome;
    content: "\f017";
    }
    
    .ast-container p.post-modified-info span:before {
    font-family: FontAwesome;
    content: "\00a0\f021";
    }


@media(max-width:768px){
html {
    overflow-x: hidden !important;
}
}