main {
	max-width: 1260px;
	margin: auto;
	padding: 0 30px;
}

#header .right_col #login_wrapper iframe {
	height: 45px;
}

.main_content {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 35px;
	display: flex;
	justify-content: space-between;
}

.main_content .left_col {
	display: inline-block;
	border-right: 1px dotted #acacac;
	width: calc(100% - 320px);
}

.main_content .content_only .left_col {
	width: 100%;
}

.main_content .left_col .top_content {
	position: relative;
}

.main_content .tool_box {
	width: 17.1%;
	top: 0px;
	max-width: 150px;
	position: absolute;
}

.main_content .tool_box.fixed {
	position: fixed;
	top: 64px !important;
	bottom: auto !important;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}

.main_content .tool_box.fixed::-webkit-scrollbar {
	display: none;
}

.main_content .tool_box img, .main_content {
	max-width: 100%;
}

.main_content .upper_row {
	display: inline-block;
	width: 81.2%;
	padding: 0 15px 0 17px;
	margin-left: 18%;
	border-left: 1px dotted #acacac;
}

.main_content .right_col {
	display: inline-block;
	width: 320px;
	padding-left: 20px;
	vertical-align: top;
	float: right;
}

.main_content li {
	list-style-type: none;
}

.main_content .post_content ul, .main_content .post_content ol {
	padding-left: 1rem;
	margin-bottom: 25px;
}

.main_content ul li, .main_content ol li {
	list-style-type: unset;
	line-height: 25px;
	margin-bottom: 8px;
	font-size: 17px;
}

.main_content .pricat_name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-top: 10px;
	text-transform: uppercase;
}

.main_content .pricat_name a, .main_content .pricat_name a:visited, .main_content .pricat_name a:hover {
	color: #000;
}

.main_content .pricat_name .premium_icon {
	position: relative;
}

.main_content .pricat_name .premium_icon:before {
	background: #5D667B;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-right: 8px;
	padding: 4px 10px;
	vertical-align: unset;
}

.main_content .post_title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 625, 'opsz' 40;
	font-size: 40px;
	line-height: 49px;
	padding: 10px 0;
}
/* compatible for page template live-video & stikcy-content */

.live_video .main_content .left_col {
	width: 150px;
	float: left;
}

.main_content .mid_col {
	width: calc(100% - 470px);
	padding: 0 5px 0 20px;
	float: left;
}

.mid_col .post_title {
	padding-bottom: 10px;
}

.mid_col .post_title {
	font-family: "Source Serif";
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 40px;
	line-height: 43px;
}

.social .share_section {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 27px;
	color: #be3e3e;
	border-bottom: 1px solid #be3e3e;
	text-align: center;
	margin-bottom: 6px;
}

.share_counts {
	text-align: center;
	margin-bottom: 10px;
}

.share_counts .share {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 31px;
	margin-right: 3px;
	color: #333;
	vertical-align: baseline;
	padding-top: 0;
	width: auto;
}

.single_regular .share_counts .share {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 61px;
	color: #000;
	vertical-align: baseline;
	padding-top: 0;
	width: auto;
	cursor: default;
}

.share_counts .share_link {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	line-height: 1;
	padding-top: 0;
	color: #333;
	vertical-align: text-bottom;
}

.share_counts .share_link:before {
	content: none;
}

.single_regular #share_now {
	text-align: center;
	padding-bottom: 0;
	border-bottom: none;
	display: block;
}

.tool_box .copy_url {
	text-align: center;
}

.tool_box .copy_url a {
	display: inline-block;
	max-width: 135px;
	width: 100%;
	margin-top: 5px;
	background: #2078bf;
	color: white;
	padding: 0px 25px;
	vertical-align: top;
	line-height: 31px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
}

