.ap_select {
	width: 200px;
	height: 35px !important;
}

.ap_input {
	padding: 5px 10px;
}

.author_av {
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
    float: right;
    font-size: 12px;
    line-height: 18px;
	margin: 15px 15px 15px 0;
    padding: 10px;
    width: 328px;
	background: #fff;
	box-sizing: border-box;
}

.author_av.author_ico   .fn.nickname a {
	color: #444;
	text-decoration: none;
	font-weight: normal !important;
}

.author_bio img.avatar,
.author_av img.avatar {
	float: left;
    border: 4px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0.3);
	margin: 0 10px 25px 0;
	padding: 0;
}

.author_av.snipet img.avatar {
	border-color: #37B8EB;
}

.author_bio img.avatar {
	border-color: #F2F2F2;
}

.author_ico .si {
	border: 0;
	margin: 3px 0 0;
}

.fn.nickname {
	font-size: 13px;
}

.fn.nickname a {
	border-bottom: none;
	font-family: Arial;
}

.author_av.snipet .fn.nickname a {
	color: #37B8EB;
}

.fl {
    display: block;
    float: left;
    font-size: 11px;
    margin: 2px 2px 0 0;
}

.author_ico .pico {	
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 3px;
	border: none;
	font-size: 10px;
	text-indent: -999px;
	overflow: hidden;
	background-image: url("../images/sprites.png");
	background-repeat: no-repeat;
	border: 1px solid #d6d9d9;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}

.author_ico .pico:hover {
	background-color: #ddd;
}

/* ICONS */

.author_ico .ico_am {
	background-position: 5px 4px;
}

.author_ico .ico_az {
	background-position: 5px -25px;
}

.author_ico .ico_cf {
	background-position: 5px -53px;
}

.author_ico .ico_fb {
	background-position: 5px -89px;
} 

.author_ico .ico_fp {
	background-position: 5px -122px;
}

.author_ico .ico_gh {
	background-position: 5px -155px;
}

.author_ico .ico_gp {
	background-position: 7px -185px;
}

.author_ico .ico_in {
	background-position: 6px -217px;
}

.author_ico .ico_ma {
	background-position: 5px -252px;
}

.author_ico .ico_site {
	background-position: 5px -285px;
}

.author_ico .ico_sk {
	background-position: 4px -316px;
}

.author_ico .ico_so {
	background-position: 5px -352px;
}

.author_ico .ico_tw {
	background-position: 6px -383px;
}

.author_ico .ico_vk {
	background-position: 5px -412px;
}

.author_ico .ico_wp {
	background-position: 5px -444px;
}

.author_ico .ico_youtube {
	background-position: 6px -474px;
}

.author_ico .ico_books {
	background-position: 5px -505px;
}

.author_ico .ico_so,
.author_ico .ico_gh,
.author_ico .ico_am,
.author_ico .ico_site,
.author_ico .ico_cf,
.author_ico .ico_ma,
.author_ico .ico_books {
	width: 82px;
	height: 22px;
	border: 1px solid #d6d9d9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: 0;
	padding-left: 22px;
	line-height: 21px;
	box-sizing: border-box;
	font-family: Arial;
	color: #444;
}

.entry .author_av.author_ico .ico_so,
.entry .author_av.author_ico .ico_gh,
.entry .author_av.author_ico .ico_am,
.entry .author_av.author_ico .ico_site,
.entry .author_av.author_ico .ico_cf,
.entry .author_av.author_ico .ico_ma,
.entry .author_av.author_ico .ico_books {
	font-weight: 400 !important;
}

.author_ico .ico_cf {
	width: 62px;
	height: 31px;
	line-height: 12px;
	padding-top: 3px;
}

.author_ico .pico.ico_so {
	width: 90px;
}

.ap_cat {
	float: none; 
	width: auto;
}

.ap_cat  img.avatar {
	margin-bottom: 25px;
}

.ap_mobile {
	margin-bottom: 10px;
}
/*
.ap_mobile .pico{
	width: 36px;
	height: 36px;
}
*/
.ap_mobile .ico_am,
.ap_mobile .ico_site {
	width: 78px;
	height: 24px;
}

.ap_mobile .ico_cf,
.ap_mobile .ico_ma {
	width: 161px;
	height: 25px;
}

.ap_mobile .fl {
	margin-top: 9px;
    font-size: 13px;
}

.ap_mobile  img.avatar {
	margin-bottom: 4px;
}

.add_button {
	float: right;
	background: url("../images/plus.png") no-repeat;
	height: 32px;
	width: 32px;
	color: transparent;
}

.add_button:hover, 
.add_button:active, 
.add_button:focus {
	text-decoration: none;
	color: transparent;
	opacity: 0.8;
}

.delete_btn, 
.edit_btn {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.delete_btn:hover, 
.edit_btn:hover {
	opacity: 0.7;
}

.delete_btn {
	background: url("../images/delete.png") no-repeat;
}

.edit_btn {
	background: url("../images/edit-icon.png") no-repeat;
	margin-right: 5px;
}

.submit_btn {
	background: #00A0D2;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
	border: 1px solid #0073AA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.submit_btn:hover {
	background: #008BCC;
	cursor: pointer;
}

.widefat tr:nth-of-type(odd) {
	background: #F9F9F9;
}

/* Author BIO */
.author_bio  {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #37b8eb;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 10px;
    width: 99%;
}

.author_title {
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #37b8eb;
}

.author_title a {
	font-size: 16px;
	color: #000;
}

.aub_avatar {
	float: left;
	margin: 10px 10px 25px 0;
}

.aub_bio {
	line-height: 170%;
	text-align: justify;
	font-size: 14px;
	padding: 10px 0;
	min-height: 60px;
}

.aub_sn.author_ico {
	padding-left: 120px;
	min-height: 60px;
}

.pa_custom_tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 9px 15px 0 0;
	margin-bottom: 15px;
}

.pa_custom_tabs a {
    background: #e4e4e4;
    border: 1px solid #ccc;
    color: #555;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0.5em;
    padding: 5px 10px;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	bottom: -1px;
}

.pa_custom_tabs a:hover,
.pa_custom_tabs a:active,
.pa_custom_tabs a.btn_links_active {
	background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
}

.fl_bio {
	font-size: 12px;
	float: left;
	padding-top: 2px;
	margin-right: 7px;
}

.aub_sn.author_ico a {
	 margin-bottom: 7px;
}

.author_ico .pico.ico_cf {
	line-height: 11px;
	height: 24px;
	background-position: 5px -57px;
	padding: 0 0 0 21px;
}

.author_av.author_ico   .fl,
.author_av.author_ico{
	font-family: Arial;
}

.author_av.author_ico  .avatar {
	width: 104px !important;
	height: 104px;
}

.ai_clear {
	clear: both;
}

.aub_bio a {
	color: #37b8eb;
}

.fixed .column-categories, .fixed .column-rel, .fixed .column-response, .fixed .column-role, .fixed .column-tags {
	width: auto;
}






@media screen and (max-width: 1024px) {
		
	.author_av.author_ico img + br {
		display: none;
	}
	
	.fn.nickname {
		margin-bottom: 3px;
		text-align: left;
		font-weight: bold;
		    display: inline-block;
	}
	
	.author_title {
		font-size: 16px;
		width: auto;
		display: inline-block;
		border-bottom: none;
	}
	
	.author_bio  .author_content {
		border-top: 1px solid #37b8eb;
	}
	.author_ico .pico {
		margin-bottom: 5px;
		margin-right: 2px;	
	}
	
	.author_av.author_ico  .avatar {
		margin-bottom: 30px;
	}
	
	.author_ico .pico.ico_ma {
		width: 78px;
	}
	.author_ico .pico.ico_cf {
		line-height: 23px;
		max-width: 87px;
	}
	
	.author_ico .pico.ico_sk   {
		  margin-left: 0px;
	}
}

@media screen and (max-width: 768px) {
	.s_verify {
		margin-bottom: 10px;
		padding-top: 5px !important;
	}
	
	.author_av.author_ico img + br {
		display: none;
	}
	
	.fn.nickname {
		margin-bottom: 3px;
		text-align: left;
		font-weight: bold;
		    display: inline-block;
	}
	
	.author_title {
		font-size: 16px;
		width: auto;
		display: inline-block;
		border-bottom: none;
	}
	
	.author_bio  .author_content {
		border-top: 1px solid #37b8eb;
	}
	.author_ico .pico {
		margin-bottom: 5px;
		margin-right: 2px;	
	}
	
	.author_av.author_ico  .avatar {
		margin-bottom: 30px;
	}
	
	.author_ico .pico.ico_ma {
		width: 78px;
	}
	.author_ico .pico.ico_cf {
		line-height: 23px;
		max-width: 87px;
	}
	
	.author_ico .pico.ico_sk   {
		  margin-left: 0px;
	}
}

@media screen and (max-width: 420px) {
	.author_av {
		margin: 0;
		width: 310px;
	}
	
	.ap_mobile .fl {
		margin-top: 9px;
		font-size: 11px;
		float: left;
		line-height: 10px;
	}	
}

.author_ico .ico_eb {
	background-image: url("../images/eb.png");
	background-size: 63%;
	background-position: center center;
}