/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.upload-form .elementor-field-type-upload input[type=file]::file-selector-button{
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	border: none;
	background: #475569;
	border-radius: 8px 0 0 8px;
	color: white;
	margin-right: 10px;
	font-weight: 400;
	cursor: pointer;
}

.upload-form .elementor-field-type-upload input[type=file] {
	background-color: #F1F5F9;
	border-radius: 8px 8px 8px 8px;
	font-weight: 500;
	border: 1px solid #CBD5E1
}

.upload-form label[for=form-field-field_8b2402a] {
	background: none !important;
    z-index: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
	margin-bottom: 8px !important;
}

.upload-form label[for=form-field-field_ae9363a] {
	background: none !important;
    z-index: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
	margin-bottom: 8px !important;
}

.upload-form label[for=form-field-field_c3a2532
] {
	background: none !important;
    z-index: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
	margin-bottom: 8px !important;
	visibility: hidden
}

@media screen and (max-width: 767px) {
	.upload-form label[for=form-field-field_c3a2532
] {
	display: none;
	}
}

@media screen and (max-width: 767px) {
	html {
		scroll-padding-top: 50px;
	}
}

html {
	scroll-padding-top: 150px;
}

 h2 {
 background-image: linear-gradient(to bottom, #FCA5A5, #BA1B1B) !important;
 background-clip: text !important;
 -webkit-background-clip: text !important;
}

h4 {
	word-wrap: break-word;
	hyphens: auto;
}

.text-linear-gradient {
	 background-image: linear-gradient(to right, #FCA5A5, #BA1B1B) !important;
	 background-clip: text !important;
	 -webkit-background-clip: text !important;
	color: transparent;

}

 .linear-gradient {
 background-image: linear-gradient(to right, #FCA5A5, #BA1B1B) !important;
 background-clip: text !important;
 -webkit-background-clip: text !important;
}

@media screen and (max-width: 767px) {
.grid-item {
    height: fit-content;
}
}

.linear-border {
    border-left-width: 6px;
    border-right-width: 0px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      #FCA5A5, 
      #BA1B1B
    ) 1 100%;
}

.grid {
    grid-template-rows: auto;
}


