/*
 Theme Name: The Wellsping & Yew
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child for The Wellsping & Yew
 Author: BrainWeb
 Author URI: https://www.brainweb.co.uk
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* #logo {
	display: none;
} */

/* .mobile_menu_bar:after, .mobile_menu_bar:before {
	color: #E7E0D0;
	font-size: 48px;
} */

.et_pb_menu__logo{
	height: 112px;
	width: 112px;
}

@media all and (max-width: 980px) {
	.et_pb_menu__logo{
		height: 64px;
		width: 64px;
	}
}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 981px) {
	img.therapists-profile {
		min-width: 150px;
	}
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	img.therapists-profile {
		min-width: 120px;
	} 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	img.therapists-profile {
		min-width: 110px;
	}
}


.et_pb_fullwidth_header_subhead, .event_subtitle, .service_practitioner{
	font-size: 24pt;
	font-weight: 300;
	line-height: 1.4em;
} 

.event_datetime, .service_price {
	font-size: 18pt;
} 

@media (min-width: 981px) {
  .blog-4col .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .blog-4col .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* fullwidth posts stack with bottom margin by default — kill it, the gap handles spacing */
.blog-4col .et_pb_post {
  margin-bottom: 0 !important;
}

@media (min-width: 981px) {
  .dt-4-columns-blog .et_pb_salvattore_content[data-columns]::before {
    content: '4 .column.size-1of4' !important;
  }

  .dt-4-columns-blog .column.size-1of4 {
    width: 23% !important;
    margin-right: 2%;
  }

  .dt-4-columns-blog .et_pb_post {
    margin-bottom: 11px;
  }
}
