/*!
Theme Name: Agrion Child theme
Theme URI: https://bracketweb.com/agrionwp/
Template: agrion
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Agrion WordPress theme.
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agrion-child
*/

/* home page */
.main-slider-two__title span {
  color: var(--agrion-primary);
  font-family: var(--agrion-font);
}
.swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] .main-slider-two__shape-1 {
  right: 10px;
}
.swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .main-slider-two__shape-1 {
  right: 420px;
}
.swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .main-slider-two__shape-1 {
  right: 280px;
}
.swiper-wrapper .swiper-slide[data-swiper-slide-index="3"] .main-slider-two__shape-1 {
  right: 230px;
}
.feature-two{
  padding-top: 80px;
}
.testimonial-two__left .section-title{
  margin-bottom: 10px;
}

/* Hide post author in Agrion blog Elementor widgets */
.blog-one__meta.list-unstyled.ml-0 li:first-child {
  display: none;
}

body.page-id-67 .testimonial-three__left{
  display: flex;
  align-items: center;
  height: 100%;
}
body.page-id-67 .testimonial-three__left .section-title{
  margin-bottom: 0;
}
body.page-id-67 .testimonial-three__right{
  margin-top: 0;
}
@media (max-width: 767px) {
    .main-slider-two .container {
      padding-top: 150px;
      padding-bottom: 150px;
    }
    .main-slider-two .swiper-slide[data-swiper-slide-index="0"] .image-layer-two {
      background-position: center;
    }
}
body.wp-singular .elementor-widget-text-editor > p{
  color: #000;
}