/*
*	AUTHORS LIST: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-authors-list	{}

.ctdl-authors-list .item-content		{ height: 100%; border: 1px solid #cccccc; background-color: #ffffff;  }
.ctdl-authors-list .item-thumbnail		{ position: relative; padding: 0px 20px; text-align: center; min-height: 110px; }
.ctdl-authors-list .author-cover		{ position: absolute; top: 0; left: 0; width: 100%; height: 100px; }
.ctdl-authors-list .author-cover img    { object-fit: cover; vertical-align: top; width: 100%; height: 100%; }
.ctdl-authors-list .author-icon         { display: inline-block; vertical-align: top; margin-top: 40px; width: 80px; border-radius: 100%; padding: 4px; position: relative; z-index: 10; background-color: #ffffff; }
.ctdl-authors-list .author-icon img		{ vertical-align: top; width: auto; height: auto; max-width: 100%; border-radius: 100%; }

.ctdl-authors-list .author-posts-number	{ position: absolute; top: 0; right: 0; font-size: 0.7em; padding: 3px 10px; background-color: #000000; color: #ffffff; text-transform: uppercase; font-weight: 700; }

.ctdl-authors-list .item-body			{ padding: 10px 20px 30px 20px; text-align: center; }
.ctdl-authors-list .item-title			{ font-size: 1.2em; line-height: 1.3; font-weight: bolder; color: #000000; }
.ctdl-authors-list .item-description	{ font-size: 0.8em; margin-top: 0.7em; }
.ctdl-authors-list .item-posts-link		{ font-size: 0.9em; margin-top: 0.7em; }

.ctdl-authors-list:not(.show-posts-number) .item-thumbnail	{ min-height: 95px; }		
.ctdl-authors-list:not(.show-posts-number) .author-cover    { height: 85px; }
.ctdl-authors-list:not(.show-posts-number) .author-icon 	{ margin-top: 25px; }

.ctdl-authors-list:not(.show-author-cover):not(.show-author-icon) .item-thumbnail							{ min-height: 0px; padding-bottom: 30px; }
.ctdl-authors-list:not(.show-author-cover):not(.show-author-icon):not(.show-posts-number) .item-thumbnail	{ padding-bottom: 20px; }