main .social.tools {
	padding-bottom: 20px;
	margin-top: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.main_content .home_icon:before {
	content: "\f192";
	font-family: "Genericons";
	font-size: 18px;
	line-height: 0;
	color: #000;
	position: relative;
	margin-right: 9px;
	width: 19px;
	display: inline-block;
	vertical-align: middle;
}

.main_content .printer > a {
	margin-right: 5px;
	line-height: 16px;
	vertical-align: sub;
}

.main_content .printer > a:before {
	font-family: "Genericons";
	content: "\f18d";
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 6px;
	color: #000;
	margin-right: 9px;
}

.main_content .font-bigger:before {
	font-family: "Genericons";
	content: "\f18e";
	font-size: 20px;
	line-height: 1;
	color: #000;
	position: relative;
	top: 9px;
}

.main_content .font-smaller {
	margin-left: 3px;
}

.main_content .font-smaller:before {
	font-family: "Genericons";
	content: "\f18f";
	font-size: 17px;
	line-height: 1;
	color: #000;
	position: relative;
	top: 6px;
}

main .social {
	line-height: 25px;
	margin-bottom: 28px;
}

main .social span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	font-size: 0;
	margin-right: 5px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 5px;
}

main .social a:before {
	color: #fff;
}

main .social .fb {
	background-color: #1877f2;
}

main .social .fb > a:before {
	font-family: "Genericons";
	content: "\f12d";
	font-size: 17px;
	line-height: 25px;
	display: block;
}

main .social .twitter {
	background-color: #1da1f2;
}

main .social .twitter > a:before {
	font-family: "Genericons";
	content: "\f17c";
	font-size: 17px;
	line-height: 25px;
}

main .social .parler {
	background-color: #9c0006;
}

main .social .parler > a:before {
	content: "";
	background: url("/assets/themes/eet/images/ParlerW2.png") no-repeat center center;
	background-size: 17px 16px;
	background-position: 7px 4px;
	height: 21px;
	display: block;
}

main .social .email {
	background-color: #000;
}

main .social .email > a:before {
	font-family: "Genericons";
	content: "\f144";
	font-size: 17px;
	line-height: 25px;
}

main .social .gab a, main .social .mewe a, main .social .telegram a {
	display: inline-block;
	width: 100%;
}

