/*
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;
}
h1.entry-title{
	text-align: center;
}
@media (max-width: 767px) {
  #breadcrumbs {
    padding-left: 10px;
  }
  .page-content {
    max-width: 90%;
    margin: 0 AUTO;
  }
}
.page-header h1,
.entry-title,
h1.single-post-title,
.review-content h1,
#breadcrumbs{
    text-align: center;
}
.page-header h1,
.entry-title,
h1.single-post-title,
.review-content h1{
	text-align: center;
  	margin: 20px auto;
  	border-top: 1px solid rgba(0,0,0,.1);
  	border-bottom: 1px solid rgba(0,0,0,.1);
  	padding: 30px 0;
}
#breadcrumbs{
	margin-top: 15px;
}
.interior-testimonials .testimonial {
  margin: 20px 0;
  width: 100%;
  display: block !important;
}
.testimonial-img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
  float: left;
  background-color: #fff;
  margin-right: 22px;
  transition: transform 0.2s, box-shadow 0.2s;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  position: relative;
  z-index: 2;
}
.testimonial-img img {
  display: block;
  width: 100%;
  height: auto;
}
.testimonial-text {
  overflow: hidden;
  text-align: left;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .1);
  list-style: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.6s;
  position: relative;
  z-index: 1;
}
.testimonial-text h3 {
  font-size: 14px;
  font-weight: 900;
  font-family: Oooh Baby;
  margin-top: 0;
  color: #b2b2b2;
}
.testimonial-text p {
  font-size: 16px !important;
}
.testimonial:hover .testimonial-img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  box-shadow: -3px 5px 14px rgba(0, 0, 0, 0.16);
}
.testimonial:hover .testimonial-text {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
@media (max-width: 599px) {
  .testimonial-img {
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }
  .testimonial-text {
    padding: 22px;
  }
}
.schedule-form {
  background-color: rgba(0, 0, 0, .3);
  border-top: 3px solid #000;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  margin: 2em auto;
  max-width: 700px;
}
blockquote{
	background: #000;
  margin: 15px 0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #fff;
}
blockquote p{
	font-weight: normal;
}
blockquote strong{
	font-weight: bold;
}
.page-id-270 .page-content p{
	text-align: center;
	margin: 20px auto;
	font-weight: 500;
}
.referralForm,
.referralForm h4{
	color: #fff;
}