/*
Theme Name:     My Child Theme
Theme URI:      https://example.com/
Description:    Child theme for the Parent Theme
Author:         Your Name
Author URI:     https://example.com/
Template:       antux
Version:        1.0.0
Text Domain:    my-child-theme
*/

/* --- Your custom styles start below this line --- */

.banner-style-one-items {
  padding-top: 30px;
}

.btn-style-regular::after {
  background: none !important;
  content: none !important;
  filter: none;
}

.btn-style-regular {
  background: linear-gradient(to left, #30185F, #7E4AE7);
  color: #fff;
  border-radius: 5px;
  transition: 0.5s ease-in;
}

.btn-style-regular:hover {
  background: white;
  color: #000000;
  border-radius: 5px;
}

.attr-nav li.button a::after {
  background-color: #7E4AE7 !important;
}

.thumb img {
  filter: hue-rotate(200deg) saturate(10) brightness(0.9);
}

.thumb > :first-child {
  filter: none;
}

.thumb :nth-child(3) {
  filter: none;
}

.shape-right-top > :first-child {
  display: none !important;
}

.c_number,
.c_number + div {
  background: linear-gradient(#7A48E0, #7A48E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-title,
subtitle {
  background: linear-gradient(#7A48E0, #7A48E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-dark .service-style-one-item.active {
  border-color: #7A48E0;
}

.s_title a:hover {
  color: #7A48E0 !important;
}

.gallery-style-one .icon a {
  background-image: linear-gradient(90deg, #7B48E1, #381D6E) !important;
  display: none !important;
}

.timeline-header .right span {
  background-image: linear-gradient(90deg, #7B48E1, #381D6E) !important;
}

.timeline-style-one-item::after {
  background-image: linear-gradient(90deg, #7B48E1, #381D6E) !important;
}

.price + ul li::after {
  background-image: linear-gradient(90deg, #7B48E1, #381D6E) !important;
}

.menu-footer-menu li a:hover {
  color: #7B48E1 !important;
}

footer::after {
  background-image: linear-gradient(90deg, #7B48E1, #381D6E) !important;
  opacity: 0.2;
}

footer {
  background-color: white;
  background-image: none !important;
}

.navbar-brand img {
  filter: invert(100%) brightness(1000%);
}

@media only screen and (max-width: 1023px) {
    nav.navbar.validnavs .navbar-collapse.collapse img
 {
        display: inline-block;
        height: 50px;
        filter: invert(100%) brightness(1000%);
    }
}

#navbar-menu{
    filter: invert(100%) brightness(1000%)!important;
}

.social-info li a:hover {
  color: #7B48E1;
}

.promo-box-items h4 a:hover {
  color: #7B48E1;
}

ul.foter-menu li a:hover {
  color: #7B48E1;
}

.contact-style-one-items::after {
  background: linear-gradient(90deg, #7B48E1 0%, #381D6E 100%);
}

.contact-style-one-items h1 {
  -webkit-text-stroke: 1px #7B48E1;
}

.about-style-one-bottom-info::after {
  background-color: #7B48E1;
}
@media (min-width: 1024px) {
    .logged-in nav.navbar.validnavs.navbar-box {
        top: 30px!important;
    }
}