/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
 

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
/*Add rules here*/
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}
.prop_title h2 {
	color: #6B858D;
}
.prop_title h1 {
	color: #6B858D;
}
.prop_title p {
	font-size: 1.2em;
	color: #6B858D;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#layout-container .columns-container .column.main-content .prop_title h1 {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin: 0px;
}
#layout-container h3 {
	padding: 0px;
	margin: 0px;
	color: #666;
}
.prop_title .vanilla-row .column-group.max-100 .vanilla-column.column-50.padded {
}
#layout-container .columns-container .column.main-content .prop_title .vanilla-row .column-group.max-100 {
	border: thin solid #666;
}
#layout-container .columns-container .column.main-content .prop_title .vanilla-row .column-group.max-100 .vanilla-column.column-50.padded a .scalable {
}
