/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/


form {
    margin-bottom: 0
}

.form-flat input:not([type=submit]) {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    vertical-align: middle;
    width: 100%
}
.form-flat input[type="search"] {
    height: 50px;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
.form-flat .button.submit-button {
    height: 40px;
    width: 80px;
    position: absolute;
    right: -25px;
    top: 9%;
    border-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    background-color:#ad1f23 !important;
}
.form-flat .button.submit-button i{
    color: #fff;
}


.button-call-for-sale {
background: var(--primary-color);
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 5px;
padding: 10px 0;
color: #fff;
transition: all 0.3s;
&:hover { background: #cf242a;
color: #fff;
}
.text.t1 {font-size: 1.2em; font-weight: 600;}
.text.t2 {font-size: 0.8em; font-weight: 500;}
}


#footer .footer-section{
    background: linear-gradient(to right, #ad1f23 30%, #474848 70%) !important;
}



#masthead .header-nav li a{
    display: block;
    text-align: center;
    color: black;
    font-weight: normal;
}
#masthead .header-nav li a img{
    display: block;
    text-align: center;
    margin: 0 auto;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}