/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



/* general designs */
p:last-child{
	margin-bottom: 0 !important;
}
.elementor-widget-text-editor ul{
	margin-bottom: 20px !important;
}



/* header */
.header-menu ul.elementor-nav-menu{
    display: flex;
    gap: 8px
}
.header-menu .elementor-nav-menu > li > a{
    border: 2px solid var(--e-global-color-primary);
    background: var(--e-global-color-primary);
	border-radius: 5px;
}
.header-menu .elementor-nav-menu > li:hover > a{
    border-color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-secondary) !important;
	color: #fff !important;
}
.header-menu .elementor-nav-menu > li.current-menu-item > a{
    background: none;
}
.header-menu ul:after{
	display: none !important;
}
.header-contact a:hover .elementor-icon-list-text{
	opacity: 0.6;
}
.header-menu ul.sub-menu a{
	border: none !important;
}



/* banner */
.banner-wrapper:before,
.banner-wrapper:after{
    content: "";
    position: absolute;
    width: 500%;
    height: 60%;
    background-color: var( --e-global-color-accent );
    top: 20%;
    z-index: -1;
}
.banner-wrapper:before{
    left: -495%
}
.banner-wrapper:after{
    right: -495%;
}



/* news */
.news-container{
    height: 100%;
}
.news-content{
    flex-grow: 1 !important;
}
.news-button{
    margin-top: auto;
}



/* contact page */
.contact-info a{
    text-decoration: none;
}
.contact-info .elementor-icon-list-text{
    transition: ease-out 0.3s !important;
}
.contact-info a:hover .elementor-icon-list-text{
    opacity: 0.6;
}



/* contact form */
.contact-form .gform_fields{
    grid-row-gap: 15px !important;
}
.contact-form .gform_heading{
    display: none !important;
}
.contact-form .gfield .gfield_label{
    margin: 0;
    font-size: 16px;
}
.contact-form .gfield_required{
    font-size: inherit !important;
    font-style: normal !important;
    text-transform: lowercase !important;
    color: inherit !important;
}
.contact-form .gfield input,
.contact-form .gfield textarea{
    border-radius: 5px;
    border-color: #888;
    font-size: 18px !important;
    padding: 8px 15px !important;
    line-height: 1.5 !important;
    outline: none !important;
}
.contact-form .gfield input{
    height: auto !important;
}
.contact-form .gfield input:focus,
.contact-form .gfield textarea:focus{
    border-color: var( --e-global-color-text );
}
.contact-form .gform_footer{
    padding: 0 !important;
    margin-top: 20px !important;
}
.contact-form .gform_button{
    border: none !important;
    line-height: 1 !important;
}
.contact-form .gform_button:hover{
    background: var( --e-global-color-secondary ) !important;
    box-shadow: none !important;
}
.contact-form .gform_validation_errors{
    margin: 0 0 20px !important;
    border-radius: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: none !important;
}
.contact-form .gform_validation_errors h2{
    font-weight: 600 !important;
    font-family: 'DM Sans' !important;
}
.contact-form .validation_message{
    font-size: 13px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    line-height: 1 !important;
}



/* footer */
.footer-menu a{
	width: fit-content;
}
.footer-contact a:hover .elementor-icon-list-text{
	color: var(--e-global-color-accent) !important;
}
.footer-copyright a{
	color: #fff;
}