/*!
Theme Name: ckgsb2022
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ckgsb2022
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ckgsb2022 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.top-wechat-popup {
    display: none;
}
.show_wechat {
    position: relative;
}
.show_wechat.active .top-wechat-popup {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    max-width: 150px;
	box-shadow: 0 0 5px #ccc;
}
.entry-content table td{
    padding: 10px;
    border: 1px solid #ccc;
}
#boxImg {
	width: 100%;
	position: relative;
	min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#boxImg .title {
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-family: 'DIN',sans-serif;
	text-transform: none;
	position: relative;
	font-weight: 700;
}
#conNormal {
	width: 100%;

	padding: 90px 218px;
	box-sizing: border-box;
}

#conNormal .title {
	width: 100%;

	text-align: center;
	margin-bottom: 6px;
}

#conNormal .content {
	width: 100%;

	font-size: 21px;
	line-height: 32px;
	color: #333;
	font-family: 'Din';
	text-align: center;
}

#conNormal .content {
	font-family: arial;
	font-size: 21px;
	line-height: 32px;
	color: #333;
}

.fbold-3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 60px;
	color: #333;
	text-transform: none;
}
@media (max-width: 767px){
	#conNormal{
		padding: 90px 15px;
	}
	#boxImg .title{
		font-size: 40px;
		line-height: 1.2;
	}
}
.sidebar-menu li.menu-item-has-children .sub-menu li a:after{
	content: '';
    display: inline-block;
    width: 6.207px;
    height: 10.857px;
    background: url('assets/images/arrow-right.svg') no-repeat center center/contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
.sidebar-menu li.menu-item-has-children .sub-menu li:hover a{
	color: #FFF;
	font-weight: bold;
}
.sidebar-menu li.menu-item-has-children .sub-menu li:hover a:after{
	opacity: 1;
	visibility: visible;
}
.header-primary .logo img, .footer-logo img {
    max-width: 295px;
}
.header-primary .right-logo img {
    max-width: 120px;
}
/*Share*/
.share{
	position: relative;
}
.share ul.social {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 10px;
    position: absolute;
	left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.share ul.social li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF;
    background-color: #FFF;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0.5px 0.87px 4px 0 rgb(0 0 0 / 30%);
    transition: all 0.4s;
}
.share ul.social li:hover{
	transform: scale(1.1);
}
.share:hover ul.social,.share.active ul.social{
	opacity: 1;
	visibility: visible;
}
.single-report .share ul.social{
    right: 0;
    top: -35px;
	left: unset;
}

.form_newsletter-wrap{
	max-width: 589px;
	margin: auto;
}
.form_newsletter-row>* {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
}
.form_newsletter-row {
    margin: 0 -5px 20px;
    display: flex;
    flex-wrap: wrap;
}
.form_newsletter-row-item input {
    width: 100% !important;
}
.form_newsletter-row-item input.error{
	border-color: #f00;
}
.page-template-template-videos .pb-articles .info h3{
	-webkit-line-clamp: 3;
}
.page-template-template-videos .pb-articles.toppic-pb-articles .info h3 {
    height: 90px;
}
.page-template-template-videos .pb-articles.toppic-pb-articles .info h3.mdl {
    display: flex;
    align-items: center;
}
.home .video-posts .info h3{
	-webkit-line-clamp: 3;
	height: 90px;
}
.home .video-posts .info h3.mdl {
    display: flex;
    align-items: center;
}
.home .video-posts .cat {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1200px){
	.share ul.social{
		left: auto;
		right: 0;
		top: -30px;
	}
}


@media (max-width: 1024px){
	.report-detail-main .content.col-md-10{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.report-detail-main .col-md-2{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.report-detail-main .share-report {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.single-report .share ul.social{
		position: relative;
		left: 0;
		right: 0;
		top: 50%;
	}
	.single-report .share.active ul.social{
		margin: -15px 0 60px;
	}

}

@media (max-width: 767px){
	.rst-home-list-upcoming-programs .image-mobile {
		position: relative;
		padding-top: 68%;
	}
	.rst-home-list-upcoming-programs .image-mobile img{
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
	}
	.form_newsletter-wrap {
		max-width: 295px;
	}
	.form_newsletter-row-item input{
		border-width:1px !important;
	}
	.form_newsletter-row {
		margin: 0 -5px 10px;
	}
	.page-template-template-videos .pb-articles.toppic-pb-articles .info h3 {
		height: auto;
		max-height: initial;
	}
	.home .video-posts .info h3{
		height: auto;
	}
}

#chartjs-tooltip table{
	border-collapse: separate;
}
.home .professor-analysis .item .inner{
	justify-content: flex-start;
}