/*
* Customer Css
*/
#light-slider{
  height: 600px !important;
}
.singular-section .content-area .post-thumbnail #light-slider img{
  height: 600px !important;;
  width: auto !important;;
}
footer .widget_a2a_follow_widget {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 30px;
}
footer .widget_a2a_follow_widget a span {
  border-radius: 50% !important;
  padding: 3px;
}
.widget-column.footer-widget-1{
  padding-bottom: 10px !important;
}
#a2a_follow_widget-2{
  margin: 0 !important;
}
.footer-widget-area{
  padding: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li{
	width: 86px;
    height: 86px;
    object-fit: cover;
}
.lSSlideOuter .lSPager.lSGallery img {
	height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}