
/* # Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-inner {
  padding: 0;
}

.front-page .content {
  width: 100%;
	float: none;
	padding: 0;
}

.front-page .site-inner p:last-child {
	margin-bottom: 0;
}



/* Front Page Sections
---------------------------------------------------------------------------------------------------- */

.front-page .bg-1,
.front-page .bg-3,
.front-page .bg-5 {
	background-color: #eee;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 .widget-title,
.front-page-2 .widget-title,
.front-page-3 .widget-title,
.front-page-4 .widget-title,
.front-page-6 .widget-title {
  font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 2px;
}

.front-page-2 .widget-title,
.front-page-5 .widget-title, 
.front-page-6 .widget-title {
  font-family: "thyme", serif;
  font-style: italic;
	font-size: 30px;
	font-size: 3rem;
  position: relative;
  z-index: 9;
}

.front-page-2 .widget-title span, 
.front-page-6 .widget-title span {
  background-color: #fff;
  padding: 0 20px;
  position: relative;
}

.front-page-2 .widget-title::before, 
.front-page-6 .widget-title::before {
  background-color: #ddd;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 22px;
  width: 100%;
}

.front-page-2 h4.entry-title {
  font-family: "thyme", serif;
  font-style: italic;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 2px;
}

.front-page-5 .widget-title {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 2px;
}

.front-page-1 h2 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 2px;
}


/* # Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.flexible-widgets {
	padding-top: 60px;
	padding-bottom: 20px;
}

.flexible-widgets .widget {
	margin-bottom: 40px;
}

@media only screen and (min-width: 860px) {

  .flexible-widgets {
	  padding-top: 100px;
	  padding-bottom: 60px;
  }

  .flexible-widgets .widget {
	  float: left;
		margin-left: 3%;
  }

  .flexible-widgets.widget-full .widget,
  .flexible-widgets.widget-area .widget:nth-of-type(1),
  .flexible-widgets.widget-halves.uneven .widget:last-of-type {
	  width: 100%;
		margin-left: 0;
  }

  .flexible-widgets.widget-fourths .widget {
	  width: 22.75%;
  }

  .flexible-widgets.widget-halves .widget {
	  width: 48.5%;
  }

  .flexible-widgets.widget-thirds .widget {
	  width: 31.33%;
  }

  .flexible-widgets.widget-halves .widget:nth-child(even),
  .flexible-widgets.widget-thirds .widget:nth-child(3n+2),
  .flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	  clear: left;
		margin-left: 0;
  }
	
	
	/* Widget halves even */
	.flexible-widgets.widget-halves.even .widget {
    clear: none;
    margin-left: 3%;
    width: 48.5%;
  }
	
	.flexible-widgets.widget-halves.even .widget:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
	
	
	/* Widget thirds even */
	.flexible-widgets.widget-thirds.even .widget {
    clear: none;
    margin-left: 3%;
    width: 31.33%;
  }
	
	.flexible-widgets.widget-thirds.even .widget:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }

}


/* # Front Page 1
---------------------------------------------------------------------------------------------------- */

.front-page-1 {
  padding-top: 60px;
	padding-bottom: 60px;
}

.front-page-1 .widget {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px 20px;
}

a.notgreen {
	color: #626262;
}
	

@media only screen and (min-width: 860px) {

  .front-page-1 {
    padding-top: 60px;
	  padding-bottom: 60px;
  }
	
	
  .front-page-1 .widget {
    float: right;
    max-width: 500px;
    padding: 40px;
    width: 48.5%;
  }
	
}


/* Front Page 2
---------------------------------------------------------------------------------------------------- */

.front-page-2 {
  text-align: center;
}

@media only screen and (min-width: 860px) {

  .front-page-2 {

  }

}


/* Front Page 3
---------------------------------------------------------------------------------------------------- */

.front-page-3 {
  padding-top: 60px;
	padding-bottom: 60px;
}

.front-page-3 .widget {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px 20px;
}

@media only screen and (min-width: 860px) {

  .front-page-3 {
    padding-top: 120px;
	  padding-bottom: 120px;
  }
	
  .front-page-3 .widget {
    float: left;
    max-width: 500px;
    padding: 40px;
    width: 48.5%;
  }
	
}


/* Front Page 4
---------------------------------------------------------------------------------------------------- */

.front-page-4 {

}
	
@media only screen and (min-width: 800px) {
	
  .front-page-4 {
    background: rgba(0, 0, 0, 0) url("images/watercolor-2.gif") no-repeat scroll right center / 200% auto;
  }

}


/* Front Page 5
---------------------------------------------------------------------------------------------------- */

.front-page-5 {
  min-height: 400px;
  padding-top: 80px;
  text-align: right;
}


@media only screen and (min-width: 800px) {

  .front-page-5 {
    min-height: 800px;
    padding-top: 140px;
  }

}



/* Front Page 6
---------------------------------------------------------------------------------------------------- */

.front-page-6 {
	text-align: center;
}

@media only screen and (min-width: 800px) {

  .front-page-6 {
	
  }

}