main .social .gab {
	background: url("/assets/themes/eet/images/gab-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

main .social .whatsapp {
	background: url("/assets/themes/eet/images/whatsapp-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

main .social .linkedin {
	background-color: #0a66c2;
}

main .social .linkedin > a:before {
	content: "\f140";
	font-family: "Genericons";
	font-size: 17px;
	line-height: 25px;
	display: block;
}

main .social .telegram {
	background: url("/assets/themes/eet/images/telegram-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

main .social .mewe {
	background: url("/assets/themes/eet/images/mewe-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

main .social .minds {
	background: url("/assets/themes/eet/images/minds-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

main .social .reddit {
	background-color: #ff6600;
}

main .social .reddit > a:before {
	font-family: "Genericons";
	content: "\f15f";
	font-size: 21px;
	line-height: 25px;
}

.tool_box {
	line-height: 1;
}

.tool_box .most_read .block_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-size: 20px;
	line-height: 29px;
	margin-top: 0;
	color: #333;
}

.tool_box .most_read .block_title a {
	color: #333;
}

.tool_box .most_read .read_more {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.tool_box .most_read .read_more a {
	color: #000000;
}

.tool_box .most_read .arrow_right {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	vertical-align: middle;
}

.tool_box .title, .tool_box .title a, .bottom_recm .title {
	font-family: "Source Serif";
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	margin-top: 6px;
}

.tools .image {
	position: relative;
}

.tools .eet_video_icon, .tool_box .most_read .eet_video_icon {
	width: 25px;
	height: 25px;
	left: 7px;
}

.tool_box .most_read .image {
	position: relative;
	line-height: 0;
}

.tool_box .most_read .numb {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 10px 0;
	background: #ec0000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}

.tool_box .most_read .two_most.title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	line-height: 22px;
	margin-bottom: 6px;
	max-height: 44px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tool_box .most_read .time {
	margin-bottom: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 100;
	text-transform: uppercase;
}

.tool_box .most_read .label {
	font-size: 13px;
}

.tool_box .most_read .ymk_social {
	margin-bottom: 16px;
}

.main_content .upper_row .post_title h1 {
	font-weight: normal;
	color: #000;
}

.main_content .upper_row .sub_title {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 13px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #333;
}

.main_content .author_date_tools {
	position: relative;
}

.main_content .author, .main_content .date {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 28px;
}

.main_content .date {
	color: #333333;
}

.main_content .upper_row .author {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #aaa;
	text-transform: none;
}

.main_content .author, .main_content .author a {
	color: #000000;
	text-decoration: unset;
}

.main_content .upper_row .author .author_name {
	color: #3f6eb9;
	text-decoration: underline;
	text-transform: none;
	cursor: pointer;
}

.author a, .author a:visited, .author a:hover {
	color: #666;
}

.author .author_card {
	display: none;
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 0;
	width: 254px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 12px;
	text-transform: none;
}

.author_card img {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.author_card .names {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}

.author_card .name {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 2px;
}

.author_card .title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #666666;
}

.author_card .bio {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-top: 4px;
}

.author_card .bottom_row {
	width: 100%;
	padding-top: 12px;
}

.author_card .bottom_row > div {
	display: inline-block;
}

.author_card .view a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #3f6eb9;
	text-transform: none;
}

.author_with_image {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	margin-top: 15px;
}

.main_content .author_with_image .author {
	width: 50%;
	float: left;
	border-right: none;
	margin-right: 0;
}

.author_with_image .avatar {
	width: 80px;
	height: 80px;
	display: inline-block;
	float: left;
}

.author_with_image .avatar img {
	max-width: 100%;
	border-radius: 50%;
}

.author_with_image .info {
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: calc(100% - 124px);
}

.author_with_image .info .name {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	-webkit-font-smoothing: antialiased;
	color: #000;
}

.author_with_image .info .title {
	font-size: 14px;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
	color: #666;
}

.author_with_image .author {
	width: 50%;
	float: left;
	border-right: 0;
}

.author_with_image .avatar {
	width: 80px;
	height: 80px;
	display: inline-block;
	float: left;
}

.author_with_image .avatar img {
	max-width: 100%;
	border-radius: 50%;
}

.author_with_image .info {
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: calc(100% - 124px);
}

.author_with_image .info .name {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	-webkit-font-smoothing: antialiased;
	color: #000;
}

.author_with_image .info .title {
	font-size: 14px;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
	color: #666;
}

.main_content .upper_row .publish, .main_content .upper_row .update {
	padding: 3px 0 12px;
}

.main_content .upper_row .publish {
	margin-right: 7px;
}

.main_content .tools {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.tools .text_sizes, .tools .print {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.tools .print {
	margin-right: 0;
	cursor: pointer;
}

.text_sizes, .print a {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 16px;
}

.text_sizes > span {
	vertical-align: bottom;
	font-size: 0;
}

.text_sizes a {
	font-size: 0;
}

.main_content .featured_img {
	position: relative;
	width: 100%;
}

.main_content .featured_img img {
	max-width: 100%;
	display: block;
	width: 100%;
}

.main_content .upper_row .featured_caption {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	padding: 5px 0 10px;
	border-bottom: 1px dotted #acacac;
}

.main_content .featured_image .video_fit_container {
	margin-top: 0;
	margin-bottom: 10px;
}

.featured_videos .eet_video_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 5px;
	left: 5px;
	background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
	background-size: cover;
}

.main_content .post_content {
	border-top: 1px dotted #acacac;
	padding: 35px 40px 20px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.01em;
}

.main_content .post_content p {
	font-family: 'ET Text';
	margin-bottom: 25px;
	word-break: break-word;
	font-weight: 400;
}

.main_content .post_content a {
	color: #0000EE;
}

.main_content .post_content a:visited {
	color: #551A8B;
}

.main_content .post_content img, .main_content .post_content figure {
	max-width: 100%;
	height: auto;
}

.main_content .post_content .video_fit_container {
	margin-bottom: 20px;
}

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

.main_content .post_content > table {
	max-width: 100%;
	width: 100%;
}

.main_content .wp-caption-text, .main_content figcaption {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 6px;
	max-width: 100%;
}

.main_content .post_content figure {
	margin: 0;
	margin-bottom: 25px !important;
	max-width: 100%;
	height: auto;
}

.main_content .post_content .alignleft {
	float: left;
	margin-right: 16px;
}

.main_content .post_content .alignright {
	float: right;
	margin-left: 16px;
}

.main_content .post_content .aligncenter {
	display: block;
	margin: auto auto;
}

.post_content h1 {
	display: block;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
}

.post_content h2 {
	display: block;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
}

.post_content h3 {
	display: block;
	font-size: 1.17em;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
}

.post_content h4 {
	display: block;
	font-size: 1em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
}

.post_content h5 {
	display: block;
	font-size: 0.83em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
}

.post_content h6 {
	display: block;
	font-size: 0.67em;
	line-height: 1.4em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
}

.post_content .in_article_recm {
	min-height: 280px;
	border: 1px solid #DEDEDE;
	margin-bottom: 28px;
	padding: 20px 20px 0;
}

.in_article_recm .recm_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 12px;
}

.in_article_recm .one_post a {
	color: #000;
}

.post_content .one_author_twitter, .post_content .one_author_parler {
	font-style: italic;
}

.post_content .author_twitter_link, .post_content .author_parler_link {
	color: #ec0000;
	margin-bottom: 20px;
	display: inline-block;
	font-style: italic;
}

.post_content .author_wrapper {
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	padding: 20px;
}

.upper_row ul.related {
	padding: 0;
	margin: 0;
}

.upper_row ul.related .top_tag {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 6px 0;
}

.upper_row ul.related li {
	display: inline-block;
	width: 100%;
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
	border-top: 1px dotted #acacac;
}

.upper_row ul.related li:last-child {
	border-bottom: 1px dotted #acacac;
}

.upper_row ul.related li .title {
	display: inline-block;
	width: 81%;
}

.upper_row ul.related li .title > a {
	display: block;
	width: 100%;
	font-family: "Source Serif";
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 22px;
	color: #000;
}

.upper_row ul.related li .title .time_diff {
	display: inline-block;
	margin-right: 10px;
	padding-top: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-style: italic;
}

.upper_row ul.related li .author {
	padding-top: 5px;
}

.upper_row ul.related li .author, .upper_row ul.related li .author a {
	font-size: 12px;
	line-height: 14px;
	font-family: 'Roboto', sans-serif;
	color: #666;
}

.upper_row ul.related li .image {
	display: inline-block;
	width: 16%;
	float: right;
	line-height: 0;
}

.upper_row ul.related li .image img {
	display: inline-block;
	max-width: 100%;
}

.main_content .one_post {
	max-width: 1200px;
	width: 100%;
}

.featured_image .video_fit_container.fixtop {
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 9;
	max-width: 300px;
	max-height: 172px;
	width: 100%;
	height: 100%;
}

.featured_image .video_fit_container #video_close:before {
	font-family: 'Genericons';
	content: "\f107";
	width: 15px;
	height: 15px;
	font-size: 14px;
	font-weight: 900;
	color: #000;
	position: absolute;
	display: inline-block;
	top: -3px;
	right: -18px;
}

body.single #footer {
	position: relative;
	z-index: 100;
	background-color: #343434;
}

body.single #footer .toprow {
	border: none;
	padding: 0;
}

body.single #footer .toprow .logo {
	float: none;
	display: block;
	margin: auto;
	text-align: center;
}

body.single #footer .copyright {
	border: none;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
}

body.single #footer #backtotop .totop {
	right: 10px;
}

@media screen and (min-width: 1000px) {
	body.single #footer #backtotop .totop {
		right: 30px;
		bottom: 80px;
	}
}

@media screen and (max-width: 999px) and (min-width: 700px) {
	body.single #footer #backtotop .totop {
		left: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 699px) {
	body.single #footer #backtotop .totop {
		left: 20px;
		bottom: 20px;
	}
}
/* start of shortcode */

.post_content .aol-vid-wrap {
	display: table;
	margin-bottom: 25px;
}

.post_content div {
	margin: auto auto;
}

blockquote {
	border-left: 4px solid #dfdfdf;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

blockquote p {
	padding: 0;
	color: #696969 !important;
	line-height: 30px !important;
	font-size: 16px !important;
	font-weight: 500;
	margin-left: 18px;
	margin-bottom: 25px;
	padding-right: 20px;
}

.post_content .pull-quote {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
	padding: 33px 0 30px 0;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	text-align: center;
	background-color: #eee;
	background: -webkit-linear-gradient(right, #fff, #eee 50%, #fff);
	background: -o-linear-gradient(left, #fff, #eee 50%, #fff);
	background: -moz-linear-gradient(left, #fff, #eee 50%, #fff);
	background: linear-gradient(to left, #fff, #eee 50%, #fff);
}

.pull-quote .quote-content:after, .pull-quote .quote-content:before {
	font-family: "Genericons";
	content: "\f199";
	line-height: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	margin: 0 10px 0 0;
	position: relative;
	top: -4px;
}

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

.pull-quote .quote-info {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: 500;
	padding-top: 20px;
}

.pull-quote .quote-info .author {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: 500;
}

.morearticles {
	margin-bottom: 15px;
}

.morearticles strong {
	border-top: 3px solid #111;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-top: 4px;
}

.morearticles .post_list {
	color: #2e6d9d;
	margin: 5px 0 0 20px !important;
}

.morearticles .post_list .article {
	list-style: disc;
	display: list-item;
	line-height: normal;
	margin-bottom: 8px;
}

.morearticles .post_list .article a {
	color: #000;
	font-size: 18px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	line-height: 19px;
}

.coverage {
	padding: 15px 20px 15px 0;
	width: 50%;
	float: left;
}

.coverage strong {
	font-size: 20px;
	border-top: 2px solid #111;
	padding-top: 10px;
}

.coverage .post_list {
	margin: 0;
	padding: 0;
}

.coverage .post_list .article {
	list-style: none;
	border-top: 1px dotted #ddd;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px 0 14px;
	line-height: 20px;
	overflow: hidden;
}

.coverage .post_list .article:first-child {
	border-top: none;
}

.coverage .post_list .article img {
	float: left;
	width: 40%;
}

.coverage .post_list .article span {
	float: left;
	padding-left: 3%;
	font-size: 14px;
	color: #41a0ce;
	margin-top: 10px;
}

.coverage .post_list .article a:hover span {
	color: #555;
}

.w100 {
	width: 100%;
}
/*-- videos --*/

.video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}

.video_fit_container > div[id] {
	height: 100% !important;
	padding-top: 56.25%;
}

.more_content .one_post .video_fit_container {
	padding-top: 0;
}

.wp-video {
	margin: auto;
}

.video_fit_container.epoch_player > div[id] {
	padding: 0;
}

.video_fit_container .vjs-theme-epoch div {
	margin: 0;
}

.video_fit_container .vjs-menu li {
	list-style: none;
	line-height: 1.4em !important;
	font-size: 1.2em !important;
	margin: 0 !important;
}

.video_fit_container .vjs-menu-button-popup .vjs-menu-content {
	margin: 0;
	padding: 0;
}

.video_fit_container > iframe, .video_fit_container > div.wp-video, .video_fit_container > div.player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.video_fit_container center, .video_fit_container .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
	zoom: 1;
	padding-top: 0;
}

.video_fit_container .ymk_player_icon {
	background: url(/assets/themes/eet/images/EET_Play_Button_big.svg) no-repeat center center;
	background-size: 63px 63px;
	display: inline-block;
	width: 68px;
	height: 68px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.top_ad {
	display: table;
	margin: 0 auto;
	padding-top: 30px;
	max-width: 1000px;
	text-align: center;
}

.side_ad {
	float: right;
	width: 300px;
	height: 500px;
}

.article-sticky-ad-right {
	position: fixed;
	top: 10px;
}

.fixed-top {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.post_content .fade-out {
	position: relative;
	height: 200px;
	margin-top: -200px;
	background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
	background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
	background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
	background-image: -ms-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
}
/* mailmunch start */

.mailmunch_container > a {
	display: block;
	width: 80%;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #c60f13;
	border-color: #9e0c0f;
	color: #fff;
	border-radius: 3px;
}

.mailmunch_container > a, .mailmunch_container > a:hover, .mailmunch_container > a:visited {
	color: #fff;
}

.mailmunch_container > a:hover {
	background-color: #9e0c0f;
}

.orange_round_button {
	display: inline-block;
	width: 80%;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #c60f13;
	border-color: #9e0c0f;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border-radius: 5px;
	-webkit-appearance: none;
}

.green_round_button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 30px;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	background-color: #5da423;
	border-color: #4a831c;
	color: #fff;
}
/* mailmunch end */
/* comment panel */

.discuss-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.discuss-link .remark__counter {
	color: #000;
}

.discuss-link a:before {
	display: inline-block;
	font-family: "Genericons";
	content: "\f1a2";
	font-size: 30px;
	font-weight: 100;
	line-height: 25px;
	color: #000;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#sidebar_comments {
	position: relative;
	top: 16%;
}

#remark-side-panel {
	width: 300px;
	min-width: 300px;
	position: absolute;
	z-index: 10;
	height: calc(100vh - 179px);
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: 15px;
}

#sidebar_comments.fixed {
	position: fixed;
}

#sidebar_comments.fixed #remark-side-panel {
	height: 100vh;
}

#remark-side-panel .remark-wrapper {
	padding-bottom: 30px;
}

#remark-side-panel .change_width {
	float: right;
	font-size: 0;
	padding: 10px 20px 0 0;
}

#remark-side-panel .change_width img {
	width: 20px;
}

