/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
 Mods:			2025-01-17
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body {background-color:white;}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	margin-right: 0%;
 }

et_pb_cta_0.et_pb_promo,.et_pb_cta_1.et_pb_promo {
		background-color: rgb(3,128,155);
	}

/****** First section - elimanate padded space between banner and Full width Title     *****/
 
section.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
 	padding-top:0px;
 }
 
 .et_section_specialty  {
	padding-bottom: 0px;  
	padding-top: 0px; 
	} 
 
/* MENU ADJUSTMENT Banner Customizations */
#et-top-navigation {
padding-left: 2em !important;
}

#banner {
	margin-right: auto;
	margin-left: auto;
	min-height: 100px;
	max-width: 1080px;
	padding-left: 15px;
	margin-top: 25px;
	position: relative;
}
.et_header_style_left #logo {
	max-width: 55% !important;
	margin: 0px;
	float: left;
}
#banner a span {
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 15px;
	display: inline-block;
	margin-top: 15px;
}

#headaddress {
	display: inline-block;
	text-align: right;
	font-size: 0.9em;
	float: right;
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.7em;
	padding-right: 1em;
	position: relative;
	} 
#et-info-phone {
	font-size: 1.6em;
	color: rgba(0,255,51,0.0) !important;
	text-align: center;
	width: 100%;
	clear: both;
	margin-botton: 20px;
	margin-left: -5px;
 }
#et-info-phone:before {
display:none;
} 
#et-info-phone:after {
	content: "\e090";
	display: inline-block;
	height: 25px;
	width: 25px;
	font-family: ETmodules;
	margin-left: 10px;
 
}



#et-info-phone:before, #et-info-phone:after, #et-info-phone  a{
	color: #000;
}
#headaddress span:nth-of-type(1) {
 display: none;/* pass business name in link - dont display  */
}

/* Banner Links hovers */
#banner a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#banner a:hover
 {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


@media all and (min-width:800px){ /* Larger than 800px */
.et_header_style_left #logo{
	max-width: 50% !important;
	margin: 0px;
	float: left;
}

   #banner a span {
		font-weight: bold;
		font-size: 1.7em;
		margin-left:1em;
	}	
	#headaddress {
	  float: right;
	  margin-top: 1.5em;
	  font-size: 1em;
	  line-height: 1.5em;
	  padding-right: 1em;
	  position: relative;
	  top: 0px;
	  left:0px;
	} 
	h1 {
		font-size: 2em;
		text-align: center;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}	
}


/* Headers DIVI Color default white*/
h2,h3,h4,h5 {
	line-height: 1.5em;
	padding-right: 0.5em;
	font-weight: 500;
}
h1 {
	color: black !important;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.5em;
}

h2 {
	font-size: 1.6em;
	color: white !important;
}

h3 {
	font-size: 1.3em;
	color: black !important;
}

h4 {
	color: black !important;
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}
/* H2 color mod for text and background for in-copy */
.et_pb_text_inner h2 {
	color: #FFF !important;
	background-color: #03809B;
	margin-left: -2em;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	margin-top: 2em;
	margin-bottom: 1em;
 }
/* Adjust  H2 spacing*/
.et_pb_text_inner h2:nth-of-type(1) {
	margin-top: 0em;	
	}
/* h4 call to action line */
.et_pb_text_inner h4 {
	line-height:1.4em !important; padding-top:1em;
	} 
 /* Right Page sidebar h4 correction */ 
.et_pb_column_1_4 h4:nth-of-type(1)  { 
	padding-top:0em;
	}	
	
/* Dropdown Menu */
#et-top-navigation {
	float: right;
}

#top-menu li li {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: rgba(255,0,0,0);  min-width:285px !important; /* AMW  elimanate menu line breaks */
}

#top-menu li li a {
	width: 90%;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#top-menu  li ul {
 	border-radius: 0px 0px 20px 20px;  /* AMW   */
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* AMW  shadow .2   */
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

 /* Footer */
