/* post.css
  For articles, blog , post of the website. */
/* Author: Cheah Siew Kwan */
/* Company: Passion 2 Wealth */

/* Home */
.home-1 {
  font-size: 14px;
}

#title{
  font-weight: bold;
}

/* Title Box*/
.title-box {
  border: none;
  border-radius: 5px;
  padding: 6px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ffcc00;
  color: #111;
	width:100%;
	box-shadow: 1px 2px 5px #666666;
  font-size: 16px;
  font-weight: bold;

}
/* About Us */
.about-box1 {
  background-color: #DCE3D0;
  padding: 10px;
}

.about-post {
  font-size: 14px;
  text-align: justify;
}

#quotes{
  font-size: 16px;
  font-style: italic;
  font-family: 'Merriweather', serif;
}

/* Program Type (Course) */
.course-link {
  font-size: 14px;
}

.course-link .card-body h2 a {
  color: #E5A50E;
}

.course-link .card-body p a {
  color: #E5A50E;
}

#nolink {
  color: #E5A50E;
}


/* Program Information(Course Info) */
.ci-post {
  font-size: 14px;
  text-align: justify;
}

dl{
  overflow: hidden;
}

dl dt{
  float: left;
  color: #777243;
}

dl dd{
  float: left;
  padding-left: 10px;
}

#course-break-line{
  margin-top: -10px;
}

/* Activities */
.a-box1 {
	background-color: #DCE3D0;
	padding: 10px;
}

.act-post {
  font-size: 13px;
  text-align: justify;
}

/* Accommodation */
.stay-title-box {
  border: none;
  border-radius: 5px;
  padding: 6px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  background-color: #333;
  color: #ffffff;
	width:100%;
	box-shadow: 1px 2px 5px #ffffff;
  font-size: 16px;
  font-weight: bold;

}

.stay-box1 {
	background-color: #DCE3D0;
	padding: 10px;
}

.stay-post {
  font-size: 13px;
}

/* Registration */
.reg-box1 {
	background-color: #DCE3D0;
	padding: 10px;
}

.reg-post {
  font-size: 14px;
}

/* Student Support */
.ss-title {
  font-weight: bold;
}

.ss-title-box {
  border: none;
  border-radius: 5px;
  padding: 6px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  background-color: #666;
  color: #ffffff;
	width:100%;
	box-shadow: 1px 2px 5px #666666;
  font-size: 16px;
  font-weight: bold;

}

.ss-box1 {
	background-color: #DCE3D0;
	padding: 10px;
}

.ss-post {
  font-size: 14px;
}

/* Contact Form */
.p-contact {
  font-size: 14px;
}

/* Company Info */
.info-note {
  color: #E5A50E;
}

/* University */
#unicourse{
  list-style-type: none;
  font-size: 13px;
  margin-left: -20px;
  font-weight: 600;
}

/* others*/
#mail{
  color: #E5A50E;
}
