/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 *
 * 1.0 - Base
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - New Home Page
 *   4.1 - Promo Section
 *   4.2 - Members Section
 *   4.3 - Library Section
 *   4.4 - All Posts Section
 * 5.0 - Single Post
 */
/*======
*
* 1.0 - Base
*
======*/
:root,
html {
	font-size: 16px;
}

@media (max-width: 1366px) {
	:root,
	html {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	:root,
	html {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	:root,
	html {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	:root,
	html {
		font-size: 12px;
	}
}

.image-box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 30px;
	max-width: 100%;
	height: auto;
	min-height: 30px;
	vertical-align: top;
	font-size: 0;
}

.image-box--rounded {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.image-box > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100% !important;
	max-height: 100%;
	margin: 0;
	padding: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.btn {
	display: inline-block;
	padding: 5px 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.btn:hover {
	text-decoration: none;
}

.btn:focus,
.btn.focus,
.comment-service .form-submit .submit:focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.btn.btn--primary {
	color: #fff;
	border-color: #e4413c;
	background-color: #e4413c;
}

.btn.btn--primary:hover {
	color: #fff;
}

.btn.btn--full {
	width: 100%;
}

/*======
*
* 2.0 - Header
*
======*/
/* @media Header */
/* --- / --- */
/*======
*
* 3.0 - Footer
*
======*/
/* @media Footer */
/* --- / --- */
/*======
*
* 4.0 - New Home Page
*
======*/
/* 4.1 - Promo Section */
#promo-section .subscribe-form .elementor-field-group .elementor-field-textual,
#pre-footer .subscribe-form .elementor-field-group .elementor-field-textual {
	border: none;
}

#promo-section .subscribe-form .elementor-field-group .elementor-field-textual,
#promo-section .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
#pre-footer .subscribe-form .elementor-field-group .elementor-field-textual,
#pre-footer .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm {
	min-height: 50px;
}

.subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
.subscribe-form .elementor-field-group .elementor-field-textual,
.subscribe-form .elementor-field-group .elementor-field-textual:focus {
	-webkit-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
	-moz-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
	box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
}

@media (max-width: 767px) {
	#promo-section .subscribe-form .elementor-field-group .elementor-field-textual,
	#pre-footer .subscribe-form .elementor-field-group .elementor-field-textual {
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	
	#promo-section .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
	#pre-footer .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm {
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	
	.subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
	.subscribe-form .elementor-field-group .elementor-field-textual {
		border-radius: 15px !important;
	}
}

/* 4.2 - Members Section */
/* 4.3 - Library Section */
#workshop-section .entry-title {
	font-size: 1.125rem;
}

#workshop-section #ld_course_list .ld_course_grid,
#workshop-section .thumbnail.course {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	border: none;
}

#workshop-section .ld_course_grid_price.ribbon-enrolled {
	background-color: #d54248;
}

#workshop-section article > a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 30px;
	max-width: 100%;
	height: auto;
	min-height: 340px;
	vertical-align: top;
	font-size: 0;
}

#workshop-section article > a > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100% !important;
	max-height: 100%;
	margin: 0;
	padding: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

#workshop-section .btn.btn-primary {
	display: inline-block;
	padding: 5px 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	width: 100%;
}

#home-ebooks .entry-ctas {
	width: 100%;
}

#home-ebooks .entry-todome {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#home-ebooks .g1-epsilon {
	margin-bottom: 20px;
}

#home-ebooks .g1-epsilon:before {
	display: none;
}

.ebooks__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 -0.5rem;
}

.ebooks__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 33.33%;
	margin-bottom: 40px;
	padding: 0 0.5rem;
	text-align: center;
}

.book-item__image {
	min-height: 340px;
	margin-bottom: 1.5rem;
}

/*.book-item__image img {
    object-fit: contain;
}*/
.book-item__badge {
	position: absolute;
	z-index: 20;
	top: -10px;
	left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #d54248;
	font-size: 12px;
}