#remark-side-panel .head {
	display: inline-block;
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	line-height: 0;
}

#remark-side-panel .policy {
	font-size: 0;
	display: block;
	margin-bottom: 8px;
}

#remark-side-panel .policy a {
	font-size: 12px;
	line-height: 13px;
	display: inline-block;
	text-decoration: underline;
}

#remark-side-panel #forum_btn {
	margin: 0 0 7px;
	padding: 0;
	border-radius: 2px;
	border-color: transparent;
	border-width: 0;
	background-color: #033b67;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.infogram-embedded #remark-side-panel #forum_btn {
	margin: 7px 0;
}

.infogram-embedded .main_content .upper_row {
	width: 100%;
	margin-left: 0;
	border-left: none;
	padding: 0;
}

#remark-side-panel #forum_btn a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	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 {
	float: right;
	padding-top: 5px;
	font-size: 0;
}

#remark-side-panel .close a:before {
	font-family: "Genericons";
	content: "\f107";
	font-size: 20px;
	color: #000;
	padding-right: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#remark-side-panel .title, #remark-side-panel .top_text {
	float: left;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}

#remark-side-panel .top_text {
	float: none;
	margin-bottom: 8px;
}

#remark-side-panel .title:before {
	display: inline-block;
	font-family: "Genericons";
	content: "\f1a2";
	font-size: 30px;
	font-weight: 100;
	line-height: 25px;
	color: #000;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

