/*
Theme Name: Nester Consulting
Author: Nester Consulting
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

*/

.active-header{
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 1000 !important;
}

.active-header .menu-link, .active-header .header-phone a{
	color: #4f4f4f !important;
}

.header-phone a{
	display: flex;
	align-items: center;
	gap: 8px;
}
.header-phone a{
	font-size: 16px;
	color: #ffffff;
}

.elementor-element p:last-child{
	margin-bottom: 0;
}
.elementor-element ul{
	margin-top: 0;
}
.elementor-element ul li{
	margin-bottom: 15px;
}
.elementor-element ul li:last-child{
	margin-bottom: 0;
}
.elementor-heading-title a{
	text-decoration: none !important;
}

/* Form */
.nester-consulting-form{
	max-width: 900px;
	margin: auto;
}
.nester-consulting-form input, 
.nester-consulting-form select,
.nester-consulting-form button{
    width: 100% !important;
    max-width: 100% !important;
	border-radius: 8px !important;
	height: 50px !important;
}
.nester-consulting-form .wpforms-field-label{
	color: #4F4F4F !important;
}
.nester-consulting-form button{
	margin-top: 40px !important;
	background-color: #239DD8 !important;
}
.nester-consulting-form button:hover{
	background-color: #91CA5F !important;
}

@media (max-width: 600px) {
	.nester-consulting-form .wpforms-field {
		float: none !important;
		clear: both !important;
		margin: 0 !important;
		width: 100% !important;
	}
	.nester-consulting-form button{
		margin-top: 20px !important;
	}
	
	.site-footer{
        padding: 50px 15px 20px 15px !important;
    }
    #astra-footer-menu li {
        margin-bottom: 15px;
    }
}

@media (max-width: 922px) {
    .header-phone{
    	display: none;
    }
    .ast-header-button-1 .ast-custom-button{
        background: transparent;
        padding: 20px !important;
        color: #4f4f4f;
    }
}



/* Footer */
.site-footer{
    background-color: #239DD8;
    padding: 100px 60px 30px 60px;
}

.site-footer .site-above-footer-wrap h2{
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.site-footer-primary-section-1 .widget_text p{
	max-width: 323px;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff
}
section#block-14 {
    margin-bottom: 30px !important;
}

.floating-contact-icon{
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 1000;
}

@media (min-width: 922px){
    .floating-contact-icon .ft-header-phone{
        display: none;
    }
}