.book-item__title {
	font-size: 1.125rem;
}

.book-item__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.book-item__price {
	margin-bottom: 1rem;
	color: #000;
	font-size: 1rem;
}

.book-item__price del {
	color: #bdbdbd;
}

.book-item__actions {
	margin-top: auto;
}

/* 4.4 - All Posts Section */
.all-posts {
	position: relative;
	overflow: hidden;
}

.all-posts.loading:before {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.6);
}

.all-posts .all-posts__categories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto 2.5rem;
	padding: 0;
	list-style: none;
}

.all-posts .all-posts__categories .all-posts__category {
	margin: 0 0.5rem 1rem;
	padding: 0.625rem;
	cursor: pointer;
	-webkit-transition: color 0.2s linear, border-color 0.2s linear;
	-o-transition: color 0.2s linear, border-color 0.2s linear;
	transition: color 0.2s linear, border-color 0.2s linear;
	text-transform: uppercase;
	color: #171a23;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.125rem;
	line-height: 1.1;
}

.all-posts .all-posts__category.active,
.all-posts .all-posts__category:hover {
	color: #20a0d4;
	border-color: #20a0d4;
}

.all-posts .all-posts__category.active {
	cursor: text;
	font-weight: 700;
}

.all-posts .all-posts__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	margin-bottom: 3.75rem;
}

.all-posts .post-item__image {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 360px;
	min-height: 300px;
	margin-right: 3.75rem;
	-webkit-border-radius: 0.625rem;
	border-radius: 0.625rem;
}

.all-posts .post-item__categories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	padding: 0;
	list-style: none;
}

.all-posts .post-item__category {
	margin: 5px;
	border: 1px solid #20a0d4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.all-posts .post-item__category-link {
	display: inline-block;
	padding: 8px 10px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	color: #20a0d4;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
}

.all-posts .post-item__text > .elementor {
	display: none;
}

.all-posts .post-item__title {
	margin: 0 0 1.33rem;
	color: #171a23;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4;
}

.all-posts .post-item__meta a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 50px;
}

.all-posts .post-item__meta-author-avatar {
	width: 50px;
	min-height: 50px;
	margin-right: 1rem;
}

.all-posts .post-item__meta-author {
	margin-bottom: 7px;
	color: #171a23;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.all-posts .post-item__meta-date {
	color: #828282;
	font-size: 14px;
	line-height: 1.4;
}

.all-posts__actions {
	text-align: center;
}

/* @media Home Page */
@media (max-width: 1024px) {
	.all-posts .post-item__title {
		font-size: 2.5rem;
		line-height: 1.2;
	}
	
	.ebooks__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.ebooks__item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.ebooks__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 0;
	}
	
	.ebooks__item {
		width: 100%;
	}
	
	#home-articles .elementor-post__thumbnail__link {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.all-posts .all-posts__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.all-posts .post-item__image {
		width: 100%;
		min-height: 200px;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	
	.all-posts .post-item__meta a {
		height: 35px;
	}
	
	.all-posts .post-item__meta-author-avatar {
		width: 35px;
		min-height: 35px;
	}
	
	.all-posts .post-item__meta-author {
		margin-bottom: 0;
		font-size: 12px;
	}
	
	.all-posts .post-item__meta-date {
		font-size: 12px;
	}
}

/* --- / --- */
/*======
*
* 5.0 - Single Post
*
======*/
body.archive.category .g1-hb-row-b .g1-row-background,
body.single-post .g1-hb-row-b .g1-row-background {
	/*background-color: #83aeb4;*/
}

.elementor-widget-theme-post-content blockquote {
	margin: 30px 0px 30px 0px;
	padding: 15px 30px 5px 30px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0caaab;
}

.elementor-widget-theme-post-content blockquote:nth-of-type(3),
.elementor-widget-theme-post-content blockquote:nth-of-type(3n + 4) {
	border-left-color: #e9d5d8;
}

