/*========== L I G H T   T H E M E   S T Y L E S =============*/

/* Light theme background styles */
.page,
.subtitle p,
.rnr-icon-middle,
.member .member-details,
.service-box,
.fancy-header span,
.team-member .team-desc,
.img-overlay,
.modal-backdrop,
.tab a {
	background-color: #ffffff;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, 
select,
.social-icon {
	background-color: #ffffff !important;
}

.fullwidth.grey,
#ajax-section,
.accordion .accordion-title a,
.toggle .toggle-title .title-name,
.callout,
.parallax,
.tab a.selected,
.tab a:hover {
    background: #f8f8f8;
    background-color: rgba(0, 0, 0, 0.02);
}

/* Light theme text colors */
body {
	color: #333333;
}

/* Light theme form styles */
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, 
select {
	border: 1px solid #e8e8e8;
	color: #333333;
}