/*
Theme Name: ct
Author: yihang
Description: ct
Version: 1
Requires at least: 4.7
Requires PHP: 5.2.4
*/

@font-face {
	font-family: gadugiNormal;
	src: url('/wp-content/themes/ct/assets/font/gadugi-normal.ttf');
}
@font-face {
	font-family: gadugiGras;
	src: url('/wp-content/themes/ct/assets/font/gadugi-gras.ttf');
}
@font-face {
	font-family: MyriadProRegular;
	src: url('/wp-content/themes/ct/assets/font/MYRIADPRO-REGULAR.OTF');
}


html, body {
	max-width:1920px;
	margin:0 auto;
	padding:0;
	font-family: gadugiNormal, sans-serif;
	font-size: 1vw;
	line-height: 1.5;
}
ul {
	/*margin:0;*/
	/*padding:0;*/
	/*list-style:none;*/
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.mob-menu-logo-holder img {
	width: auto;
}
select {
	padding: 5px;
}
a {
	text-decoration:none;
	/*line-height:0;*/
}
.text-underline {
	text-decoration: underline;
}
b, strong {
	font-family: gadugiGras, sans-serif;
}
.large-text {
	font-size: 1.4vw;
}
p {
	margin: 0;
}
a {
	color: black;
}
/* title */
h1 {
	font-family: gadugiGras, sans-serif;
	font-size: 3vw;
	margin: 0;
}
/* footer title */
h2 {
	font-size: 1.5vw;
	font-family: gadugiGras, sans-serif;
	margin: 0;
}
/* sub title */
h3 {
	font-size: 1.5vw;
	font-family: gadugiGras, sans-serif;
	margin: 0;
}
/* member name */
h4 {
	font-size: 1.2vw;
	font-family: gadugiGras, sans-serif;
	margin: 0;
}
.site-main .woocommerce {
	width: 90%;
	margin: 0 auto !important;
	padding: 60px 0;
}
.container {
	width: 90%;
	margin: 0 auto !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}
.border-bottom-1 {
	padding: 60px 0;
	border-bottom: 1pt solid black;
}
.text-center {
	text-align: center;
}
.bg-blue1 {
	background: #536aa3;
}
.bg-blue2 {
	background: #dae6ec;
}
.text-white {
	color: white;
}
.text-blue1 {
	color: #536aa3;
}
.text-blue2 {
	color: #dae6ec;
}
.bg-grey {
	background: #333333;
	color: white;
}
.bg-white-grey {
	background: #e1e1e1;
}
.site-header {
	border-bottom: 1pt solid rgb(210, 210, 210);
}
.header {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 35%;
}
.logo img {
	height: 50px;
	width: auto;
}
.menu-wrap {
	width: 65%;
}
#menu-desktop-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#menu-desktop-menu, .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none
}
#menu-desktop-menu li {
	margin-left: 5%;
}
#menu-desktop-menu li a {
	font-family: gadugiNormal, sans-serif;
	font-size: 1vw;
	color: black;
}
#menu-desktop-menu li a:hover, #menu-desktop-menu li a:active, #menu-desktop-menu .current-menu-item a {
	color: #536aa3;
}
#menu-desktop-menu .current-menu-parent .sub-menu a {
	color: black;
}
#menu-desktop-menu .current-menu-parent .sub-menu .current-menu-item a {
	color: #536aa3;
}
#menu-desktop-menu .icon-angle-down {
	display: none;
}
#menu-desktop-menu .sub-menu {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid #536aa3;
	z-index: 9999;
}
#menu-desktop-menu li:hover .sub-menu {
	display: block;
}
#menu-desktop-menu .sub-menu li {
	padding: 2px 10px;
	border-bottom: 1px solid #536aa3;
	margin-left: 0;
}
#menu-desktop-menu .sub-menu li:hover {
	background: #536aa3;
}
#menu-desktop-menu .sub-menu li:hover a {
	color: black !important;
}
#menu-desktop-menu .sub-menu li:last-child {
	border-bottom: 0;
}
.copyright {
	padding: 10px 0;
}
.primary-button {
	cursor: pointer;
	background: #536aa3;
	color: white;
	font-family: gadugiGras, sans-serif;
	font-size: 1vw;
	border-radius: 25px;
	border: 0;
	padding: 10px 30px;
}
.primary-button:hover {
	background: black;
}
.secondary-button {
	cursor: pointer;
	background: white;
	color: #536aa3;
	font-family: gadugiGras, sans-serif;
	font-size: 1vw;
	border-radius: 25px;
	border: 0;
	padding: 10px 30px;
}
.secondary-button:hover {
	background: black;
}
.secondary-color {
	color: #973f6d;
}
.highlight-color {
	color: #367c79;
}
.mb-1 {
	margin-bottom: 40px !important;
}
.mb-2 {
	margin-bottom: 30px !important;
}
.mb-3 {
	margin-bottom: 10px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.align-center {
	align-items: center;
}
.row-container {
	padding: 60px 0;
}
.about-left {
	width: 45%;
}
.about-video {
	width: 100%;
	height: auto;
}
.about-right {
	width: 50%;
}
.col-3 {
	width: 30%;
}
.social-row {
	padding: 100px 0;
	/*background: url("/wp-content/themes/ct/images/social-bg.jpg") center;*/
	background-size: cover;
	position: relative;
}
.social-row::before {
	content: '';
	display: block;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.social-row .container {
	position: relative;
}
.social-list {
	display: flex;
	flex-wrap: wrap;
}
.social-list li {
	cursor: pointer;
	border-radius: 50%;
	background: #536aa3;
	font-size: 1.5vw;
	width: 3vw;
	height: 3vw;
	display: flex;
	margin-right: 20px;
	justify-content: center;
	align-items: center;
	color: white;
	transition: 0.8s;
}
.social-list li:hover {
	background: black;
}
.contact-right a {
	color: white;
	text-decoration: underline;
}
.contact-icon {
	font-size: 2vw;
	margin-right: 20px;
}
.team-left {
	width: 35%;
}
.team-right {
	width: 60%;
}
.team-list {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team-list li {
	width: 30%;
}
.member-image {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
.admissions-left {
	width: 45%;
}
.admissions-right {
	width: 50%;
}
.small-container {
	padding: 20px 40px;
}
.services-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.services-list li {
	width: 30%;
	margin: 20px;
	background: white;
}
.program-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.program-list li {
	width: calc(22% - 20px);
	margin: 20px;
	background: white;
}
.program-wrap {
	padding: 20px;
}
.bullet-list {
	list-style: initial;
	padding-left: 20px;
}
.bullet-list li {
	width: 100%;
	margin: 0;
}
.about-bg {
	background-image: url("/wp-content/themes/ct/images/appointment-bg.png");
	background-repeat: no-repeat;
	background-position: center bottom -50px;
	background-size: 110%;
}
.appointments-container {
	background-image: url("/wp-content/themes/ct/images/appointment-bg.png");
	background-repeat: no-repeat;
	background-position: center bottom -50px;
	background-size: 110%;
}
.appointments-box {
	position: relative;
	background: white;
	padding: 40px;
	width: 60%;
	margin: auto;
	text-align: center;
}
.appointments-title {
	border-radius: 50px;
	background: black;
	color: white;
	padding: 5px;
	width: 30%;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.appointment-info {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.appointment-info {
	width: 50%;
	margin: auto;
}
.appointment-icon {
	width: 30%;
}
.appointment-content {
	width: 65%;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
	background: #536aa3 !important;
}
.wpmtst-testimonial {
	/*width: calc(80% - 100px) !important;*/
	/*padding: 50px;*/
	/*width: 80% !important;*/
	/*min-height: 300px !important;*/
	margin: 0 auto !important;
	left: 0 !important;
	right: 0 !important;
	background: white;
	display: flex !important;
	align-items: center;
	border: 1px solid #536aa3;
}
.homepage-testimonial .wpmtst-testimonial {
	/*width: auto !important;*/
}
.strong-content.strong-grid.columns-2 .wpmtst-testimonial {
	width: 48% !important;
	margin: 0 0 20px 0 !important;
}
.wpmtst-testimonial-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.about-testimonial .wpmtst-testimonial {
	/*width: calc(80% - 100px) !important;*/
	/*padding: 50px;*/
	width: 80% !important;
	min-height: 200px !important;
	margin: 0 auto !important;
	left: 0 !important;
	right: 0 !important;
	background: white;
	display: flex !important;
	align-items: center;
	border: 1px solid #536aa3;
}
.home-team-image img {
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;
}
.home-service-item {
	text-align: center;
	border-right: 1px solid white;
}
.home-service-item:last-child {
	border-right: 0;
}
.home-service-image {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc_custom_1664302078262 {
	background-size: 60% !important;
}
.related-list {
	list-style: initial;
}
.related-list a {
	color: #536aa3;
}
.services-title {
	font-weight: 400;
	font-family: gadugiNormal, sans-serif !important;
}
.services-grid {
	background-size: auto 50% !important;
}
#tribe-events-footer {
	display: none;
}
.home-video {
	height: 500px;
}

@media only screen and (max-width: 767px)  {
	.home-video {
		height: 200px;
	}
	html, body {
		font-size: 16px;
	}
	.large-text {
		font-size: 20px;
	}
	h1 {
		font-size: 26px;
	}
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
		font-size: 20px !important;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	#menu-desktop-menu li a {
		font-size: 16px;
	}
	.primary-button, .secondary-button {
		font-size: 16px;
	}
	.social-list li {
		font-size: 20px;
		width: 50px;
		height: 50px;
		margin: 10px;
	}
	.about-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.about-right {
		width: 100%;
	}
	.col-3 {
		width: 100%;
		margin-bottom: 50px;
	}
	.contact-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact-right {
		width: 100%;
	}
	.team-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.team-right {
		width: 100%;
	}
	.team-list li {
		width: 100%;
		margin-bottom: 50px;
	}
	.admissions-left {
		width: 100%;
		 margin-bottom: 20px;
	}
	.admissions-right {
		width: 100%;
	}
	.services-list li {
		width: 100%;
	}
	.program-list li {
		width: 100%;
	}
	.home-service-item {
		padding: 30px;
		border-right: 0;
		border-bottom: 1px solid white;
	}
	.home-service-item:last-child {
		border-bottom: 0;
	}
	.vc_column_container {
		margin-bottom: 20px;
	}
	.mb-0 .vc_column_container {
		margin-bottom: 0;
	}
	.contact-icon {
		font-size: 20px;
	}
	.contact-detail {
		width: calc(100% - 40px);
	}
	.appointments-title {
		width: 80%;
	}
	.appointments-box {
		width: calc(90% - 80px);
	}
	.appointment-info {
		width: 100%;
	}
	.strong-content.strong-grid.columns-2 .wpmtst-testimonial {
		width: 100% !important;
	}
	.strong-view.controls-type-sides-outside {
  		padding: 0 !important;
	}
	.homepage-testimonial .wpmtst-testimonial {
		font-size: 8px !important;
	}
}
