body.no_scroll {
	overflow: hidden;
}

#mask_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

main {
	line-height: 1;
	margin-top: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

a, a:hover, a:visited {
	color: #000;
}

.mobile_only {
	display: none;
}

header .hidden {
	display: none !important;
}

header {
	display: initial;
	height: auto;
}

.page header .top_container,
.category.bright-front-template header .top_container {
	background: url('/assets/themes/eet/images/bright_bg.jpeg') no-repeat center;
	background-size: cover;
	padding-bottom: 44px;
}

.category:not(.bright-front-template) header .top_container,
.single header .top_container {
	position: relative;
	height: 64px;
	background: #fff;
	padding-bottom: 0;
}

header .top_row {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

header .top_row > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

header .top_row .eet_logo {
	margin-left: 0;
}

header .top_row .search_login {
	display: flex;
	align-items: center;
}

header .search span {
	font-size: 0;
	line-height: 0;
}

.page header .bright_logo,
.category.bright-front-template header .bright_logo {
	width: 346px;
	margin: 32px auto 0;
	padding-bottom: 20px;
}

.category:not(.bright-front-template) header .bright_logo,
.single header .bright_logo {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	width: 20%;
	max-width: 196px;
	margin: 0 auto;
	padding-bottom: 0;
}

header .slogan {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	padding-bottom: 40px;
	color: #777777;
}

header .overlay {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	transform: matrix(1, 0, 0, -1, 0, 0);
	width: 100%;
	height: 44px;
	top: unset;
	right: unset;
	margin-top: -44px;
}

header .bottom_container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 1;
}

header .bottom_container.sticky {
	box-shadow: 0 3px 4px rgb(0 0 0 / 15%);
}

header .menu_row {
	max-width: 1180px;
	margin: 0 auto;
	height: 40px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.page header .menu_row,
.category.bright-front-template header .menu_row {
	border-top: unset;
}

header .sticky .menu_row {
	border: unset;
}

header .menu_row .menu li {
	list-style: none;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 39px;
	color: #333333;
	text-transform: capitalize;
	vertical-align: middle;
	margin: 2px 12px 0;
}

.page header .menu_row .menu li,
.category.bright-front-template header .menu_row .menu li {
	text-transform: uppercase;
	line-height: 45px;
	margin: 0 12px;
}

header:not(.health) .menu_row .menu.sub_cat li a {
	color: #777777;
}

header .menu_row .menu.sub_cat li.current a {
	color: #333333;
}

header .menu .second.logo {
	position: relative;
	width: 84px;
	margin-left: 0;
	margin-top: -2px;
}

header .menu .second.logo + li {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: -4px;
}

header .menu .second.logo:after, header .menu .second.logo + li:after {
	position: absolute;
	display: block;
	content: '';
	top: 9px;
	right: -12px;
	width: 1px;
	height: 24px;
	background-color: #333333;
}

header:not(.health) .menu .second.logo + li a {
	color: #333333;
}

header .menu_row li a {
	display: block;
	width: 100%;
	color: #333333;
}

.header {
	position: relative;
	height: 92px;
	z-index: 1;
}

header .eet_row {
	position: relative;
	max-width: 1180px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
}

header #navbar {
	float: left;
}

header #navbar:before {
	font-family: 'Genericons';
	font-size: 20px;
	line-height: 52px;
	content: '\f191';
	position: relative;
	color: #000;
	cursor: pointer;
}

header #navbar.close:before {
	font-size: 13px;
	content: '\f107';
	position: fixed;
	top: 0;
	left: 364px;
	z-index: 3;
}

header .menu_container {
	text-align: left;
	display: table;
	width: 100%;
}

header .menu_container.hidden {
	display: none;
}

header .menu_container > .cat_list {
	display: flex;
	top: 40px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: fixed;
	right: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
	padding: 60px 16px 0;
}

header #navbar .menu_show {
	width: 420px;
	top: 0;
	right: calc(100% - 420px);
	z-index: 2;
}

header li {
	list-style: none;
}

header .eet_row .one_cat {
	font-size: 18px;
	line-height: 22px;
	padding-top: 0;
	padding-bottom: 24px;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}

header .one_cat {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}

header .one_cat > a {
	display: block;
	padding: 16px 0 16px 8px;
}

header .one_cat.logo > a {
	padding-left: 0;
}

header .one_cat:not(.logo) > a:hover {
	border: 1px solid #F3EEE0;
}

header .one_cat.logo {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #777777;
}

header .one_cat.logo img {
	width: 113px;
}

header .one_cat.about {
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	line-height: 68px;
	color: #333333;
}

header .cat_list .one_cat .arrow {
	position: absolute;
	top: 14px;
	right: 0;
	padding-right: 20px;
	cursor: pointer;
}

header .cat_list .one_cat .arrow:after {
	content: '';
	display: inline-block;
	float: right;
	width: 8px;
	height: 8px;
	margin-top: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

header .cat_list .one_cat.opened .arrow:after {
	transform: rotate(135deg);
}

header .cat_list .one_cat:hover .arrow:after {
	width: 10px;
	height: 10px;
}

header .sub_list {
	padding-top: 20px;
}

header .sub_list li {
	padding-left: 36px;
	padding-bottom: 16px;
	color: #555;
	line-height: 22px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

header .cat_list .sub_list li a {
	color: #555;
}

header .eet_logo {
	width: 162px;
	margin: 0 auto;
	padding-top: 24px;
}

header #login_wrapper iframe {
	width: 260px;
	height: 64px;
}

header .mid_container {
	height: 44px;
	background-color: #fff;
	opacity: 0.8;
	clear: both;
}

header .mid_wrapper {
	max-width: 1180px;
	margin: 0 auto;
}

header .mid_wrapper > div {
	display: inline-block;
	line-height: 44px;
	vertical-align: top;
}

header .logo {
	width: 100px;
}

header .logo img {
	vertical-align: middle;
}

header .menu {
	height: 40px;
	margin-left: 32px;
	overflow: hidden;
}

header .mid_container .one_cat {
	position: relative;
	display: inline-block;
	margin-right: 16px;
	padding-top: 3px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}

header .mid_container .one_cat a, header .mid_container .sub_cats div a {
	color: #000000;
}

header .nav_drop, header .border {
	display: none;
	position: absolute;
}

header .mid_container .one_cat:hover .border {
	display: block;
	bottom: 3px;
	width: 100%;
	height: 5px;
	background-color: #AF8416;
}

header .mid_container .one_cat:hover + .nav_drop, header .nav_drop:hover {
	display: block;
	width: 780px;
	height: 204px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	top: 44px;
	z-index: 1;
}

header .col_2 .sub_cats div:nth-child(n+5), header .col_3 .sub_cats div:nth-child(n+10) {
	display: none;
}

header .nav_drop .sub_cats {
	width: 63%;
	float: left;
}

header .mag .sub_cats {
	width: 60%;
}

header .col_2 .sub_cats {
	padding-top: 60px;
	padding-left: 56px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

header .col_3 .sub_cats {
	padding-top: 44px;
	padding-left: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

header .sub_cats div {
	height: 19px;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #333333;
	overflow: hidden;
}

header .sub_cats div:hover a {
	color: #AF8416;
}

header .nav_drop .image img {
	position: absolute;
	top: 0;
	right: 0;
}

header .overlay {
	position: absolute;
	background: linear-gradient(90deg, #FFFFFF 15%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
	width: 93px;
	height: 204px;
	top: 0;
	right: 198px;
}

header .mag .overlay {
	display: none;
}

header .right_col {
	float: right;
}

header .search span {
	font-size: 0;
	line-height: 0;
}

header .search img {
	vertical-align: text-top;
	cursor: pointer;
}

header #search_pannel {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	background-color: #fff;
	padding-top: 116px;
	transition: opacity 2s ease-out;
	z-index: 2;
}

header #search_pannel input {
	display: block;
	line-height: 22px;
	outline: 0;
	border: unset;
	border-bottom: 1px solid #333333;
	width: 480px;
	margin: 0 auto;
	padding: 0 8px;
	color: #aaa;
	background-color: transparent !important;
}

header .featured_cats .title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #555555;
	padding-bottom: 22px;
}

header .featured_cats .row {
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 24px;
}

header .featured_cats .cat {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 26px;
	line-height: 26px;
	text-transform: capitalize;
	border-right: 1px solid #333333;
	color: #999999;
	margin-bottom: 24px;
	padding: 0 12px;
}

header .featured_cats .row .cat:nth-child(4), header .featured_cats .row .cat:last-child {
	border-right: unset;
}

header .row:hover .cat:hover a {
	color: #A79123;
}

header .row:hover .cat:not(:hover) a {
	color: #999999;
}

header #search_pannel .close {
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 20px;
	top: 66px;
	right: 52px;
	padding: 0;
	border: unset;
	background-color: unset;
	cursor: pointer;
}

header #search_pannel .close:before, header #search_pannel .close:after {
	position: absolute;
	content: ' ';
	top: 2px;
	left: 16px;
	height: 18px;
	width: 2px;
	background-color: #000;
}

header #search_pannel .close:before {
	transform: rotate(45deg);
}

header #search_pannel .close:after {
	transform: rotate(-45deg);
}

body.single .header {
	border-bottom: 1px solid #AAAAAA;
}

.sticky_wrapper {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #AAAAAA;
}

header .sticky_nav {
	max-width: 1220px;
	height: 44px;
	margin: 0 auto;
	padding: 0 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 44px;
	letter-spacing: 1px;
	color: #000000;
	background-color: #fff;
	border-bottom: 1px solid #AAAAAA;
}

header .sticky_nav .primary {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #777777;
}

header .sticky_nav .title {
	display: inline-block;
	width: calc(100% - 300px);
	overflow: hidden;
	white-space: nowrap;
}

header .sticky_nav #login_wrapper_sticky {
	vertical-align: super;
}

header .primary a {
	color: #777;
}
/* end header */

.footer {
	display: inline-block;
	width: 100%;
	background: #f5f5f5;
}

.footer .container {
	max-width: 100%;
	margin: auto;
	padding: 64px 138px 32px;
}

.footer .top_row {
	margin-bottom: 76px;
	text-align: center;
}

.footer .top_row .text {
	margin-bottom: 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #333333;
}

.footer .top_row form {
	position: relative;
	display: inline-block;
}

label[for=searchtext], label[for=bright_newsletter] {
	display: none;
}

#bright_newsletter {
	width: 600px;
	height: 44px;
	border: 0.6px solid #A79123;
	outline: 1px #A79123;
	padding: 0 72px 0 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}

#bright_newsletter::-webkit-input-placeholder, #bright_newsletter:-ms-input-placeholder, #bright_newsletter:-moz-placeholder, #bright_newsletter::-moz-placeholder, #bright_newsletter::placeholder {
	color: #EADFA8;
}

.footer input.submit {
	position: absolute;
	top: 2px;
	right: 12px;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	color: #A79123;
	cursor: pointer;
	background-color: #fff;
	border: unset;
	outline: unset;
}

.footer .menu {
	display: table;
	width: 100%;
}

.footer .nav-menu > li {
	float: left;
	margin-right: 10%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 19px;
	color: #333333;
	list-style: none;
}

.footer .nav-menu li a {
	color: #333333;
}

.footer .nav-menu .sub-menu {
	margin-top: 20px;
}

.footer .sub-menu li {
	list-style: none;
	padding-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
	color: #555555;
}

.footer .sub-menu li a {
	color: #555555;
}

.footer .copyright {
	width: 100%;
	margin: 80px auto 0;
	padding: 16px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #555555;
	border-top: 1px solid #ccc;
}

