body.scllgn_twentytwenty .scllgn_buttons_block + .comment-notes {
	margin-top: 10px !important;
}
.scllgn_login_button {
	display: inline-block;
	margin: 5px !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba( 0, 0, 0, 0.2 );
	background-color: rgba( 0, 0, 0, 0.4 );
	overflow: hidden;
}
.scllgn_button_top .scllgn_login_button_short span{
	height: 32px !important;
	width: 32px !important; 
	padding: 0 0 0 5px;
}
.scllgn_login_button:hover {
	background-color: rgba( 0, 0, 0, 0.5 );
	text-decoration: none;
	border: 1px solid rgba( 0, 0, 0, 0.2 );
}
.scllgn_login_button .dashicons {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 20px;
	border-right: 1px solid rgba( 0, 0, 0, 0.2 );
	color: #fff;
	min-width: 28px;
}
.scllgn_login_button .dashicons {
	min-width: 28px;
	text-align: center;
	color: #fff;
	margin: 2px 0px 0px 0px;
}
.scllgn_login_button_short .dashicons {
	text-align: center;
	color: #fff;
	min-width: 32px;
	color: #fff;
	padding: 5px 0 5px 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.rtl .scllgn_login_button .dashicons {
	border-right: none;
	border-left: 1px solid rgba( 0, 0, 0, 0.2 );
}
#scllgn_linkedin_button > .dashicons:before {
	content: "\e91b";
	font-family: 'bwsicons' !important;
}
.scllgn_login_button .scllgn_button_text {
	display: table-cell;
	margin: 0 10px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.scllgn_buttons_block {
	display: flex;
	flex-wrap: wrap;
}
#scllgn_facebook_button {
	background-color: #4080ff;
}
#scllgn_facebook_button:hover {
	background-color: #2f62c9;
}
#scllgn_twitter_button {
	background-color: #1da1f2;
}
#scllgn_twitter_button:hover {
	background-color: #167bb9;
}
#scllgn_linkedin_button {
	background-color: #007bb6;
}
#scllgn_linkedin_button:hover {
	background-color: #00689a;
}
#scllgn_discord_button{
	background-image: url( '../images/icons-discord.png' );
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #7289da;
}
#scllgn_discord_button:hover {
	background-color: #5a68a5;
}
.scllgn_amazon_button {
	background-color: #FDC02D;
}
.scllgn_google_button {
	margin-bottom: 10px;
	display: inline-block;
	background: white;
	color: #757575;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #7e8993;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scllgn_google_button.scllgn_google_dark_btn {
	background: #4285f4;
	border: none;
}
.scllgn_google_button span.scllgn_icon {
	background: url(../images/g-normal.png) #ffffff 5px 50% no-repeat;
	background-position: center;
	border-radius: 5px 0 0 5px;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	padding: 8px;
	margin: 1px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.rtl .scllgn_google_button span.scllgn_icon {
	border-radius: 0 5px 5px 0;
}
.scllgn_google_button span.scllgn_buttonText {
	font-size: 14px;
	font-family: 'Roboto-Medium', sans-serif;
	font-weight: bold;
	color: #000000;
	margin-left: 23px;
	margin-right: 8px;
	vertical-align: middle;
}
.rtl .scllgn_google_button span.scllgn_buttonText {
	margin-right: 23px;
	margin-left: 8px;
}
.scllgn_google_button.scllgn_google_dark_btn span.scllgn_buttonText {
	color: #FFFFFF;
}