/*
 Theme Name:   Neuronet Child Theme
 Theme URI:    https://neuronet.ancorathemes.com
 Description:  Neuronet Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     neuronet
 Version:      1.0.0
 Tags:         ai, artificial intelligence, automation, startup, business, ai art, ai art generator, ai bots, chatgpt, neural network, support bot, data science, deep learning, digital agency, machine
 Text Domain:  neuronet
*/


/* =Theme customization starts here
------------------------------------------------------------ */
:root{
 --color1:#d6c9ff;
 --color2:#9bd8f4;
 --color3:#02ffd5;
 --angle:90deg;
}

.header-typing-text h1 span{
	background: linear-gradient(var(--angle), var(--color1), var(--color2), var(--color3));
	background-clip: text;
	-webkit-background-clip: text;	
	color: transparent;
	text-shadow: none !important;
}
@media screen and (max-width: 1024px) {
    .header-typing-text h1 span{ text-align:left;}
	.header-typing-text h1.sc_item_title { text-align:left; margin:0px 0px 0px 5px;}
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.Contact-btn{
	border-color: #05a8ff !important;
    background-color: #05a8ff !important;
    padding: 17px 35px !important;
}

.content_wrap{
	width: 100% !important;
}
.page_content_wrap{ padding-top:0px !important}

@media (max-width: 767px) {
	.menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_nav_area .menu-item>a {
		padding: 3px 20px !important;
		width: 94%;
	}
}

