/*
Theme Name: DR Hello Elementor
Template: hello-elementor
Version: 1.0.1-beta
Author: Dental Revenue/AdsNext
GitHub Theme URI: https://github.com/Dental-Revenue/dr_hello_elementor.git
Description: A child theme for Hello Elementor.
*/
h1.entry-title{
  margin: 8px auto 16px;
  text-align: center;
  display: block;
}
div.page-header h1.entry-title {
	text-align: center;
}

.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;
}
label {
  margin-top: 12px;
}
form > button {
  margin-top: 1rem;
}
#breadcrumbs {
  margin: 0 auto;
  max-width: 1140px;
}
.entry-title-subtitle {
  font-size: 60%;
  display: block;
  font-weight: 100;
}
#comments {
  margin-top: 1rem;
}
.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;
}
form#payForm .g-recaptcha div{
  margin: 0 auto;
  text-align: center;
  display: block;
}
form#payForm button{
  border-color: #25335a;
  color: #25335a;
  background: transparent;
}
form#payForm button:hover{
  border-color: #576876;
  color: #576876;
}
#linkContainer a{
  background: #25335a;
  color: #fff;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}
#linkContainer a:hover{
  background: #576876;
}
.testimonials_shortcode_contain {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 0px;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}
.testimonials_shortcode_contain h2{
  margin: 0 auto 15px;
  font-weight: bold;
   text-transform: uppercase;
}
.testimonials_shortcode_contain p{
  margin: 0;
}
.testimonials_shortcode_contain span{
  display: block;
  margin-top: 20px !important;
  font-weight: bold;
  text-transform: uppercase;
  color: var( --e-global-color-accent );
}