/*
 Theme Name:   Nuts Child Theme
 Theme URI:    http://nuts.themerex.net/
 Description:  Nuts Child Theme
 Author:       ThemeRex
 Author URI:   http://themerex.net/
 Template:     nuts
 Version:      1.0.0
 Tags: poker, casino, gambling, games, affiliate, affiliate blog, affiliate news, betting, sports betting, bookmaker, casino blog, casino games, poker blog, gambling blog, shop 
 Text Domain:  nuts
*/


/* =Theme customization starts here
------------------------------------------------------------ */
body {
    min-width: 320px;
}
.menu_main_nav img,
.menu_mobile_nav img {
    vertical-align: baseline;
}
.top_panel .top_panel_navi .sub-menu {
    left: 0;
    top: inherit;
}
.header_buttons {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}
.header_buttons a {
    display: block;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    border: 2px solid #da3951;
    border-radius: 5px;
    background-color: #da3951;
}
.header_buttons a:hover {
    background-color: rgba(0, 0, 0, 0);
}
.sc_header {
    display: flex;
    justify-content: space-between;
}
.sc_header>div {
    align-content: center;
}
.sc_header_menu {
    margin: 0 !important;
}
.sc_search {
    margin-left: 5px !important;
}
@media (max-width:960px) {
    .sc_layouts_menu_mobile_button {
        display: inline-block !important;
    }
    .hide_on_mobile, .sc_layouts_hide_on_mobile {
        display: none !important;
    }
    .sc_header_menu {
        order: 3;
    }
}
@media (max-width:580px) {
    .header_buttons {
        height: 80px;
        flex-direction: column;
    }
}
@media (max-width:411px) {
    .sc_layouts_item.sc_search {
        display: none !important;
    }
}