/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.stream_chats_wrapper .command {
	display:none!important;
}

.custom_stream .wrapper .single_chat .chat_msg {
    font-size: 16px!important;
    font-weight: bold!important;
	margin-top:-8px;
}

.custom_stream .wrapper .single_chat {
    padding: 4px 21px!important;
}

.custom_stream .wrapper .single_chat .chat_un {
   font-weight: 100!important;
}


.tc_followers {
    margin-top: 3%!important;
}

.single_tc_likes, .single_tc_followers {
	font-size: 16px!important;
	padding:5px!important;
	font-weight:bold;
	text-transform:uppercase;
}

.players_section li{
	font-size:15px;
	padding: 0px 4px 0px 4px;
    margin:  1px 2px 2px 2px!important;
	border: solid 1px #ddd;
    border-radius: 5px;
	display: inline-block;
	background-color:#fff;
}

.players_section h1{
	font-size:18px;
}

.gifters_section li{
font-size:15px;
	padding: 0px 4px 0px 4px;
    margin:  1px 2px 2px 2px!important;
	border: solid 1px #ddd;
    border-radius: 5px;
	display: inline-block;
	background-color:#fff;
	font-weight:bold;
}


.gifters_section .username{
    margin-right: 4px;
}

.gifters_section img{
    margin-right: 4px;
	margin-top:-2px;
}


.gifters_section img{
	width:20px;
	
}

.absolute-footer, html {
    background-color: #fff;
}


blockquote {

    margin: 0!important;
    padding: 0!important;
    border-left: 0px solid #446084;
}

.delivery-note .billing-address address {
	font-size:20px;
}

#show_registered_users {
	text-align:center;
	padding-bottom:50px;
}

.user_race {
	font-size:14px;
	padding: 2px 4px 4px 4px;
    margin: 4px;
	border: solid 1px #ddd;
    border-radius: 5px;
	display: inline-block;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.tc_followers {
    margin-top: 15%;
}
.tc_likes{
    margin-top: 3%;
}
.single_tc_likes ,
.single_tc_followers {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 31px;
    width: 70%;
    opacity: 0;
    margin: 0 auto;
    padding: 18px;
    transition: 0.3s;
}


.custom_stream .wrapper {
    min-height: 700px;
    max-height: 700px;
    overflow-y: auto;
    border: 1px solid #eee;
}

.custom_stream .wrapper .single_chat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px  21px;
        transition: 0.5s ease all;
}
.single_chat.correct_answer {
    background: #fe7e4d;
    color: #fff;
    transition: 0.5s ease all;
}

.custom_stream .wrapper .single_chat .profile_img img {
    border-radius: 50%;
    width: 50PX;
    HEIGHT: 50PX;
}

.custom_stream .wrapper .single_chat .profile_img {
    margin-right: 14px;
    flex: 0 0 50px;
}

.custom_stream .wrapper .single_chat .chat_un {
    font-weight: bolder;
}

.custom_stream .wrapper .single_chat .chat_msg {
    font-size: 13px;
}

.custom_stream .wrapper .single_chat .chat_msg img {
    width: 36px;
}
.search_winner .live-search-results.text-left.z-top,
.search_winner button {
    display: none !important;
}