/*
 Theme Name:     Clark Optometrists
 Description:    Child theme for Divi
 Author:         Practest.io
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}

	.nav li li {
		white-space: nowrap;
	}

	.nav li li a {
		width: auto !important;
	}
}


/* Vertically center the title next to a left-placed image/icon */
.blurb-left-vcenter .et_pb_blurb_content{
  display: flex;
  align-items: center;        /* vertical middle */
  gap: 12px;                  /* space between image/icon and title */
}

/* Make sure the left media is tight */
.blurb-left-vcenter .et_pb_main_blurb_image{
  margin: 0;                  /* remove default bottom margin */
  line-height: 1;
}

/* Icons behave slightly differently—normalize them */
.blurb-left-vcenter .et-pb-icon{
  display: inline-block;
  line-height: 1;
}

/* Only a title, so tidy the container */
.blurb-left-vcenter .et_pb_blurb_container{
  margin: 0;
  padding: 0;
}

/* Optional: control media size (image or icon) */
.blurb-left-vcenter .et_pb_main_blurb_image img{ 
  max-width: 48px;            /* adjust as needed */
  height: auto;
}
.blurb-left-vcenter .et-pb-icon{
  font-size: 48px;            /* adjust as needed */
}

/* Optional mobile tweaks */
@media (max-width: 767px){
  .blurb-left-vcenter .et_pb_blurb_content{
    gap: 10px;
  }
  .blurb-left-vcenter .et_pb_module_header{
    font-size: 18px;
  }
}
