/* Text Plugin - Typology*/
.content-text h1:not(.header-no-margin), .content-text h2:not(.header-no-margin), .content-text h3:not(.header-no-margin), .content-text h4:not(.header-no-margin), .content-text h5:not(.header-no-margin) {
  margin-bottom: 0.7em;
}

.paragraph p:not(:last-child), .content-text p:not(:last-child){
  margin-bottom: 1em; 
}

.content-text h1:first-child, .content-text h2:first-child, .content-text h3:first-child, .content-text h4:first-child, .content-text h5:first-child{
  margin-top: 0;
}

.ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div) {
  color: var(--primary);  
}


/* testimonials */
.testimonial-summary .ba-blog-post-field-row:first-child::before, .testimonial-single .ba-field-content p:first-of-type::before{ 
  font-family: "Font Awesome 5 Free";  
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--title);
  padding-right: 15px;  
  content: "\f10d";
}

.testimonial-summary .ba-blog-post-field-row:last-child{
  margin-top:35px;
  flex-direction: column;  
}
.testimonial-summary .ba-blog-post-field-row:last-child [class^="ba-blog-post-field-"]{
  text-align:left;
}


.events-summary .ba-blog-post-content {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;    
}
.events-summary .ba-blog-post-fields {
  min-width: 180px;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .events-summary .ba-blog-post-content {
  	flex-direction:column-reverse;
    align-items:center;
  }
  .events-summary .ba-blog-post-fields {
    min-width: 0;
    padding-right: 0px;
   
  }
  .events-summary .ba-blog-post-title:not(#spec){
    text-align:center; 
  }
}


/* gallery */
.ba-gallery-items .ba-image{
  border-radius: 6px;
  box-shadow: 0px 10px 20px 0px var(--shadow);
}

/* book now */
/* mimic box for html container */
.box-style iframe{
  border-radius: 6px;
  box-shadow: 0px 10px 20px 0px var(--shadow);
}
