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

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


	
	/* @media (min-width: 1400px) { */
    /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { */
        /* max-width: 1320px !important; */
    /* } */
/* } */


    body .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
	
	
.footer-wrapper {
    background: #0c5972 !important;
}
 


#footer .h2, #footer h2 {
    font-size: 25.6px !important;
    font-weight: 300 !important;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

#footer .row.row-collapse {
    max-width: 1050px;
    margin: 0 auto;
}

#footer ul{
	padding-left:0px;
}

a:where(:not(.wp-element-button)),a {
    text-decoration: none !important;
}

.tooltipstered h2, .tooltipstered p {
    text-align: left;
}