/*
Theme Name: Wiguard Child
Description: Child Theme for Wiguard Theme
Author: zozothemes
Version: 1.0
Template: wiguard
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/


:root{
	--primary-theme-color:#feba0f !important;
}
a:hover, .counter-value span.counter-suffix, .service-wrapper.service-default .service-inner > .service-title a, .service-wrapper a.read-more.btn, .service-wrapper.service-default a.read-more.btn:hover, .service-wrapper.service-default a.read-more.btn:focus, .service-wrapper.service-modern .service-inner .post-more a, .team-wrapper.team-default .team-inner .team-designation h6, .team-info .team-title h2, .team-default .client-name, .team-designation, .owl-prev, .owl-next, .top-meta ul li a.read-more, .bottom-meta ul li a.read-more, .owl-prev:hover, .owl-next:hover, .wiguard-page .page-title-wrap a, .breadcrumb>a::after {
	color:var(--primary-theme-color);
}
.sh-triangle .elementor-image::after, .service-modern .service-inner {
	border-bottom-color:var(--primary-theme-color);
}
.testimonial-list .testimonial-list-item .testimonial-thumb img.rounded-circle {
	border: solid var(--primary-theme-color);
}
.theme-color-bg, .title-separator.separator-border, .testimonial-wrapper.testimonial-1 .testimonial-inner::after, .single-wiguard-testimonial .testimonial-info .testimonial-img:before, .testimonial-list .testimonial-list-item .testimonial-info *.client-designation::before {
	background-color: var(--primary-theme-color);
}
.service-wrapper.service-default a.read-more.btn:hover::after, .service-wrapper.service-default a.read-more.btn:focus::after, .service-wrapper.service-default a.read-more.btn::before, .service-wrapper.service-default a.read-more.btn::after, .service-modern .service-inner .service-title a::before, .service-wrapper.service-classic .service-inner::before, .service-wrapper.service-classic .service-inner::after, .grid-layout .top-meta ul.nav li .post-author a .author-name, .blog-style-default .blog-inner .bottom-meta .post-date a i, .blog-style-default .blog-inner .post-overlay-items .post-category a, .blog-style-classic-pro .post-date a {
	background: var(--primary-theme-color);
}
.feature-box-wrapper.feature-box-modern::before, .feature-box-wrapper.feature-box-modern::after {
	background: -webkit-linear-gradient(-150deg,var(--primary-theme-color) 5%,var(--primary-theme-color) 95%) !important;
	background: linear-gradient(-150deg,var(--primary-theme-color) 5%,var(--primary-theme-color) 95%) !important;
}
.service-title {
	min-height: 80px;
}
.mobile-bar li a:active, ul > li.current-menu-item > a, ul > li.current-menu-parent > a, ul > li.current-menu-ancestor > a, .wiguard-mobile-menu li.menu-item a.active {
	color: var(--primary-theme-color);
}
.current_page_item a {
	color:var(--primary-theme-color);
}
.imgWhite img {
	filter: brightness(0) invert(1);
}