/* style for the whole page */

.title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #fff;
}

main {
	max-width: 100%;
	position: relative;
}

.content_wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

/* Section: Editor's list - slide show */

section.editors_picks_slideshow {
	padding-top: 20px;
	background-color: #202950;
}

section.editors_picks_slideshow .content_wrapper {
	padding: 20px 0;
}

section.editors_picks_slideshow .slideshow_wrapper {
	max-width: 1300px;
	min-width: 745px;
	margin: 0 auto;
	visibility: hidden;
}

.slick-initialized {
	visibility:visible;
}

section.editors_picks_slideshow .slideshow_wrapper .slideshow .slide {
	margin: 0 4px 4px;
}

section.editors_picks_slideshow .slideshow_wrapper .slideshow .slide .image {
	position: relative;
	max-width: 300px;
	max-height: 180px;
}

section.editors_picks_slideshow .slideshow_wrapper .slideshow .slide .image img {
	max-height: 100%;
}

section.editors_picks_slideshow .slideshow_wrapper .slideshow .slide .title {
	padding: 0;
	margin: 6px;
	font-size: 18px;
	line-height: 23px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
}

.editors_picks_slideshow .eet_video_icon, section.review_list .eet_video_icon {
	width: 30px;
	height: 30px;
	bottom: 5px;
	left: 5px;
}

/* slick slider */

.slick-dots {
	display: none !important;
}

.slick-prev {
	position: absolute;
	top: 30%;
	left: 1%;
	cursor: pointer;
	z-index: 1;
}

.slick-next {
	position: absolute;
	top: 30%;
	left: 97.5%;
	cursor: pointer;
}
/* Section:Shen Yun Company list */

section.sy_company_list {
	margin-bottom: 40px;
}

section.sy_company_list ul {
	list-style-type: none;
}

section.sy_company_list ul li.company {
	padding: 20px 0;
	border-bottom: 1px solid #aaa;
}

section.sy_company_list ul li.company:first-child {
	border-top: 1px solid #aaa;
}

section.sy_company_list ul li.company .company_title {
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
}

section.sy_company_list ul li.company .company_name {
	margin-top: -16px;
	white-space: nowrap;
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
}

section.sy_company_list ul li.company .company_image {
	display: inline-block;
	width: 25%;
	max-width: 300px;
	max-height: 180px;
	margin-right: 20px;
	vertical-align: top;
}

section.sy_company_list ul li.company .company_review_list {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

section.sy_company_list ul li.company .company_review_list li {
	width: 33%;
	display: table-cell;
	padding: 0 20px;
	border-left: 1px solid #aaa;
}

section.sy_company_list ul li.company .company_review_list .row li:first-child {
	border-left: none;
	padding-left: 0;
}

section.sy_company_list ul li.company .company_review_list li .image {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 60px;
}

section.sy_company_list .eet_video_icon {
	width: 25px;
	height: 25px;
	bottom: 3px;
	left: 3px;
}

section.sy_company_list ul li.company .company_review_list li .title {
	display: inline-block;
	width: calc(100% - 100px);
	padding-left: 10px;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2em;
	height: 3.6em;
	overflow: hidden;
}

section.sy_company_list ul li.company .company_review_list li .title:hover {
	color: #ca0000;
}

#sidebar .external_link {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}

#sidebar .external_link .title {
	font-weight: 900;
	font-style: italic;
	font-size: 22px;
	padding-bottom: 12px;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	#syreview .main_content {
		min-width: 100%;
	}

	section.review_list ul .article_info .read_more {
		right: 15px;
		width: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
	section.editors_picks_slideshow {
		padding-left: 10px;
		padding-right: 10px;
	}
}