/*
Theme Name: Sauve
Description: A Child Theme for the Enfold Wordpress Theme.
Version: 1.0
Author: Progressive Dental Concepts
Author URI: https://progressivedentalconcepts.com/
Template: enfold
*/

/*Add your own styles here:*/

/* MOBILE LOGO STYLES */
@media only screen and (min-width: 768px) and (max-width: 850px) {
.responsive .logo {
	max-width: 180px;
}
.responsive .logo img {
	margin-top:20px;
}
}

/* HEADER STYLES */
#header_main .container, .main_menu ul:first-child > li a {
  height: 78px;
  line-height: 78px;
  text-transform:uppercase;
  font-weight:bold!important;
  letter-spacing:.05em;
}

#top #header .mega_menu_title a {
	font-size:13px;
	letter-spacing:.1em;
}

/* TOP BAR STYLES */
#header_meta .container {
    min-height: 40px;
}

#header_meta .container .sub_menu {
  top:14px;
}

#header_meta .container .sub_menu li a {
  padding:14px 10px;
}

#top #header_meta .phone-info {
  font-size: 12px;
  padding:10px;
}

#top #header_meta .phone-info:hover {
	background-color:#bec7c2;
}

#top .social_bookmarks li a {
	line-height:40px;
	min-height:40px;
	width:40px;
}
#top .social_bookmarks li a:hover {
	background-color:#bec7c2!important;
}

#header_meta .container .sub_menu ul li a:hover {
	background-color:#bec7c2;
}

/* NOTIFICATION BAR PLUGIN */
.wpfront-notification-bar div.wpfront-div {
	width:100%;
	max-width:1310px;
	padding-right:50px;
	padding-left:50px;
	text-align:right;
}

/* SERVICE SUBMENU STYLES */
#top .av-submenu-container .container {
	max-width:1210px;
}

/* HEADING STYLES */
h1.av-special-heading-tag,
h2.av-special-heading-tag {
  margin-bottom: 30px!important;
}

h1.av-special-heading-tag:after,
h2.av-special-heading-tag:after {
  content: '_____';
  position: absolute;
  left: 0;
  margin-top: 10px;
  letter-spacing:-3px;
}

.modern-quote h1.av-special-heading-tag,
.modern-quote h2.av-special-heading-tag {
	margin-bottom:0px!important;
}
.av-special-heading.elegant-centered .av-special-heading-tag:after,
.modern-quote h1.av-special-heading-tag:after,
.modern-quote h2.av-special-heading-tag:after {
  content: '_____';
  display:none;
}

.special-heading-inner-border {
	display:none;
}

#top .av-subheading {
  font-size: 18px;
}

body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap:before,
body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap:after {
	content: none;
}
	
body .av-special-heading.elegant-centered {
	text-align:left;
}
body .av-special-heading.elegant-centered .av-special-heading-tag .heading-char {
	display:inline-block;
	padding-right:14px;
}

/* BUTTON STYLES */
#top .avia-button-fullwidth {
	font-size:1.7em;
}

#top .av-fullscreen-button .avia-button-fullwidth {
	padding: 25px 10px;
}

/* FOOTER STYLES */
.footer_color {
	background:linear-gradient(to left, #E6E5DA, #BEC7C2 50%, #7B867F);
	border-top: solid 3px; 
}

.footer_color .av-subnav-menu a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 7px 0px 6px !important;
}

/* TITLE BAR WITH BREADCRUMBS */
.title_container .main-title {
	font-size:42px;
	padding-top:0px;
	line-height:2em;
}

.title_container .breadcrumb {
	position:relative;
	right: unset;
	top: unset;
}

/* FORM STYLES */
.ginput_container input, 
.ginput_container textarea,
.ginput_container select {
	background: #ffffff !important;
	border: 1px solid #dddddd !important;
	color:#000000!important;
}

/* TESTIMONIAL SYLES */
.form-field input, .form-field textarea {
	color:#ffffff;
}

/* BIO LANDING PAGE */
.grid-entry .inner-entry {
margin-right: 30px;
margin-left: 30px;
box-shadow: 2px 2px 7px 1px #031b4e;
-webkit-box-shadow: 2px 2px 7px 1px #031b4e;
-moz-box-shadow: 2px 2px 7px 1px #031b4e;
}
.doc {
margin-right: 30px!important;
margin-left: 30px!important;
box-shadow: 2px 2px 7px 1px #031b4e!important;
-webkit-box-shadow: 2px 2px 7px 1px #031b4e!important;
-moz-box-shadow: 2px 2px 7px 1px #031b4e!important;
}


/* FOOTER NAV OR WORDS */
.sub_menu_socket li a {
	pointer-events:none;
	font-size:14px;
	font-weight:bold;
	font-family:'Raleway', sans-serif;
}

/* BLOCKQUOTE STYLE */
blockquote {
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
  background-color: #f9f9f9;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc !important;
  font-style: italic;
  color: #33557a !important;
  font-weight: bold;
}

/* SHOWCASE COLUMN */
.showcase {
	background:#f7f7f7;
	padding:20px;
}

.NpdBA{
    margin-left: 0px!important;
    margin-top: 20px!important;
}