/* General Author Box Styles */
.custom-author-box_class {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.custom-author-box__avatar_class {
	margin-right: 15px !important;
	flex-shrink: 0;
}

.custom-author-box__avatar_class img {
	border-radius: 50% !important;
	width: 60px;
}

.custom-author-box__text_class {
	max-width: 100%;
	color: #262524;
}

.custom-author-box__name_class {
	font-size: 26px;
	color: #262524;
	font-family: 'brandon grotesque' !important;
}

.custom-author-box__text_Class {
	padding-top: 5px !important;
}

.custom-author-box__job-title_class {
	font-size: 20px;
	color: #262524;
	margin-bottom: 10px;
	font-family: 'brandon grotesque' !important;
}

.custom-author-box__bio_class {
	font-size: 18px;
	color: #262524;
}

.custom-author-box-simple .custom-author-box__avatar_class img {
	width: 50px !important;
	height: 50px !important;
}

.custom-author-box-simple .custom-author-box__text_class {
	color: #262524;
	margin-left: -12px;
}

.custom-author-box-simple .custom-author-box__name_class {
	font-size: 17px;
	margin-top: -4px;
	margin-bottom: -3px;
}

.custom-author-box-simple .custom-author-box__job-title_class {
	font-size: 13px;
}

/* ############################# */
/* Bio Author Box Styles */
.custom-profile-container {
	display: flex;
	background-color: #262524;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.custom-author-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.custom-author-btn {
	background-color: transparent;
	border: 2px solid #fff;
	width: 300px !important;
	padding: 5px;
	color: #fff;
	font-size: 20px !important;
	font-weight: 700 !important;
	margin-bottom: 10px;
	letter-spacing: 2px !important;
	text-align: center;
	text-transform: uppercase;
}

.custom-author-name {
	font-size: 46px !important;
	font-family: 'Brandon Grotesque' !important;
	line-height: 40px !important;
	font-weight: 700 !important;
	margin-bottom: 15px;
}

.custom-job-title {
	font-size: 24px !important;
	font-family: 'IBM Plex Serif' !important;
	line-height: 30px;
	font-weight: 700 !important;
}

@media (max-width: 490px) {
	.custom-job-title {
		font-size: 20px !important;
	}

	.custom-author-name {
		font-size: 32px !important;
	}

	.custom-author-btn {
		width: 190px !important;
		font-size: 12px !important;
	}
}

/* ##################################################### */
/* Custom Author Box Shortcodes */
.custom-author-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0px;
}

.custom-author-box__avatar {
	margin-right: 25px;
	flex-shrink: 0;
}

.custom-author-box__avatar img {
	border-radius: 50% !important;
	width: 170px;
	height: 170px;
}

.custom-author-box__text {
	max-width: 100%;
}

.custom-author-box__name {
	font-size: 30px;
	margin-bottom: 5px;
}

.custom-author-box__job-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.custom-author-box__bio {
	font-size: 18px;
}

.custom-author-box-simple .custom-author-box__avatar img {
	width: 40px;
	height: 40px;
}

.custom-author-box-simple .custom-author-box__text {
	color: #ffffff;
	margin-left: -12px;
}

.custom-author-box-simple .custom-author-box__name {
	font-size: 17px;
	margin-top: -4px;
	margin-bottom: -3px;
}

.custom-author-box-simple .custom-author-box__job-title {
	font-size: 13px;
}

.custom-author-box-vertical {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.custom-author-box-vertical .custom-author-box__avatar {
	margin-bottom: 15px;
	width: 170px;
	height: 170px;
}

.custom-author-box-vertical .custom-author-box__text {
	width: 100%;
}

.custom-author-box-vertical .custom-author-box__name {
	font-size: 30px;
	margin-bottom: 0px;
}

.custom-author-box-vertical .custom-author-box__job-title {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 18px;
}

.custom-author-box-vertical .custom-author-box__bio {
	font-size: 18px;
}
