/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.4.2
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/


span.header-phone {
    font-size: 180%;
    font-weight: bold;
    float: right;
}

span.header-mail {
    float: right;
}

h1, h2, h3, h4, h5 {text-transform:uppercase;}

a.button.primary {
    padding: 5px 35px;
}

.contact-form-all {
    margin: auto;
    display: block;
    max-width: 420px;
    text-align: center;
    background-color: #f1f8e9;
    padding: 30px;
    border: 20px solid white;
    margin-top: 120px;
}

input.wpcf7-form-control {
    margin-bottom: 12px;
}

input.wpcf7-form-control.wpcf7-submit.button {
    padding: 5px 30px;
}