/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Structural CSS
  -----------------------------------
*/

body {
	margin: 0px;
}
h1, h2, h3, h4 {
	margin: 0px;
}

p img, h1 img, h2 img, h3 img, h4 img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.index_heading {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #000! important;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
	margin: 0 0 0 0;
	}
	.index_bullet {
	font-size: 1em;
	line-height: 1em;
	}
.p7dmm-spcr {
	background: none !important;
}
.synergy-row .column-group .synergy-column {
	box-sizing: border-box;
	text-align: center;
}
.synergy-column {
	float: left;
}
.blog_photo { 
	width: 50%;
	}
.synergy-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-10 {
	width: 10%;
}
.column-15 {
	width: 15%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-85 {
	width: 85%;
}
.column-100 {
	width: auto;
	float: none !important;
}

/*Column Group Widths*/
.column-group.max-850 {
	max-width: 850px;
	margin: auto;
}
.column-group.max-1024 {
	max-width: 1024px;
	margin: auto;
}
.column-group.max-1200 {
	max-width: 1200px;
	margin: auto;
}
.column-group.max-1440 {
	max-width: 1440px;
	margin: auto;
}
.column-group.max-1600 {
	max-width: 1600px;
	margin: auto;
}

/*Row Backgrounds*/

.fixed-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.green-top-border {
	border-width: 2px;
	border-top-color: #65b247;
	border-top-style: solid;
	margin-top: 18px;
}

#bio-photo { text-align: right; padding-bottom: 20px;}

.min-height {
	min-height: 505px;
	height: auto !important;
	height: 505px;
}
.padded-logo {
	padding: 40px 0 2px 32px;
}
#indexlogo {
	width: 33%;
	margin-left: auto;
	margin-right: auto;
}
#indexlogo2 {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}
#interiorlogo {
	width: 100%;
}	
/*Media Queries*/
/*Small screens - all devices*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
.column-30 { width: auto; !important}
.column-35 { width: auto; !important}
.column-40 { width: auto; !important}
.column-45 { width: auto; !important}
.column-50 { width: auto; !important}
.column-55 { width: auto; !important}
#bio-photo { text-align: center; !important}
.padded-logo { padding: 20px 20px 0 20px; !important}
#indexlogo { width: 66%; !important}
#interiorlogo { width: 75%; !important}
.synergy-column.column-55 ul li {
	font-size: 1.2em !important;
	line-height: 1.2em !important;
	margin: .1em 0 .5em .5em !important;
}
.index_heading {
	font-size: .6em !important;
	line-height: .6em !important;
	letter-spacing: -1px !important;
	}
.index_bullet {
	font-size: .4em !important;
	}
}
/*Smartphones*/
@media only screen and (max-device-width: 480px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
.column-30 { width: auto; !important}
.column-35 { width: auto; !important}
.column-40 { width: auto; !important}
.column-45 { width: auto; !important}
.column-50 { width: auto; !important}
.column-55 { width: auto; !important}
#bio-photo { text-align: center; !important}
.padded-logo { padding: 20px 20px 0 20px; !important}
.blog_photo { width: 90%; !important}
#lipsum ul li {margin-left: 0px !important;}
.padded-menu {padding: 12px 0 0 0 !important;}
h4 {font-size: 2em !important;}
#indexlogo2 {width: 50% !important;}
.padded-logo {padding: 5% 25% !important;}
.larger-type {font-size: 1.5em !important;}
}

