/* 
Theme Name: ITP Germany
Description: Base theme for the ITP Germany site.
Author: BolkoDesign Kft.
Author URI: https://bolkodesign.hu/
Template: hello-elementor
Version: 1.0.0
Text Domain: itp-germany
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

/** Site Header **/

#site-header .elementor-widget-search-form {
    margin-bottom: 0!important;
}

#site-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
	#site-header .header-search-and-social {
		justify-content: center;
	}
}

@media (min-width: 1025px) {
	#site-header .header-search-and-social {
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
}

#site-header .header-search-and-social .elementor-column-gap-no {
    margin: 0;
}

/** Index page **/
.hero-new {
	position: relative;
	overflow: hidden;
}

/** Contact page form */
#contact-form input,
#contact-form textarea {
	font-weight: 600;
}

#contact-form input::placehiolder,
#contact-form textarea::placeholder {
	font-weight: 600;
}
#contact-form .elementor-field-type-textarea {
    margin-bottom: 2.5rem!important;
}

#contact-form .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
}


#contact-form .elementor-field-type-acceptance label {
    font-size: 0.875rem;
	font-weight: 600;
    line-height: 1.35!important;
    color: #A8A8A8!important;
    padding-left: 10px;
}

#contact-form .elementor-field-type-recaptcha_v3 {
    margin-top: 1rem;
    margin-bottom: 2.5rem!important;
}

/** News listing **/
.elementor-posts .elementor-post__text {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.elementor-posts .elementor-post__text .elementor-post__read-more {
	text-align: right;
}


.elementor-field-type-recaptcha_v3 {
    z-index: 1;
}