.footer .cookie-bar {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #3d5a96;
	z-index: 999;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	color: #f2f2f2;
	line-height: 22px;
}
/* end footer */

.premium_icon {
	bottom: 3px;
}

.btn.row {
	display: block;
	clear: both;
	text-align: center;
}

.btn button.primary {
	width: 167px;
	height: 40px;
	background-color: #A79123;
	border: 1px solid #A79123;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.btn button.secondary {
	width: 164px;
	height: 40px;
	border: 1px solid #A79123;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	color: #A79123;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
}

.btn .secondary.white {
	width: 147px;
	border: 1px solid #FFFFFF;
	color: #fff;
}

.post_list, .one_block {
	display: table;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
	clear: both;
}

.one_block {
	margin-top: 100px;
}

.post_list .one_post, .one_block .one_post {
	display: inline-block;
	vertical-align: top;
	float: left;
}

.one_post .image {
	position: relative;
}

.one_post .image img {
	width: 100%;
}

.one_post .cat_time {
	margin-top: 8px;
	margin-bottom: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #A79123;
}

.one_post .cat_time .cat_info {
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid #A79123;
	text-transform: uppercase;
}

.one_post .cat_time a {
	color: #A79123;
}

.one_post .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

.col_3 .one_post .title.three_most {
	line-height: 21px;
	max-height: 63px;
}

.one_post .time {
	color: #777;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin-right: 20px;
}

.one_post .ymk_social {
	margin-top: 12px;
	vertical-align: text-bottom;
}

.one_post .ymk_social .share_link {
	margin: 0 4px 0 0;
}

.one_post .ymk_social a.share_link {
	padding-right: 16px;
}

.ymk_social .share_link .share, .ymk_social .cmt_link .comments {
	display: inline-flex;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #777;
}

.ymk_social .share_link >span:before, .ymk_social .cmt_link >span:before {
	color: #777;
	font-size: 16px;
}

.ymk_social .share_link .share:before {
	content: "\f1b4";
}

.ymk_social .comments:before {
	content: '\f1b3';
}

.title.two_most {
	display: block;
	display: -webkit-box;
	max-height: 44px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.three_most.title {
	display: block;
	display: -webkit-box;
	max-height: 66px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.col_2 .one_post {
	width: calc(50% - 16px);
	margin-bottom: 36px;
}

.col_2 .one_post:nth-child(2n+1) {
	margin-right: 32px;
	clear: both;
}

.col_2.horizontal > div {
	display: inline-block;
	width: 50%;
	float: left;
	vertical-align: top;
	margin-bottom: 32px;
}

.col_2.horizontal .cat_wrapper:nth-child(1) {
	padding-right: 32px;
}

.col_2.horizontal .cat_wrapper:nth-child(2) {
	padding-left: 32px;
	border-left: 1px solid #EEEEEE;
}

.col_2.horizontal .one_post, .col_3.horizontal .one_post {
	width: 100%;
	margin: 0;
	float: unset;
}

.col_2.horizontal .cat_wrapper > div:nth-child(2), .col_3.horizontal .cat_wrapper > div:nth-child(2) {
	margin-bottom: 32px;
}

.col_2.horizontal .one_post .image {
	width: 40%;
	float: left;
	padding-left: 0;
	padding-right: 16px;
}

.col_2.horizontal .one_post .cat_time {
	margin-top: 0;
}

.col_3 .one_post {
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 36px;
}

.col_3 .one_post:nth-child(3n) {
	margin-right: 0;
}

.col_3 .one_post:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.col_3.horizontal > div {
	display: inline-block;
	float: left;
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 72px;
}

.col_3.horizontal > div:nth-child(3n) {
	margin-right: 0;
}

.col_3.horizontal > div:nth-child(3n+1) {
	margin-left: 0;
}

.col_3.horizontal > div:nth-child(1), .col_3.horizontal > div:nth-child(2) {
	margin-right: 0;
	padding-right: 1%;
	border-right: 1px solid #eeeeee;
}

.col_3.horizontal .one_post {
	width: 100%;
}

.col_3.horizontal .image {
	width: 35%;
	float: left;
	margin-right: 10px;
}

.col_2.horizontal, .col_3.horizontal {
	display: table;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 28px;
}

.col_4 .one_post {
	width: calc(25% - 24px);
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 36px;
}

.col_4 .one_post:nth-child(4n) {
	margin-right: 0;
}

.col_4 .one_post:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.col_5 .one_post {
	width: calc(20% - 12.8px);
}

.col_5 .one_post:nth-child(-n+4) {
	margin-right: 16px;
	padding-right: 16px;
	border-right: 1px solid #CCCCCC;
}

.cat_feature .first_post {
	display: inline-block;
	width: 58%;
	padding-right: 16px;
}

.cat_feature {
	display: inline-block;
	width: 100%;
	margin-bottom: 32px;
	padding-bottom: 36px;
	border-bottom: 1px solid #CCCCCC;
}

.cat_feature .one_post.first_post .title {
	font-size: 24px;
	line-height: 28px;
	max-height: 84px;
}

.cat_feature .excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #777777;
	display: block;
	display: -webkit-box;
	max-height: 40px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-top: 8px;
}

.cat_feature .right_side {
	display: inline-block;
	width: 42%;
	padding-left: 16px;
	border-left: 1px solid #EEEEEE;
	vertical-align: top;
}

.cat_feature .right_side .one_post {
	width: 100%;
	margin-bottom: 32px;
}

.cat_feature .right_side .image {
	width: 46.7%;
	float: right;
	margin-left: 8px;
}

.cat_feature .right_side .cat_time {
	margin-top: 0;
}

.magazine {
	display: table;
	width: 100%;
	background-color: #F8F8F8;
	margin-top: 100px;
	padding: 40px 0;
	text-align: center;
}

.magazine .name {
	position: relative;
	display: inline-block;
	margin-left: -100px;
}

.magazine .name:after {
	content: 'Magazine';
	position: absolute;
	right: -112px;
	bottom: 2px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 24px;
	line-height: 24px;
	color: #583B35;
}

.magazine .text {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #583B35;
	padding: 32px 0 36px;
}

.magazine .showcase > div {
	display: inline-block;
	margin: 0 3.2% 36px;
}

.magazine .showcase > div:nth-child(1) {
	margin-left: 0;
}

.magazine .showcase > div:nth-child(4) {
	margin-right: 0;
}

.magazine .num {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #583B35;
	padding-top: 4px;
}

.magazine .btn.row a:first-child {
	margin-right: 36px;
}

.section_banner {
	position: relative;
	max-height: 460px;
	padding-top: 24%;
	background-size: 100% auto;
	background-position: center;
}

.category .section_banner {
	max-height: 530px;
	padding-top: 31.5%;
}

.section_banner .section_info {
	position: absolute;
	top: 0;
	width: 50%;
	padding-top: 5%;
	padding-left: 130px;
}

.category .section_banner .section_info {
	padding-top: 9%;
	padding-left: 10%;
}

.section_banner .name {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 60px;
	line-height: 60px;
	color: #FFFFFF;
}

.section_banner .name a {
	color: #fff;
}

.section_banner.black {
	margin-bottom: 68px;
}

.section_banner.black .name a, .section_banner.black .desc {
	color: #333333;
}

.section_banner.black .btn .secondary.white {
	color: #333333;
	border-color: #333333;
}

.section_banner .desc {
	max-width: 585px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 60px;
}

.section_slide {
	position: absolute;
	top: 0;
	left: 60%;
	width: 370px;
	padding-top: 4%;
}

.slide_container .slick-list {
	cursor: pointer;
}

.slide_container .slick-list:before {
	display: inline-block;
	content: 'MAGAZINE';
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	background-color: #AF8416;
	padding: 4px 12px;
	margin-bottom: 4px;
	cursor: pointer;
	pointer-events: all;
}

.bright_cat {
	padding-bottom: 100px;
}

.bright_cat .slide_container .slick-list:before {
	content: none;
}

.slide_container .slick-dots {
	text-align: center;
}

.slide_container .slick-dots li {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 12px 6px 0;
	padding: 0;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.bright_cat .slide_container .slick-dots li {
	background-color: #ccc;
	border-color: #ccc;
}

.slide_container .slick-dots li.slick-active {
	background: #D8B484;
	border-color: #D8B484;
	opacity: .9;
}

.slide_container .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	border: 0;
	outline: 0;
	color: transparent;
	background: transparent;
}

.slide_container .slick-arrow {
	position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 1;
}

.slide_container .slick-arrow.slick-prev {
	left: -90px;
}

.slide_container .slick-arrow.slick-next {
	right: -90px;
}

.section_nav {
	height: 68px;
	margin-bottom: 68px;
	overflow: hidden;
}

.bright_cat .section_nav {
	position: sticky;
	top: 0;
	z-index: 1;
}

.section_nav ul {
	position: relative;
	max-width: 1068px;
	margin: 0 auto;
}

.section_nav ul:before, .section_nav ul:after {
	position: absolute;
	top: 30px;
	display: inline-block;
	content: '';
	width: 24px;
	height: 10px;
	background-size: cover;
}

.section_nav ul:before {
	left: -56px;
	background-image: url('/assets/themes/eet/images/bright_slide_left.png');
}

.section_nav ul:after {
	right: -56px;
	background-image: url('/assets/themes/eet/images/bright_slide_right.png');
}

.section_nav ul li {
	display: inline-block;
	margin: 0 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 68px;
	text-transform: capitalize;
	color: #FFFFFF;
}

.section_nav ul li.cur_cat {
	line-height: 32px;
	padding: 4px 12px;
	margin: 0 8px;
	border: 1px solid #fff;
}

.section_nav li a {
	color: #fff;
}

.section_nav ul li:nth-child(n+8) {
	display: none;
}

.btm_border {
	width: 100%;
	max-width: 1180px;
	height: 1px;
	margin: 60px auto 0;
	background-color: #ccc;
}

.sidebar .social.share_wrapper {
	padding-left: 12px;
}

.share_wrapper.social .item {
	display: inline-block;
	width: 42px;
	float: left;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #777;
	text-align: center;
}

header .share_wrapper.social .item {
	width: 70px;
	font-size: 13px;
	line-height: 13px;
}

.share_wrapper.social .major_social {
	padding-left: 26px;
}

.share_wrapper.social .major_social {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: repeat(5, 36px);
	gap: 16px;
}

.article_body .share_wrapper.social .major_social {
	display: inline-grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: 1fr;
	width: min(428px, calc(100% - 50px));
}

header .share_wrapper.social .major_social {
	display: inline-grid;
	width: calc(100% - 70px);
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: 1fr;
	gap: 12px;
	padding-right: 16px;
}

.share_wrapper.social .major_social span {
	width: 36px;
	height: 36px;
	margin: 0;
	padding-top: 0;
	vertical-align: middle;
	border: 1px solid #A79123;
	background-color: #fff;
}

header .share_wrapper.social .major_social span {
	height: 40px;
	width: 40px;
}

.share_wrapper.social .major_social .email {
	grid-column: 1 / span 5;
}

.share_wrapper.social .major_social .copy_url {
	grid-column: 1 / span 3;
}

.article_body .share_wrapper.social .major_social .copy_url, header .share_wrapper.social .major_social .copy_url {
	grid-column: 6 / span 3;
}

.share_wrapper.social .major_social .email, .share_wrapper.social .major_social .copy_url {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0;
}

header .share_wrapper.social .major_social .email {
	font-size: 13px;
	line-height: 14px;
	padding: 0;
	text-align: center;
}

header .share_wrapper.social .major_social .copy_url {
	font-size: 13px;
	line-height: 40px;
}

.share_wrapper.social .major_social .email {
	background-color: #A79123;
}

.social .major_social span > a:before {
	line-height: 36px;
	font-size: 22px;
	color: #A79123;
}

header .social .major_social span > a:before {
	font-size: 26px;
	line-height: 40px;
}

.share_wrapper.social .major_social .email a, .share_wrapper.social .major_social .copy_url a {
	color: #fff;
}

header .share_wrapper.social .major_social .email a {
	display: inline-flex;
	width: 92px;
	text-align: left;
	padding-top: 6px;
	white-space: normal;
}

.share_wrapper.social .major_social .copy_url a {
	color: #A79123;
}

.social .major_social .email > a:before, .social .major_social .copy_url > a:before {
	display: inline-block;
	margin-right: 8px;
	font-size: 26px;
	vertical-align: middle;
}

header .social .major_social .email > a:before, header .social .major_social .copy_url > a:before {
	font-size: 24px;
}

header .social .major_social .email > a:before {
	line-height: 28px;
}

header .social .major_social .copy_url > a:before {
	margin-right: 0;
}

.social .major_social .email > a:before {
	color: #fff;
	vertical-align: bottom;
}

.article_body .social .major_social .email > a:before, .article_body .social .major_social .copy_url > a:before {
	margin-right: 4px;
}

.social .major_social span:hover {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	color: #555555;
}

.social .major_social span:last-child {
	margin-right: 0;
}

.social .major_social .copy_url>a:before {
	content: "\f13f";
}

.social .major_social .more_social {
	background: url(/assets/themes/eet/images/bright_three_dots.svg) no-repeat center center;
	background-size: 16px 24px;
}

.social.share_wrapper .share_link span {
	color: #A79123;
	font-size: 14px;
}

header .social.share_wrapper .share_link span {
	display: block;
	font-size: 13px;
}

.block_name {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 32px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 32px;
	padding-bottom: 8px;
	border-bottom: 1px solid #777777;
	text-transform: capitalize;
}

.cat_name {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.block_name a, .cat_name a {
	color: #333333;
}

.eet_video_icon {
	bottom: 12px;
	left: unset;
	right: 12px;
	background-image: url('/assets/themes/eet/images/EET_Play_Button_white.svg');
}

.col_2.horizontal .eet_video_icon {
	width: 28px;
	height: 28px;
	bottom: 10px;
	right: 26px;
}

.col_3.horizontal .eet_video_icon {
	bottom: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
}
/* end common element */
/* start ai bottom recommendation */
.bottom_recm {
	margin-top: 80px;
	margin-bottom: 54px;
	max-width: calc(100% - 372px);
}

.bottom_recm .ai_rec {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-transition: margin 0.2s;
	transition: margin 0.2s;
}

.bottom_recm .ai_rec .one_block {
	margin: 0;
	padding: 0;
	clear: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 56px;
	grid-column-gap: 4%;
}

.bottom_recm .ai_rec .one_block:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-bottom: 1px solid #cccccc;
}

.bottom_recm .ai_rec .one_block .one_post {
	float: none;
	margin: 0 !important;
}

.bottom_recm .ai_rec .block_title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #777777;
}

