/*
 Theme Name:   Knirpse Child
 Theme URI:    http://vecurosoft.com/products/wordpress/knirpse/
 Description:  This is a child theme for Knirpse WordPress Theme
 Author:       Vecurosoft
 Template:     knirpse
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  knirpse-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.animatorkazabaw-banner .slick-slide {
	min-height: 250px;
}

@media (min-width: 768px) {
	.animatorkazabaw-banner .slick-slide {
		min-height: 75vh;
	}	
}

.elementor-widget-container p {
	font-family: var(--e-global-typography-text-font-family ), Sans-serif;
}

.vs-hero-bg.background-image {
	background-position: center 28%;
}

.animatorkazabaw-customers-opinion .expand-btn {
	display: none;
}

.footer-widget .widget_nav_menu a {
	background-color: transparent;
    padding: 0;
    position: relative;
    margin-bottom: 18px;
    display: inline-block;
	color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    border: none;
    transition: all ease 0.4s;
}

.footer-widget .widget_nav_menu a:hover {
	color: var(--vs-secondary-color);
}


.footer-widget .widget_nav_menu a:before {
	content: "\f105";
    font-family: var(--icon-font);
    margin-right: 10px;
    font-weight: 300;
	color: var(--white-color);
    transition: all ease 0.4s;
}

@media only screen and (min-width: 600px) {	
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
    width: 100%!important;
}
}

@media (max-width: 416px) {
.vs-header .header-logo {
    max-width: 200px;
}	
}