/*
Theme Name: Hello Elementor Child
Author: Viktoriia Matviieva
Template: hello-elementor
Text Domain: hello-elementor
*/

h1.entry-title{
	display: none!important;
}

.skill-tag{
	display: inline-block!important;
    width: auto!important;
	padding: 5px 10px!important;
    border-radius: 10px!important;
}

#wpforms-form-52 input{
	max-width: none;
}

#wpforms-form-52 button{
	margin: auto;
    display: block!important;
    min-width: 200px;
}

.text-tag{ 
	background-color: #1F7A8C;
	color: #ffffff;
	padding: 2px 8px;
	border-radius: 20px
}
.header-inner{
	max-width: 1000px!important;
}
.arrow-icon{
	width: 70px;
	height: 70px;
}

@media(max-width: 768px){
	.elementor-button{
	width: 100%!important;
}
	.elementor-button-wrapper{
		width: 100%!important;
	}
	#main-button, #main-button .elementor-widget-container, #main-button .elementor-button-wrapper{
		width: 100%!important;
	}
}


