/*
Theme Name: ct
Author: yihang
Description: ct
Version: 1
Requires at least: 4.7
Requires PHP: 5.2.4
*/

@font-face {
	font-family: AlegreyaSansRegular;
	src: url('/wp-content/themes/ct/assets/font/AlegreyaSans-Regular.ttf');
}

@font-face {
	font-family: AlegreyaSansBold;
	src: url('/wp-content/themes/ct/assets/font/AlegreyaSans-Bold.ttf');
}


html, body {
	max-width:1920px;
	margin:0 auto;
	padding:0;
	font-family: AlegreyaSansRegular, sans-serif;
	font-size: 1vw;
	line-height: 1.5;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.mob-menu-logo-holder img {
	width: auto;
}
a {
	text-decoration:none;
	color: black;
	line-height:0;
}
b {
	font-family: AlegreyaSansBold, sans-serif;
}
.large-text {
	font-size: 1.4vw;
}
p {
	margin: 0;
}
/* title */
h1 {
	font-family: AlegreyaSansBold, sans-serif;
	font-size: 3vw;
	margin: 0;
}
/* footer title */
h2 {
	font-size: 1.5vw;
	font-family: AlegreyaSansBold, sans-serif;
	margin: 0;
}
/* sub title */
h3 {
	font-size: 1.5vw;
	font-family: AlegreyaSansBold, sans-serif;
	margin: 0;
}
/* member name */
h4 {
	font-size: 1.2vw;
	font-family: AlegreyaSansBold, sans-serif;
	margin: 0;
}
.container {
	width: 70%;
	margin: 0 auto;
}
.border-bottom-1 {
	padding: 60px 0;
	border-bottom: 1pt solid black;
}
.border-bottom-2 {
	border-bottom: 1pt solid black;
	margin-bottom: 30px;
}
.text-center {
	text-align: center;
}
.bg-grey {
	background: #333333;
	color: white;
}
.bg-white-grey {
	background: #e1e1e1;
}
.bg-yellow {
	background: #f9f5df;
}
.bg-yellow2 {
	background: #f8e285;
}
.bg-orange {
	background: #fbb631;
}
.site-header {
	border-bottom: 1pt solid rgb(210, 210, 210);
}
.header {
	padding: 10px 0;
}
.logo {
	width: 35%;
	margin: 0 auto 10px auto;
}
.menu-wrap {
	/*width: 65%;*/
}
.mob-menu-logo-holder img {
	width: auto;
}
#menu-desktop-menu {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#menu-desktop-menu li {
	margin-left: 5%;
}
#menu-desktop-menu li a {
	font-family: AlegreyaSansBold, 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, #menu-desktop-menu .current-menu-parent a{
	color: #fbb631;
}
#menu-desktop-menu .current-menu-parent .sub-menu a {
	color: black;
}
#menu-desktop-menu .current-menu-parent .sub-menu .current-menu-item a {
	color: #fbb631;
}
#menu-desktop-menu .icon-angle-down {
	display: none;
}
#menu-desktop-menu .sub-menu {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid #fbb631;
	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 #fbb631;
	margin-left: 0;
}
#menu-desktop-menu .sub-menu li:hover {
	background: #fbb631;
}
#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: #fbb631;
	color: black;
	font-family: AlegreyaSansBold, sans-serif;
	font-size: 1vw;
	border-radius: 25px;
	border: 0;
	padding: 10px 30px;
	transition: .5s;
}
.primary-button:hover {
	background: black;
	color: white;
}
.secondary-button {
	cursor: pointer;
	background: white;
	color: black;
	font-family: AlegreyaSansBold, sans-serif;
	font-size: 1vw;
	border-radius: 25px;
	border: 0;
	padding: 10px 30px;
	transition: .5s;
}
.secondary-button:hover {
	background: black;
	color: white;
}
.secondary-color {
	color: #973f6d;
}
.highlight-color {
	color: #ce5a24;
}
.mb-1 {
	margin-bottom: 40px;
}
.mb-2 {
	margin-bottom: 30px;
}
.mb-3 {
	margin-bottom: 20px;
}
.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;
	justify-content: flex-start;
}
.social-list li {
	cursor: pointer;
	border-radius: 50%;
	background: white;
	font-size: 2vw;
	width: 3vw;
	height: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fbb631;
	transition: 0.8s;
	margin-right: 20px;
}
.social-list li:hover {
	background: black;
}
.contact-container a {
	color: black;
}
.contact-right {
	width: 50%;
}
.contact-left {
	width: 45%;
}
.big-icon {
	margin-right: 10px;
	width: 3vw;
	height: 3vw;
	font-size: 2vw;
	border-radius: 50%;
	background: white;
	color: #fbb631;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 2vw;
	height: 2vw;
	font-size: 1.2vw;
	border-radius: 50%;
	background: white;
	color: #fbb631;
}
.contact-icon i {
	line-height: 2;
}
.contact-detail {
	display: inline-block;
	vertical-align: top;
}
.team-left {
	width: 35%;
}
.team-right {
	width: 60%;
}
.team-list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.team-list li {
	width: calc(30% - 20px);
	margin: 10px;
	text-align: center;
}
.member-image {
	width: 150px;
	height: 150px;
	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;
}
.philosophy-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.philosophy-image {
	width: 25%;
}
.philosophy-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.philosophy-detail {
	width: 75%;
	background: white;
}
.detail-container {
	padding: 20px;
}
.video {
	text-align: center;
}
.video-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video-list li {
	width: 45%;
	margin-bottom: 30px;
}
.endometriosis-table {
	margin: 0 auto 30px auto;
}
.endometriosis-table th {
	padding: 5px 10px;
	background: #fbb631;
	font-family: AlegreyaSansRegular, sans-serif;
	text-align: left;
}
.endometriosis-table td {
	padding: 5px 10px;
}
.endometriosis-table td:first-child {
	background: #f7da5c;
}
.endometriosis-table td:last-child {
	background: white;
}
.surgery-left, .surgery-right {
	width: 48%;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
	background: #fbb631 !important;
}
.wpmtst-testimonial {
	width: 80% !important;
	min-height: 48vh !important;
	margin: 0 auto !important;
	left: 0 !important;
	right: 0 !important;
}
.wpmtst-testimonial-inner {
	display: flex !important;
	align-items: center !important;
}
.video {
	line-height: 0;
}
.home-team-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-team-list li {
	width: 22%;
}
.philosophy-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.philosophy-list li {
	width: 30%;
}
.philosophy-home-image {
	width: 200px;
	margin: 0 auto;
}
.home1-container {
	background-image: url('/wp-content/themes/ct/images/bg-home1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 102% auto;
}
.home2-container {
	background-image: url('/wp-content/themes/ct/images/bg-home2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 102% auto;
}
.about-container {
	background-image: url('/wp-content/themes/ct/images/bg-about.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 102% auto;
}
.contact-container {
	background-image: url('/wp-content/themes/ct/images/bg-contact.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 102% auto;
}
.testimonial-container {
	background-image: url('/wp-content/themes/ct/images/bg-testimonial.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 102% auto;
}
.how-container {
	background-image: url('/wp-content/themes/ct/images/bg-how.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 102% auto;
}
.team-container {
	background-image: url('/wp-content/themes/ct/images/bg-team.png');
	background-repeat: no-repeat;
	background-position: bottom 10% center;
	background-size: 102% auto;
}

@media only screen and (max-width: 767px)  {
	.about-container, .contact-container, .how-container, .testimonial-container, .home1-container, .home2-container {
		background-image: none;
	}
	.container {
		width: 90%;
	}
	html, body {
		font-size: 16px;
	}
	.large-text {
		font-size: 20px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	.big-icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.contact-icon {
		width: 25px;
		height: 25px;
		font-size: 16px;
	}
	#menu-desktop-menu li a {
		font-size: 16px;
	}
	.primary-button, .secondary-button {
		font-size: 16px;
	}
	.social-list {
		justify-content: center;
	}
	.social-list li {
		font-size: 26px;
		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%;
	}
	.philosophy-image {
		width: 100%;
	}
	.philosophy-detail {
		width: 100%;
	}
	.video-list li {
		width: 100%;
	}
	.surgery-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.home-team-list li {
		width: 100%;
		margin-bottom: 30px;
	}
	.surgery-right {
		width: 100%;
	}
	.philosophy-list li {
		width: 100%;
		margin-bottom: 30px;
	}
	.wpmtst-testimonial {
		width: 100% !important;
		min-height: 500px !important;
	}
	.robotic-video {
		height: 315px;
	}
}
