/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.header-default .tm-headerbar .logo-container:before {
    position: absolute;
    content: '';
    right: -25px;
    width: 500%;
    height: 80px;
    background: none;
    z-index: -1;
    transform: skewX(-15deg);
    -webkit-box-shadow: 10px 0px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 10px 0px 0px rgba(0, 0, 0, 0.02);
}


.toolbar-wrapper {
    background: #152c46;
    color: #999999;
    position: relative;
    z-index: 1010;
}


#kunena.layout .navbar-inner {
    padding: 0;
    background-color: #673479 !important;
}

#kunena.layout .navbar .nav > li > a {
    color: white !important;
    padding: 11px 8px;
}

.navbar .nav > li > a {
    color: pink !important;
    float: none;
    padding: 7px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(26, 26, 26, 0);
}

.su-member-style-1:hover .su-member-info {
    width: calc(95% + 10px);
}


.su-member-style-1 .su-member-info {
    
    width: calc(90% + 10px);
  
}