.ai_rec .top_news_articles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200%;
	overflow: hidden;
	transform: translateX(0%) translateX(0px);
	-webkit-transition: 0.3s cubic-bezier(.49,.49,.55,.95);
	transition: 0.5s cubic-bezier(.49,.49,.55,.95);
}

.ai_rec.end .top_news_articles {
	transform: translateX(-50%) translateX(0px);
}

.ai_rec button {
	position: absolute;
	top: 46%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #A79123;
	border: unset;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}

.ai_rec button.prev, .ai_rec.end button.next {
	display: none;
}

.ai_rec.end button.prev {
	display: block;
	left: 0;
}

.ai_rec button.next {
	display: block;
	right: 0;
}

.bottom_recm button:before, .bottom_recm button:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 6px;
	top: 12px;
	left: 6px;
	background-color: #fff;
	transform: rotate(45deg);
}

.bottom_recm button:after {
	top: 8px;
	transform: rotate(135deg);
}

.bottom_recm button.next:before {
	top: 8px;
	left: 8px;
}

.bottom_recm button.next:after {
	top: 12px;
	left: 8px;
}

.bottom_recm .eet_video_icon {
	width: 35px;
	height: 35px;
	left: 10px;
	bottom: 10px;
	top: auto;
}

.bottom_recm .image {
	position: relative;
	margin-bottom: 12px;
	line-height: 0;
}
/* end bottom recommendation */

.featured_block.one_block {
	margin-top: 32px;
}

.featured_block .first_post {
	margin-bottom: 32px;
}

.featured_block .first_post .image {
	display: inline-block;
	width: 48.6%;
	float: left;
}

.featured_block .first_post .details {
	position: relative;
	display: inline-block;
	width: 51%;
	padding: 20px 32px 32px;
}

.featured_block .first_post .details:before, .featured_block .col_4 .image:before {
	content: 'featured';
	position: absolute;
	top: 0;
	left: 32px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #A79123;
	border: 1px solid #A79123;
	padding: 0 8px;
}

.featured_block .col_4 .image:before {
	right: 0;
	left: unset;
}

.featured_block .first_post .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 36px;
	line-height: 40px;
}

.featured_block .first_post .one_post .cat_time {
	font-size: 16px;
	line-height: 19px;
}

.featured_block .first_post .excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #777777;
	margin-top: 12px;
	display: block;
	display: -webkit-box;
	max-height: 48px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.mr_container {
	background-color: #FBFAF2;
	margin-top: 32px;
	padding: 36px 20px 44px;
}

.most_read.one_block {
	position: relative;
	display: block;
	margin-top: 0;
}

.most_read .block_name {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 20px;
}

.most_read .block_name span {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	cursor: pointer;
	padding: 0 4px;
}

.most_read .block_name span.active {
	color: #A79123;
	text-decoration: underline;
}

.most_read .list_wrapper {
	overflow: hidden;
	-webkit-transition: margin 0.2s;
	transition: margin 0.2s;
}

.most_read .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200%;
	overflow: hidden;
	transform: translateX(0%) translateX(0px);
	-webkit-transition: 0.3s cubic-bezier(.49,.49,.55,.95);
	transition: 0.5s cubic-bezier(.49,.49,.55,.95);
}

.most_read.end .list {
	transform: translateX(-50%) translateX(0px);
}

