/*
Theme Name: UnderStrap Child
Theme URI: https://wp-themes.com/understrap
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress UnderStrap child theme.
Template: understrap
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: understrap-child
*/
.container-fluid {
	max-width: 1300px; 
}
#wrapper-footer-full {
    background-color: #000;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 80px;
}
#wrapper-footer-full .widget_block:first-child {
    flex-basis: 15%;
}
#wrapper-footer-full .widget_block:nth-child(2) {
    flex-basis: 50%;
}
#wrapper-footer-full .widget_block:nth-child(3) {
    flex-basis: 35%;
}
#block-7 figure, #block-7 img {
    margin-bottom: 0;
}