/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.3
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

@media only screen and (max-width: 767px) {
  .col {
    flex: none !important;
}


#footer .row.row-collapse.row-full-width.has-block > .col.small-12.large-12 >.col-inner:first-child{
	padding:20px !important;
}
}


@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.6em !important;
    }
}


.container, .container-width, .full-width .ubermenu-nav, .row {
    /* max-width: 1080px !important; */
}

.footer-wrapper {
	background-color:#63705f !important;
}


.row.row-collapse {
    /* max-width: 1050px; */
    margin: 0 auto;
}

ul{
	padding-left: 0px !important;
}

body {
    font-family: Lato, sans-serif !important;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777 !important;;
}