/*
Theme Name: Phlox Child
Template: phlox
Version: 1.0
*/

.web-quote-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 6px;
    overflow: hidden;
    max-width: 550px;
	margin-bottom: 17px;
    height: 65px;
}
.web-quote-input {
    flex: 1;
    padding-left: 10px;
}
.web-quote-input input, .web-quote-input input::placeholder {
    width: 100% !important;
    height: 55px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 16px 0px !important;
    font-size: 16px !important;
    border: none !important;
    font-family: "Outfit", Sans-serif !important;
    font-style: normal !important;
}
.web-quote-input input::placeholder{
    color:#9aa5b5;
    font-weight:600;
}
.web-quote-btn{
    margin-left:8px;
}
.web-quote-btn input{
    height:68px;
    padding:0 34px;
    border:none;
    border-radius:14px;
    background:#11182d;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}
.web-quote-btn input:hover{
	background-color: #FD021D !important;
}
.web-quote-btn .wpcf7-spinner {
    display: none;
}
.web-quote-btn .wpcf7-submit {
    border-radius: 8px !important;
    margin: 0 !important;
	padding: 12px 32px !important;
	font-family: "Outfit", Sans-serif;
    height: 52px;
}
.wpcf7-response-output {
    color: #fff;
}
.aux-elementor-header.aux-sticky {
    top: 0 !important;
}
header.aux-elementor-header.aux-sticky [data-elementor-type="header"] > .elementor-section {
	background-color: #000F1E !important;
    padding: 5px 20px 5px 20px !important;
}
header.aux-elementor-header [data-elementor-type="header"] > .elementor-section {
    transition: .5s;
}
.footer-text-effect {
	font-size: 150px;
    text-align: center;
    color: #fff;
    font-family: "Aclonica", Sans-serif;
    margin: 40px 0 0 0;
    line-height: normal;
}
.footer-text-effect span {
	transition: all 200ms linear 0ms;
    transform: translate(0px, 0px);
    display: inline-block;
}
.footer-text-effect span:hover {
    transform: translateY(-17px) scaleY(1.1) !important;
}
.aux-elementor-header.aux-sticky .aux-wrapper {
    border: none !important;
}
a {
    color: #000;
	text-decoration:underline;
}
a:hover {
    color: #FD021D;
	text-decoration:none;
}
.aux-xhd .e-con > .e-con-inner {
    max-width: 1250px!important;
}


@media (max-width:1300px) {
	.footer-text-effect {
		font-size: 100px;
	}
}

@media (max-width:991px) {
	.footer-text-effect {
		font-size: 60px;
		margin-top: 0px;
	}
	
	.web-quote-form {
		flex-flow: row wrap;
		height: auto;
	}
	.web-quote-input {
		width: 100%;
	}
	.web-quote-btn {
		width: 100%;
	}
	.web-quote-btn .wpcf7-submit {
		width: 100%;
	}
}

@media (max-width:600px) {
	.footer-text-effect {
		font-size: 32px;
	}
}