@media screen and (max-width: 480px) {
#chat-widget {
    display: none;
}  
}

.globalsearch-button {
    border: 1px solid #0aa2a0;
    background-color: #fff !important;
}
.sign_form a {
    color: #0aa2a0 !important;
}
.dy-button {
    background-color: #8561A9 !important;
}
@media only screen 
and (max-device-width: 600px) {
/*Floating Back-To-Top Button*/
#myBtn {
        position: fixed;
        bottom: 10px;
        float: right;
        right: 18.5%;
        left: 77.25%;
        max-width: 30px;
        width: 100%;
        font-size: 12px;
        font-family: 'Lato Thin', sans-serif;
        border-color: rgba(85, 85, 85, 0.2);
        background-color: #8561A9;
        padding: .5px;
        border-radius: 4px;
        opacity: 0.8;
    }
/*On Hover Color Change*/
#myBtn:hover {
        background-color: #0aa2a0;
    }
.sign_form .dy-button.dy-button-login {
background-color:#0aa2a0 !important;
}
}
@media screen and (min-width: 800px) {
#myBtn {
display:none;
}
.videoListPage-metaElapsed {
display:none !important;
}
.socialButton.facebookButton {
    color: #fff !important; 
}
.socialButton:last-child {
    color: #fff !important;
}
.sign_form .dy-button.dy-button-login {
background-color:#0aa2a0 !important;
}
.signUp_signIn__link {
    font-size: 21px !important;
}
.pagination-number {
 font-size: 15px !important;;
}
.xg_widget_main_search_search .xg_module {
position: relative;
}
.xg_widget_main_search_search .xg_module .pagination {
position: absolute;
bottom: 43px;
left: 50%;
transform: translate(-50%);
}