/*
Theme Name:        Flatsome Child
Template:       flatsome
Theme URI:         http://flatsome.uxthemes.com/
Author:            UX-Themes
Author URI:        http://www.uxthemes.com/
Description:       Multi-Purpose Responsive WooCommerce Theme
Version:           3.13.3
Requires at least: 5.0.0
Requires PHP:      5.6.20
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.
***************/

.bg-darkblue {
    background-color: #263B54;
    color: white;
  }

  .border-darkblue {
    border: 2px solid #263B54;
    color: #263B54;
    background-color: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
  }


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

.address-container p {
        margin-bottom: 0.75rem !important;
}