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

@font-face {
	font-family: MontserratBlack;
	src: url('/wp-content/themes/ct/assets/font/Montserrat-Black.ttf');
}
@font-face {
	font-family: MontserratBold;
	src: url('/wp-content/themes/ct/assets/font/Montserrat-Bold.ttf');
}
@font-face {
	font-family: MontserratMedium;
	src: url('/wp-content/themes/ct/assets/font/Montserrat-Medium.ttf');
}
@font-face {
	font-family: MontserratRegular;
	src: url('/wp-content/themes/ct/assets/font/Montserrat-Regular.ttf');
}
@font-face {
	font-family: MontserratSemiBold;
	src: url('/wp-content/themes/ct/assets/font/Montserrat-SemiBold.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: MontserratMedium, 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;
	line-height:0;
}
b {
	font-family: MontserratBold, sans-serif;
}
.large-text {
	font-size: 1.4vw;
}
p {
	margin: 0;
}
/* title */
h1 {
	font-family: MontserratSemiBold, sans-serif;
	font-size: 3vw;
	margin: 0;
}
/* footer title */
h2 {
	font-size: 1.5vw;
	font-family: MontserratBold, sans-serif;
	margin: 0;
}
/* sub title */
h3 {
	font-size: 1.5vw;
	font-family: MontserratBold, sans-serif;
	margin: 0;
}
/* member name */
h4 {
	font-size: 1.2vw;
	font-family: MontserratBold, sans-serif;
	margin: 0;
}
.container {
	width: 90%;
	margin: 0 auto;
}
.row-container {
	padding: 60px 0;
}
.border-bottom-1 {
	padding: 60px 0;
	border-bottom: 1pt solid black;
}
.text-center {
	text-align: center;
}
.bg-light-orange {
	background: #ffe6d8;
}
.bg-grey {
	background: #333333;
	color: white;
}
.bg-white-grey {
	background: #ffcfa9;
}
.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%;
}
.menu-wrap {
	width: 65%;
}
#menu-desktop-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#menu-desktop-menu li {
	margin-left: 5%;
}
#menu-desktop-menu li a {
	font-family: MontserratSemiBold, sans-serif;
	font-size: 1vw;
	color: black;
}
#menu-desktop-menu li a:hover, #menu-desktop-menu li a:active, #menu-desktop-menu li.current-menu-item a {
	color: #dd5a24;
}
.copyright {
	padding: 10px 0;
}
.primary-button {
	cursor: pointer;
	background: #dd5a24;
	color: white;
	font-family: MontserratSemiBold, sans-serif;
	font-size: 1vw;
	border-radius: 25px;
	border: 0;
	padding: 10px 30px;
}
.primary-button:hover {
	background: black;
}
.secondary-color {
	color: #dd5a24;
}
.highlight-color {
	color: #dd5a24;
}
.mb-1 {
	margin-bottom: 40px;
}
.mb-2 {
	margin-bottom: 30px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.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 {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.social-list li {
	cursor: pointer;
	border-radius: 50%;
	background: #dd5a24;
	font-size: 3vw;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	transition: 0.8s;
}
.social-list li:hover {
	background: black;
}
.contact-right {
	width: 50%;
}
.contact-left {
	width: 45%;
}
.contact-right a {
	color: white;
	text-decoration: underline;
}
.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;
}
.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;
}

@media only screen and (max-width: 767px)  {
	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;
	}
	#menu-desktop-menu li a {
		font-size: 16px;
	}
	.primary-button {
		font-size: 16px;
	}
	.social-list li {
		font-size: 26px;
		width: 75px;
		height: 75px;
		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%;
	}
}