.most_read .list .half {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.most_read .list.week, .most_read .list.month {
	display: none;
}

.most_read button {
	position: absolute;
	top: 48%;
	width: 20px;
	height: 20px;
	border: unset;
	background: unset;
	cursor: pointer;
	z-index: 1;
}

.most_read button.prev {
	left: -16px;
	border-top: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	transform: rotate(-45deg);
}

.most_read.end button.prev {
	border-color: #A79123;
}

.most_read button.next {
	right: -16px;
	border-top: 3px solid #A79123;
	border-right: 3px solid #A79123;
	transform: rotate(45deg);
}

.most_read.end button.next {
	border-color: #CCCCCC;
}

.most_read .half .one_post {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.most_read .half .one_post:not(:first-child) {
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #CCCCCC;
}

.most_read .one_post .excerpt {
	display: block;
	display: -webkit-box;
	max-height: 54px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-top: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #777777;
}

.lifestyle .col_3 {
	border-bottom: unset;
	display: table;
	margin-bottom: 32px;
	border-bottom: 1px solid #CCCCCC;
}

.lifestyle > div:nth-child(4) {
	margin-bottom: 40px;
	padding-bottom: 8px;
	border-bottom: unset;
}

.epoch_fun {
	background-color: #F3F9FA;
	padding-top: 28px;
	padding-bottom: 28px;
	margin-top: 100px;
}

.epoch_fun .name {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px 8px;
}

.epoch_fun .name img {
	width: 114px;
}

.epoch_fun .post_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 32px 24px;
}

.epoch_fun .one_post img {
	border-radius: 8px;
}

.epoch_fun .one_post .title {
	display: block;
	display: -webkit-box;
	max-height: 20px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 20px;
}

.inspired .col_3 {
	border-bottom: unset;
}

.arts_culture .col_4 {
	border-bottom: unset;
	margin-bottom: 40px;
	padding-bottom: 4px;
}

.arts_culture .col_4 .cat_wrapper {
	display: inline-block;
	width: calc(25% - 24px);
	margin-left: 16px;
	margin-right: 16px;
}

.arts_culture .col_4 .cat_wrapper:nth-child(4n) {
	margin-right: 0;
}

.arts_culture .col_4 .cat_wrapper:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.arts_culture .col_4 .one_post {
	width: 100%;
	margin: 0 0 36px;
}

.family_edu .cat_feature {
	border-bottom: unset;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.top_theme {
	width: 100%;
	height: 692px;
	text-align: center;
}

.top_theme .content {
	padding-top: 248px;
}

.top_theme h1 .logo_text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	color: #000;
	width: 1px;
	height: 1px;
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.top_theme .content .text {
	max-width: 600px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #333333;
	padding-top: 26px;
}

.top_theme .content .text_sub {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #333333;
	padding-top: 86px;
	padding-bottom: 24px;
}

.body_container {
	padding-bottom: 116px;
}

.body_container > .post_list:first-child {
	display: table;
}
/* end home page */

.mag_section {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

.mag_section .info {
	width: 50%;
	max-width: 550px;
}

.mag_section .name {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 32px;
	line-height: 32px;
	color: #A79123;
}

.mag_section.ae .name {
	color: #3A5A90;
}

.mag_section .name img {
	width: 258px;
	margin-right: 4px;
}

.mag_section .desc {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	padding-top: 28px;
	padding-bottom: 36px;
}

.mag_section .section_slide {
	padding-top: 2%;
}

.mag_section.ae .section_slide {
	padding-top: 0;
}

.featured > .title, .cat_latest > .title {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px 20px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #000000;
}

.featured, .cat_latest {
	padding-top: 40px;
}

.bright_cat .cat_name {
	border-top: 1px solid #cccccc;
	padding-top: 32px;
}

.bright_cat .one_block > div:nth-child(3) {
	border-top: none;
	padding-top: 0;
}

.bright_cat .cat_latest {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

.bright_cat .one_block .post_list {
	width: 100%;
	padding: 0;
}

.bright_cat .cat_latest .post_list {
	display: inline-block;
	width: calc(100% - 332px);
	margin-left: 0;
	padding: 0 32px 0 0;
	border-right: 1px solid #EEEEEE;
}

.bright_cat .right_middle_ad {
	display: inline-block;
	position: sticky;
	top: 28px;
	float: right;
	margin-top: -20px;
}

.bright_cat .cat_latest .post_list .one_post {
	width: 100%;
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #CCCCCC;
}

.bright_cat .cat_latest .one_post .image {
	width: 40%;
	max-width: 320px;
	float: left;
	margin-right: 32px;
}

.bright_cat .cat_latest .one_post .cat_time {
	margin-top: 0;
}

.bright_cat .cat_latest .one_post .title {
	font-size: 20px;
	line-height: 24px;
}

.bright_cat .cat_latest .one_post .excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #777777;
	margin-top: 8px;
	margin-bottom: 2px;
}

.pagination {
	text-align: center;
}
/* end cat page */

main.bright-single {
	max-width: 1220px;
	margin: 48px auto 0;
	padding: 0 20px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 625, 'opsz' 40;
}

.single .featured_image {
	margin-bottom: 32px;
}

.single .featured_image img, .single .featured_image .video_fit_container iframe {
	width: 100%;
}

.caption {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #777777;
	padding-top: 4px;
}

.meta {
	margin-bottom: 36px;
}

.meta .item {
	margin-right: 28px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #777777;
}

.meta .item a {
	color: #777777;
}

.meta .printer a:after {
	font-family: 'Genericons';
	content: "\f18d";
	position: relative;
	top: 5px;
	color: #A79123;
	margin-left: 10px;
	font-size: 17px;
	line-height: 0;
}

.meta .detail {
	padding-left: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #A79123;
}

.meta .detail a {
	color: #A79123;
}

.article {
	position: relative;
}

.article .article_body {
	display: inline-block;
	width: calc(100% - 372px);
	-moz-osx-font-smoothing: grayscale;
}

.article_body {
	padding-left: 40px;
}

.bright-single .article .premium_icon {
	position: relative;
	vertical-align: middle;
}

.bright-single .article .premium_icon:before {
	content: 'PREMIUM';
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background: #777;
	font-size: 14px;
	line-height: 28px;
	margin-right: 16px;
	padding: 6px 12px;
}

.article_cat {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #777777;
}

.article_cat a {
	color: #777;
}

.article_body h1 {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #333333;
	padding-bottom: 16px;
}

.article_body .sub_title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #777777;
	padding-bottom: 20px;
	margin-top: -10px;
}

.article_body h2,
.article_body h3,
.article_body h6,
.article_body p,
.article_body ul,
.article_body ol,
.article_body .post_content div:not(.article-below-widgets):not(.aplayer_app div) {
	max-width: 600px;
	margin: 0 auto;
}

.article_body p, .article_body h2, .article_body h3, .article_body h6, .article_body li {
	font-family: 'ET Text';
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0.15px;
	color: #333333;
	margin-bottom: 20px;
	padding: 0;
}

.article_body h3 {
	padding-bottom: 8px;
}

.article_body strong {
	font-weight: 500;
}

.article_body sup {
	font-size: small;
	vertical-align: text-bottom;
}

.article_body .post_content li {
	margin-left: 20px;
}

.article_body .post_content li::marker {
	font-size: initial;
}

.article_body .post_content div.video_fit_container {
	margin-top: 8px;
	margin-bottom: 4px;
}

.article_body .post_content iframe {
	max-width: 100%;
}

.article_body .post_content a {
	color: #A79123;
}

.article_body .post_content a:visited {
	color: #551a8b
}

.article_body blockquote > * {
	padding-left: 12px;
	padding-right: 12px;
}

.pull-quote {
	padding: 16px 12px 36px;
	font-style: italic;
	font-size: 24px;
	line-height: 36px;
	color: #333;
}

.pull-quote .quote-content:after, .pull-quote .quote-content:before {
	font-family: 'Genericons';
	content: "\f199";
	line-height: 0;
	font-size: 16px;
	color: #A79123;
	margin: 0 4px 0 0;
	position: relative;
	top: -8px;
}

.pull-quote .quote-content:after {
	content: "\f198";
	top: -8px;
	margin-left: 4px;
}

.pull-quote .quote-info {
	font-style: italic;
	font-weight: 400;
	font-size: 19px;
	line-height: 19px;
	color: #333;
	padding-top: 12px;
}

.article_body .coverage strong {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	padding-top: 8px;
	border-top: 2px solid #000;
}

.article_body .coverage .post_list {
	padding: 12px 0 0;
}

.article_body .post_content .coverage .post_list .article {
	margin-bottom: 12px;
}

.article_body .coverage .article a {
	display: flex;
	align-items: center;
}

.article_body .coverage img {
	max-width: 150px;
	margin-right: 16px;
}

.article_body .coverage span {
	display: inline-block;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
}

.article_body h2 {
	font-size: 20px;
	font-weight: 500;
}

.article_body figure {
	width: 100% !important;
	margin: 0 0 28px;
}

.article_body figure img {
	width: 100%;
}

figcaption {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #777777;
	padding-top: 4px;
}

.sidebar {
	position: sticky;
	top: 60px;
	right: 0;
	width: 324px;
	height: 100vh;
}

.bright-single .sidebar {
	position: absolute;
}

.bright-single #sidebar_comments {
	height: 800px;
}

.bright-single .right-bottom-ad {
	position: sticky;
	top: 20px;
	width: 324px;
}

.article .sidebar .popular {
	background-color: #FCFCFC;
	padding: 16px;
}

.article .popular .block_name {
	width: 100%;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-color: #999999;
}

.article .sidebar .col_2.horizontal {
	border-bottom: unset;
	margin-bottom: 16px;
}

.article .popular .one_post {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cccccc;
}

.article .popular .one_post:last-child {
	border-bottom: unset;
	margin-bottom: 0;
	padding-bottom: 0;
}

.article .popular .details {
	width: 60%;
	float: left;
}

.article .popular .cat_time {
	margin-bottom: 4px;
}

.article .popular .time {
	line-height: 16px;
}

.article .popular .one_post .title {
	font-size: 16px;
	line-height: 20px;
}
/*  comment start */

#remark-side-panel {
	width: 100%;
	height: calc(100% - 180px);
	-webkit-overflow-scrolling: touch;
}

#remark-side-panel #forum_btn a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
}

#remark-side-panel #forum_btn .arrow {
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	padding-left: 3px;
}

#remark-side-panel .close {
	display: none;
}

#remark-side-panel .login_wrapper {
	background: #eee;
	text-align: center;
	padding: 10px 0 16px;
	margin-bottom: 5px;
}

#remark-side-panel .login_wrapper .new_users {
	margin: 20px 0 4px;
}

#remark-side-panel .login_wrapper .new_users, #remark-side-panel .login_wrapper .registered, #remark-side-panel .login_wrapper .not_verified_user {
	display: none;
}

#remark-side-panel .login_wrapper button {
	background: #fff;
	outline: none;
	border: 0;
	border-radius: 4px;
}

#remark-side-panel .login_wrapper button a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	color: #A79123;
}

#remark-side-panel .login_wrapper .blue_button {
	background: #A79123;
	padding: 5px 9%;
	display: inline-block;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

#remark-side-panel .login_wrapper #remark_login_btn {
	margin-left: 5px;
}

#remark-side-panel .login_wrapper #remark_login_btn a {
	color: #000;
	text-decoration: underline;
}

#remark-side-panel .login_wrapper #remark_signup_btn {
	background: #A79123;
	margin-right: 10px;
}

#remark-side-panel .login_wrapper #remark_signup_btn a {
	color: #fff;
}

#hide_show_comments {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	float: right;
	margin-top: 16px;
}

#hide_show_comments a {
	color: #555;
}

#hide_show_comments .hide_comments_icon, #hide_show_comments .show_comments_icon {
	border: 1px solid #777;
	color: #000;
	font-weight: 100;
	font-size: 16px;
	line-height: 11px;
	display: inline-block;
	padding: 1px 3px;
	margin-left: 3px;
	vertical-align: text-top;
}

#hide_show_comments .hide_comments_icon {
	padding: 0 3px 1px;
	font-size: 20px;
	line-height: 12px;
	vertical-align: text-top;
}

#sidebar_comments .hide {
	display: none !important;
}

.remark-wrapper, #remark {
	height: 100%;
}
/* comment end */

.meta .row #share_now {
	display: inline-block;
	width: 256px;
	padding-left: 26px;
	padding-top: 2px;
}

.article_body .share_wrapper {
	margin-top: 40px;
	text-align: center;
}

.article_body .share_wrapper.social .item {
	float: unset;
	vertical-align: top;
	padding-top: 2px;
}

#social_popup_overlay {
	padding-left: 0;
	padding-right: 0;
}

.sharing_popup_container {
	width: 380px;
	margin: 0 auto;
}

.sharing_popup_container .section_title {
	background-color: #fff;
	border-radius: unset;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #333333;
	padding: 32px 32px 24px;
}

.sharing_popup_container .platforms {
	border-radius: unset;
	padding: 0 32px 28px;
}

.sharing_popup_container span {
	display: inline-block;
	border-radius: 50%;
	vertical-align: top;
	margin-right: 27px;
	cursor: pointer;
}

.sharing_popup_container span:last-child {
	margin-right: 0;
}

.sharing_popup_container span > a {
	border-radius: 50%;
}

#social_popup_overlay .sharing_popup_container span a:after {
	font-size: 0;
}

#social_popup_overlay .sharing_popup_container span:hover a:after {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #555555;
	left: 0;
	bottom: -12px;
}

.author_wrapper {
	margin: 36px auto 0;
	border: 1px solid #EEEEEE;
	padding: 28px 28px 16px;
}

.one_author_block .name a {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 24px;
	line-height: 24px;
	color: #333;
}

.one_author_block .title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #A79123;
	padding-top: 4px;
}

.one_author_block .bio {
	margin-top: 24px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}

.follow_author {
	font-family: 'Roboto', sans-serif;
	background: #EADFA8;
	color: #333;
	border-radius: 0;
}

.follow_author.following {
	color: #EADFA8;
	border: 1px solid #EADFA8;
}

.one_author_block.round .social_row {
	margin-top: 24px;
}

.one_author_block .social_row a {
	color: #A79123;
	padding-left: 8px;
	font-family: 'Roboto', sans-serif;
}
/* end single page */

/* start health front */
header.health .bottom_container {
	background-color: #006199;
	height: 76px;
}

header.health .menu_row {
	height: 76px;
	border: unset;
}

header.health #navbar:before {
	color: #fff;
	top: 16px;
}

header.health #navbar.close:before {
	color: #000;
}

header.health .menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: 58px;
	align-items: center;
	clear: right;
}

header.health .menu_row .menu li {
	flex: 0 0 auto;
	color: #fff;
	font-size: 16px;
	margin-top: 0;
}

header.health .menu_row .menu .l2 {
	padding-top: 4px;
}

header.health .menu_row .menu .l2:first-child {
	position: relative;
	font-weight: 500;
	font-size: 30px;
	padding: 0;
}

header.health .menu_row .menu .l2:first-child:after {
	content: '';
	position: absolute;
	top: 6px;
	right: -12px;
	width: 1px;
	height: 30px;
	background-color: #fff;
}

header.health .menu_row .menu li a {
	color: #fff;
}

header.health .bright_logo {
	width: 100%;
	max-width: 266px;
}

.category-53 .bright_cat {
	padding-bottom: 80px;
}

#main .complex_block:first-child {
	margin-top: 32px;
}

.complex_block .first_post {
	width: 60%;
}

.complex_block .right_side {
	display: inline-block;
	width: 40%;
	padding-left: 32px;
}

.category.category-53 .cat_name {
	padding-top: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #006199;
	text-transform: uppercase;
	border: unset;
}

.category.category-53 .cat_name a {
	color: #006199;
}

.complex_block .first_post .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin-top: 8px;
}

.complex_block .excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #777777;
	margin-top: 12px;
	display: block;
	display: -webkit-box;
	max-height: 44px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.complex_block .right_side .one_post {
	width: 100%;
	margin-bottom: 16px;
}

.complex_block .right_side .image {
	width: 27%;
	max-width: 128px;
	float: right;
	margin-left: 16px;
}

.complex_block .right_side .cat_name:not(:first-child) {
	display: inline-block;
	width: 100%;
	margin-top: 12px;
}

.complex_block .right_side .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 26px;
	max-height: 52px;
	margin-top: 0;
}

