/*
 Theme Name:   NewsFrame Pro Child
 Theme URI:    http://thedisneyblog.com
 Description:  A child theme for NewsFrame Pro
 Author:       Edward R. Jenkins
 Author URI:   http://edwardr.me
 Template:     nfprobusiness
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  nfprochild
*/

/* Override Foundation Max Row */

.row {
	max-width: 74.25em;
}

@media only screen and ( min-width: 1026px ) {
	#secondary {
		max-width: 300px;
		float: right;
	}
}

@media only screen and ( min-width: 1026px ) and ( max-width: 1220px ) {
	.large-9 {
		width: 66%;
	}
	.large-3 {
		width: 34%;
	}
}