#officehours tr td {padding: 4px 14px;}
#location {padding:4px 14px}	
#footer-info, #footer-bottom a, .icons { /*  ICONS to match color scema */
 	color: rgba(202,153,111,1);
}


/********** In-Copy inner-text PAGE MODS  ******/

/* Images  - spacing and shadow for inline text images*/
.et_pb_text_inner img, et_pb_text_inner p img{
	margin-bottom: 1.5em;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0); /* AMW  shadow .4 removed 2025-01-30  */
  }
  
img.alignleft, video.alignleft {
	display: inline;
	float: left;
	margin-right: 2em;
}

img.alignright, video.alignright {
	display: inline;
	float: right;
	margin-left: 2em;
}
video {z-index: 999999;
	border-radius: 10px;}  
  
.shadow {box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);}
.noshadow {
	box-shadow:none !important; border:none !important;
  } 
/* image with captions */ 
.wp-caption {background-color:#FFF;}
.wp-caption img {
	margin-bottom: 0px !important;
}
article ul, .feature ul {
	padding-left: .5em;
} 
article li {
	padding-left: 2.5em;
	background-image: url(https://www.chandlerdentist.com/wp-content/uploads/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	margin-bottom: 0.7em;
	list-style-position: outside;
}

/* Offset for named anchor readjust for sticky header */
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}



/********** Home Page Blurb mod for click buttons at bottom   */

.et_pb_blurb_container .et_pb_module_header {min-height:50px;}
.et_pb_blurb_content .copy {position:absolute; top: 180px;}
.et_pb_button_wrap {text-align: center; margin-top:150px;  margin-bottom:1em;}
a.et_pb_button  {position:relative; font-size: 14px;}
a.et_pb_button span {display:none;}


/* Button - With Icon  AMW mods to reduce button and recenter hover*/
.et_pb_small_button:before,
.et_pb_small_button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	text-shadow: none;
	font-size: 32px;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1em;
	text-transform: none;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: -5px;
}
 
/* AMW Features on Services page  */
.et_pb_text_inner .feature{
	border: 1px solid #003969;
	padding: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
 }
.et_pb_text_inner .feature ul {
	margin-top: 1em;
}


/*   Appointments page Calendar */
iframe#schedule {
	min-height:400px
	}  

/*  Smile Gallery */
div.et_pb_text_inner .imgGallery img {
	margin-left:25px !important; margin-right:25px !important;
	}

/* Appointment - form */
h1.et_pb_contact_main_title {color:#000}
.et_pb_contact_form_0 {
	background-color: #F4F7FF;
	border: 5px solid #e3e9ff;
	padding: 1em;
}

.et-pb-contact-message {
	color: #900;
	padding: 1em;
}
 
/******** MOBILE MODS  for iPhone Display ********/

@media all and (max-width:400px){
	#banner span {float:right; margin-right:20px;}	
  #headaddress {
	display: inline-block;
	text-align: right;
	font-size: 0.9em;
	float:right; margin-right:20px;
  }
  
  	h1 {
		font-size: 1.6em;
		text-align: center;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1em;
	}	

	
  .et_pb_text_inner  img {max-width:50%; }
   .et_pb_text_inner .feature {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: none;
	border-radius: 0px;
  }
  
  .wp-caption  img {max-width:100%; }
  .wp-caption {max-width:50%; }
   /* Adjust  H2 spacing - elimanate extra whitespace */
  .et_pb_text_inner h2   {
	  font-size:1.2em;
	 	margin-right:-1.6em;
	} 
	.et_pb_text_inner h3   {
	  font-size:1.1em;
	} 
	.et_pb_text_inner h4   {
	  font-size:1em;
	}  
	.et_section_specialty  {
	padding-bottom: 0px;  
	padding-top: 0px; 
	} 
 
}
 

/* FINAL OVERIDES */
img.full{max-width:100% !important; }
#terms {
	font-size: .9em;
	text-align: center;
	background-color: #FFF;
}

.et_pb_fullwidth_header_container {width:100%;}

 