/**
* Theme Name: Nuss Child
* Description: This is a child theme of Nuss, generated by Merlin WP.
* Author: <a href="http://uxper.co/">Nuss</a>
* Template: nuss
* Version: 1.1.0
*/

.contact-pages .wpcf7-form{
	display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}
.contact-pages .nuss-contact-form-7 .wpcf7-form p{
	flex: 0 0 48%;
	width:48%
}
.contact-pages .nuss-contact-form-7 .wpcf7-form p:nth-child(n+6){
	flex: 0 0 100%;
	width:100%
}
.Equipements .nuss-icon-wrap svg{
	fill: #000 !important;
}
.overflow-hidden{
	overflow:hidden !important;
}
.eapps-instagram-feed-posts-slider-inner{
	width:100% !important;
}
.recent-blogs li{
  display: flex;
  align-items: center;
}
.recent-blogs li > div{
  height: 65px;
  width: 65px;
  flex: 0 0 65px;
}
.recent-blogs li img{
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
	max-width: inherit !important;
	max-height: inherit !important;
}
.recent-blogs li a{
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
}
.header-contact ul{
    display:block !important;
}