/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/* ********** CONTACT FORM 7 ********** */

/* ********** CONTACT FORM 7 ********** */

textarea
{
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    color: #000;
    width: 100%;
    border: 1px solid #F0F0F0;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="text"]
{
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    color: #000;
    width: 100%;
    height: 42px;
    border: 1px solid #F0F0F0;
}

#alto
{
    height: 210px;
    
}


/*************** ADD MOBILE ONLY CSS HERE  ***************/


@media only screen and (max-width: 48em) {



}