﻿/*-------------------------------------Custom changes in CSS File-----------------------------------*/
.home1 .rs-toolbar .rs-toolbar-left .welcome-message,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message {
    display: inline-block;
    margin-right: 8px;
    /*font-weight: bold;*/
    font-size: 12px;
}
/*@media (min-width: 576px) {
    .home1 .rs-toolbar .rs-toolbar-left .welcome-message,
    .instructor-home .rs-toolbar .rs-toolbar-left .welcome-message {
        display: inline-block;
        margin-right: 8px;
        font-weight: bold;
        font-size: 13px;
    }
}*/

    .home1 .rs-toolbar .rs-toolbar-left .welcome-message a,
    .instructor-home .rs-toolbar .rs-toolbar-left .welcome-message a {
        color: #ffffff;
    }

        .home1 .rs-toolbar .rs-toolbar-left .welcome-message a:hover,
        .instructor-home .rs-toolbar .rs-toolbar-left .welcome-message a:hover {
            color: #8a8180;
        }
.rs-team-2 .team-item .team-body .name {
    font-size: 14px !important;
    margin-bottom: 2px;
    color: #212121;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#google_translate_element span {
    border: none;
    margin: 0px;
    border: none;
    background: none;
    font-size:13px;
}
@media only screen and (max-width: 767px) {
    .rs-toolbar .rs-toolbar-left {
        text-align: center;
        font-size:12px !important;
    }
    .rs-toolbar .rs-toolbar-right {
        text-align: center !important;
        font-size: 12px;
    }
}

.home1 .rs-toolbar .toolbar-share-icon {
    margin-right: 15px;
    color: white;
}

    .home1 .rs-toolbar .toolbar-share-icon ul li a {
        color: #fff;
        font-size: 14px;
    }

        .home1 .rs-toolbar .toolbar-share-icon ul li a:hover i:hover {
            color: #92278f;
        }

.home1 .rs-toolbar .rs-search {
    color: #fff;
    font-size: 14px;
}

    .home1 .rs-toolbar .rs-search:hover {
        color: #92278f;
    }
/*--------------------------------------------End of the code-----------------------------------------*/

