

.notification_type_poke:before {
	content: "\f0a4";
	font-weight:400 !important;
}
[class*="poke_gutter_create_"],
[class*="activity_icon_poke_"]{
	padding-left:21px !important;
	background-position:center left;
	background-repeat:no-repeat;
}
[dir="rtl"] [class*="poke_gutter_create_"],
[dir="rtl"] [class*="activity_icon_poke_"]{
	background-position:center right;
	padding-left:0 !important;
	padding-right:21px !important;
}

/*BUTTON CSS START HERE*/
.poke_button{
  border-radius:5px;
	border:1px solid var(--theme-button-background-color);
	color:var(--theme-button-background-color);
  font-size:var(--theme-font-size-small);
  display:flex;
	align-items:center;
  padding:5px 10px;
	transition:0.5s;
}
.poke_button:hover{
	border-color:var(--theme-button-background-color);
	color:var(--theme-button-font-color);
	background-color:var(--theme-button-background-color);
}
.poke_button i{
	float:left;
	background-size:contain;
  height:16px;
  margin:0 10px 0 0;
  width:16px;
}
[dir="rtl"] .poke_button i{
  float:right;
	margin:0 0 0 10px;
}
/*ACTION BUTTONS WIDGET CSS START*/
.poke_buttons_block a + a{
	margin-top:5px;
}
.poke_buttons_onlyicons,
.poke_buttons_onlytext,
.poke_buttons_both{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.poke_buttons_onlyicons a{
	margin:2px !important;
}
.poke_buttons_onlytext a,
.poke_buttons_both a{
	width:47%;
	margin:2px !important;
	justify-content:center;
}
.poke_buttons_onlyicons a i{
	margin:0;
}
.poke_buttons_onlytext a{
	text-align:center;
}

/*ACTION BUTTONS WIDGET CSS END*/

/*SIDEBAR LIST VIEW START HERE*/
.poke_sidebar_list > li{
  padding:10px 0;
}
.poke_sidebar_list > li:first-child{
	padding-top:0;
}
.poke_sidebar_list > li + li{
	border-top-width:1px;
}
.poke_sidebar_list_thumb{
  float:left;
  margin-right:6px;
}
[dir="rtl"] .poke_sidebar_list_thumb{
  float:right;
  margin-left:6px;
  margin-right:0;
}
.poke_sidebar_list_info{
  overflow:hidden;
}
.poke_sidebar_list_title{
  font-weight:bold;
	margin-bottom:4px;
}
.poke_sidebar_list_title a{
	overflow:hidden;
}
.poke_sidebar_list_stats{
  font-size:.8em;
  margin-bottom:3px;
}
.poke_sidebar_list_btn a{
	display:inline-block;
}
a.poke_close_btn{
	display:none;
	height:14px;
	float:right;
	overflow:hidden;
	width:14px;
	color:var(--theme-button-background-color);
	border:1px solid transparent;
	border-radius:3px;
}
[dir="rtl"] a.poke_close_btn{
	float:left;
}
a.poke_close_btn:before{
	font-size: 10px;
	float: left;
	margin:1px 3px;
	color:var(--theme-button-background-color);
}
.poke_sidebar_list > li:hover a.poke_close_btn,
.poke_list > li:hover a.poke_close_btn{
	display:block;
}
/*SIDEBAR LIST VIEW END HERE*/
/*Horizantal List*/
.poke_list{
	display:flex;
	flex-wrap:wrap;
}
.poke_list > li{
	padding:5px;
	width:50%;
}
.poke_list > li article{
	border-width:1px;
	border-radius: 5px;
	padding: 10px;
}
.poke_list_thumb{
	border-width:1px;
	margin-right:10px;
	height:100px;
	overflow:hidden;
	width:100px;
}
[dir="rtl"] .poke_list_thumb{
	margin-left:10px;
	margin-right:0;
}
.poke_list_thumb img{
	border-width:0;
	min-height:100%;
	max-height:inherit;
	max-width:inherit;
	width:100%;
}
.poke_list_info{
	overflow:hidden;
	flex:1;
}
.poke_list_info_title{
	font-weight:bold;
	margin-bottom:4px;
}
.poke_list_info_stat{
  font-size:var(--theme-font-size-small);
  margin-bottom:4px;
}
.poke_list_info_btn .poke_button{
	display:inline-flex;
	align-items: center;
}
.layout_left .poke_list > li article,
.layout_right .poke_list > li article{
	padding:8px 10px;
}
.layout_left .poke_list > li,
.layout_right .poke_list > li{
  width:100% !important;
}
.layout_right .poke_list > li .poke_list_thumb,
.layout_left .poke_list > li .poke_list_thumb{
	width:70px;
}
/*ACTION POPUP CSS START HERE*/
#global_page_poke-index-poke > span{
	display:block;
}
.poke_action_popup_title{
	padding:10px;
	font-weight:bold;
	border-bottom-width:1px;
}
.poke_action_popup_content{
	padding:10px;
}
.poke_action_popup_photo{
	margin-right:10px;
	float: left;
}
[dir="rtl"] .poke_action_popup_photo{
	margin-left:10px;
	margin-right:0;
	float: right;
}
.poke_action_popup_photo img{
	width:100px;
}
.poke_action_popup_des{
	overflow:hidden;
}
.poke_action_popup_des p{
	margin:5px 0;
}
/*ACTION POPUP CSS END HERE*/
/*View More Link*/
.poke_link_btn{
	border-radius:20px;
  padding:5px;
	text-align:center;
  -webkit-transition:all 500ms ease 0s;
  -moz-transition:all 500ms ease 0s;
  -o-transition:all 500ms ease 0s;
  transition:all 500ms ease 0s;
	background-color:var(--theme-list-background-color);
  border:1px solid var(--theme-button-background-color);
	color:var(--theme-button-background-color) !important;
}
.poke_link_btn:hover{
	cursor:pointer;
	text-decoration:none;
	background:var(--theme-button-background-color);
	color:var(--theme-button-font-color) !important;
}
.poke_link_btn i{
	margin-right:5px;
}
[dir="rtl"] .poke_link_btn i{
  margin-left:5px;
  margin-right:0;
}
.poke_load_btn{
	clear:both;
	padding:10px;
	text-align:center !important;
	width:100%;
}
.poke_load_btn .poke_link_btn{
	border-radius:5px;
	display:inline-block;
	text-align:center !important;
	padding:10px 30px;
}
@media (max-width:767px) {
	.layout_right .poke_list > li .poke_list_thumb,
	.layout_left .poke_list > li .poke_list_thumb {
		width:90px;
	}
}
@media only screen and (max-width:480px){
	.poke_list > li{
		width:100%;
	}
	
}