/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .entry-header {
	margin-bottom: 0;
}

.front-page p:last-child,
.front-page .widget:last-child {
	margin-bottom: 0;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
	float: left;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.flexible-widgets .widget:first-child {
	margin-bottom: 40px;
}

.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%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.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;
}

/* Front Page Overlay
--------------------------------------------- */

.overlay {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

/* Front Page 1
--------------------------------------------- */

.front-page-1 {
	display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	margin-top: 158px;
}

.front-page-1 .wrap {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}

.front-page-1 .widget {
	margin-bottom: 0 !important;
}

.front-page-1 .widget-area {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  font-family:'Crimson Text', serif;
  color:#fff;
  text-transform:uppercase;
  margin-bottom:100px;
	}

.front-page-1 p:last-child {
	margin-bottom: 0;
}

.front-page-3 .more-link,
.front-page-1 button,
.front-page-1 input[type="button"],
.front-page-1 input[type="reset"],
.front-page-1 input[type="submit"],
.front-page-1 .textwidget a.button {
	border: none;
	margin-top: 0px;
}

.front-page-1 .textwidget a.button:focus,
.front-page-1 .textwidget a.button:hover {
	background-color: #266bb8;
	border: none;
	color: #fff;
}


/* Front Page Buckets
--------------------------------------------- */
.front-page-buckets {
/*	border-top: 70px solid transparent;
	margin-top: -70px;*/
	padding: 0 0 6% 0 ;
	text-align:center;
	background-color:#fff;
}

.front-page-buckets .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
.front-page-buckets .widget {
	background-color: #eee;
	padding: 40px;
	width: 32%;
margin-right:2%;
-moz-box-shadow: 0 0 25px #ccc inset;
-webkit-box-shadow: 0 0 25px #ccc inset;
box-shadow: 0 0 25px #ccc inset;
overflow:hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.front-page-buckets .widget .widget-wrap {
 /*   -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
}
.front-page-buckets .featuredpage span {
  display: block;
  margin: -40px -40px 30px;
}
.front-page-buckets .widget:last-child {
margin-right:0;
}
.front-page-buckets img {
}

/* Front Page 2
--------------------------------------------- */
.front-page-2 ol, .front-page-2 ul {
  margin-bottom: 30px;
  margin-left: 40px;
}
.front-page-2 ul > li {
  list-style-type: none;
}
.front-page-2 ul li:before { content: "\25aa";
 color: #11536C;
  font-weight:700; 
  display: inline-block;
   width: 1em;
  margin-left: -1em;
  line-height:1;
  font-size:20px;
  font-size: 2rem;
}

.front-page-2 {
	background-color: #fff;
/*	border-top: 70px solid transparent;
	margin-top: -70px;*/
	padding: 0;
}

.front-page-2 .wrap {
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 40px;
	padding-right: 40px;
}

.front-page-2 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.front-page-2 .flexible-widgets.widget-halves .widget,
.front-page-2 .widget {
	float: left;
	margin-bottom: 0;
	width: 50%;
}

.front-page-2 .widget-wrap {
	padding-bottom: 12%;
	padding-top: 12%;
}
.front-page-2 .widget-title {
font-size:40px;
font-size:4rem;
color: #701907;
line-height: 1;
letter-spacing:-1px;
}
.front-page-2 .flexible-widgets .widget:only-child {
	margin-bottom: 0;
}

.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd) {
	border-right: 1px solid #eee;
	clear: left;
	padding-right: 5%;
}

.front-page-2 .flexible-widgets .widget:nth-child(even) {
	clear: none;
	padding-left: 5%;
}

.front-page-2 .flexible-widgets.widget-full .widget,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
	border-right-width: 0;
	padding-right: 20px;
	width: 100%;
}

.front-page-2 .flexible-widgets.widget-full .widget-wrap,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
	padding-bottom: 0;
	padding-top: 8%;
}

.front-page-2 .awards1, .front-page-2 .awards2 {
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 25px;
}