.category-53 .wide_list {
	background-color: #CBF0F4;
	margin: 20px auto 60px;
	padding: 40px 128px 44px;
	text-align: center;
}

.category-53 .wide_list .row {
	max-width: 1184px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 32px auto 0;
}

.category-53 .wide_list .one_topic {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 26px;
	text-transform: capitalize;
	color: #006199;
	margin-top: 8px;
}

.category-53 .topics .row > a {
	margin: 0 16px;
}

.featured_discovery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.featured_discovery > div, .featured_discovery .cat_name {
	padding-top: 0;
}

.featured_discovery .col_2.horizontal {
	border-bottom: unset;
}

.featured_discovery .col_2.horizontal .one_post, .one_block.wellness .one_post, .one_block.conditions .one_post {
	margin-bottom: 32px;
}

.featured_discovery .excerpt, .one_block.wellness .excerpt, .one_block.conditions .excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #777777;
	margin-top: 8px;
	display: block;
	display: -webkit-box;
	max-height: 54px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.featured_discovery .cat_name {
	margin-bottom: 30px;
}

.cat_name.moustache {
	position: relative;
	text-align: center;
}

.cat_name.moustache span {
	position: relative;
	padding: 0 16px;
	background-color: #fff;
}

.cat_name.moustache:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #006199;
}

.featured_discovery .discovery .cat_name {
	color: #0AB5C7;
}

.featured_discovery .discovery .cat_name:before {
	border-bottom: 1px solid #0AB5C7;
}

.subscribe_banner {
	max-width: 1180px;
	margin: 20px auto 0;
}

.complex_block.nutrition {
	margin-bottom: 40px;
}

.category-53 .post_list.col_5 .one_post {
	border: unset;
}

.complex_block.nutrition .right_side .cat_name:not(:first-child) {
	margin-top: 16px;
}

.complex_block.nutrition .excerpt {
	max-height: 54px;
	-webkit-line-clamp: 3;
	line-height: 18px;
	font-size: 16px;
}

.complex_block.nutrition .right_side .image {
	width: 50%;
	max-width: 215px;
}

.big_feature {
	margin-top: 85px;
}

.big_feature .one_post {
	display: flex;
	align-items: stretch;
}

.big_feature .image {
	flex: 0 0 61%;
}

.big_feature .image img {
	height: 100%;
}

.big_feature .details {
	background-color: #006199;
	padding: 56px 32px 52px;
	color: #fff;
}

.big_feature .details .wrapper {
	max-height: 318px;
	overflow: hidden;
}

.big_feature .cat {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #CBF0F4;
	padding-bottom: 4px;
	margin-bottom: 28px;
	border-bottom: 1px solid #CBF0F4;
}

.big_feature .cat a {
	color: #CBF0F4;
}

