/*
 Theme Name:   Royal Elementor Kit Child
 Theme URI:    https://ethanworx.com/
 Description:  Child theme for Royal Elementor Kit
 Author:       Ethanworx
 Author URI:   https://ethanworx.com/
 Template:     royal-elementor-kit
 Version:      1.0.0
*/

/* Import Parent Theme's styles */
@import url("../royal-elementor-kit/style.css");

/* Input & textarea fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: #fff;
  box-shadow: none;
}

/* Placeholder text style */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #000;
  font-weight: 600;
}

/* Textarea height */
.wpcf7 textarea {
  height: 120px;
  resize: none;
}

.submit-btn {
	background: #ffc221;
	border: none;
	border-radius: 10px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	border-radius: 8px;
	padding: 12px 25px;
	cursor: pointer;
	transition: 0.3s ease;
}

.submit-btn:hover {
  background: #e0a800; /* darker yellow */
}

.our-testimonials .sp-testimonial-free-section .sp-testimonial-client-image img {
    border-radius: 0% !important;
}

.wpr-nav-menu .wpr-sub-menu {
    width: 400px !important;
}

#student_finance {
	scroll-margin-top: 100px;
}

