/*
Theme Name: Owndays Singapore
Theme URI: http://www.verzdesign.com/
Author: Santosh & Olivia
Version: 9.1
Description : 30 Oct 2025
*/
img.alignright {
	padding: 4px;
	margin: 5px 0 20px 20px;
	display: inline;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img.alignleft {
	padding: 4px;
	margin: 5px 20px 20px 0px;
	display: inline;
}
.alignleft {
	float: left;
}

div.wpcf7-validation-errors {
	clear:both;
}
div.wpcf7-mail-sent-ok {
	clear:both;
}
.wpcf7-form label.error {
	float:right !important;
}
.wpcf7-response-output {
	clear:both;
}
.wpcf7-form input.error, .wpcf7-form select.error, .wpcf7-form textarea.error {
	border-bottom:2px solid #990000 !important
}
.wpcf7-form label.error {
	margin-top: -20px;
	text-align: right;
	width: 100%;
}

.breadcrumb-container ul li.current-item a::after {content:"";}

/***** Courses *****/
#header { display: none;}
#page hr { display: none;}
#footer p { display:none; }
#comments,.comment-respond {display: none !important;}
.lp-archive-courses .course-detail-info { background: #0E1717 !important;}
.float-department-holder { z-index: inherit !important;}
.lp-archive-courses .course-summary #popup-header { background: #000 !important;}

/* Container */
#buddypress {
  max-width: 800px;
  margin: 40px auto;
}

/* Activity Item Card */
#buddypress .activity-list li {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
}

#buddypress .activity-list li:hover {
  transform: translateY(-3px);
}

/* Avatar */
#buddypress .activity-avatar img {
  border-radius: 50%;
  width: 50px;
}

/* Header */
#buddypress .activity-header {
  font-size: 14px;
  margin-bottom: 8px;
}

#buddypress .activity-header a {
  font-weight: 600;
  color: #111;
}

/* Time */
#buddypress .time-since {
  color: #999;
  font-size: 12px;
}

/* Content */
#buddypress .activity-inner {
  font-size: 15px;
  color: #333;
  margin: 10px 0;
}

/* Action buttons */
#buddypress .activity-meta a {
  font-size: 13px;
  color: #666;
  margin-right: 15px;
}

#buddypress .activity-meta a:hover {
  color: #000;
}

/* Remove ugly borders */
#buddypress .activity-list li {
  border: none;
}