/* Theme Name: Auntri Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of auntri
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: auntri
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  auntri-child
*/

body #main-content {
  max-width: calc( var(--main-content) - 30px );
  width: 100%;
  margin-bottom: 50px;
  padding-top: 26px;
}

.ova-icon-box-icon-animation .elementor-icon {
  position: relative;
}
.ova-icon-box-icon-animation .elementor-icon i {
  z-index: 1;
}
.ova-icon-box-icon-animation .elementor-icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: #2850724f;
  -webkit-animation: lineScale 2.5s linear infinite;
  -moz-animation: lineScale 2.5s linear infinite;
  animation: lineScale 2.5s linear infinite;
}
.ova-icon-box-icon-animation .elementor-icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background-color: var(--heading);
  -webkit-animation: lineScale 2.5s linear infinite;
  -moz-animation: lineScale 2.5s linear infinite;
  animation: lineScale 2.5s linear infinite;
}

