/**
 * Theme Name:     Ollis Child
 * Author:         Like Themes
 * Template:       ollis
 * Text Domain:	   ollis-child
 * Description:    Ollis is a WordPress theme, created for design and interior studios. It has several professional design homepages, creative headers animations, Premium WPBakery Page Builder, and WooCommerce ready. Also the theme has color picker in customizer menu for changing all site colors to create unique color solution.
 */
/* Make the 5 boxes sit tight in one line with a small, controllable gap */
.contact-icons-row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 8px;      /* adjust: 0..12px */
  row-gap: 0;
}

/* Kill WPBakery's column padding/margins */
.contact-icons-row .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact-icons-row .wpb_column {
  margin: 0 !important;
}

/* Remove extra margins from the icon list itself */
.contact-icons-row ul.ltx-block-icon {
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure the inner wrapper doesn’t add bottom gaps */
.contact-icons-row .wpb_content_element {
  margin-bottom: 0 !important;
}

/*tighten the inside of each box a bit */
.contact-icons-row .ltx-block-icon li .in {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ltx-go-top {
  color: transparent;
	font-size:0px;
  border-width: 2px;
  height: 25px;
  width: 25px;
}
.ltx-go-top::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #b19777;
  border-top: 2px solid #b19777;

  /* perfect centering + slight optical lift so it doesn't look low */
  transform: translate(-50%, -55%) rotate(45deg);
}
