.side_menu_button>a {
    width: 30px;
    height: 30px;
    color: white;
    padding: 0 0 0 12px;
}

.side_menu_button {
    display: flex;
    align-items: center;
}

.side_menu_button .fa {
    font-size: 20px;
}

header .header_button {
    padding: 18px 15px 18px 15px;
    background-color: #4760ff;
    border-radius: 5px;
    padding: 12px 20px 12px 20px;
    width: initial;
    height: initial;
    text-decoration: none;
}

header .header_button:hover{
    text-decoration: none;
}

    header .header_button span {
        font-family: Raleway;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.49px;
        text-align: left;
        color: #ffffff;
    }
    
header .side_menu_button .fa-search,
header .side_menu_button .fa-bars {
    padding-top: 6px;
}

@media only screen and (max-width: 1000px){
    header .q_logo img.mobile {
        position: initial;
    }

    header .logo_wrapper {
        left: 0;
    }

    header .q_logo a {
        left: 0;
    }

    .side_menu_button>a {
        color: white;
        width: 50px;
        height: 50px;
    }

    .side_menu_button .fa {
        font-size: 30px;
    }

    header .header_button {
        display: none;
    }

    header.scroll_header_top_area {
        position: absolute  !important;
    }

    header .header_bottom {
        background-color: transparent !important;
    }

    body.page-template-contact-page .content,
    body.page-id-16738 .content,
    body.page-id-16737 .content {
        margin-top: 100px!important;
    }
}