/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: LachlanCB
Author URI: https://lachlancb.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Header */
ul#menu-main-menu .fusion-button {
  padding: 16px 20px;
  color: white;
}
ul#menu-main-menu .button-icon-divider-left {
  border: none;
}
ul#menu-main-menu .button-icon-divider-left > i {
  color: white;
}
ul#menu-main-menu .fusion-button-text-left {
  padding-left: 10px;
} 
.dark-button {
  background: #1e2e5e;
}
.fusion-toggle-icon-wrapper > i {
  margin-top: -4px;
}
.content-icon-grid .content-box-wrapper .image {
  /* place a circular white background centered behind the image
     even when the .image container isn't square */
  display: inline-flex;
  align-items: start;
  justify-content: center;
  padding: 1rem; /* space between the img and the circle edge */
  box-sizing: border-box;
  background: radial-gradient(circle farthest-side at center, white 0%, white 65%, transparent 66%);
  background-repeat: no-repeat;
}
.content-icon-grid .content-box-wrapper .image > img {
  display: block;
  max-width: 100%;
  height: auto;
  background: transparent; /* background is provided by the parent */
  padding: 0; /* padding moved to the parent to avoid clipping */
  box-sizing: border-box;
  margin-left: 20px;
}
.content-boxes a.fusion-read-more {
  color: #e97324;
  font-family: "Gadugi";
  text-transform: uppercase;
  font-size: 18px;
}
.content-boxes a.fusion-read-more::after {
  color: #e97324;
}
