/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

.page-id-60 .inside-article {

  background-color:#F5F5F5;
}
#secondary-navigation {
    box-shadow: 0 5px 5px -5px #bbb;
}
/*  SECTIONS  */
.bsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.bcol {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
  border-radius: 4px;
  border: none;
}

.bcolshadow {
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  background-color:#fff;
  padding:20px;

}

.ttx1 {
  margin-top:20px;
  margin-bottom:20px;
}


.bcolpadding {
  padding:20px;
}

.bcol:first-child { margin-left: 0; }


/*  GROUPING  */
.bgroup:before,
.bgroup:after {
	content:"";
	display:table;
}
.bgroup:after {
	clear:both;
}
.bgroup {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.bspan_3_of_3 {
	width: 100%;
}
.bspan_2_of_3 {
	width: 66.1%;
}
.bspan_1_of_3 {
	width: 32.2%;
}


.bspan_1_of_21 {
		width: 70%;
}


.bspan_1_of_211 {
	width: 28.4%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.bcol { margin: 1% 0 1% 0%;}
	.bspan_3_of_3, .bspan_2_of_3, .bspan_1_of_3, .bspan_1_of_21, .bspan_1_of_211  { width: 100%; }
}
