/*
Theme Name: Finxpert Child
Description: Child Theme for finxpert Theme
Author: zozothemes
Version: 1.0
Template: finxpert
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

#site-footer,
#site-footer .footer-widgets-wrap {
    background-color: #122139 !important;
	background: #122139 !important;
}

//cs for newsletter
.email-submit-wrapper{
    display:flex !important;
    align-items:center !important;
    max-width:420px;
    background:#162844;
    border-radius:40px;
    overflow:hidden;
	justify-content: center !important;
}

.email-field{
    flex:1;
}

.email-field input{
    width:100%;
    border:none;
    padding:16px 20px;
    background:transparent;
    color:#fff;
    outline:none;
}

.email-field input::placeholder{
    color:#cbd5e1;
}

.send-btn{
    width:70px;
    height:56px;
    border:none;
    background:#6fa3c2;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

@media only screen and (max-width: 1024px) {
 	
	    .mobile-menu-active .mobile-menu-floating {
        background: #122139 !important;
    }
}
