/**
 * Additional child theme styles.
 *
 * Loaded after style.css. Use this for larger blocks of custom CSS
 * (page templates, components) to keep style.css readable.
 */

.top-bar-left.widget_nav_menu ul{
	margin: 20px 0;
}

a.insta-icon svg {
	display: inline-block;
     vertical-align: center;
}
.columns-4.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}
.columns-4 .brand-item{
  padding: 15px;
  position: relative;
  margin-bottom: 50px;
  flex: 1 1 0px;
 
}
.columns-4 .brand-item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.columns-4 .brand-item .brand-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.columns-4 .brand-item .brand-image{
  
}
.columns-4 .brand-item .brand-image img{
  max-width: 200px;
  max-height: 100px;
}