/*------------------------------------------------------------------------------------- 
Theme Name:		 Konstic Child Theme
Theme URI:		 http://gramentheme.com/wp/konstic/
Description:	 Konstic - Construction WordPress Theme
Author:			 Gramentheme
Author URI:		 https://themeforest.net/user/gramentheme
Template:		 konstic
Version:		 1.0.0
Text Domain:	 konstic-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/

.theme-btn {
    color: #000;
}

.header-right .theme-btn{
    color: #fff;
}

.header-top-wrapper-new .top-right .social-icon {
    color: #000;
}

.header-top-wrapper-new .top-right .social-icon a {
    color: #000;
}

.header-new .header-main {
    padding: 10px 0;
}

.contact-wrapper .contact-items .form-clt input, .contact-wrapper .contact-items .form-clt textarea{
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    color: #000 !important;
}

.about-wrapper .about-image .about-image-2 .video-box{
    display: none;
}

.pricing-card-items .header-button .theme-btn.style-2 {
    color: #fff;
}

.contact-wrapper .contact-items .form-clt input::placeholder,
.contact-wrapper .contact-items .form-clt textarea::placeholder {
    color: #999999;
}