#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-weight: 700;
	font-size: 14px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	color: #053a6a;
}

#remark-side-panel .login_wrapper .blue_button {
	background: #053a6a;
	padding: 5px 9%;
	display: inline-block;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	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: #053a6a;
	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: 6px;
}

#hide_show_comments a {
	color: #000;
}

#hide_show_comments .hide_comments_icon, #hide_show_comments .show_comments_icon {
	border: 1px solid #777;
	border-radius: 4px;
	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: 0px 3px 1px;
	font-size: 20px;
	line-height: 12px;
	vertical-align: text-top;
}

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

@media only screen and (max-width: 1260px) {
	.main_content .tool_box {
		width: 19%;
		left: -20px;
	}
	.main_content .tool_box.fixed {
		width: 14%;
		left: 8px;
	}
	#share_now > span {
		margin-bottom: 5px;
	}
	.tool_box .title, .tool_box .title a {
		font-size: 14px;
		line-height: 19px;
	}
	#remark-side-panel.hide {
		right: -330px !important;
	}
}

@media only screen and (max-width: 1023px) {
	.main_content .upper_row {
		width: 100%;
		margin-left: 0;
		border-left: none;
		padding-left: 0;
	}
	.main_content .tools {
		position: relative;
	}
	.main_content .tool_box {
		width: 100%;
		max-width: 100%;
		position: relative;
		margin-bottom: 20px;
	}
	.main_content .tool_box.fixed {
		display: none;
	}
	.main_content .content_only .left_col {
		border-right: unset;
	}
	#share_counts {
		vertical-align: text-top;
	}
	#share_now {
		vertical-align: initial;
		border-bottom: none;
		margin-left: 15px;
		padding-bottom: 10px;
	}
	.tool_box .most_read {
		display: none;
	}
	.social .share_section {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.main_content .post_content {
		padding: 35px 10px 40px 0;
	}
}
/* comment panel */
/* landing page */

