/*
 Theme Name:   Brownie
 Theme URI:    https://purposethemes.com/theme/magazine-blog-wordpress/brownie/
 Description:  Free child theme of Twenty Sixteen default WordPress theme with footer widgets, Google fonts, Ready Ad slots, Custom Styles box, Full width page template & multiple color schemes.
 Author:       Purpose Themes
 Author URI:   https://purposethemes.com/
 Template:     twentysixteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, colorful, two-columns, right-sidebar, responsive-layout, ad slots, footer widgets, child, twentysixteen
 Text Domain:  brownie
*/
.site-logo {
	max-height: 100px;
}
.topslot{
	max-width: 100%;
	width: 728px;
	display:block;
	margin: 0 auto 0.5em auto;
}
.sideslot{
	max-width: 100%;
	width: 300px;
	display:block;
	margin: 0 auto 1em auto;
}

.footer-widgets:before,
.footer-widgets:after {
	content: "";
	display: table;
}
.footer-widgets:after {
	clear: both;
}
.footer-widgets {
	margin: 0 7.6923%;
}
.footer-widgets .widget-area {
	margin-bottom: 3.5em;
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	.footer-widgets {
		margin-right: 0;
	}
	.footer-widgets .widget-area {
		margin-bottom: 5.25em;
	}
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.footer-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	
	.footer-widgets .widget-area{
		float: left;
		margin-right: 7.1428571%;
		width: 28.5714286%;
	}

	.footer-widgets .widget-area:nth-child(3) {
		margin-right: 0;
	}
	
	.no-sidebar .footer-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}
}
/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.footer-widgets .widget-area {
		margin-bottom: 7.0em;
	}
}

/**
 * 15.0 - Print
 */

@media print {
	.footer-widgets {
		display: none;
	}
}