.front-page-2 .awards1 img {
height: 100px;
margin:0 10px
}
.front-page-2 .awards2 img {
height: 150px;
margin:0 10px
}
.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(n+3) {
/*	border-top: 1px solid #eee; */
}
.front-page-2 blockquote {
  background-image: url(//clients.megahunter.com/lubinandenoch/wp-content/themes/lubinandenoch/images/lincoln-quote-bg-l.jpg);
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 600;
  padding: 40px 40px 40px 45%;
}

.front-page-2 blockquote div {
}

/* Front Page 3
--------------------------------------------- */

.front-page-3 {
	padding:12% 0;
	background-image:url(//clients.megahunter.com/lubinandenoch/wp-content/themes/lubinandenoch/images/front-page-3.jpg);
	background-size: cover;
	background-position:50%;
	background-color:#D6AD48;
	font-size: 20px;
	font-size: 2rem;
	font-weight:700;
	letter-spacing:-.75px;
}

.front-page-3 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.front-page-3 h3 {
	font-size: 36px;
	font-size: 3.6rem;
	color:#fff;
}

.front-page-3 .flexible-widgets.widget-full {
padding:0;
  margin-bottom: 0;
  width:50%;
  margin-left:auto;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
	}
.front-page-3 .flexible-widgets .widget:first-child {
  margin-bottom: 0;
}
.front-page-3 p:last-child {
  margin-bottom: 0;
}



/* Front Page 4
--------------------------------------------- */

.front-page-4 {
	padding: 6% 0;
/*	padding: 0;*/
}

.front-page-4 .wrap {
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 40px;
	padding-right: 40px;
/*	padding: 0;
	max-width: none;*/
}
.front-page-4 .widget-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.front-page-4 .widget-title {
  color: #701907;
	font-size: 40px;
  font-size: 4rem;
  letter-spacing: -1px;
  line-height: 1;
}

.front-page-4 .flexible-widgets .widget:first-child {
  margin-bottom: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}

.front-page-4 .flexible-widgets .widget:last-child {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
	  padding: 40px;
}
.front-page-4 .widget-area {
/*	display: flex;
	align-items: center;*/
}

.front-page-4 .gform_wrapper .gform_footer {
  padding: 0;
  width:50%;
  margin:1em auto 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1270px) {
.flexible-widgets.widget-fourths .widget {
	float: left;
	width: 50%;
}
.flexible-widgets.widget-fourths .widget:nth-child(2n) {
  clear: left;
}
.front-page-3 .widget-fourths .widget:nth-last-child(-n+4), .front-page-3 .widget-halves.even .widget:nth-last-child(-n+2), .front-page-3 .widget-thirds .widget:nth-last-child(-n+3) {
  margin-bottom: 40px;
}
}

@media only screen and (max-width: 980px) {
.front-page-2 blockquote {
  padding: 40px;
}
.front-page-buckets .widget {
  margin-bottom: 20px;
  width: 100%;
}
.front-page-buckets .wrap {
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
}

.front-page-2 .wrap, .front-page-3 .wrap {
  padding-left: 0;
  padding-right: 0;
}
.front-page-1 .wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin-top:0;
}

.front-page-1 {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.front-page-1 .widget-area {
	padding-top: 0;
}

.front-page-1 .widget_text .widget-title {
	font-size: 60px;
	font-size: 6rem;
}

.front-page-2 .flexible-widgets.widget-halves .widget,
.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(2n+1),	
.front-page-2 .widget {
	padding-left: 5%;
	padding-right: 5%;
}
	
.front-page-2 .widget-wrap,
.front-page-2 .flexible-widgets.widget-full .widget-wrap,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
	padding-bottom: 8%;
	padding-top: 8%;
}

}
@media only screen and (max-width: 850px) {
.front-page-1 .widget_text .widget-title {
  font-size: 5rem;
}
.front-page-1 .widget-area {
  font-size: 3.8rem;
  flex-direction: column;
  
}
.front-page-1 .flexible-widgets .widget:first-child {
  display: none;
}
.slogan {
margin-bottom: 20px;
}
.front-page-2 .flexible-widgets.widget-halves .widget,
.front-page-2 .widget {
	float: none;
	width: 100%;
}
.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(even),
.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd),
.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(n+3) {
	border-width: 0;
}

.front-page-2 .widget:first-of-type .widget-wrap {
  padding-bottom: 0 !important;
}

.front-page-4 .widget-area {
  flex-direction: column;
}
.front-page-4 .wrap {
  padding-left: 5%;
  padding-right: 5%;
}
.front-page-4 .flexible-widgets .widget:first-child {
  margin-bottom: 40px;
  padding-left:0;
  padding-right:0;
}

}
@media only screen and (max-width: 768px) {

.front-page-1 {
  background-attachment: scroll;
}

.front-page-1 .flexible-widgets.widget-halves .widget, .front-page-1 .widget, #front-page-1 .widget {
  width: 100%;
}
.front-page-1 .widget_text .widget-title span {
	font-size: 30px;
	font-size: 3rem;
}
.front-page-1 .widget_text .widget-title {
	font-size: 40px;
	font-size: 4rem;
}
.front-page-1 p {
  font-size: 20px;
  font-size: 2rem;
}
.front-page-3 {
  background-attachment: scroll;
}
.front-page-3 .widget-title, .front-page-4 .widget-title, .front-page-testimonials h3, .front-page-testimonials blockquote {
  font-size: 3rem;
}
.front-page-3 li.testimonials {
  font-size: 3rem;
}
.flexible-widgets.widget-fourths .widget,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget,
.front-page-2 .flexible-widgets.widget-halves .widget,
.front-page-2 .widget {
		float: none;
		width: 100%;
}
.front-page-4 .gform_wrapper .gform_footer {
  width: 100%;
}
}