/*
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.
*/

.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;
}
h1.entry-title{
	text-align: center;
}
#payForm button,
#linkContainer a.btn{
	margin: 15px auto 0;
	display: block;
	text-align: center;
}
#linkContainer a.btn{
	background: #91a78b;
  font-family: "Lato", Sans-serif;
	font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 3.4px;
border: 1px solid #91a78b;
	color: #fff;
	width: auto;
	padding: 10px 15px;
  max-width: 300px;
}
#linkContainer a.btn:hover{
	background: #fff;
	color: #000;
	border-color: #000;
}