p {padding-bottom:20px;}

@media all and (min-width: 1024px) {
  .ba-item-content-slider .ba-slideshow-img + .ba-grid-column,
  .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-caption,
  .ba-item-slideshow .ba-slideshow-caption {
    max-width: 1360px;
    padding: 20px 200px 20px 150px;
  }
}

@media all and (max-width: 768px) {
  .ba-item-content-slider .ba-slideshow-img + .ba-grid-column,
  .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-caption,
  .ba-item-slideshow .ba-slideshow-caption {
    padding: 50px 20px 50px 20px;
  }
}

.border-bottom {
  border-bottom: solid 1px #cecece;
}

.home-load .ba-blog-post {
  background: none !important;
}

.home-load .ba-blog-post-content {
  position: relative;
  width: 70% !important;
  background-color: var(--color-5);
  margin: -100px auto auto !important;
  padding: 20px 50px !important;
}

@media all and (max-width: 768px) {
  .home-load .ba-blog-post-content {
  width: 80% !important;
  margin: -100px auto auto !important;
  padding: 10px 30px !important;
}
}

@media all and (max-width: 414px) {
  .home-load .ba-blog-post-content {
  width: 80% !important;
  margin: -50px auto auto !important;
  padding: 10px 10px !important;
}
}


.off .ba-blog-posts-wrapper > div:nth-child(1) {
  display: none;
} 

 .ba-item-slideshow .ba-slideshow-caption {
    padding: 20px 40px 20px 40px;
}

#item-15913696044820
.ba-blog-post {
 border-bottom: 1px solid rgb(212, 212, 212); 
}

#item-15714292000
.ba-blog-post {
 border-bottom: 1px solid rgb(212, 212, 212); 
}

#item-15684132760
.ba-blog-post {
 border-bottom: 1px solid rgb(212, 212, 212); 
}

#item-15289771300
{
  	min-height: 0vh !important;
}

.col-5 .column-wrapper > div:nth-child(1) {
  display: none;
}

.col-5 .column-wrapper > div:nth-child(2) {
  margin-left: 0 !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
