
/* ===================== */
/* GENERAL */
/* ===================== */
* { 
	letter-spacing: 0 !important;
}

a {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

a:focus {
	text-decoration: none;
}

p {
	color: #000 !important
}

h4 {
	font-size: 24px !important;
}

.margin--bottom__small {
	margin-bottom: 15px;
}

.margin--bottom__small p {
	margin-bottom: 0;
}

.excerpt {
	font-size: 14px;
}

.cat-theme-bg {
  min-width: 70px !important;
	text-align: center;
}

input[type="submit"],
button.btn.btn-default {
  background: #000 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
  width: 100%;
  padding: 15px 0 !important;
	border: none !important;
}

button.btn.btn-default i {
	display: none;
}

input[type="submit"]:hover,
button.btn.btn-default:hover {
	background: #D0021B !important;	
}

.site-content {
	padding-top: 0;
}

.breadcrumbs {
	max-width: 1170px;
	margin: 20px auto;
	padding: 0 30px;
}

.single-post .breadcrumbs {
	max-width: 970px;
	padding: 0px;
}

.single-post .breadcrumbs {
	max-width: 820px;
}

.breadcrumbs span {
	font-size: 8px;
	font-weight: 800;
}

.breadcrumbs a {
	color: #000;
	margin-right: 10px;
	font-size: 14px !important;
	font-weight: initial;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color: #D0021B;
}

.breadcrumbs span span span {
	margin-left: 10px;
}

.breadcrumbs .breadcrumb_last {
	margin-left: 10px;
	color: #D0021B;
	font-size: 14px !important;
}

@media screen and (max-width: 1200px) {
	.single-post .breadcrumbs {
		max-width: 970px;
		padding: 0 95px;
	}
}

@media screen and (max-width: 992px) {
	.single-post .breadcrumbs {
		max-width: 750px;
		padding: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumbs {
    padding: 0 15px;
	}	
}

.category-innovation .page-heading--has-background {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


/* .page-template-default .container {
	max-width: 850px !important;
}*/


/* ===================== */
/* FORM */
/* ===================== */

.search-form--inline {
	display: block;
}

.form-input {
	display: block;
	width: 100%;
}


form label {
	 width: 100%;
}


li[data-type="control_textbox"] {
    width: 49%;
    display: inline-block;
}

textarea {
	background: transparent;
}

form input[type="text"],
form textarea,
form input[type="email"],
textarea,
form input[type="number"]
{
	display: block !important;
	width: 100% !important;
	box-shadow: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: solid 3px #E9E9E9 !important;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	background: transparent;
}

form input[type="submit"],
form button[type="submit"] {
	margin-bottom: 10px;
	padding: 10px 0 !important;
	background: #000;
	display: block;
	width: 100%;
	font-weight: 700;
} 

form input:focus,
form input:active,
form input[type="text"]:focus,
textarea:focus,
form input[type="file"]:focus,
form input[type="number"]:focus{
	outline: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #D0021B;
}

.form-line-error input:not(#coupon-input), .form-line-error select, .form-line-error textarea, .form-validation-error {
	border-bottom: 3px solid #F85032 !important;
	-moz-box-shadow: 0 0 2px #F85032;
	-webkit-box-shadow: 0 0 2px #F85032;
	box-shadow: 0 0 2px #F85032;
}

.form-line-error .form-error-message {
	background: #F85032;
	padding: 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	font-family: 'raleway', sans-serif;
	font-weight: bold;
}

.form-error-message img {
	display: none;
}

.form-error-arrow {
	border-bottom-color: #F85032;
}

.form-line-error {
	background: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #ff0000;
	color: #ff0000;
	font-family: 'raleway', sans-serif;
}

/* ===================== */
/* FOOTER */
/* ===================== */

.mnmd-go-top.mnmd-go-top {
	border-radius: 0;
	background: #D0021B;
	color: #fff;
}

.site-footer__section {
	padding: 0 0 40px;
	color: #fff;
	font-weight: 600;
}

.site-footer__section a {
	color: #fff !important;
}

.site-footer__section a:hover {
	color: #D0021B !important;
	text-decoration: none;
}

ul.social-list.social-list--xl.list-center {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 15px 0;
	margin: 10px 0 10px;
}

ul.social-list.social-list--xl.list-center i {
	font-size: 20px;
	color: #fff;
	position: relative;
}

.site-footer .site-logo {
    padding: 60px 20px 60px;
    display: block;
    text-align: center;
}

/* ===================== */
/* MENU */
/* ===================== */

.newsletter--button a.btn {
	border: none !important;
	box-shadow: none !important;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 7px;
	background: #af1f23; /* Old browsers */
	background: -moz-linear-gradient(45deg, #af1f23 0%, #cf393d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #af1f23 0%,#cf393d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #af1f23 0%,#cf393d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1f23', endColorstr='#cf393d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.newsletter--button a.btn:hover {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	opacity: .8;
}

.social-list--header {
	margin: 0
}

.social-list--header li {
	display: inline-block;
	padding: 5px;
}

.social-list--header li a{
	color: #000;
	font-size: 16px
}

.social-list--header li a:hover{
	color: #AF1F23;
	font-size: 16px;
}

#main-menu {
	float: left;
}

.sticky-header.is-fixed {
	z-index: 1000;
}

.navigation-bar .container--wide {
	max-width: 100%;
	padding: 0;
}

.navigation-bar__inner {
	padding: 0 20px !important;
}

.navigation--main>li>a {
	font-size: 14px;
}

.navigation--main .current_page_item a,
.navigation--main .current-menu-item a,
.navigation--main a:hover{
	color: #D0021B !important;
}

.mnmd-mega-menu__inner ul.posts-list {
	max-width: 1440px;
}

.mnmd-mega-menu__inner .post__title {
	font-weight: 600;
}

.mnmd-mega-menu__inner .post__title a {
	margin-top: 10px;
	color: #000 !important;
}

.mnmd-mega-menu__inner .post__meta {
	display: none;
}


.page-heading--has-background {
	margin-top: 0px !important;
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background: url(https://radiichina.com/wp-content/uploads/2018/11/banner-inside.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}


/* ===================== */
/* SUBMENU */
/* ===================== */

.navigation .mnmd-mega-menu__inner {
    width: 80%;
    vertical-align: top;
    float: right;
}

.navigation .sub-menu {
    display: inline-block;
    /*width: 20%;*/
    padding: 20px;
}

.navigation .sub-menu ul li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 600;
}

.navigation .sub-menu ul li a {
	color: #000;
}

.navigation--main .sub-menu li:hover>a {
	background: none;
}

.navigation--main>li>.sub-menu, .navigation--main li>.sub-menu .sub-menu {
	left: 0;
	width: 100%;
}

/* ===================== */
/* HOME */
/* ===================== */

.main-post {
min-height: 800px !important;
}

.featured-with-overlap-posts .max-width-sm  {
	max-width: 1000px !important;	
	padding: 20px 0 200px !important;
}

.home--page .mnmd-carousel .post--card .post__text {
	position: relative;
}

.overlap-prev, 
.overlap-next {
	z-index: 1;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 20px;
	color: #fff;
	cursor: pointer;
} 

.overlap-next {
	position: absolute;
	top: 50%;
	left: initial;
	right: 20px;
} 

.home--page .mnmd-carousel {
	background: #000 url(https://radiichina.com/wp-content/uploads/2018/12/bg-daily-drip.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 0 0 60px 0;
}

.home--page .mnmd-carousel .block-heading {
	margin: 0;
  padding: 30px 0;
}

.home--page .mnmd-carousel h4 {
	color: #fff;
}

.home--page .mnmd-carousel .post__text .post__cat {
	position: absolute;
	left: auto;
	top: 0;
	margin-right: 0;
}

.home--page .mnmd-carousel .post__text h3 {
	padding-top: 20px;
}

/* Slideshow */

.main-post .background-img {
		background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
}

.mnmd-carousel .owl-prev:hover, .mnmd-carousel .owl-next:hover {
	background: none;	
}

.background-img {
	left: -2px;
	right: -2px;
}

.featured-with-overlap-posts .post__thumb img {
	max-width: initial;
	width: 130%;
	margin-left: -15%;
}

.featured-with-overlap-posts article {
	border: solid 2px transparent;
}

.featured-with-overlap-posts .active {
	border: solid 2px #DF4A32;
}

.featured-with-overlap-posts .container {
	margin-top: -130px;
}

.featured-with-overlap-posts .post__text .post__cat {
	top: 0px;
}

.mnmd-block--fullwidth.featured-with-overlap-posts .post__excerpt{
	display: none;
}

.mnmd-block--fullwidth.featured-with-overlap-posts .post__meta  {
	display: none;
}

.mnmd-block--fullwidth.featured-with-overlap-posts article.post.post--vertical .post__text {
	display: none;
}

.mnmd-block--fullwidth.featured-with-overlap-posts article.post.post--vertical .post__thumb {
	overflow: hidden;
}

.mnmd-block--fullwidth.featured-with-overlap-posts article.post.post--vertical.active .post__thumb a{
	opacity: 1 !important;
}

.mnmd-block--fullwidth.featured-with-overlap-posts article.post.post--vertical .post__thumb a{
	opacity: .4;
}

.mnmd-block--fullwidth.featured-with-overlap-posts article.post.post--vertical:hover .post__thumb a{
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	.featured-with-overlap-posts .post__thumb img {
		width: 140%;
		margin-left: -20%;
	}
}


@media screen and (max-width: 992px) {
	
	.featured-with-overlap-posts .max-width-sm {
    padding: 20px 0 160px !important;
	}
	
	.main-post {
		min-height: 600px !important;
	}
	
	.featured-with-overlap-posts .container {
		margin-top: -100px;
	}
	
	.featured-with-overlap-posts .sub-posts>ul>li {
		width: 25%;
	}
	
	.featured-with-overlap-posts .sub-posts>ul>li:nth-child(3) {
		clear: initial;
	}
	
	.featured-with-overlap-posts .tnm-default-thumb {
		height: 100px;
	}
	
	.featured-with-overlap-posts .post__text {
    margin-top: -100px;
	}	
}

@media screen and (max-width: 768px) {
		.featured-with-overlap-posts .post__text {
			margin-top: -70px;
	}

	.featured-with-overlap-posts .sub-posts {
			position: relative;
			margin-top: -40px;
	}
	
	.featured-with-overlap-posts .tnm-default-thumb {
			height: 80px;
	}
	
	.featured-with-overlap-posts .max-width-sm {
    padding: 20px 0 130px !important;
	}
	
	.featured-with-overlap-posts .post__thumb img {
		width: 180%;
		margin-left: -40%;
	}
	
}

@media screen and (max-width: 480px) {
	
	.featured-with-overlap-posts .post__thumb img {
	width: 160%;
	margin-left: -30%;
}
	
	.home .featured-with-overlap-posts {
		margin-bottom: 10px;
	}
	
	.featured-with-overlap-posts .post__text {
		margin-top: -40px;
	}

	.featured-with-overlap-posts .sub-posts {
		position: relative;
		margin-top: -10px;
	}
	
	.featured-with-overlap-posts .container {
    margin-top: -50px;
}
	
	.featured-with-overlap-posts .tnm-default-thumb {
		height: 50px !important;
	}
	
	.sub-posts li.col-xs-6.col-md-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.home--page .mnmd-carousel {
		padding: 0 0 40px 0;
		margin-top: 40px;
	}
	
	.featured-with-overlap-posts .max-width-sm {
    padding: 20px 0 80px !important;
	}
}

/* Sidebar */
.theiaStickySidebar .widget__title.block-heading {
	margin-bottom: 19px;
}

/* Main POST in the list */

.post__thumb {
	background: #000;
}

.post .post__thumb a {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.post:hover .post__thumb a {
	opacity: .4;
}

.home--page .col-xs-12 .post--vertical .post__thumb {
	margin-bottom: 0;
}

.home--page .col-xs-12  .post--vertical .post__text {
	width: 90%;
	margin: -50px 5% 0;
	padding: 50px 40px 40px 40px;
	z-index: 100;
	position: relative;
	background: #fff;
	text-align: center !important;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}

.home--page .col-xs-12  .post--vertical .post__text h3 {
	margin-top: 0 !important;
	font-size: 20px !important;
}

.home--page .col-xs-12 .post--vertical .post__text {
	padding: 10px 40px 40px 40px;
}

.home--page .col-xs-12 .post--vertical .post__text .post__cat {
	position: relative;
	left: auto;
	top: auto;
	margin-bottom: 10px;
}

.col-xs-12.col-sm-6 .post--vertical .post__text {
	width: 100%;
	margin: 0;
	top: 0;
	padding: 10px 0px 10px;
	z-index: 100;
	text-align: left !important;
}

.col-xs-12 .overlay-item--top-left {
	z-index: 100;
}

@media screen and (max-width: 768px) {
		.featured-with-overlap-posts .post__text {
			margin-top: -70px;
	}

	.featured-with-overlap-posts .sub-posts {
			position: relative;
			margin-top: -40px;
	}
	
	.featured-with-overlap-posts .tnm-default-thumb {
			height: 80px;
	}
	
	.home--page .col-xs-12 .post--vertical .post__text {
    width: 100%;
    padding: 10px 0px 10px;
    text-align: left !important;
		margin: 0;
	}
}

.home--page .post__excerpt, .home--page .entry-excerpt {
	max-width: 100% !important;
}


/* POST Thumbnails */

.post--card {
	border: none !important;
}

.post--card-sm .post__thumb {
    height: 160px;
}

.post--card .post__text {
	position: relative;
}

.post--card .post__text a.post__cat--overlap {
	top: -20px;
}

.home--page .post__text h3 {
	font-weight: 600 !important;
	margin-top: 0px !important;
}

.post--card .post__footer {
	border-top: solid 1px #fff;
}

.post--card .post__thumb .post__cat--overlap {
	bottom: -20px
}

.col-xs-12.col-sm-6 .overlay-item--top-left {
	position: relative;
	left: auto;
	top: auto;
	z-index: 0;
}

.post__meta {
	margin-top: 20px;
}

.post__meta .entry-author {
	float: right;
}

.post__meta .time.published {
	float: left;
}


/* ===================== */
/* SEARCH BAR */
/* ===================== */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.header-search-dropdown .search-form__input {
	height: 150px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	position: relative;
	padding: 20px;
}

.search-form__input-wrap:before {
	position: absolute;
	content:'Search anything and hit enter';
	font-size: 12px;
	font-weight: 700;
	top: 35px;
	left:20px;
}

.search-form__submit-wrap {
	display: none;
}

.search-results__section-heading h4 {
	font-size: 20px !important;
	font-weight: 600;
}

.search-results__item .post__text h3 {
	margin-top: 0 !important;
}

.header-search-dropdown .search-results {
	padding: 0 20px;
}

.search-results__view-all a {
	background: #000;
	color: #fff;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-top: 40px;
}

.search-results__view-all a i{
	display: none;
}

.search-results .page-heading__subtitle {
	max-width: 40em;
	margin: 0.6em auto 0;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.search-results .search-results__item .post .post__thumb a {
	height: 50px;
	overflow: hidden;
}

/*.page-heading__subtitle--underban-first {
	position: absolute;
	bottom: -45px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #000;
}

.page-heading__subtitle--underban {
	position: absolute;
	bottom: -30px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #000;
}*/

.page-heading__subtitle--underban,
.page-heading .page-heading__subtitle{
	font-family: 'Raleway', sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin: 40px auto 0;
}

/* ===================== */
/* SIDEBAR */
/* ===================== */

.js-sticky-sidebar .post--overlay-bottom .post__text {
	padding-top: 0;
	text-align: center;
	
}

.js-sticky-sidebar .post--overlay-bottom .post__text .post__meta {
	display: none;
}

.js-sticky-sidebar .post--overlay-bottom .post__text h3 {
	margin-top: 10px !important;
}

.js-sticky-sidebar .post--overlay-bottom .post__text .post__text-inner {
	padding: 5px;
}

.js-sticky-sidebar .category-tile__wrap {
	box-shadow: none;
	margin-top: 0px;
}


/* ===================== */
/* CAROUSEL POSTS */
/* ===================== */

.mnmd-carousel-dots-none .owl-dots {
	display: block !important;
}

.mnmd-carousel .owl-dot.active span {
    background: #F85032;
}

.mnmd-carousel .owl-dots {
    padding: 30px 0 0;
    text-align: center;
    line-height: 1;
}

.mnmd-carousel .owl-dot {
    display: inline-block;
    padding: 1px;
}

.mnmd-carousel .owl-dot span {
    display: block;
    height: 5px;
    width: 70px;
    border-radius: 0;
    background: #fff;
    vertical-align: middle;
}

.mnmd-carousel .owl-prev, .mnmd-carousel .owl-next {
	background: none;
}

.mnmd-carousel .owl-prev {
    left: -50px;
}

.mnmd-carousel .owl-next {
    right: -50px;
}

@media screen and (max-width: 480px) {
	.mnmd-carousel .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 3px;
	}
}


/* ===================== */
/* CATEGORY */
/* ===================== */

.category .container--full {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.category .posts__container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.tag .posts__container .col-xs-12.col-sm-6.col-md-4 {
	padding: 15px;
}

.post--vertical .post__thumb {
	margin-bottom: 0;
}

body.category .col-xs-12.col-sm-6 .overlay-item--top-left {
	top: auto;
}

body.category .site-content {
	padding-top: 0;
}

.category .col-xs-12.col-sm-12.col-md-12 {
}

.category .col-xs-12.col-sm-12.col-md-12 .post__text {
	position: relative;
	max-width: 750px;
	margin: -220px auto 80px;
	text-align: center;
	z-index: 0;
}

.category .col-xs-12.col-sm-12.col-md-12 .post__text .post__cat {
	    position: relative;
    left: auto;
    top: auto;
}

.category .col-xs-12.col-sm-12.col-md-12 .post__text h3 {
	font-size: 30px;
}

.category .col-xs-12.col-sm-12.col-md-12 .post__text h3,
.category .col-xs-12.col-sm-12.col-md-12 .post__text .excerpt {
	color: #fff;
	text-align: center;
	
}

.category .col-xs-12.col-sm-12.col-md-12 .post__text .post__excerpt  {
	max-width: 750px !important;
}

.category .col-xs-12.col-sm-12.col-md-12 .post__text {
	padding: 0 20px;
}

.category .col-xs-12.col-sm-12.col-md-12 .post__meta,
.category .col-xs-12.col-sm-12.col-md-12 .post__meta .entry-author a {
	color:#fff;
}

.category .col-xs-12.col-sm-12.col-md-12 .post__meta .entry-author {
	float: left;
}

.category .col-xs-12.col-sm-12.col-md-12 .post__meta .time.published {
	float: right;
}

.category .posts__container .col-xs-12.col-sm-6.col-md-4 {
	margin-bottom: 40px;
}

.category .posts__container .col-xs-12.col-sm-6.col-md-4 .post__title a {
	font-size: 20px;
}

.category .mnmd-pagination {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	
	.category .breadcrumbs {
		position: absolute;
		top: 20px;
	}
	
	.category .col-xs-12.col-sm-12.col-md-12 {
    padding: 30px;
		margin-top: 50px;
}
	
	.category .col-xs-12.col-sm-12.col-md-12 .post__text {
		margin: 0;
		text-align: left;
    padding: 10px 0px 10px;
	}
	
	.category .col-xs-12.col-sm-12.col-md-12 .post__text h3 {
		font-size: 20px;
		color: rgba(0, 0, 0, 0.8);
		text-align: left;
	}
	
	.category .col-xs-12.col-sm-12.col-md-12 .post__text .excerpt {
		color: rgba(0, 0, 0, 0.6);
		text-align: left;
	}
	
	.category .col-xs-12.col-sm-12.col-md-12 .post__meta, .category .col-xs-12.col-sm-12.col-md-12 .post__meta .entry-author a {
		color: #000;
		float: none;
	}
	
	.category .col-xs-12.col-sm-12.col-md-12 .post__meta .time.published {
    float: left;
		color: rgba(0, 0, 0, 0.4);
}
	.category .col-xs-12.col-sm-12.col-md-12 .post__meta .entry-author {
    float: right;
		color: rgba(0, 0, 0, 0.4);
}
	
	.category .post__meta .entry-author__name, .post__meta a.entry-author__name {
    color: rgba(0, 0, 0, 0.6) !important;
}
}

/* hide post */
body.category .breadcrumbs {
	display: none;
}

/* ===================== */
/* SINGLE POST */
/* ===================== */

.et-slider .et-pb-slider-arrows a, .featured-posts-slider-module .et-pb-slider-arrows a {
    background: none;
    width: 40px;
    height: 40px;
    box-shadow: none;
    opacity: 1;
    font-family: 'Raleway', sans-serif;
}

.et-slider .et-pb-slider-arrows a:before, .featured-posts-slider-module .et-pb-slider-arrows a:before {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}

.single-post .mnmd-responsive-video {
	margin-bottom: 20px;
}

.single-post .single-header__inner .post__cat {
	display: none;
}

.single-billboard__inner .single-header .container {
	max-width: 850px;
}

.single-post .single-header--center .entry-title {
	font-size: 40px;
}

.single-post .entry-meta,
.single-post .entry-interaction {
	display: inline-block;
	width: 50%;
	float: left;
	margin: 0;
}

.single-post .entry-meta {
	text-align: left;
}

/*.single-post .entry-interaction .post-sharing ul:hover .sharing-btn {
	display: block;	
}*/

.single-post .entry-interaction .post-sharing li {
	margin: 0 5px;
	float: right;
}

.single-post .entry-interaction .post-sharing--simple .sharing-btn {
	display: none;
	padding: 0;
	height: 20px;
	width: auto !important;
	background: none !important;
	box-shadow: none;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}

.single-post .entry-interaction .post-sharing--simple .sharing-btn-primary {
	display: block;
}

.show--social li a {
	display: block !important;
}

.social-arrow-share {
	cursor: pointer;
}

.single-post .entry-interaction .post-sharing--simple .sharing-btn i {
	line-height: 1.5;
}

.single-post .entry-interaction .post-sharing--simple .sharing-btn span {
	display: none;
}

.single-post .entry-interaction__left {
	margin: 0;
	float: right;
}

.single-post .entry-author {
	margin-right: 40px !important;
}

.single-post .entry-author img {
	display: none;
}

.single-post .entry-interaction__right {
	display: none;
}

.single-post twitterwidget,
.single-post iframe.wp-embedded-content {
	margin: 10px auto;
	display: block;
	width: 100%;
}

.single-post .typography-copy blockquote, 
.single-post .comment-content blockquote {
	    border-left: 5px solid #F85032;
}

.single-post .typography-copy blockquote:before, .comment-content blockquote:before {
	color: #F85032;
}

.author-avatar2 > img {
	border-radius: 50%;
}

.entry-tags ul>li:not(.entry-tags__icon)>a:before {
	content:'';
}

.single-post .mnmd-block.related-posts {
	background: #000 url(https://radiichina.com/wp-content/uploads/2018/12/bg-daily-drip.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 0 0 60px 0;
	margin-bottom: 0;
}

.single-post .mnmd-block.related-posts .block-heading {
	margin: 0;
  padding: 30px 0;
	text-align: center;
	display: block;
}

.single-post .mnmd-block.related-posts h4 {
	color: #fff;
}

.single-post .mnmd-block.related-posts .post__text h3 {
    font-weight: 600 !important;
    margin-top: 40px !important;
}

.single-post .mnmd-block.related-posts .post__meta .time {
	float: initial;
}

.single-post .mnmd-block.related-posts .post__meta span {
	display: none;
}

.single-footer {
	border-top: solid 4px #D8D8D8;
}

.single-footer .entry-info {
	border-bottom: solid 1px #D8D8D8;
}

.single-post .entry-tags .entry-interaction {
	float: right;
}

.single-post .entry-tags .post-sharing li {
	float: left !important;
}

.single-post .entry-tags .post-sharing li a{
	display: block !important;
}

.single-post .entry-tags .post-sharing li i{
	color: #000;
}

 .entry-tags .post-sharing--simple li:nth-child(1) {
	display: none;
}

.single-post .entry-tags .facebook-btn i {
	color: #39579A !important;
}

.single-post .entry-tags .twitter-btn i {
	color: #23CBFF !important;
}

.single-post .entry-tags .googleplus-btn i {
	color: #DF4A32 !important;
}

.single-post .entry-tags .pinterest-btn i {
	color: #bd081c !important;
}

.single-post .entry-tags .linkedin-btn i {
	color: #007bb5 !important;
}

.single-post .entry-tags .fa-reddit {
	color: #f26522 !important;
}

.single-post .entry-tags .fa-rss {
	color: #ff4500 !important;
}

.single-post .single-footer .cat-theme.cat-theme {
	color: #fff !important;
	padding: 2px 5px;
}

.single-post .single-footer .entry-tags--custom {
	text-align: left;
	padding: 0;
}

.single-post .single-footer .entry-tags--custom li a {
	font-family: "raleway";
	background: #D8D8D8;
	font-size: 12px;
	padding: 5px 7px;
	color: #000;
}

.single-post .single-footer .entry-tags--custom li a:before {
	display: none;
}

.single-post .entry-categories__icon,
.single-post .entry-tags__icon{
	display: none;
}

.single-footer .entry-tags > ul li {
	margin: 10px 4px;		
}

.single-post .typography-copy blockquote {
	margin: 40px 0 !important;
}


/* COMMENT FORM */

.single-post .single-entry-section {
	margin-top: 60px;
  max-width: 1170px;
  margin: 60px auto 0;
  padding: 0 20px;
}

.single-post .comment-respond {
	border-top: solid 2px #e2e2e2;
  padding: 60px 0px;
}

.single-post .apsl-login-networks {
	display: none;
}

.single-post .comment-notes {
	margin-bottom: 30px;
}

.single-post p.comment-form-comment,
.single-post .custom--form--comment__input{
display: inline-block;
vertical-align: top;
}

.single-post p.comment-form-comment {
   width: 60%;
float: right;
}

.single-post .custom--form--comment__input{
   width: 40%;
}

.single-post .comment-form-author, 
.single-post .comment-form-email, 
.single-post .comment-form-url {
   max-width: 100%;
   padding-right: 40px;
}


@media screen and (max-width: 768px) {
	.author-box__image {
    display: block;
    width: 100% !important;
		text-align: center !important;
	}
	
	.author-box__text {
    text-align: center !important;
    width: 100% !important;
    display: block ;
	}
	
	.single-post p.comment-form-comment {
   width: 100%;
}

	.single-post .custom--form--comment__input{
		 width: 100%;
	}
	
		.single-post .comment-form-author, 
	.single-post .comment-form-email, 
	.single-post .comment-form-url {
		 padding-right: 0px;
	}
}

@media screen and (max-width: 480px) {
	.single-post .single-header--center .entry-title {
		font-size: 26px;
	}
	
	.single-post .entry-meta, 	.single-post .entry-interaction {
		display: block;
		width: 100%;
		float: initial;
	}
	
	.single-post .entry-interaction {
		margin-top: 10px;
	}
	
	.single-post .entry-meta time.time.published {
		float: right;
	}
	
}

/* ===================== */
/* PROFILE AUTHOR */
/* ===================== */

.single-post .author-box {
	padding: 80px 20px;
	border: none;
	margin: 0;
	background: #fff;
	max-width: 970px;
	margin: 0 auto;
}

.author-box__image {
	text-align: left;
	margin-bottom: 20px;
	display: inline-block;
	min-height: 180px;
	width: 26%;
	margin-right: 4%;
	vertical-align: top;
	vertical-align: middle;
}

.author-box__image .author-avatar2 {
	text-align: center;
}

.author-box__image .author-avatar2 img {
	width: 100%;
}

.author-box__text {
	text-align: left;
	padding: 0;
	width: 70%;
	display: inline-block;
	font-family: "raleway", sans-serif;
	vertical-align: middle;
}

.author-box__text .author-name a {
	text-transform: none;
	font-size: 20px;
}

.author-box__text .author-name a:hover {
	text-decoration: none;
}

.author-box__text ul {
	margin: 10px 0;
}

.author-box__text ul .mdicon-facebook {
	color: #39579A !important;
}

.author-box__text ul .mdicon-twitter {
	color: #23CBFF !important;
}

.author-box__text ul .mdicon-google-plus {
	color: #DF4A32 !important;
}

.author-box__text ul .mdicon-linkedin {
	color: #007bb5 !important;
}

.author-box__text ul .mdicon-instagram {
	color: #c32aa3 !important;
}

.author-box__text .author-bio {
	text-align: left;
}


@media screen and (min-width: 768px) {
	.author-box .author-avatar {
    width: auto;
    box-shadow: none;
    border: 0;
    top: 30%;
		left: 5%;
	}

	.author-box .author-avatar img
	{
		width: 180px;
    height: 180px;
	}
}

/* ===================== */
/* COMMENTS */
/* ===================== */

.comments-area {
	text-align: center;
}

.comments-area h2 {
	font-size: 20px;
	padding-top: 40px
}

.comments-area .comment-reply-title {
	display: none;
}

.comments-area .logged-in-as {
	margin-bottom: 40px;
}

.comments-area .logged-in-as a{
	font-weight: 600;
	text-decoration: none;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	margin-right: 5px;
	border: solid 1px #000;
	padding: 10px 20px;
	border-radius: 5px
}

.comments-area .logged-in-as a:hover,
.comments-area .logged-in-as a:active,
.comments-area .logged-in-as a:focus {
	color: #D0021B;
	text-decoration: none;
}

.comment-form-comment textarea {
	max-width: 100%;
	box-shadow: none;
	margin-top: 10px;
}

.comment-form-comment textarea:focus {
	max-width: 100%;
	border: solid 1px #D0021B;
	outline: none;
}


/* ===================== */
/* NEWSLETTER */
/* ===================== */

.modal-header {
	border: none;
	padding: 0px;
}

.modal-header .close{
	margin-top: 10px;
	margin-right: 10px;
}

.subscribe-form {
	padding: 0 0 40px 0;
}

.subscribe-form form {
	max-width: 400px;
	margin: 0 auto;
}

.subscribe-form h3{
	font-size: 24px;
	font-weight: 700;
}

.subscribe-form p {
	padding: 10px 0 0;
}

.subscribe-form input[type="email"] {
	display: block !important;
	width: 100% !important;
	box-shadow: none !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #E9E9E9;
	padding: 10px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
}

.subscribe-form input[type="submit"] {
	margin-bottom: 10px;
	padding: 10px 0 !important;
	background: #af1f23 !important; /* Old browsers */
	background: -moz-linear-gradient(45deg, #af1f23 0%, #cf393d 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #af1f23 0%,#cf393d 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #af1f23 0%,#cf393d 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1f23', endColorstr='#cf393d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
} 

.subscribe-form input[type="submit"]:hover {
	opacity: .8;
}


/* ===================== */
/* ERROR 404 */
/* ===================== */

.error404 {
	
}

/* ===================== */
/* ABOUT RADII */
/* ===================== */

.page-template-default .container {
	width: 100%;
	padding: 0;
}

.typography-copy blockquote {
	margin: 80px 0 !important;
	padding-left: 30px;
	border-left: 5px solid #D0021B;
}

.typography-copy blockquote h4,
.typography-copy blockquote h4 strong {
	font-weight: 600 !important;
	font-size: 20px;
	font-style: normal;
}

.typography-copy blockquote:before, .comment-content blockquote:before {
	color: #D0021B;
}

.typography-copy blockquote p:nth-child(2) {
	margin-bottom: 0 !important;
}

.radii-team {
	background: #F9F9F9;
	padding: 60px 0;
}

.radii-writers {
	border-top: 2px solid #efecec;
}

.radii-contributors {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}

.radii-team h4,
.radii-contributors h4{
	text-align: center;
	margin-bottom: 60px;
}

.radii-team ul {
	text-align: center;
}

.radii-team li,
.radii-contributors .user {
	list-style-type: none;
	width: 32%;
	display: inline-block;
	margin-bottom: 40px;
	vertical-align: top;
}

.radii-contributors .user {
	width: 20%;
}

.radii-team li span {
	width: 100%;
	display: block;
	text-align: center;
}

.radii-team .image {
  clip-path: circle(90px at center);
  /* OLD VALUE example: circle(245px, 140px, 50px); */
  /* Yep, even the new clip-path has deprecated stuff. */
	margin-bottom: 10px;
}

.radii-contributors .user {
	padding: 0 20px !important;
	display: inline-block !important;
	float: none !important;
}

.radii-contributors .user span.avatar{
	border-radius: 50%;
  clip-path: circle(50% at center);
  margin-bottom: 10px;
  width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto 10px;
}

.radii-contributors .user span.avatar img{
	width: 100%;
}

.radii-contributors .name {
	font-weight: 700;
	font-size: 14px !important;
}

.shortcode-author-avatars div.aa_pageList a {
	padding: 2px 4px;
	margin: 0 5px;
	border: none;
	color: #000;
	font-family: 'raleway', sans-serif;
}

.shortcode-author-avatars div.aa_pageList a.current {
	font-weight: 400;
	color: #fff;
	background: #D0021B;
	border-radius: 50%;
	width: 29px;
	display: inline-block;
}

.shortcode-author-avatars div.aa_pageList a:hover {
	text-decoration: none;
}

.radii-team a:hover{
	text-decoration: none;
}

.radii-team a em {
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.about-content,
.radii-team ul,
.container-1170,
.container-850 {
	margin: 0 auto;
	padding: 0 15px;
}

.container-1170 {
	max-width: 1170px;
}

.about-content,
.radii-team ul,
.container-850 {
	max-width: 850px;
}


@media screen and (max-width: 600px) {
	.radii-team li {
		width: 45%;
	}
}

@media screen and (max-width: 480px) {
	.radii-team li {
		width: 100%;
	}
	
	
	.radii-contributors .user {
		width: 50%;
	}
}

/* ===================== */
/* CONTACT */
/* ===================== */

/*.contact--page input[type="file"] {
	float: right;
	margin-top: -40px;
}

.contact--page input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}*/


/* ===================== */
/* CONTRIBUTORS */
/* ===================== */

.page-id-11066 {
	font-family: 'Raleway', sans-serif;
}

.page-id-11066 .form-all {
	max-width: 1170px;
	width: 100%;
}

.contribute--page .page-heading--has-background {
	margin: 0;
}

.contribute--page h4{
	text-align: center;
}


/* ===================== */
/* PRIVACY POLICY */
/* ===================== */

.list-anchor,
.privacy-content {
	float: left;
}

.list-anchor {
	width: 30%;
	padding-right: 40px;
}

.privacy-content {
	width: 70%;
}

@media screen and (max-width: 768px) {
	.list-anchor,
	.privacy-content {
		float: none;
		width: 100%;
}
}


/* ===================== */
/* CONTRIBUTE FORM PAGE */
/* ===================== */

.contribute--page .form-all {
	max-width: 860px !important;
	width: 100% !important;
	margin: 0 auto;
}




/* ===================== */
/* POST LINE HEIGHT FIX */
/* ===================== */
@media screen and (min-width: 768px) {
 .posts-listing .post__title, .posts-listing .post__excerpt  {
		height: 4.2em;	
	}
	
	.posts-listing .post__title a, .posts-listing .post__excerpt a {
		-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	
	/*.home--page .col-xs-12  .post--vertical .post__text h3 {
		height: 4.2em;
	}
	
	.home--page .post__excerpt {
		height: 4.2em;
	}	*/
}

/* ===================== */
/* LOAD MORE */
/* ===================== */
.js-ajax-load-post-trigger {
	text-transform: uppercase;
}

/* ===================== */
/* QUOTE */
/* ===================== */


/* ===================== */
/* MEDIA PLAYER */
/* ===================== */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #af1f23 !important;
}