.elementor-widget-theme-post-content blockquote:nth-of-type(2n) {
	border-left-color: #cf3e65;
}

.elementor-widget-theme-post-content blockquote:nth-of-type(4n) {
	border-left-color: #00efd0;
}

#ip-post-custom-content.ip-post-custom-content blockquote p,
.elementor-widget-theme-post-content blockquote,
.elementor-widget-theme-post-content blockquote > * {
	font-family: Roboto, sans-serif;
	/*font-size: 52px;*/
	font-size: 20px;
	font-weight: 500 !important;
	line-height: 1.2;
	text-align: left;
	background: #f5f5f5;
}

.elementor-widget-theme-post-content blockquote:before {
	display: none;
}

/* @media Single Post */
@media (max-width: 767px) {
	.elementor-widget-theme-post-content blockquote {
		margin: 30px 10px;
		padding: 5px 0 5px 20px;
	}
	
	#ip-post-custom-content.ip-post-custom-content blockquote p,
	.elementor-widget-theme-post-content blockquote,
	.elementor-widget-theme-post-content blockquote > * {
		font-size: 18px;
	}
}

figure.wp-block-image, .wp-block-image {
	margin-bottom: 1.5rem !important;
}

/*__/User Account Workshops Tab*/
body.elementor-page-11171 .mp_wrapper, body.elementor-page-11171 .mp_wrapper.mp_login_form {
	display: none;
}

body.login.login-action-login #login_error > a {
	display: none;
}

body.login.login-action-login #login #nav {
	display: none;
}

#masterclass {
	background-image: url('/wp-content/uploads/2020/06/home-background-articles-compressor.jpg');
	background-repeat: no-repeat;
}