.big_feature .one_post .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 40px;
	line-height: 50px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.big_feature .one_post .excerpt {
	font-family: 'ET Text';
	font-size: 16px;
	line-height: 25px;
	display: block;
	display: -webkit-box;
	max-height: 250px;
	overflow: hidden;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.one_block.wellness .wrapper, .one_block.conditions .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.one_block.wellness .cat_name, .one_block.conditions .cat_name {
	margin-bottom: 40px;
}

.one_block.wellness .col_2.horizontal, .one_block.conditions .col_2.horizontal {
	border-bottom: unset;
}

.category-53 .wide_list.conditions {
	margin: 80px auto;
	background-color: #8EDDE5;
}

.category-53 .wide_list.conditions .row {
	display: block;
}

.category-53 .wide_list.conditions .one_slide img {
	margin: 0 auto;
}

.wide_list.conditions .slick-prev.slick-arrow, .wide_list.conditions .slick-next.slick-arrow {
	position: absolute;
	top: 36%;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.wide_list.conditions .slick-prev.slick-arrow {
	transform: rotate(180deg);
}

.wide_list.conditions .slick-next.slick-arrow {
	left: unset;
	right: 0;
}

.footer.health {
	background-color: #006199;
}

.footer.health .top_row .text {
	color: #fff;
}

.footer.health #bright_newsletter {
	color: #999999;
}

.footer.health input.submit {
	color: #006199;
}

.footer.health .nav-menu li a {
	color: #FFFFF4;
}

.footer.health .sub-menu li a {
	color: #DEE0D6;
}

.footer.health .copyright {
	color: #cccccc;
}

/* pipa template */
.modal.showNav .modal__overlay {
	top: 103px;
}
.modal.showTopNav .modal__overlay {
	top: 64px;
}

body.sticky_nav .modal.showNav .modal__overlay,
body.sticky_nav .modal.showTopNav .modal__overlay {
	top: 44px;
}

/* end health front */

@media screen and (max-width: 1450px) {
	.section_banner .section_slide {
		padding-top: 2%;
	}
	.footer .nav-menu > li {
		margin-right: 5%;
	}
}

@media screen and (max-width: 1300px) {
	.section_slide {
		width: 300px;
	}
	.section_banner .name {
		font-size: 46px;
	}
	.section_banner .desc {
		margin-top: 8px;
		margin-bottom: 28px;
		display: block;
		display: -webkit-box;
		max-height: 48px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.category-53 .wide_list {
		padding: 40px 2% 44px;
	}
	.category-53 .wide_list .row {
		margin-top: 16px;
	}
	.category-53 .wide_list .one_topic {
		font-size: 16px;
	}
}

@media screen and (max-width: 1220px) {
	header .menu_row {
		padding: 0 20px;
	}
	header .menu_row .menu li {
		font-size: 13px;
	}
	.category header:not(.health) .menu_row .menu li, .single header .menu_row .menu li {
		font-size: 16px;
		margin: 0 8px;
	}
	header .menu .second.logo + li {
		font-size: 20px;
		margin-left: 12px;
	}
	header .eet_row, header .mid_wrapper {
		padding: 0 20px;
	}
	header .mid_container .one_cat {
		text-transform: capitalize;
	}
	.featured .btm_border {
		width: calc(100% - 40px);
	}
	.big_feature .one_post .excerpt {
		-webkit-line-clamp: 8;
		line-height: 24px;
	}
}

@media screen and (max-width: 1100px) {
	header .menu_row .menu li {
		text-transform: capitalize;
	}
	.col_4 .one_post {
		width: calc(25% - 18px);
		margin-left: 12px;
		margin-right: 12px;
	}
	.featured_block .first_post .details {
		padding: 20px 24px 24px;
	}
	.featured_block .first_post .details:before {
		left: 24px;
	}
	.featured_block .first_post .title {
		font-size: 28px;
		line-height: 33px;
	}
	header .mid_container .one_cat:hover + .nav_drop, header .nav_drop:hover {
		left: -64px;
	}
	.magazine .showcase > div {
		margin: 0 2% 36px;
		width: 18%;
	}
	.btn .secondary.white {
		width: 102px;
		height: 32px;
		line-height: 29px;
		font-size: 13px;
	}
	.bright .section_banner .section_info {
		padding-top: 3%;
		padding-left: 80px;
	}
	.section_slide {
		width: 240px;
		left: 62%;
	}
	.section_nav {
		height: 48px;
	}
	.section_nav ul li {
		line-height: 48px;
		font-size: 16px;
	}
	.section_nav ul:before, .section_nav ul:after {
		top: 19px;
	}
	.footer .nav-menu > li {
		margin-right: 1%;
	}
	.arts_culture .col_4 .cat_wrapper {
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.article_body {
		padding-left: 40px;
	}
	.big_feature .details {
		padding: 44px 32px;
	}
	.big_feature .one_post .title {
		font-size: 30px;
		line-height: 35px;
	}
	.big_feature .one_post .excerpt {
		-webkit-line-clamp: 5;
	}
}

@media screen and (max-width: 880px) {
	header .top_container {
		padding-bottom: 0;
	}
	header .bright_logo {
		width: 280px;
	}
	header .menu_row .menu li {
		font-size: 15px;
		margin: 0 6px;
	}
	.page header .menu_row .menu li,
	.category.bright-front-template header .menu_row .menu li {
		font-size: 13px;
	}
	header .menu .second.logo {
		margin-left: 12px;
	}
	.category header .bright_logo, .single header .bright_logo {
		padding-top: 4px;
	}
	header.health .bright_logo {
		padding-top: 6px;
		width: 22%;
	}
	header .menu {
		margin-left: 12px;
	}
	header .mid_container .one_cat {
		margin-right: 14px;
	}
	header .mid_container .one_cat:hover + .nav_drop, header .nav_drop:hover {
		left: -108px;
	}
	.one_block {
		margin-top: 48px;
	}
	.block_name {
		margin-bottom: 16px;
		font-size: 29px;
	}
	.cat_name {
		font-size: 21px;
		line-height: 22px;
	}
	.col_2.horizontal .cat_wrapper:nth-child(1) {
		padding-right: 16px;
	}
	.col_2.horizontal .cat_wrapper:nth-child(2) {
		padding-left: 16px;
	}
	.col_5 .one_post {
		width: calc(20% - 6.4px);
	}
	.col_5 .one_post:nth-child(-n+4) {
		margin-right: 8px;
		padding-right: 8px;
	}
	.magazine .name {
		width: 240px;
	}
	.magazine .name:after {
		right: -90px;
		bottom: 0;
		font-size: 20px;
	}
	.magazine .text {
		padding: 16px 0 20px;
	}
	.bright .section_banner .section_info {
		padding-top: 28px;
		padding-left: 20px;
	}
	.section_banner .name {
		font-size: 28px;
		line-height: 28px;
	}
	.section_banner .desc {
		margin-bottom: 20px;
	}
	.section_banner .section_slide {
		padding-top: 8px;
	}
	.slide_container .slick-arrow.slick-prev {
		left: -60px;
	}
	.slide_container .slick-arrow.slick-next {
		right: -60px;
	}
	.featured_block .first_post .title {
		font-size: 24px;
		line-height: 29px;
	}
	.featured_block .first_post .excerpt {
		font-size: 18px;
		line-height: 22px;
	}
	.featured_block .first_post .details {
		padding: 20px 0 0 24px;
	}
	.most_read .block_name {
		padding-bottom: 12px;
	}
	.most_read.one_block {
		padding: 0;
	}
	.article_body {
		padding-left: 20px;
	}
	.article_body h1 {
		padding-bottom: 16px;
	}
	.share_wrapper.social .major_social {
		padding-left: 12px;
	}
	.article_body .share_wrapper.social .major_social .email, .article_body .share_wrapper.social .major_social .copy_url {
		font-size: 12px;
	}
	.article_body .social .major_social .copy_url > a:before {
		margin-right: 0;
	}
	/*	health page */
	header.health .menu_row .menu .l2:first-child:after {
		right: -6px;
	}
	.complex_block .right_side .title {
		font-size: 16px;
		line-height: 21px;
		max-height: 42px;
	}
	.featured_discovery, .one_block.wellness .wrapper, .one_block.conditions .wrapper {
		gap: 24px;
	}
	.big_feature .details .wrapper {
		max-height: 254px;
	}
	.big_feature .details {
		padding: 28px 32px;
	}
	.big_feature .cat {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.big_feature .one_post .title {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 4px;
	}
	.wide_list.conditions .slick-next.slick-arrow {
		right: -12px;
	}
}

@media screen and (max-width: 768px) {
	header .mid_container .one_cat:hover + .nav_drop, header .nav_drop:hover {
		width: 100vw;
		left: -143px;
	}
	header .col_3 .sub_cats {
		padding-left: 36px;
	}
	.footer .nav-menu > li {
		margin-right: 3%;
	}
	.article_body .share_wrapper.social .major_social {
		display: grid;
		width: 100%;
		margin-top: 8px;
		padding: 0;
	}
	.section_banner .section_slide {
		width: 180px;
		padding-top: 16px;
	}
	.slide_container .slick-list:before {
		font-size: 12px;
		line-height: 12px;
		padding: 4px 4px;
		margin-left: 4px;
		margin-bottom: 0;
	}
	.slide_container .slick-arrow.slick-prev {
		left: -48px;
	}
	.slide_container .slick-arrow.slick-next {
		right: -48px;
	}
	.slide_container .slick-arrow img {
		width: 80%;
	}
	.mag_section .info {
		max-width: 100%;
		width: 100%;
	}
	.mag_section .section_slide {
		position: unset;
		display: block;
		width: 400px;
		margin: 40px auto 0;
	}
	.mag_section .slide_container .slick-list:before {
		font-size: 16px;
		line-height: 19px;
		padding: 4px 12px;
		margin-left: 8px;
		margin-bottom: 4px;
	}
	.mag_section .slide_container .slick-arrow.slick-prev {
		left: -90px;
	}
	.mag_section .slide_container .slick-arrow.slick-next {
		right: -90px;
	}
	.footer .container {
		padding: 64px 20px 32px;
	}
	.most_read button.prev {
		left: -14px;
	}
	.most_read button.next {
		right: -12px;
	}
	.epoch_fun .post_list {
		grid-template-columns: repeat(10, 1fr);
		overflow-x: scroll;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.epoch_fun .post_list::-webkit-scrollbar {
		display: none;
	}
	.epoch_fun .one_post {
		width: 240px;
		float: unset;
	}
	.single .featured_image {
		width: 100vw;
		margin-left: -20px;
	}
	.single .caption {
		padding-left: 20px;
		padding-right: 20px;
	}
	.meta .item {
		margin-right: 8px;
		font-size: 12px;
	}
	.meta .detail {
		font-size: 12px;
	}
	.category-53 .topics .row > a {
		margin: 0 12px;
	}
	.big_feature .details .wrapper {
		max-height: 230px;
	}
	.big_feature .one_post .title, .big_feature .one_post .excerpt {
		line-height: 34px;
	}
}

@media screen and (max-width: 650px) {
	main {
		margin-top: 0;
	}
	.mobile_only {
		display: block;
	}
	body > .header {
		height: 44px;
		border-bottom: unset;
		text-align: center;
		background: unset;
	}
	body.page .header,
	body.bright-front-template .header {
		display: block;
	}
	body.category .header {
		height: 84px;
		display: contents;
	}
	body.single .header {
		position: fixed;
		top: 0;
		border-bottom: unset;
	}
	header #navbar .menu_show {
		width: 100vw;
		right: 0;
	}
	header #navbar.close:before {
		left: unset;
	}
	header .mid_container {
		opacity: 1;
		border-bottom: 1px solid #EEEEEE;
	}
	.page header .mid_container,
	.category.bright-front-template header .mid_container {
		position: relative;
	}
	.single header .mid_container {
		border-bottom: unset;
	}
	header .mid_container .one_cat {
		font-size: 18px;
		padding-left: 0;
		margin-right: 0;
	}
	header .cat_list .one_cat .arrow {
		right: 16px;
		padding-right: 0;
	}
	header #login_wrapper {
		position: absolute;
		top: 0;
		right: 0;
	}
	header #login_wrapper iframe {
		width: 106px;
		height: 36px;
	}
	header .mid_container .logo {
		width: 100px;
		display: flex;
		margin: 0 auto;
	}
	.single header .mid_container .logo {
		width: 160px;
	}
	header .mid_container img.eet {
		width: 92px;
		margin-right: 8px;
		padding-right: 8px;
		border-right: 1px solid #eee;
	}
	header .mid_container img.brt {
		margin-left: 8px;
	}
	header .mid_container .search_btn {
		margin-top: 84px;
		text-align: center;
		width: 100%;
		border: 1px solid #ccc;
	}
	header .mid_container .search_btn img {
		margin-right: 16px;
	}
	header .mid_container .share_wrapper {
		display: none;
		width: 200px;
		float: unset;
		padding-left: 0;
		margin: 0 auto;
	}
	.category header .bottom_container {
		border-bottom: 1px solid #eeeeee;
	}
	.category header .bottom_container ul {
		overflow-x: scroll;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.category header .bottom_container ul::-webkit-scrollbar {
		display: none;
	}
	.category header .bottom_container li {
		display: inline-block;
		padding: 0 12px;
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 40px;
	}
	.category header:not(.health) .bottom_container li:first-child {
		position: relative;
		padding-left: 3px;
		font-family: 'Roboto', sans-serif;
		font-size: 24px;
	}
	.category header:not(.health) .bottom_container li:first-child:after {
		content: '';
		position: absolute;
		top: 8px;
		right: 0;
		width: 1px;
		height: 25px;
		background-color: #333333;
	}
	.category header .bottom_container .sub_cat li a {
		color: #cccccc;
	}
	.category header .bottom_container li a, .category header .bottom_container .sub_cat li:first-child a, .category header .bottom_container .sub_cat li.current a {
		color: #333333;
	}
	.share_wrapper.social .major_social {
		width: 100%;
		padding-left: 0;
	}
	.article_body .share_wrapper.social .major_social span {
		margin-right: 10px;
	}
	.article_body .share_wrapper.social .major_social .email, .article_body .share_wrapper.social .major_social .copy_url {
		width: 92px;
		font-size: 13px;
		line-height: 36px;
	}
	.article_body .social .major_social .email > a:before, .article_body .social .major_social .copy_url > a:before {
		vertical-align: top;
	}
	.article_body .share_wrapper.social .major_social {
		width: auto;
		padding-left: 12px;
	}
	.social .major_social span:hover {
		font-size: 0;
	}
	.top-share-widget-mobile .option-item {
		font-size: 0;
	}
	.top-share-widget-mobile img {
		vertical-align: middle;
		border-radius: 50%;
	}
	.social .major_social .fb {
		background-color: unset;
	}
	.top-share-widget-mobile .option-item.share-copy {
		margin-top: 7px;
		border-right: 4px;
	}
	header #navbar {
		float: left;
		position: absolute;
		left: 16px;
	}
	header #search_pannel {
		top: 44px;
		height: 100vh;
		padding: 225px 16px 0;
	}
	header #search_pannel input {
		width: 100%;
	}
	header .featured_cats .title {
		font-size: 10px;
		line-height: 12px;
		padding-top: 48px;
		padding-bottom: 16px;
	}
	header .featured_cats .cat {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 20px;
	}
	header .share_wrapper.sticky_bottom {
		position: fixed;
		width: 100%;
		height: 60px;
		float: unset;
		padding: 10px 0 0;
		bottom: 0;
		background-color: #fff;
	}
	/* end mobile header */
	
	footer {
		background-color: #F5F5F5;
	}
	.footer .container {
		padding: 28px 16px 32px;
	}
	.footer .top_row {
		margin-bottom: 32px;
	}
	.footer .top_row .text {
		font-size: 18px;
		line-height: 24px;
	}
	.footer .top_row form {
		width: 100%;
	}
	#bright_newsletter {
		width: 100%;
		height: 52px;
		border: 0.6px solid #AF8416;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	}
	.footer input.submit {
		top: 6px;
	}
	.footer .nav-menu > li {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
		text-align: center;
		list-style: none;
	}
	.footer .nav-menu li a {
		color: #000;
		background-color: unset;
	}
	.footer .nav-menu .sub-menu {
		display: none;
	}
	.footer .copyright {
		margin: 0 auto;
		border-top: 1px solid #ccc;
	}
	/* end mobile footer */
	
	.btn.row {
		margin-top: 24px;
		margin-bottom: 0;
	}
	.btn .secondary.white {
		width: 148px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.block_name {
		font-size: 20px;
		line-height: 20px;
		border-bottom: unset;
		padding-bottom: 0;
		margin-bottom: 12px;
	}
	.one_block {
		margin-top: 40px;
	}
	.post_list, .one_block {
		padding: 0 16px;
	}
	.post_list .one_post {
		float: unset;
	}
	.horizontal .one_post .title, .col_3.horizontal .one_post .title, .arts_culture .col_4 .one_post .title {
		font-size: 16px;
		line-height: 20px;
	}
	.horizontal .title.two_most {
		max-height: 40px;
	}
	.horizontal .three_most.title, .col_3.horizontal .one_post .title.three_most {
		max-height: 60px;
	}
	.category .post_list .cat_time {
		margin-top: 0;
	}
	.one_block .cat_wrapper {
		display: inline-block;
		border-bottom: 1px solid #777777;
	}
	.one_block .cat_wrapper .one_post {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 24px;
		margin-bottom: 20px;
	}
	.one_block .cat_wrapper .one_post:last-child {
		border-bottom: unset;
		margin-bottom: unset;
	}
	.cat_name {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 12px;
	}
	.col_2 .one_post:nth-child(2n+1) {
		margin-right: 0;
	}
	.col_2.horizontal .one_post > div {
		display: block;
		width: 100%;
		float: unset;
		vertical-align: top;
		padding-left: 0;
	}
	.col_2.horizontal .one_post:first-child {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.col_2.horizontal .one_post:first-child .image, .col_2.horizontal .one_post:first-child .text_box {
		display: block;
		width: 100%;
		padding: 0;
	}
	.col_2.horizontal > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100%;
		float: unset;
		margin-bottom: 20px;
	}
	.col_2.horizontal .cat_wrapper:nth-child(2) {
		border-left: unset;
	}
	.col_3 .one_post, .col_4 .one_post {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.col_3.horizontal > div {
		float: unset;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		border-right: unset;
	}
	.col_3.horizontal > div:nth-child(1), .col_3.horizontal > div:nth-child(2) {
		padding-right: 0;
		border-right: unset;
	}
	.col_4 .one_post .image, .col_2.horizontal .one_post .image, .col_3.horizontal .one_post .image {
		display: inline-block;
		width: 136px;
		position: absolute;
		right: 16px;
		padding: 0;
	}
	.col_4 .text_box, .col_2.horizontal .one_post .text_box, .col_3.horizontal .one_post .text_box {
		display: inline-block;
		width: 58%;
	}
	.col_2.horizontal, .col_3.horizontal {
		border-bottom: unset;
		margin-bottom: 0;
	}
	.col_3.horizontal .one_post .cat_time {
		margin-top: 0;
	}
	.col_4 .text_box .title, .col_2.horizontal .one_post:not(:first-child) .title {
		display: block;
		display: -webkit-box;
		max-height: 40px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 16px;
		line-height: 20px;
	}
	.col_4 .one_post .cat_time, .col_2.horizontal .one_post .cat_time, .col_3.horizontal .one_post .cat_time {
		margin-bottom: 4px;
	}
	.col_4 .one_post .cat_time .cat_info, .col_2.horizontal .one_post:not(:first-child) .cat_info {
		border-color: #A79123;
	}
	.col_4 .one_post .cat_info a, .col_2.horizontal .one_post:not(:first-child) .cat_info a {
		color: #A79123;
	}
	.one_post .excerpt {
		font-family: 'ET Text';
		font-size: 16px;
		line-height: 18px;
		color: #555555;
		margin-top: 8px;
		display: block;
		display: -webkit-box;
		max-height: 36px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.cat_feature {
		margin-bottom: 20px;
		padding-bottom: 24px;
		border-bottom: 1px solid #777777;
	}
	.cat_feature .one_post {
		width: 100%;
		float: unset;
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 24px;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.cat_feature .right_side .one_post {
		margin-bottom: 20px;
	}
	.cat_feature .one_post:last-child {
		border-bottom: unset;
	}
	.cat_feature .right_side {
		width: 100%;
		padding-left: 0;
		border-left: unset;
	}
	.cat_feature .right_side .one_post:last-child {
		border-bottom: unset;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.cat_feature .right_side .image {
		width: 100%;
		float: unset;
		margin-left: 0;
	}
	.cat_feature .right_side .cat_time {
		margin-top: 8px;
	}
	.cat_feature .one_post.first_post .title, .cat_feature .right_side .one_post .title {
		font-size: 24px;
		line-height: 30px;
		max-height: 90px;
	}
	.magazine {
		margin-top: 40px;
		padding: 32px 0;
	}
	.magazine .name {
		width: 172px;
		margin-left: -48px;
	}
	.magazine .name:after {
		right: -72px;
		bottom: 2px;
		font-size: 16px;
		line-height: 16px;
	}
	.magazine .text {
		display: none;
	}
	.magazine .showcase > div {
		margin: 30px 2% 0;
		width: 104px;
	}
	.magazine .showcase > div:nth-child(3) {
		margin-right: 0;
	}
	.magazine .showcase > div:last-child {
		display: none;
	}
	.magazine .num {
		display: none;
	}
	.magazine .btn.row {
		display: none;
	}
	.section_banner, .category .section_banner {
		padding-top: 124%;
		background-size: auto 100%;
	}
	.section_banner.black {
		margin-bottom: 36px;
	}
	.bright .section_banner .section_info, .category .section_banner .section_info {
		width: 100%;
		padding-top: 80px;
		padding-left: 16px;
		padding-right: 16px;
		text-align: center;
	}
	.section_banner .name {
		font-size: 32px;
		line-height: 32px;
	}
	.section_banner .desc {
		margin-top: 16px;
		margin-bottom: 48px;
	}
	.section_banner .section_slide {
		top: 272px;
		left: 0;
		right: 0;
		width: 240px;
		margin: 0 auto;
	}
	.slide_container .slick-list:before {
		position: absolute;
		margin: 0;
		font-size: 10px;
		line-height: 12px;
		padding: 4px 12px;
		z-index: 1;
	}
	.slide_container .slick-dots li {
		margin-top: -7px;
	}
	.section_nav {
		padding: 0 4px;
		margin-bottom: 36px;
	}
	.section_nav ul:before, .section_nav ul:after {
		content: none;
	}
	.section_nav ul {
		overflow-x: scroll;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.section_nav ul::-webkit-scrollbar {
		display: none;
	}
	.section_nav ul li.cur_cat {
		padding: 0 12px;
	}
	.btm_border {
		margin-top: 48px;
	}
	#social_popup_overlay {
		padding-left: 16px;
		padding-right: 16px;
	}
	.sharing_popup_container {
		width: 100%;
	}
	.sharing_popup_container .platforms {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding-bottom: 16px;
	}
	.sharing_popup_container span {
		width: 32px;
		height: 32px;
		margin-bottom: 28px;
	}
	#social_popup_overlay .sharing_popup_container span a:after {
		font-size: 14px;
		line-height: 17px;
		font-family: 'Roboto', sans-serif;
		color: #555555;
		top: 7px;
	}
	.sharing_popup_container .gab {
		background-size: 32px 32px;
		height: 32px;
	}
	.eet_video_icon {
		width: 40px;
		height: 40px;
	}
	.col_2.horizontal .eet_video_icon {
		bottom: 8px;
		right: 8px;
		width: 24px;
		height: 24px;
	}
	.premium_icon {
		bottom: -1px;
	}
	/* end common elements */
	
	.body_container {
		padding-top: 12px;
		padding-bottom: 40px;
	}
	.featured_block .one_post:last-child {
		margin-bottom: 0;
	}
	.featured_block.one_block {
		margin-top: 16px;
	}
	.featured_block .one_post .image {
		position: relative;
		width: 100%;
		float: unset;
		right: unset;
	}
	.featured_block .first_post {
		position: relative;
	}
	.featured_block .one_post .details {
		width: 100%;
		padding: 0 0 24px;
		border-bottom: 1px solid #CCCCCC;
	}
	.featured_block .one_post:last-child .details {
		margin-bottom: 0;
		border-bottom: unset;
	}
	.featured_block .first_post .image:before, .featured_block .col_4 .image:before {
		content: 'featured';
		position: absolute;
		top: unset;
		bottom: 3px;
		right: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		line-height: 20px;
		text-transform: uppercase;
		color: #FFFFFF;
		background: #A79123;
		border: 1px solid #A79123;
		padding: 0 8px;
	}
	.featured_block .first_post .details:before {
		display: none;
	}
	.featured_block .first_post .title, .featured_block .col_4 .one_post .title {
		font-size: 24px;
		line-height: 30px;
		display: block;
		max-height: unset;
		overflow: auto;
		-webkit-line-clamp: unset
	}
	.featured_block .excerpt {
		font-size: 18px;
		line-height: 22px;
		color: #777777;
		margin-top: 12px;
		display: block;
		display: -webkit-box;
		max-height: 44px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.category .featured_block .excerpt {
		font-size: 16px;
		line-height: 18px;
	}
	.mr_container {
		margin-top: 20px;
		padding: 20px 16px 24px;
	}
	.most_read .block_name {
		font-size: 16px;
		line-height: 16px;
		border-bottom: unset;
		margin-bottom: 0;
	}
	.most_read .list, .most_read .list .half {
		display: block;
		width: 100%;
	}
	.most_read .half .one_post, .most_read .half .one_post:not(:first-child) {
		position: relative;
		width: 100%;
		padding-left: 24px;
		padding-right: 0;
		padding-bottom: 24px;
		margin-left: 0;
		margin-bottom: 20px;
		border-left: unset;
		border-bottom: 1px solid #CCCCCC;
	}
	.most_read .half .one_post:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: unset;
	}
	.most_read .list .half:last-child {
		display: none;
	}
	.most_read .one_post:before {
		position: absolute;
		top: -4px;
		left: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 29px;
		color: #000;
	}
	.most_read .one_post:first-child:before {
		content: '1';
		top: -8px;
		font-size: 44px;
		line-height: 53px;
	}
	.most_read .one_post:nth-child(2):before {
		content: '2';
	}
	.most_read .one_post:nth-child(3):before {
		content: '3';
	}
	.most_read .one_post:nth-child(4):before {
		content: '4';
	}
	.most_read .one_post:nth-child(5):before {
		content: '5';
	}
	.most_read .one_post .image {
		max-width: 136px;
		float: right;
		margin-left: 6px;
	}
	.most_read .one_post .title {
		font-size: 16px;
		line-height: 20px;
		max-height: 60px;
	}
	.most_read .one_post:first-child .title {
		font-size: 18px;
	}
	.most_read .one_post .cat_time {
		margin-top: 0;
		margin-bottom: 2px;
	}
	.most_read .one_post .excerpt {
		display: none;
	}
	.lifestyle .col_3 {
		margin-bottom: 20px;
		border-bottom: unset;
	}
	.lifestyle > div:nth-child(4) .cat_wrapper:last-child {
		border-bottom: unset;
	}
	.lifestyle > div:nth-child(4) {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.lifestyle .col_3 .one_post .title {
		font-size: 24px;
		line-height: 30px;
		max-height: 60px;
	}
	.epoch_fun {
		padding-top: 12px;
		margin-top: 40px;
	}
	.epoch_fun .one_post {
		width: 190px;
	}
	.inspired.one_block .cat_wrapper:last-child {
		border-bottom: 1px solid #777777;
	}
	.arts_culture .col_4 .cat_wrapper {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.arts_culture .col_4 .cat_wrapper:nth-child(4n) {
		margin-bottom: 0;
		border-bottom: unset;
	}
	.arts_culture .col_4 .one_post:last-child {
		margin-bottom: 0;
	}
	.arts_culture .col_4 .one_post .cat_time {
		margin-top: 0;
	}
	.promo_banner {
		margin: 40px auto;
		padding: 26px 16px 28px;
		text-align: center;
		background: url("/assets/themes/eet/images/bright_promo_bg.jpeg") no-repeat center;
		background-size: cover;
	}
	.promo_banner img {
		width: 142px;
	}
	.promo_banner .text {
		font-family: 'Source Serif';
		font-weight: inherit;
		font-variation-settings: 'wght' 600, 'opsz' 40;
		font-size: 24px;
		line-height: 28px;
		color: #583B35;
		padding-top: 36px;
		padding-bottom: 16px;
	}
	main.bright-single {
		margin-top: 44px;
	}
	.top_theme {
		height: 600px;
	}
	.top_theme .content {
		padding-top: 155px;
	}
	h1 img {
		max-width: 164px;
	}
	.top_theme .content .text {
		font-size: 20px;
		line-height: 24px;
		padding: 16px 16px 0;
	}
	.top_theme .content .text_sub {
		font-size: 14px;
		line-height: 17px;
		padding: 86px 16px 24px;
	}
	.magazine .mag_feature {
		display: block;
		width: 100%;
		float: unset;
	}
	.magazine .post_list.col_2 {
		width: calc(100% - -16px);
		overflow-x: scroll;
		white-space: nowrap;
		margin-top: 36px;
		margin-right: 0;
		padding: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.magazine .post_list.col_2::-webkit-scrollbar {
		display: none;
	}
	.arts_culture.post_list .one_post {
		width: 100%;
		margin-right: 0;
	}
	/* end home page */
	
	.bright_cat .cat_latest {
		padding: 0 16px;
	}
	.bright_cat .cat_latest .post_list {
		width: 100%;
		border-right: unset;
		padding: 0;
	}
	.bright_cat .cat_latest .one_post .image {
		width: 100%;
		max-width: 100%;
		float: unset;
		margin-right: 0;
	}
	.mag_section {
		padding: 0 16px;
	}
	.mag_section .section_slide {
		width: 240px;
		margin-bottom: 40px;
	}
	.bright_cat .slide_container .slick-dots li {
		margin-top: 8px;
		border-color: #999999;
		background-color: #999999;
	}
	.bright_cat .slide_container .slick-dots li.slick-active {
		background-color: #D8B484;
		border-color: #D8B484;
	}
	.bright_cat .picks .block_name {
		border-top: 1px solid #777777;
		padding-top: 20px;
	}
	.bright_cat .picks .col_4 {
		border-bottom: 1px solid #777777;
	}
	.mag_section .info {
		text-align: center;
	}
	.mag_section .name {
		font-size: 24px;
		line-height: 24px;
	}
	.mag_section .name img {
		width: 194px;
	}
	.mag_section .desc {
		font-size: 16px;
		line-height: 19px;
		padding: 12px 16px 36px;
	}
	.featured, .cat_latest {
		padding-top: 32px;
	}
	.featured > .title, .cat_latest > .title {
		font-size: 24px;
		line-height: 24px;
	}
	.featured .btm_border {
		width: calc(100% - 32px);
		margin-top: 16px;
	}
	.cat_latest .post_list .one_post .image {
		display: block;
		width: 100%;
		position: unset;
		right: unset;
	}
	.cat_latest .post_list .one_post .cat_time {
		margin-top: 8px;
	}
	.cat_latest .post_list .one_post .title {
		max-height: unset;
		overflow: auto;
		-webkit-line-clamp: unset;
	}
	/* end category page */
	
	main.bright-single {
		padding: 0 16px;
	}
	.single .featured_image {
		margin-left: -16px;
		margin-bottom: 0;
	}
	.single .caption {
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 20px;
	}
	.article {
		padding-top: 20px;
	}
	.bright-single .article .premium_icon:before {
		font-size: 12px;
		margin-right: 12px;
		padding: 4px 8px;
	}
	.article .meta, .article .article_body {
		display: block;
		width: 100%;
	}
	.article .meta {
		margin-bottom: 24px;
	}
	.meta .row {
		margin-bottom: 4px;
	}
	.meta .row.social {
		padding-top: 8px;
		padding-bottom: 24px;
	}
	.article_cat {
		font-size: 12px;
		padding-bottom: 0;
		padding-top: 0;
		vertical-align: middle;
	}
	.article h1 {
		font-style: normal;
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0;
		color: #111111;
		line-height: 30px;
		padding-bottom: 12px;
	}
	.article_body {
		padding-left: 0;
	}
	.article_body .post_content,
	.article_body .post_content p {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0;
	}
	.article_body .post_content h2 {
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: 700;
	}
	.article_body .sub_title {
		font-size: 17px;
	}
	.article_body .share_wrapper {
		margin-top: 20px;
	}
	.one_author_block .top_row {
		text-align: center;
	}
	.one_author_block.round img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	.one_author_block .name a {
		font-weight: 500;
		font-size: 22px;
		line-height: 31px;
		text-transform: capitalize;
	}
	.one_author_block .title {
		font-size: 13px;
		line-height: 14px;
	}
	.one_author_block .follow_author {
		max-width: 128px;
		margin: 8px auto;
		padding: 0 22px;
		line-height: 30px;
		font-size: 16px;
		float: unset;
	}
	.one_author_block .bio {
		font-size: 16px;
		line-height: 22px;
	}
	.one_author_block .social_row {
		margin: 4px auto 0;
		text-align: center;
	}
	.one_author_block .social_row a {
		font-size: 13px;
	}
	.one_author_block .author_twitter {
		margin-right: 20px;
	}
	.one_author_block .author_twitter:before {
		font-family: 'Genericons';
		content: "\f17c";
		font-size: 21px;
		color: #1ba6ee;
		vertical-align: middle;
		margin-right: 3px;
	}
	.one_author_block .author_parler:before {
		background-image: url(/assets/themes/eet/images/ParlerW2.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
		background-position: center;
		content: "";
		width: 19px;
		height: 21px;
		display: inline-block;
		background-color: red;
		vertical-align: sub;
		margin-right: 3px;
	}
	.bottom_recm {
		margin-top: 72px;
	}
	.bottom_recm .section_title {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 16px;
	}
	.bottom_recm .post_list .one_post .image {
		display: block;
		width: 100%;
		position: unset;
		right: unset;
	}
	.bottom_recm .post_list .one_post .cat_time {
		margin-top: 8px;
	}
	.bottom_recm .post_list .one_post .title {
		max-height: unset;
		overflow: auto;
		-webkit-line-clamp: unset;
	}
	.sidebar {
		display: block;
		position: unset !important;
		top: unset;
		right: unset;
		width: 100vw;
		height: auto;
		float: unset;
		margin-left: -16px;
		padding: 16px;
		background-color: #fdfdfd;
	}
	.article .sidebar .popular {
		padding: 0 0 20px;
	}
	.article .sidebar .popular .image {
		right: 0;
	}
	#remark-side-panel {
		position: fixed;
		top: 0;
		bottom: 60px;
		right: 0;
		width: 100%;
		height: calc(100% - 60px);
		visibility: hidden;
		transform: translateX(110%);
		transition: transform 300ms ease 0s, visibility 300ms ease 0s;
		overflow: hidden;
		background-color: #ffffff;
		z-index: 1;
	}
	#remark-side-panel.show {
		visibility: visible;
		transform: none;
	}
	#remark-side-panel.show .close {
		font-size: 0;
		position: absolute;
		display: block;
		right: 16px;
		top: 4px;
		width: 15px;
		z-index: 3;
	}
	#remark-side-panel .close a:before {
		font-family: 'Genericons';
		content: "\f107";
		font-size: 20px;
		color: #000;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.article .popular .block_name, #show_comments {
		font-size: 18px;
	}
	/* start bottom ai recommendation */
	.bottom_recm {
		max-width: unset;
		margin-top: 60px;
	}
	.ai_rec button.next {
		display: none;
	}
	.ai_rec .top_news_articles {
		flex-direction: column;
		width: 100%;
	}
	.bottom_recm .ai_rec {
		padding: 0;
	}
	.bottom_recm .ai_rec .block_title {
		font-size: 24px;
		line-height: 24px;
		border-bottom: unset;
		padding-bottom: 0;
		margin-bottom: 16px;
	}
	.bottom_recm .ai_rec .one_post {
		margin-bottom: 24px;
	}
	.bottom_recm .ai_rec .share_dropdown {
		display: none;
	}
	.bottom_recm .eet_video_icon {
		width: 25px;
		height: 25px;
		left: 10px;
		bottom: 5px;
		top: auto;
	}
	.bottom_recm .new {
		color: #df0303;
		font-family: 'Roboto', sans-serif;
		font-size: 11px;
		line-height: 12px;
		font-style: italic;
		margin-right: 5px;
	}
	.bottom_recm .label.long {
		color: #df0303;
		font-family: 'Roboto', sans-serif;
		font-size: 11px;
		line-height: 12px;
		font-style: italic;
		margin-right: 5px;
		display: inline-block;
	}
	/* end bottom ai recommendation */
	/*	start health front */
	body.category header.health {
		height: 44px;
	}
	header.health #navbar:before {
		top: unset;
		color: #000;
	}
	header.health .mid_container .logo {
		width: 174px;
		padding-top: 3px;
	}
	#main .complex_block:first-child {
		margin-top: 16px;
	}
	.complex_block .first_post {
		width: 100%;
		float: unset;
		border-bottom: 1px solid #777777;
		padding-bottom: 24px;
		margin-bottom: 20px;
	}
	.complex_block .first_post .title {
		font-size: 24px;
		line-height: 30px;
	}
	.complex_block .right_side {
		width: 100%;
		padding-left: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid #777777;
	}
	.complex_block .right_side .image {
		width: 40%;
		max-width: 136px;
	}
	.complex_block .right_side .cat_name:not(:first-child) {
		margin-top: 12px;
		padding-top: 20px;
		border-top: 1px solid #777777;
	}
	.category-53 .wide_list {
		margin-top: 28px;
		margin-bottom: 48px;
		padding: 0;
		text-align: left;
		background-color: unset;
	}
	.category-53 .wide_list .cat_name {
		padding-left: 16px;
	}
	.category-53 .wide_list .row {
		flex-flow: column;
		margin-top: 0;
		padding: 20px 16px 48px;
		background-color: #CBF0F4;
	}
	.category-53 .topics .row > a {
		position: relative;
		width: 100%;
		margin: 0;
	}
	.category-53 .topics .row img {
		width: 100%;
		padding-top: 48px;
	}
	.category-53 .wide_list .one_topic {
		font-size: 20px;
		text-align: center;
		white-space: pre-wrap;
	}
	.featured_discovery {
		grid-template-columns: initial;
		gap: unset;
	}
	.featured_discovery .cat_name {
		margin-bottom: 8px;
	}
	.featured_discovery .col_2.horizontal .one_post, .featured_discovery .col_2.horizontal .one_post .image {
		width: 100%;
		position: unset;
		float: unset;
	}
	.featured_discovery .col_2.horizontal .one_post, .one_block.wellness .one_post, .one_block.conditions .one_post {
		margin-bottom: 24px;
	}
	.complex_block .excerpt, .featured_discovery .excerpt, .one_block.wellness .excerpt, .one_block.conditions .excerpt {
		color: #777777;
	}
	.featured_discovery .discovery {
		margin-top: 28px;
	}
	.complex_block.nutrition {
		margin-bottom: 24px;
	}
	.complex_block.nutrition .right_side .image {
		width: 100%;
		max-width: 100%;
		float: unset;
		margin: 0;
	}
	.category-53 .post_list.col_5 .one_post {
		width: 100%;
		margin: 0 0 24px;
		padding: 0;
	}
	.category-53 .post_list.col_5 .one_post:last-child {
		border-bottom: 1px solid #777777;
		padding-bottom: 28px;
		margin-bottom: 8px;
	}
	.category-53 .post_list.col_5 .one_post .image {
		width: 40%;
		float: right;
		margin-left: 8px;
	}
	.category-53 .post_list.col_5 .one_post .title {
		font-size: 16px;
		line-height: 20px;
		max-height: 40px;
	}
	.big_feature {
		width: 100%;
		background-color: #006199;
		padding: 20px 16px 40px;
	}
	.big_feature .details .wrapper {
		max-height: unset;
	}
	.big_feature .one_post {
		display: block;
	}
	.big_feature .details {
		padding: 16px 0 0;
	}
	.big_feature .cat {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 4px;
	}
	.big_feature .one_post .title {
		-webkit-line-clamp: unset;
		max-height: unset;
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	.big_feature .one_post .excerpt {
		-webkit-line-clamp: 10;
		max-height: 250px;
		color: #fff;
		line-height: 25px;
	}
	.one_block.wellness .cat_name, .one_block.conditions .cat_name {
		margin-bottom: 8px;
	}
	.one_block.wellness .wrapper, .one_block.conditions .wrapper {
		grid-template-columns: unset;
	}
	.featured_discovery, .one_block.wellness .wrapper .image, .one_block.conditions .wrapper .image {
		position: unset;
		width: 100%;
		float: unset;
	}
	.featured_discovery, .one_block.wellness .wrapper .col_2.horizontal .title, .one_block.conditions .wrapper .col_2.horizontal .title {
		-webkit-line-clamp: unset;
		max-height: unset;
		font-size: 24px;
		line-height: 30px;
	}
	.category-53 .wide_list.conditions {
		margin-top: 48px;
		margin-bottom: 8px;
		background-color: unset;
	}
	.category-53 .wide_list.conditions .row {
		padding: 20px 0 48px 16px;
	}
	.category-53 .wide_list.conditions .group {
		overflow-x: scroll;
		overflow-y: visible;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.category-53 .wide_list.conditions .group::-webkit-scrollbar {
		display: none;
	}
	.category-53 .wide_list.conditions .group .one_slide {
		display: inline-block;
		width: 38%;
		vertical-align: top;
	}

	/* pipa template */
	.modal.mobile .modal__overlay {
		padding: 12px;
	}
	
	.modal.showNav .modal__overlay,
	.modal.showTopNav .modal__overlay {
		top: 44px;
	}
}

@media screen and (max-width: 400px) {
	.single .header.not-logged .logo, .health.not-logged .logo {
		margin-left: 60px;
	}
}

@media print {
	header .bottom_container, .single .right.sidebar, .article-below-widgets, .article_body .share_wrapper, .bottom_recm, .footer {
		display: none !important;
	}
	main.bright-single {
		margin-top: 20px;
	}
	.article .article_body {
		width: 100%;
		padding: 0 40px;
	}
	.article_body .post_content h2, .article_body .post_content h3, .article_body .post_content p, .article_body .post_content ul, .article_body .post_content ol, .article_body .post_content div:not(.article-below-widgets) {
		max-width: 850px;
	}
}

.single .tags ul li a {
        border: 1px solid #a79224;
	color: #333333;
}

.single .tags ul li a:hover {
        background: #a79224;
}

.top_ad {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 266px;
    margin: 0 auto;
    text-align: center;
    background-color: #F8F8F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}