.meter_expired, #landing-page {
	background-color: #fff;
}
/* end of landing page */

/* start single bottom recommendation & epoch tv */
.bottom_recm .ai_rec .ymk_social {
	position: relative;
	display: inline-block;
}

.ymk_social .share_link .share, .ymk_social .cmt_link .comments {
	font-family: 'Roboto', sans-serif;
	color: #000;
}

.bottom_recm .ai_rec {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 16px;
	padding-top: 20px;
}

.bottom_recm .ai_rec .block_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 4px;
}

.bottom_recm .slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.bottom_recm .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	padding: 0;
	color: #555;
	cursor: pointer;
	border: 1px solid;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.bottom_recm .slick-dots li.slick-active {
	background: #555;
	opacity: .9;
}

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

.bottom_recm .slick-dots li.slick-active button:before {
	opacity: .75;
	border: none;
	color: #555;
}

.bottom_recm .one_post {
	display: inline-block;
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: text-top;
}

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

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

.bottom_recm .ai_rec .time {
	margin-right: 6px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
}

.bottom_recm .ai_rec .new {
	color: #df0303;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	margin-right: 5px;
}

.bottom_recm .ai_rec .share_link {
	margin: 0 30px 0 15px;
}

.bottom_recm .ai_rec .share_link > span:before,
.bottom_recm .ai_rec .cmt_link > span:before {
	font-size: 15px;
	margin-right: 4px;
	vertical-align: sub;
}

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

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