/* Colored Categories */
li.uael-post__header-filter { border-color:#6763FF; color:#6763FF; } li.uael-post__header-filter:hover, li.uael-filter__current { background-color:#6763FF !important; } li.uael-post__header-filter[data-filter=".astrology"] { border-color:#6763FF; color:#6763FF; } li.uael-post__header-filter[data-filter=".astrology"]:hover, li.uael-filter__current[data-filter=".astrology"] { background-color:#6763FF !important; } li.uael-post__header-filter[data-filter=".culture"] { border-color:#6763FF; color:#6763FF; } li.uael-post__header-filter[data-filter=".culture"]:hover, li.uael-filter__current[data-filter=".culture"] { background-color:#6763FF !important; } li.uael-post__header-filter[data-filter=".daily-horoscope"] { border-color:#6763FF; color:#6763FF; } li.uael-post__header-filter[data-filter=".daily-horoscope"]:hover, li.uael-filter__current[data-filter=".daily-horoscope"] { background-color:#6763FF !important; } li.uael-post__header-filter[data-filter=".environment"] { border-color:#00a990; color:#00a990; } li.uael-post__header-filter[data-filter=".environment"]:hover, li.uael-filter__current[data-filter=".environment"] { background-color:#00a990 !important; } li.uael-post__header-filter[data-filter=".personality-traits"] { border-color:#6763FF; color:#6763FF; } li.uael-post__header-filter[data-filter=".personality-traits"]:hover, li.uael-filter__current[data-filter=".personality-traits"] { background-color:#6763FF !important; } li.uael-post__header-filter[data-filter=".politics"] { border-color:#a9272f; color:#a9272f; } li.uael-post__header-filter[data-filter=".politics"]:hover, li.uael-filter__current[data-filter=".politics"] { background-color:#a9272f !important; } li.uael-post__header-filter[data-filter=".self-knowledge"] { border-color:#4553d4; color:#4553d4; } li.uael-post__header-filter[data-filter=".self-knowledge"]:hover, li.uael-filter__current[data-filter=".self-knowledge"] { background-color:#4553d4 !important; } li.uael-post__header-filter[data-filter=".spirituality"] { border-color:#cb37c3; color:#cb37c3; } li.uael-post__header-filter[data-filter=".spirituality"]:hover, li.uael-filter__current[data-filter=".spirituality"] { background-color:#cb37c3 !important; } li.uael-post__header-filter[data-filter=".zodiac-signs"] { border-color:#6763FF; color:#6763FF; } li.uael-post__header-filter[data-filter=".zodiac-signs"]:hover, li.uael-filter__current[data-filter=".zodiac-signs"] { background-color:#6763FF !important; } 


/*
* Blog Design - AdultMan
*/
:root {
	--g1-itxt-color: #25282c;
}
html body {
	color: #25282c;
	font-family: 'Charter';
}
.entry-tpl-classic-nosidebar .entry-header-01 {
	max-width: 1140px!important;
	padding: 0 5px;
	text-align: center;
}
.entry-featured-media-main, 
.g1-content-narrow {
	max-width: 840px!important;
	padding: 0 5px;
	margin: 10px auto;
}
.g1-content-narrow > * {
	max-width: 100%!important;
}
.entry-meta-m .entry-byline {
	-webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
}
.entry-meta-m {
	justify-content: center;
	margin: 10px 0 20px 0;
}
span.entry-byline.entry-byline-m.entry-byline-with-avatar {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.entry-author .avatar {
	margin-top: -10px;
	width: 40px;
	height: 40px;
    object-fit: cover;
}
.entry-meta-m span.entry-date {
	text-transform: capitalize;
	font-weight: bold;
}
.entry-meta-m span.entry-date time {
	text-transform: initial;
	font-weight: normal;
	margin-left: -3px;
}
.entry-meta-m .entry-author:after {
	content: '|';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.entry-meta-m .entry-date time:before {
	content: ':';
	margin: 0 3px 0 0;
}
.bb_affiliate {
	max-width: 700px;
    padding: 0 15px;
    margin: 0 auto 30px;
    font-size: 16px;
    text-align: center;
    font-style: italic;
}
.g1-row .author-info {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 840px!important;
}
.author-info-inner {
	border: 1px solid #d1d1d1;
}
.author-info .author-overview {
	padding: 20px 20px 20px 140px;
}
.author-info .author-avatar {
	top: calc(50% - 50px);
	left: 20px;
	width: 100px;
	height: 100px;
}
.author-info .author-avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.author-info header .author-title {
	font-size: 20px;
}
.author-info header .author-title a {
	color: var(--g1-itxt-color);
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.author-info header .author-title a:hover {
	opacity: .75;
}
.author-info .author-overview:after {
	display: none;
}
.author-info .author-extras {
    position: absolute;
    top: 6px;
    right: 20px;
}
.single .entry-content ul {
    padding-inline-start: 55px;
    list-style-position: outside;
    list-style-image: url("data:image/svg+xml,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='2.5' fill='%23000'/%3E%3C/svg%3E");
}
.single .entry-content ol {
    padding-inline-start: 55px;
    list-style-position: outside;
}
@media only screen and (max-width: 800px) {
	.author-info .author-overview {
		padding: 20px;
	}
	.author-info .author-avatar {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 20px;
	}
	.author-info .author-extras {
		position: relative;
  	 	top: 0;
   		right: 0;
	}
}
@media only screen and (max-width: 540px) {
	.entry-meta-m .entry-byline {
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.entry-meta-m .entry-author {
		margin-right: 5px;
		line-height: 40px;
	}
	.entry-meta-m .entry-author img {
		margin-top: 0;
	}
	.entry-meta-m .entry-author:after {
		margin-left: 5px;
	}
	.entry-meta-m .entry-date {
		margin-right: 0;
	}
}
.ideapod_colored_categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.ideapod_colored_category a {
	display: block;
	font-family: "Roboto", Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	border-radius: 33px;
	padding: 10px 16px;
	letter-spacing: .2px;
}
.ideapod_colored_category a:hover {
	opacity: .9;	
}
.ideapod_colored_category {
	margin: 0 10px 10px 0;
}