/* 
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
*/

html {
  scroll-behavior: smooth;
}

/* Header */
#site-header{
	padding-block-end: 2rem;
    padding-block-start: 2rem;
}
#site-header .site-branding{
	gap: 0;
}
#site-header .site-navigation{
	flex-basis: 70%;
}
#site-header .site-navigation ul.menu{
	width: 100%;
}
#site-header .site-navigation ul.menu li a{
	transition: all .3s;
}
#site-header .site-navigation ul.menu li a:hover{
	color: rgba(255,255,255,.8);
}
#site-header .site-navigation ul.menu li:last-child{
	margin-left: auto;
	align-self: center;
}
#site-header .site-navigation ul.menu li:last-child a{
	border: 1px solid var(--e-global-color-primary);
	border-radius: 18px;
	padding: 8px 12px;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	transition: all .3s;
}
#site-header .site-navigation ul.menu li:last-child a:hover{
	background-color: var(--e-global-color-primary);
	color: #fff;
}
.home #site-header{
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

@media (min-width:992px) and (max-width:1200px) {
	#site-header .site-branding .site-logo img{
		width: 180px;
    	max-width: 180px;
	}
	#site-header .site-navigation {
		flex-basis: 77%;
	}
	#site-header .site-navigation .menu li{
		font-size: 14px;
	}
}

/* footer */
#site-footer{
	border-top: 1px solid #1B3B56;
}
#site-footer .footer-inner{
	padding: 42px 0;
}
#site-footer .footer-inner__top{
	padding: 3em 0;
}
#site-footer .footer-inner__bottom{
	justify-content: center;
}
#site-footer .footer-inner__top .site-branding{
	margin-bottom: 2em;
}
#site-footer .footer-inner__top .socials{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

/* Button */
.elementor-button .elementor-button-icon svg{
	width: 2em;
}

/* CF7 */
@media (min-width:768px) {
	.wpcf7 .form-group{
		display:flex;
		gap:1rem;
	}
}
.wpcf7 .form-group .form-input{
	width:100%;
	margin-bottom:1rem;
}
.wpcf7 .form-group .form-input label{
	display:block;
	margin-bottom:6px;
	font-size:14px;
}
.wpcf7 .form-group .form-input input,
.wpcf7 .form-group .form-input textarea{}

.wpcf7 .wpcf7-not-valid-tip{
	font-size:12px;
	display:block;
	margin-top:6px;
}

/* Image Carousel */
.images-carousel{
	overflow: hidden;
}
.images-carousel .swiper{
	margin: 0 -10% !important;
}