/*
Theme Name: Basic Child
Description: Child theme for Basic theme
Author: 12AM
Template: basic
*/

/* write custom css below */


#menu-icon{
    display: none;
}

#header_buttons{
    position:relative;
    margin-right: 10px;
}


@media screen and (min-width: 768px){

    #header_buttons{
        position:absolute;
        right: 10px;
        bottom: 0;
    }
}


.header-button{
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    width: 109px;
    height: 33px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.header_button_group{
    display: inline-block;
    float: right;
}
