/*
 Theme Name:   Development Blog Theme
 Theme URI:    
 Description:  The theme to power the EDD Development Blog
 Author:       Sandhills Development, LLC
 Author URI:   http://sandhillsdev.com
 Template:     vendd
 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:  vendd-child
*/

@import url("style.css");

/*-----[ place custom CSS below ]-----*/

.page-id-1426 .entry-header {
	display: none;
}

.page-id-1426 .vendd-demo-centered {
	text-align: center;
	max-width: 722px;
	margin: 0 auto;
}

@media all and ( min-width: 860px ) {
	.page-id-1426 .split {
		float: left;
		width: 50%;
	}
	.page-id-1426 .split + .split {
		padding-left: 50px
	}
}