/*
Theme Name: DR Hello Elementor
Template: hello-elementor
Version: 2.0-beta
GitHub Theme URI: https://github.com/Dental-Revenue/dr_hello_elementor.git
*/

.custom-logo-header {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  max-height: none !important;
  line-height: 1.2 !important;
}

input[name="RepeatEmailName"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
textarea {
  margin-top: 1rem;
}
form > button {
  margin-top: 1rem;
}
#breadcrumbs {
  margin: 0 auto;
  max-width: 1140px;
}
.entry-title span {
  display: block;
  font-size: 60%;
  line-height: normal;
  letter-spacing: normal;
}
h1.entry-title {
  line-height: normal !important;
}
textarea#comments {
  margin-top: 1rem;
}
input[type="text"] {
  margin-bottom: 1rem;
}
select {
  width: 200px !important;
  padding: 8px 12px !important;
  font-size: 16px !important ;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  margin-bottom: 1rem !important;
}
select:focus {
  border-color: #5a9eea !important;
  box-shadow: 0 0 0 2px rgba(90, 158, 234, 0.2);
}
/*
.grecaptcha-badge {
  display: none !important;
}*/

a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #breadcrumbs {
    padding-left: 10px;
  }
  .page-content {
    max-width: 90%;
    margin: 0 AUTO;
  }
}

.schedule-form {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 700px;
}
.schedule-form label{
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.schedule-form fieldset label{
	display: inline;
	margin: 0 5px;
}
.schedule-form fieldset{
	margin-bottom: 20px;
}
.schedule-form [type="submit"], 
.schedule-form button,
.btn.outline,
.PayFormInner button{
	color: #fff;
	border-color: var( --e-global-color-primary );
	background: var( --e-global-color-primary );
	border-width: 2px;
	font-weight: bold;
	display: block;
  padding: 10px;
  border-radius: 10px;
	margin: 15px auto 0;
}
.schedule-form [type="submit"]:hover, 
.schedule-form button:hover,
.btn.outline:hover,
.PayFormInner button:hover{
	color: #fff;
	border-color: #4896d0;
   background: #4896d0;
}
p.err{
	color: red;
}
.PayFormInner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-top: none;
  border-radius: 5px;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.g-recaptcha div {
  margin: 0 auto;
}
.page-header h1,
.entry-title,
h1.page-header.entry-title,
.review-content h1{
    text-align: center;
}