/*
 Theme Name:   	Ventix Child
 Theme URI: https://validthemes.tech/themeforest/wordpress/ventix/
 Description:  	This is a child theme for Ventix Personal Portfolio WordPress Theme
 Author:       	Validthemes
 Author URI:   	https://themeforest.net/user/validthemes/portfolio
 Template:     	ventix
 Version:      	1.0
 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:  	ventix-child
*/

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

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.hidden {
	display:none !important;
}

ul.skill-items i.fa-wordpress {
    background: #21759B;
}

ul.skill-items i.fa-php {
    background: #4F5B93;
}

ul.skill-items i.code-brands.code-js {
    background-color: #FFD43B;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-style: normal;
}

ul.skill-items i.fa-shopify {
    background-color: #95BF47;
}

ul.skill-items i.code-webflow {
    background-color: #146EF5;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.skill-items i.code-webflow img {
    filter: brightness(0) invert(1);
    width: 30px;
}

.my-specializations .service-style-one-item {
    height: 450px;
}