/*
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 {
    margin: 0 auto;
  }
}

.page-header h1,
.entry-title,
.review-content h1{
    text-align: center;
}
.page-header #breadcrumbs {
  padding: 20px;
  border-bottom: 1px solid #A0A0A0;
  position: relative;
}
.accessibility-content #breadcrumbs,
.review-content #breadcrumbs,
.main-content #breadcrumbs{
	padding: 0px 0 20px;
  	border-bottom: 1px solid #A0A0A0;
}
.accessibility-content .page-header.entry-title,
.review-content h1,
.main-content .page-header.entry-title{
	border-bottom: 1px solid #A0A0A0;
	margin: 0 0 20px;
  	padding: 20px;
}
.elementor-widget-divider .elementor-divider .elementor-divider-separator{
	width: 100% !important;
}