.bottom_recm a {
	color: #000;
}

.bottom_recm .image {
	line-height: 0;
	margin-bottom: 5px;
	position: relative;
}

.bottom_recm img {
	max-width: 100%;
}

.bottom_recm .category_name {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
}

.bottom_recm .title {
	margin-bottom: 3px;
	margin-top: 0;
}

.epochtv_block {
	background-color: #1A1F2E;
	margin: 16px 16px 16px 0;
	padding: 20px 16px 24px;
}

.epochtv_block img {
	width: 100%;
}

.epochtv_block .logo {
	width: 200px;
}

.epochtv_block .featured_channel {
	margin-top: 12px;
	margin-bottom: 12px;
}

.epochtv_block .block_title {
	position: relative;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	color: #FCD6B3;
}

.epochtv_block .block_title span {
	position: relative;
	z-index: 3;
	background: #1A1F2E;
	padding-right: 10px;
}

.epochtv_block .block_title:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 0;
	height: 1px;
	border-bottom: 1px solid #313C69;
}

.epochtv_block .one_ch {
	display: inline-block;
	width: calc(20% - 3.2px);
	margin-right: 4px;
}

.epochtv_block .one_ch:last-child {
	margin-right: 0;
}

.epochtv_block .top_ten {
	width: calc(100% + 16px);
}

.epochtv_block .top_ten .one_post {
	margin-right: 16px;
}

.epochtv_block .top_ten .text {
	padding-top: 12px;
}

.epochtv_block .top_ten .title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: block;
	display: -webkit-box;
	max-height: 48px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.epochtv_block .top_ten .title a {
	color: #fff;
}

.epochtv_block .slick-slider .slick-list {
	padding: 0 10% 0 0;
}

.epochtv_block .slick-arrow {
	position: absolute;
	top: 52px;
	cursor: pointer;
	z-index: 1;
}

.epochtv_block .slick-arrow.slick-prev {
	left: -12px;
}

.epochtv_block .slick-arrow.slick-next {
	right: 2px;
}

.epochtv_block .ymk_social .share_dropdown {
	display: none !important;
}

.epochtv_block .ymk_social .share_link {
	margin-left: 0;
	margin-right: 16px;
}

.epochtv_block .ymk_social .share_link .share,
.epochtv_block .ymk_social .cmt_link .comments {
	color: #fff;
}

.epochtv_block .ymk_social .share_link>span:before,
.epochtv_block .ymk_social .cmt_link>span:before {
	color: #fff;
}

#partnership {
	margin-top: 40px;
}

/* pipa template */
.modal.showNav .modal__overlay {
	top: 84px;
}
.modal.showTopNav .modal__overlay {
	top: 45px;
}

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