/*.fotorama__stage {
    max-height: 400px;
}
news blog
.post-holder {
  width: 40%;
}*/


/*news blog*/

.post-list .post-holder {
	width: 90%;
}

@media (min-width: 991px) {
	.post-list .post-holder {
		width: 47%;
	}
}

ol.post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.post-holder .post-header .post-info .label {
  font-weight: 300;
}
.post-view .post-ftimg-hld {
  display: none;  
}

.post-ftimg-hld {
  max-width: 250px;
}
.blog-post-view .products-grid .product-item {
    width: 200px;
    text-align: center;
}

html {
  scroll-behavior: smooth;
}

/* Footer social icons svg */
.footer-social-svg {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
    margin: 10px 10px;
}

.footer-social-svg a{
	margin: 15px;
}

.footer .block-content {
    width: 100%;
    margin: 10px 10px;
}
