/* custom top bar */
#trial_top {
    direction: ltr;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Poppins",sans-serif;
    z-index: 300;
    z-index: 9991;
    line-height: 1.2em;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

#trial_top .trial-top-secondary {
    right: 10px;
    cursor: pointer;
}

#trial_top ul {
    background: 0 0;
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-indent: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 41px;
}

#trial_top ul li {
    height: 40px;
    margin: 0;
}

#trial_top .ab-item:hover::before,
#trial_top .ab-item:focus::before,
#trial_top .ab-icon:hover::before,
#trial_top .ab-icon:focus::before,
#trial_top li:hover .ab-icon::before  {
    color: #007bff !important;
}

#trial_top .ab-item:hover {
    border-bottom: 5px solid #007bff;
	text-decoration: none;
}

#trial_top a {
    display: block;
    color: #3c4257;
    padding: 10px 15px;
    font-size: 13px;
    text-decoration: none;
    outline: 0;
    transition: all .2s ease-out;
}

#trial_top a.ab-item, #trial_top > span.ab-label, #trial_top > span.noticon {
    background-color: #fff;
    color: #3c4257;
}

#trial_top .ab-icon, #trial_top .ab-item:before, #trial_top > .ab-icon {
    margin-right: 10px;
}

#trial_top a.ab-item, #trial_top > span.ab-label, #trial_top > span.noticon {
    color: #3c4257;
}

#trial_top #trial_top-rw_main_app > .ab-item:before {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#trial_top #trial_top-site-name > .ab-item:before {
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#trial_top #trial_top-rw_view_website > .ab-item:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#trial_top #trial_top-rw_design > .ab-item:before {
    content: "\f1fc";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#trial_top #trial_top-domain > .ab-item:before {
    content: "\f57d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#trial_top #trial_top-rw_page_settings > .ab-item:before {
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#trial_top #trial_top-rw_live_chat .ab-item .ab-icon:before {
    content: '\f27a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#trial_top #trial_top-rw_tour_link .ab-item .ab-icon:before {
    content: "\f425";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

#trial_top #trial_top-rw_live_chat .ab-item {
    color: #007bff;
    border-color: #007bff;
    border: 1px solid #007bff;
    padding: 3px 8px;
    margin-top: 4px;
    margin-left: 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    #trial_top #trial_top-rw_live_chat .ab-item:hover {
        background-color: #007bff;
        color: #fff;
        border: 1px solid #007bff;
    }

    #trial_top #trial_top-rw_live_chat .ab-item i {
        margin-right: 10px;
    }

        #trial_top #trial_top-rw_live_chat .ab-item i:hover {
            color: #fff;
        }

#trial_top #trial_top-rw_tour_link {
    padding: 0 5px;
}