@media only screen {
    body {
        font-size: 1.2em;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        background-color: #837e7c
    }

    .site-header,
    .site-content,
    .bb-mobile-panel-inner,
    .bb-mobile-panel-header,
    .search-visible .site-header--bb .header-search-wrap,
    .header-search-wrap input.search-field-top,
    .header-search-wrap .suggestion {
        background: #fff7ee !important;
    }

    .header-search-wrap input.search-field-top {
        font-size: 16px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu {
        min-width: inherit !important;
    }

    .site-header .header-aside i {
        color: #59595a !important;
    }

    .header-search-wrap .search-field-top,
    .header-search-wrap input.search-field {
        border-radius: 5px !important;
    }

    .header-search-wrap .search-field-top:focus,
    .header-search-wrap input.search-field:focus {
        box-shadow: 0px 0px 0px 2px #f3f3f3 !important;
    }

    .header-search-wrap .suggestion .search-list .search-list-title {
        background-color: #008080;
        pointer-events: none;
        color: #ffffff;
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-size: 13pt !important;
        line-height: 35px !important;
    }

    .header-search-wrap .suggestion .search-list .search-list-title span {
        padding-left: 15px;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .search-list .search-list-post-title {
        margin-left: 17px !important;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .search-list {
        border-bottom: 1px solid #c1c0c021 !important;
    }

    .search-list.no-outline:hover {
        background: #fff0e0 !important;
    }

    .site-content h1 {
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-weight: 400 !important;
        font-size: 2.8em !important;
        position: relative;
        color: inherit !important;
        margin: 45px 0 !important;
    }

    .site-content h2 {
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-weight: 400 !important;
        font-size: 1.9em !important;
        margin: 30px 0 !important;
        border-bottom: 1px solid silver;
        position: relative;
        color: teal !important;
        line-height: 1.5 !important;
    }

    .site-content h2:after,
    .site-content h2:before {
        content: '';
        border-right: 30px solid #fff1e0;
        border-top: 14.9px solid silver;
        bottom: -15px;
        position: absolute;
        left: 25px
    }

    .notification-dropdown,
    .notification-wrap.menu-item-has-children>a:before,
    .notification-footer,
    .site-header .sub-menu,
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu,
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu {
        background: #fff7ee !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu:before {
        border-color: #fff7ee #fff7ee transparent transparent !important;
    }

    .site-header a {
        text-decoration: none !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu {
        min-width: 220px !important;
        border-radius: 10px !important;
    }

    .site-header a:hover,
    .site-header #primary-navbar .bb-sub-menu a:hover,
    .site-header .primary-menu>li>a:hover {
        color: #4d5c6d !important;
        text-decoration: underline !important;
    }

    .site-header #primary-navbar .bb-sub-menu a:hover,
    .notification-list li:hover,
    .site-header .sub-menu li:hover>a {
        background: #fff0e0 !important;
    }

    .notification-dropdown {
        border-radius: 10px !important;
    }

    .notification-dropdown .notification-header .title {
        color: #333;
        font-weight: 600;
        font-size: 17px !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .notification-dropdown .notification-list a {
        text-decoration: none !important;
    }

    .notification-dropdown .notification-list li,
    .notification-dropdown .notification-header,
    .sub-menu .user-link {
        border: none !important;
    }

    .messages-wrap .notification-dropdown .notification-list li .notification-content,
    .notification-wrap .bs-item-wrap .notification-content {
        font-size: 14px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .notification-dropdown .notification-content .posted {
        font-size: 1.3rem;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .notification-dropdown .notification-footer .delete-all {
        font-size: 1.3rem;
        text-decoration: none;
        font-family: Helvetica Neue", Helvetica, Arial, sans-serif;

    }

    .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down,
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu:before,
    .user-wrap-container>.sub-menu:before {
        display: none;
    }

    .site-header .user-wrap.menu-item-has-children .user-link .user-name {
        margin-right: 10px;
        font-weight: 600;
        color: #939597;
    }

    .site-header .user-wrap.menu-item-has-children .sub-menu {
        min-width: 250px;
        border-radius: 10px;
    }

    .site-header .sub-menu a {
        display: block;
        border: 0;
        border-radius: 6px;
        margin: 0 8px;
    }

    .user-wrap.menu-item-has-children #header-my-account-menu a {
        padding: 11px 14px 11px 40px;
    }

    .home-page-banner {
        position: relative;
    }

    .home-page-banner img {
        object-fit: cover;
        width: 100%;
    }

    .banner-content {
        position: absolute;
        top: 0;
        width: 60%;
        bottom: 0;
        margin: auto;
        padding: 15% 4%;
        color: #fff;
    }

    .sticky-header .site-content {
        padding-top: 80px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-content h2:after {
        border-top-color: #fff1e0;
        border-right-color: transparent;
        bottom: -13px;
        left: 26px
    }

    h2.index {
        border: none;
        margin: 0 !important;
    }

    h2.index:after,
    h2.index:before {
        border: none
    }

    hr.index {
        width: 30%;
        color: #000;
        text-align: center;
        margin: 5px auto;
        border: 1px solid #000;
    }

    .site-content h3 {
        font-weight: 400;
        display: inline-block;
        line-height: 1.2;
        margin: 0;
    }

    .site-content a {
        color: #04c !important;
    }

    .site-content a:visited {
        color: #04c !important;
    }

    .site-content a:hover {
        color: #f87217 !important;
    }

    .sbody span.s {
        background-color: #fff1e0;
        color: #f87217;
    }

    .header-aside .wrapper .sub-menu-inner {
        width: 250px !important;
    }

    .user-wrap-container>.sub-menu:before {
        border-color: #fff7ee #fff7ee transparent transparent !important;
    }

    .s {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px
    }

    a.bc:link {
        text-decoration: none
    }

    a.bc:hover {
        text-decoration: underline
    }

    a.bc:visited {
        text-decoration: none
    }

    a.s:link {
        text-decoration: none;
        background-color: #fff1e0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        font-family: 'Andale Mono', Consolas, monospace;
        font-size: 1em;
        line-height: 2.3;
    }

    a.sm:link {
        color: #00e !important;
        text-decoration: none;
    }

    a.sm:hover {
        color: #00e !important;
        text-decoration: underline;
    }

    a.sm:visited {
        color: #00e !important;
        text-decoration: none;
    }

    a.sf:link {
        color: #903 !important;
        text-decoration: none;
    }

    a.sf:hover {
        color: #903 !important;
        text-decoration: underline;
    }

    a.sf:visited {
        color: #903 !important;
        text-decoration: none;
    }

    a.footer:link {
        color: #000000 !important;
        text-decoration: none;
    }

    a.footer:visited {
        color: #000000 !important;
        text-decoration: none;
    }

    a.footer:hover {
        color: #000000 !important;
        text-decoration: underline;
    }

    sup {
        font-weight: 400;
        line-height: .5em;
        vertical-align: baseline;
        position: relative;
    }

    hr {
        border: 0 !important;
        margin: 30px 0 !important;
        height: 1px !important;
        background-color: silver !important;
    }

    hr.index {
        width: 30%;
        background-color: #000;
        text-align: center;
        margin: 5px auto !important;
    }

    .m {
        color: #00e;
        font-size: 13pt;
    }

    h1 .f {
        color: #903 !important;
    }

    .f {
        color: #903 !important;
    }

    section#A-Z .f,
    section#popularity .f {
        font-size: 13pt;
    }

    .t {
        color: teal
    }

    .shead {
        /* background: url(/img/dark-stripedsuede.png); */
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2em;
        font-family: CL, Trebuchet MS, sans-serif;
        color: #fff;
        text-align: center;
        background-color: #008080;
    }

    .bb-mobile-panel-inner .main-navigation {
        display: block !important;
        flex: inherit !important;
    }

    .main-navigation .menu-item a {
        font-size: 14px;
        font-weight: 500;
        color: #545454 !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .site-header .bb-sub-menu a {
        font-weight: normal;
    }

    .bb-mobile-panel-header a {
        text-decoration: none !important;
    }

    .my-account-link {
        line-height: 0 !important;
    }

    p.splashtext {
        font-size: 28px !important;
    }

    .splashh1 {
        font-family: "Playfair Display", CL !important;
        font-size: 42px;
        display: inline;
        color: #fff;
    }

    p {
        font-size: 1.2em !important;
        line-height: 1.5 !important;
        margin: 1em 0 !important;
    }

    table {
        display: block;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }

    table.index-page .shadow1 {
        margin: 0px 100px;
    }

    table.index-page .shadow1 .content {
        padding: 0 50px 30px;
    }

    #search table {
        margin-top: 25px !important;
    }

    #content section#search {
        padding: 30px;
    }

    td {
        padding: 0 !important;
        line-height: inherit !important;
    }

    td label {
        color: #4d5c6e;
        font-size: 23px !important;
        font-weight: normal;
        margin-bottom: 0 !important;
        vertical-align: middle;
    }

    input[type="radio" i] {
        background-color: initial;
        cursor: default;
        appearance: auto;
        margin: 3px 3px 0px 5px !important;
        padding: initial !important;
        border: initial;
        height: 41px !important;
    }

    .shadow1 {
        margin-top: 20px;
        margin-bottom: 15px;
        background-color: #444;
    }

    .shadow1 .content {
        -o-box-shadow: 0 0 4px -2px;
        -ms-box-shadow: 0 0 4px -2px;
        -moz-box-shadow: 0 0 4px -2px;
        -webkit-box-shadow: 0 0 4px -2px;
        box-shadow: 0 0 4px -2px;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -kthtml-transition: all 1s linear;
        transition: all 1s linear;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff1e0;
    }

    footer nav table {
        text-align: center;
        width: 100% !important;
    }

    #content footer {
        padding-bottom: 0 !important;
    }

    ul.color {
        list-style: none;
        width: 100%;
        height: 10px;
        font-size: 0;
        margin: 0;
        padding: 0;
    }

    li.color {
        display: inline-block;
        width: 20%;
        height: 10px
    }

    li.color:nth-child(1) {
        background: #2ecc71
    }

    li.color:nth-child(2) {
        background: #3498db
    }

    li.color:nth-child(3) {
        background: #f1c40f
    }

    li.color:nth-child(4) {
        background: #e74c3c
    }

    li.color:nth-child(5) {
        background: #9b59b6
    }

    fieldset {
        border: 1px solid silver;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px
    }

    legend {
        font-weight: 700
    }

    .w-12 {
        width: 1200px !important;
    }

    .w-9 {
        width: 900px !important;
    }

    .w-3 {
        width: 300px !important;
    }

    .w-84 {
        width: 840px !important;
    }

    section#search .w-70 {
        width: 700px !important;
        height: 570px;
    }

    .sbody {
        text-align: center;
        font-family: 'Andale Mono', Consolas, monospace;
        font-size: .85em;
        margin-left: 30px;
        margin-right: 20px;
        line-height: 2.3;
    }

    .pl {
        width: 14px;
        height: 11px
    }

    span.sm {
        font-size: smaller;
    }

    #dropcap {
        font-family: GI, Trebuchet MS, sans-serif;
    }

    .shadow1 input[type="submit"] {
        background-color: #385dffe6;
        color: #ffffff;
        border-radius: 5px;
        padding: 4px 15px !important;
        border-color: #385dff;
        height: auto;
        margin: 10px 5px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 5px;
    }

    .shadow1 input[type=submit]:hover {
        background-color: #f87217cf;
        border-color: #f87217cf;
    }

    .shadow1 input[type="submit"][class="b"] {
        display: none;
    }

    #content article {
        margin-bottom: 0 !important;
        margin-right: 15px;
    }

    .index-page article {
        margin-right: 0 !important;
    }

    table nav {
        background-color: #f3dec8;
        padding-bottom: 10px;
        box-shadow: 0 0 4px -2px;
    }

    footer nav table tbody,
    footer nav table tbody tr,
    footer nav table tbody td,
    .text footer table tbody,
    .text footer table tbody tr,
    .text footer table tbody td {
        display: block;
    }

    .bb-header-buttons a.signup,
    .bb-header-buttons a.signup:hover {
        color: #fff !important;
    }

    form.inline td input {
        font-family: inherit !important;
    }

    form.inline td input[type=text] {
        width: 60%;
    }

    .site-content h1 span.m {
        font-size: 1em !important;
    }

    .logo-wrap>a>.bb-mobile-logo {
        width: 170px !important;
    }

    .shadow1 .content .text span table tbody,
    .shadow1 .content .text span table tr {
        display: block;
    }

    .shadow1 .content .text span table tr td {
        display: inline-block;
    }

    .shadow1 .content .text span table tr:last-child td:last-child {
        float: right;
    }

    .chatbot-container .mwai-chat .mwai-content {
        margin-top: 4rem;
    }

    .mwai-chat .mwai-content {
        border: 1px solid #ffffff;
        box-shadow: 1px 0px 6px rgb(229 224 224);
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .mwai-chat .mwai-ai,
    .mwai-chat .mwai-system,
    .mwai-input textarea,
    .mwai-chat button:hover {
        background: #fff7ee !important;
        color: #000;
    }

    .mwai-input textarea {
        width: 100%;
    }

    .mwai-chat .mwai-input,
    .mwai-chat .mwai-reply {
        border-color: #ffffff85 !important;
    }

    .mwai-chat .mwai-content,
    .mwai-chat .mwai-user,
    .mwai-chat button {
        background: #f9e7d4 !important;
    }

    .tbn-popup-chatbot-container .mwai-window .mwai-header {
        background: #e5d2bd !important;
    }

    .tbn-popup-chatbot-container .mwai-chat .mwai-content,
    .tbn-popup-chatbot-container .mwai-chat .mwai-user,
    .tbn-popup-chatbot-container .mwai-chat button {
        background: #e5d2bd !important;
    }

    .tbn-popup-chatbot-container .mwai-window {
        border-radius: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .mwai-chat button {
        border-color: #ffffff !important;
    }

    .mwai-text,
    .mwai-text p {
        padding-right: 3rem;
        margin: 0 !important;
        font-size: 1.8rem !important;
    }

    .mwai-copy-button-one {
        background: #ecc59b !important;
    }

    .mwai-copy-button-two {
        background: #a38975 !important;
    }
}

@media (max-width: 760px) {
    .tbn-popup-chatbot-container .mwai-chat .mwai-reply {
        flex-direction: inherit !important;
    }

    .mwai-text,
    .mwai-text p {
        padding-right: 0;
    }
}


.ad_iframe {
    -moz-transform: scale(1.8, 1.8);
    -webkit-transform: scale(1.8, 1.8);
    -o-transform: scale(1.8, 1.8);
    -ms-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: relative;
    left: -128px;
    top: -5px
}

@font-face {
    font-family: CL;
    src: url(/img/cl-webfont.woff2) format("woff2")
}

@font-face {
    font-family: GI;
    src: url(/img/goudyini-webfont.woff2) format("woff2")
}

@media screen and (max-width: 993px) {
    body {
        font-size: 2.9em !important;
        line-height: 1.6 !important;
    }

    .sticky-header .site-content {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .site-content h1 {
        font-size: 2.1em !important;
        margin: 15px 0 !important;
    }

    .site-content h2 {
        font-size: 1.3em !important;
        margin: 15px 0 30px !important;
    }

    .site-content h3 {
        font-size: 1.2em !important;
    }

    .site-content p {
        font-size: 0.9em !important;
    }

    .header-search-wrap a.close-search {
        right: 3% !important;
        top: calc(50% - 17px) !important;
    }

    .bb-mobile-panel-header .user-wrap div a {
        display: table;
        line-height: 1;
    }

    .bb-mobile-panel-inner .side-panel-menu .menu-item>a {
        padding: 12px 0 12px 15px;
        width: 100%;
    }

    sup {
        font-size: .4em !important;
        top: -.4em !important;
    }

    #content article {
        margin-right: 5px;
    }

    #content section#search {
        padding: 15px 10px 5px !important;
        margin-bottom: 0;
    }

    #search table.w-70 {
        width: 70% !important;
        margin-top: 0 !important;
        height: auto !important;
    }

    .index-page section#search p.splashtext {
        font-size: 0.7em !important;
    }

    .index-page section#search table.splashtext {
        margin-top: 0 !important;
    }

    table.splashtext input[type=radio] {
        height: 10px !important;
        width: 10px !important;
    }

    .sbody span.s {
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
        background-color: #fff1e0;
    }

    table.splashtext td label {
        line-height: 0;
        font-size: 0.7em !important;
    }

    .head {
        font-size: 1.2em !important;
    }

    input[type=radio] {
        height: 20px !important;
        width: 20px !important;
    }

    .ch {
        height: 190px !important;
        width: 285px !important;
    }

    .w-12 {
        width: 100% !important;
    }

    .w-9 {
        width: 75% !important;
    }

    .w-3 {
        width: 25% !important;
    }

    .w-84 {
        width: 100% !important;
    }

    .sbody {
        margin-left: 11px;
        margin-right: 11px;
    }

    a.s:link {
        font-size: 1em;
        margin-right: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .shadow1 {
        margin-bottom: 5px;
    }

    .shadow1 .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    table.index-page tbody,
    table.index-page tbody tr,
    table.index-page tbody td {
        display: block;
    }

    form.inline td input[type=text] {
        height: auto;
    }

    form.inline td input[type=submit] {
        padding: 5px 10px;
        line-height: 1;
        height: auto;
    }

    table.index-page .shadow1 {
        margin: 0 20px !important;
    }

    table.index-page .shadow1 .content {
        padding: 0 15px 30px;
    }

    h2.index {
        margin-bottom: 0 !important;
    }

    .shadow1,
    .sidebar {
        margin-top: 5px !important
    }

    .banner-content h1 {
        font-size: 2.5em !important;
    }

    .banner-content p {
        font-size: 1.4em !important;
    }

    .bb-full-link>a {
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 992px) {

    .site-header .bb-mobile-header-wrapper,
    .site-header .bb-mobile-panel-wrapper {
        display: block !important;
    }
}

.menu-item>a {
    text-decoration: none !important;
}

@media (min-width: 596px) and (max-width: 740px) {
    .banner-content h1 {
        font-size: 2em !important;
    }

    .banner-content p {
        font-size: 1.2em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }

    td label {
        font-size: 20px !important;
    }
}

@media (min-width: 495px) and (max-width: 540px) {
    .banner-content {
        padding: 5% 3%;
    }

    .banner-content h1 {
        font-size: 2em !important;
    }

    .banner-content p {
        font-size: 1.2em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }
}

@media screen and (max-width: 495px) {

    .header-search-wrap input.search-field-top {
        font-size: 14px;
        padding: 10px;
    }

    .notification-dropdown .notification-header .title {
        font-size: 14pt !important;
    }

    .messages-wrap .notification-dropdown .notification-list li .notification-content,
    .notification-wrap .bs-item-wrap .notification-content {
        font-size: 12pt !important;
    }

    .notification-dropdown .notification-content .posted {
        font-size: 11pt;
    }

    .banner-content {
        padding: 5% 3%;
    }

    .banner-content h1 {
        font-size: 1.5em !important;
        line-height: 1.3;
    }

    .banner-content p {
        font-size: 0.7em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }

    td label {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 362px) {
    .header-search-wrap a.close-search {
        right: 0% !important;
    }
}

@media (max-width: 429px) {

    a.s:link,
    .sbody span.s {
        display: inline-block;
        margin: 5px 0;
        vertical-align: top;
        padding-left: 14px;
        padding-right: 14px;
        line-height: 2;
    }
}

.bp-messages-content {
    margin-top: 75px !important;
}

.result {
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 0 3px -2px;
    background-color: #fff7ee;
}

.result .loader-box {
    text-align: center;
}

.result .loader ul {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
    padding: 0;
}

.result .loader li {
    width: 8px;
    height: 8px;
    background-color: #c5c3c3;
    border-radius: 50%;
    margin: 0 5px;
    animation: bounce 1.5s infinite ease-in-out;
}

.result .answer {
    text-align: left;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Mobile menu */
.bb-mobile-panel-wrapper {
    width: 300px !important;
}

.bb-mobile-panel-wrapper a.bb-close-panel {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0;
    right: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    background: rgb(255 247 238 / 80%) !important;
    z-index: 1;
}

a.bb-close-panel i {
    background: #fff;
    position: absolute;
    right: 14px;
    top: 21px;
    line-height: 1;
    font-size: 34px;
    color: #000;
    border-radius: 50px;
}

.bb-mobile-panel-wrapper .bb-mobile-panel-header {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.bb-mobile-panel-inner .bb-primary-menu a {
    padding-left: 0 !important;
}

.bb-mobile-panel-header+hr,
.bb-mobile-panel-inner hr,
.bb-template-v2 ul.buddypanel-menu>li>a>i~span:not(.count) {
    margin: 15px 0 !important;
}

.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a {
    background: none;
    color: #009688 !important;
}

ul#menu-buddy-panel-logout,
ul#menu-tbn-mobile-menu li a i {
    display: none;
}

.bb-mobile-panel-inner>.bb-mobile-panel-header>.logo-wrap>a>.bb-mobile-logo {
    width: 170px !important;
}

.bb-login-section .sign-in {
    border-color: #444343 !important;
    background: none !important;
    color: #2b2a2a !important;
    padding: 0 22px !important;
}

a.bb-close-panel i {
    background: #fff7ee !important;
}

.bb-login-section .sing-up,
.bb-login-section .sign-out {
    color: #fff !important;
}