/* 
 * File: Footer Stylesheet for Marblelife
 * Index:
 * 1: Desktop Styling for Footer
 * 2: Responsive Styling for Footer
 * 
*/
/* Desktop Styling for Footer */
section.ml_footer_newsletter {
    position: relative;
    width: 92%;
    margin: auto;
}
.newsletter_wrap_footer {
    display: flex;
    background: url(/wp-content/uploads/2023/07/newsletterBg-1.png) #4361ee;
    padding: 47px 48px 0;
    border-radius: 16px;
    gap: 32px;
	align-items: center;
}
.newsletter_wrap_footer .ml_footer_cta_content:not(.widget_media_image) {
    max-width: 496px;
    margin-bottom: 47px;
}
.newsletter_wrap_footer .ml_footer_cta_content.widget_media_image figure {
    margin: -92px -90px -47px 0px !important;
    /*display: inline-block;*/
}
.newsletter_wrap_footer .ml_footer_cta_content h3 {
    color: #fff;
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}
.newsletter_wrap_footer .ml_footer_cta_content p {
    font-size: 16px;
    color: #fff;
    font-family: 'Manrope Semibold';
    margin: 0;
    line-height: 24px;
}
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full,
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full * {
    margin: 0px !important;
    padding: 0;
}
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-form {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    margin-top: 32px !important;
}
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-form .wpforms-field-container {
    width: 90%;
}
#wpforms-form-1129 .wpforms-submit-container{
    position: absolute;
    left: 80%;
}
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-form .wpforms-submit {
    position: absolute;
    /*right: 16px;*/
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/07/Mail.png) #FF8811;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    margin: auto !important;
    top: 0;
    bottom: 0;
    outline: none !important;
    border: none;
}
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-field-large{
    padding: 24px;
    height: auto;
    border-radius: 8px;
	border:none;
	outline:none;
}
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-field-large,
.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-field-large::placeholder{
	line-height: 22px;
    font-size: 16px !important;
    font-family: 'Manrope Semibold';
    color: #363D5A;
}
em#wpforms-1129-field_1-error {
    display: none !important;
}
.ml_footer_cta_content .wpforms-container-full .wpforms-field-large.wpforms-error {
    background: #ffe2e2;
}
/* FOOTER WIDGETS */
section.ml_site_footer:not(.loc_footer) {
    background: #F4F7FF;
    padding: 276px 0 16px;
    margin-top: -212px;
}
section.loc_footer {
    background: #F4F7FF;
    padding: 100px 0 16px;
}
.ml_widget_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
}
.ml_widget_wrap .footer_col.col_one_fourth {
    max-width: 25%;
    width: calc(25% - 24px);
}
.ml_widget_wrap .footer_col h3.ml_col_title {
    font-size: 14px;
    font-family: 'Manrope Semibold';
    color: #6C80F1;
    margin: 0;
    line-height: 20px;
}
.ml_footer_col_1.widget_block.widget_text {
    margin: 32px 0;
}
.ml_widget_wrap .footer_col .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ml_widget_wrap .footer_col .menu li {
    width: 100%;
    display: inline-block;
    float: left;
}
.ml_widget_wrap .footer_col .menu li a {
    display: inline-block;
    color: #111527;
    font-family: 'Manrope Semibold';
    line-height: 20px;
    font-size: 14px;
    float: left;
    margin-top: 8px;
}
.ml_widget_wrap .footer_col.col_one_full p {
    color: #363D5A;
    font-size: 12px;
    font-family: 'Manrope';
    line-height: 1.5;
}
.footer_col ul.wp-block-social-links li.wp-social-link {
    border-radius: 8px !important;
    background: #363d5a;
}
.footer_col ul.wp-block-social-links li.wp-social-link a {
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
section.ml_last_footer_row {
    font-size: 12px;
    background: #111527;
    color: #fff;
    padding: 16px 0;
    font-family: 'Manrope Semibold';
    line-height: 20px;
}
.ml_last_row_wrapper {
    display: flex;
    gap: 0 16px;
}
.ml_last_row_wrapper .menu {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 17px;
}
.ml_last_row_wrapper .menu li a{
	font-size:12px;
	line-height:16px;
	color:#fff;
	font-family:'Manrope';
	position:relative;
}
.ml_last_row_wrapper .menu li:not(:last-child) a:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #C4C8F9;
    display: block;
    position: absolute;
    right: -8px;
    margin: auto;
    top: 0;
    bottom: 0px;
}
@media only screen and (max-width:768px){
    .newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-form .wpforms-field-container{
        width:100%;
    }
    #wpforms-form-1129 .wpforms-submit-container {
        position: absolute;
        left: 92%!important;
    }
	.ml_last_row_wrapper{
		padding:0px 16px;
		flex-direction: column;
	}
	.ml_last_row_wrapper .menu,.ml_last_row_wrapper .menu li{
		display: inline-block;
	}
	.newsletter_wrap_footer .ml_footer_cta_content p{
		/*display:none;*/
	}
	.ml_last_row_wrapper .menu li{
		padding-right: 12px;
	}
	.ml_site_footer .ml_widget_wrap .footer_col.col_one_fourth {
		max-width: 100%;
		width: 100%;
	}
	.ml_footer_col_1.widget_block.widget_text {
		margin: 16px 0;
		font-family: 'Manrope';
		font-size: 12px;
		line-height: 16px;
	}
	.ml_widget_wrap .footer_col .menu li a {
		line-height: 16px;
		font-size: 12px;
	}
	.ml_site_footer .ml_widget_wrap {
		flex-direction: column;
		padding: 0px 0px;
	}
	section.ml_site_footer {
		padding-left: 16px!important;
		padding-right: 16px!important;
		margin-top: 0;
	}
	.ml_footer_newsletter,
	.newsletter_wrap_footer{
		padding: 16px 16px; 
		flex-direction: column;
		text-align: center;
	}
	.newsletter_wrap_footer .ml_footer_cta_content h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.newsletter_wrap_footer .ml_footer_cta_content:not(.widget_media_image) {
		max-width: 100%;
		margin-bottom: 0;
	}
	.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-form {
		margin-top: 16px !important;
	}
	.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-field-large {
		padding: 16px;
	}
	.ml_footer_cta_content.widget_media_image{
		display:none;
	}
	.newsletter_wrap_footer .ml_footer_cta_content .wpforms-container-full .wpforms-form {
		margin-top: 16px !important;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px){
	.newsletter_wrap_footer .ml_footer_cta_content.widget_media_image figure {
		margin: 0 !important;
	}
	section.ml_last_footer_row,section.ml_site_footer,section.ml_footer_newsletter{
	padding-left:16px !important;
	padding-right:16px !important;
	}
}