/*
Theme Name:   genesis-block-theme child theme
Description:  Write here a brief description about your child-theme
Author:       Anthem Software
Author URL:   Write here the author's blog or website url
Template:     genesis-block-theme
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  genesis-block-theme-child
*/

/* Write here your own personal stylesheet */



/*blog page*/

#primary {
	margin: 0 auto;
	display: block;
	width: 90%;
	max-width: 1200px;
}

#three-quarter{ float:left; width:75%; margin:0; padding:0; }
#quarter{ float:left; width:25%; margin:0; padding:0; }


.sidebar-blog{ padding:2% 0 2% 10%; }

#block-38{ margin: 0 0 10px;}

@media (max-width: 1000px) {
#three-quarter{ display:block; float:left; width:75%; margin:0; padding:0; }
#quarter{ display:block; float:left; width:25%; margin:0; padding:0; }

}

@media (max-width: 950px) {
#three-quarter{ float:none; width:100%; margin:0; padding:0; }
#quarter{ display: none; float:none; width:100%; margin:0; padding:0; }
}