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

/* Add your custom styles here */
.mpl0 p:last-child{
	margin-bottom: 0;
}
.lined-form .nf-before-form-content {
    display: none;
}

.lined-form .nf-form-content {
    padding: 0;
}

.lined-form .nf-field-container {
    margin: 0;
}

.lined-form .nf-field-container input[type="submit"]{
	width: 100%;
}
.nf-form-fields-required
{
	color:#fff;
}
.nf-input-limit
{
	margin-top:0!important;
}


#arrival-scroll span.elementor-divider__text.elementor-divider__element {
    transform: rotate(270deg);
}

div#right-col-image {
    width: 46%;
}


/*** home new***/

.prehome {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: url(https://www.lasuite-atelier.com/aldenbridgeweb/prehome.jpg) center center no-repeat;
    background-size: cover;
    -webkit-transform: translateZ(0);
}
.prehome div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.prehome img {
    width: 100%;
    height: auto;
    max-width: 320px;
}
.prehome span {
    color: #FFF;
    font-size: 14px;
    display: block;
    margin: 40px auto;
}
.prehome span:before {
    display: block;
    content: "";
    margin: 10px auto 40px;
    height: 0px;
    width: 1px;
    background: #FFF;
    -webkit-animation: increase 4s;
    -moz-animation: increase 4s;
    -o-animation: increase 4s;
    animation: increase 4s;
    animation-fill-mode: forwards;
}

/* November 13*/
.lined-form .nf-before-form-content {
    display: none;
}

.lined-form .nf-form-content {
    padding: 0;
}

.lined-form .nf-field-container {
    margin: 0;
}

.lined-form .nf-field-container input[type="submit"] {
    width: 100%;
    background-color: #5b7a91;
}
.lined-form .nf-multi-cell .nf-cell{
	width: 20%!important;
}

.nf-after-form-content nf-errors:empty {
    display: none;
}

.nf-after-form-content nf-errors nf-section {
    margin-top: 10px;
    display: block;
    padding-left: 5px;
}
.footer-form .nf-before-form-content {
    color: #fff;
    padding-left: 10px;
    margin-bottom: 10px;
}
.footer-form .nf-multi-cell .nf-row .nf-cell {
    width: 50% !important;
}
.footer-form .nf-multi-cell .nf-row:last-child .nf-cell{
	width: 100% !important;
}

.footer-form .nf-multi-cell .nf-row:last-child .nf-cell .nf-field-element {
    text-align: center;
}

.footer-form .nf-field-container input[type="submit"] {
    width: 200px;
    background-color: #003A65;
    border: 2px solid #003A65;
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
    padding: 0;
    transition: all .3s ease;
}

.footer-form .nf-field-container input[type="submit"]:hover{
	background-color: transparent;
	color: #fff;
}

.footer-form .nf-error .nf-error-msg{
	background-color: #e80000;
	color: #fff;
	padding: 3px;
}

.lined-form .nf-form-content nf-rows-wrap .nf-row:not(:first-child) {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
}
.footer-form .nf-multi-cell .nf-row:not(:nth-child(-n+3)) {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.footer-form .nf-after-form-content nf-errors nf-section{
	margin-bottom: 25px;
}

@keyframes increase {
  from {
		height: 0px;
	}
  to 
	{
height: 200px; 
		background-color: white;
	}
}


@media screen and (max-width:1440px)
{
	#last-mile-leftcol .elementor-widget-wrap.elementor-element-populated {
    margin-left: 0px!important;
}
}
@media only screen and (max-width:1240px) {
	div#hmain-menu nav ul li.menu-item-429 {
    width: 100%;
    text-align: center;
    justify-content: center;
}
}
@media(max-width: 1024px){
	.lined-form .nf-multi-cell .nf-cell{
	width: 100%!important;
}
	.lined-form .nf-field-container {
    margin-bottom: 15px;
}
}
@media(max-width:767.5px){
	
}
@media screen and (max-width:600px)
{
	.footer-form .nf-multi-cell .nf-row .nf-cell{
		width: 100% !important;
	}
}

