/* Beginning of Ticket 1322503 - Steve 15 Jul 2025 */

/* https://zenfolio.zendesk.com/agent/tickets/1322503 */

/* To reduce Blog Title font size */

body.blog ._4ORMAT_content_wrapper h2,
  body.blog ._4ORMAT_content_wrapper h3 {
  font-size: 24px!important;
}

/* Reduce line height for Blog Title */
.f_blog_title, .f_blog_title_in_post, .f_blog_title_typography, .f_blog_title_typography_hover {
  line-height: 1.1!important;
}

.f_blog_body_typography, .f_blog_body_typography:hover {
  line-height: 1.1 !important;
}

/* increase space below Blog Title if image thumbnail directly underneath */

.f_blog_post_image_hoverwrap {
  margin: 3% 1% 0 0!important;
}

/* reduce spacing between blog paragraphs */

.f_blog_post p{
  margin:0 0 0 0!important;
}

/* Gallery Header Text full width and centered */

.gallery-container .title-element > * {
  width: auto!important;
}  

/* Try reduce line spacing on VITAE page only */

/*
.page-7566810 #content_page_wrapper p{
  margin-top:0.2em!important;
  margin-bottom:0.2em!important;
}
*/

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li, body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p, body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
  line-height:1.0em!important;
}

/* Remove hyphenation from Blog Posts (all blog content) */
.f_blog_post_header,
.f_blog_image_caption,
.f_blog_body,
.f_blog_body_typography,
.f_blog_title,
.f_blog_title_in_post,
.f_blog_title_typography,
.f_blog_post p {
  hyphens: none!important; /* stop hyphenation for words breaking */
  -webkit-hyphens: none!important; /* remove hyphens in Safari */
}

/* End of Ticket 1322503 */