/* Atmosphere Pro Front Page
Loaded on the front page */

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

.vidbg-container video {
  max-width: none;
}


.content .textwidget a:hover,
.content .textwidget a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

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

.front-page .site-inner .wrap {
  max-width: 1220px;
  display: block;
  margin: 0 auto;
}

.front-page h4 {
	font-size: 16px;
	font-size: 1.6 rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.front-page .icon {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

.front-page .seventy-two {
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: 1.2;
}

.front-page .widget-title {
	text-transform: uppercase;
}

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

.flexible-widgets .widget {
	float: left;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 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 1
--------------------------------------------- */

.front-page-1 {

  background: #34313b url(/assets/hero_farm.jpg) no-repeat center top;
  background-size: cover;
	display: table;
	overflow: hidden;
	padding: 20px 80px;
	table-layout: fixed;
	/*text-align: center;*/
	width: 100%;
  padding-top: 170px;
  padding-bottom: 80px;
}

.front-page-1 h1 {
  font-weight: 500;
  font-size: 4.6rem;
}


.front-page-1 .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}

.front-page-1 .search-form input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
.front-page-1 .search-form input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
.front-page-1 .search-form input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

.front-page-1 .simple-social-icons.widget {
    position: absolute;
    right: 45px;
    top: 150px;
}

.front-page-1 form {
  margin-top: 25px;
  width: 100%;
  height: 100px;
  overflow-x: hidden;
}


.search-form {
  overflow:auto;
}

.front-page-1 .search-form input[type="search"] {
  float: left;
  -webkit-appearance: none;
  font-size: 1.8rem;
  height: 54px;
  padding: 12px;
}

.front-page-1 .search-form input[type="submit"] {
  width: 70px;
  height: 70px;
  clip: auto;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  margin-top: 0;
  z-index: 100;
}

.front-page-1 .search-form i {
    color: #C2C3C4;
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 4.4rem;
    z-index: 99;
}

.front-page-1 .logo-classic {
  position: absolute;
  width: 250px;
  z-index: 99;
  margin-left: -155px;
  margin-top: -50px;
}

@media only screen and (max-width: 1129px) {
  .front-page-1 h1 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 1023px) {
  .site-header .search-form  {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 800px) {
  .front-page-1 h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 320px) {
  .search-form input[type="search"] {
    width: 55%;
  }
}

.front-page-1 .widget.widget_text {
  float: left;
  margin-bottom: 120px;
  width: 50%;
}

.front-page-1 a {
	color: #fff;
}

.content .front-page-1 a:hover,
.content .front-page-1 a:focus {
	color: #ddd;
	border-bottom: 1px dotted #ddd;
}

.front-page-1 .widget {
	margin-bottom: 40px;
}

.front-page-1 .widget:last-child {
	margin-bottom: 0;
  float: right;
}

.front-page-1 .widget-wrap .textwidget {
  display: flex;
  justify-content: space-between;
}


.front-page-1 .widget-area {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.front-page-1,
.front-page-1 p,
.front-page-1 .widget-title {
	color: #fff;
}

.front-page-1 .widget-title {
	font-size: 70px;
    font-size: 7rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: none;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.front-page-1 .textwidget {
	font-size: 24px;
}

.front-page-1 p {
	font-size: 24px;
	font-size: 2.4rem;
}

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

.content .front-page-1 .widget a.button,
.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 .entry-content a.button,
.front-page-1 .entry-content a.more-link {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 40px;
}

.content .front-page-1 .widget a.button:hover,
.content .front-page-1 .widget a.button:focus,
.front-page-1 button:hover,
.front-page-1 button:focus,
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="submit"],
.front-page-1 input:focus[type="submit"],
.front-page-1 .entry-content a.button:hover,
.front-page-1 .entry-content a.button:focus,
.front-page-1 .entry-content a.more-link:hover,
.front-page-1 .entry-content a.more-link:focus {
	border: 1px solid #fff;
	background-color: #fff;
	color: #333;
}

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

.front-page-2 {
    padding: 80px;
    text-align: center;
    margin-top: -50px;
    z-index: 1;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 5px solid #A0BA74;
    background-color: #E7EAE5;

/*background-color: #412941;*/
}


.front-page-2 .widget-wrap {
	width: 100%;
}




.front-page-2 .textwidget .style-svg {
  position: absolute;
  bottom:0;
  left: 0;
  right:0;
  margin: 0 auto;
  width: 500px;
  margin-top: 30px;
}

.front-page-2 .circle-button {
	margin-top: -50px;
    padding: 10px;
    border-radius: 100px;
    background-color: #EDB41E;
    color: #fff;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-weight: 600;
}

.front-page-2 .circle-button:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff !important;

}
.front-page-2 .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.front-page-2 p {
	font-size: 16px;
	font-size: 1.6rem;
}

.front-page-2 .large-map {
  text-align: right;
  font-size: 14px;
  color: #6D67A0;
  float: right;
}

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

.front-page-3 {
	background-color: #fff;
  padding: 30px 20px;

}




.front-page-3 .widget {
	padding: 0px
}

.front-page-3 .widget-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #A0BA74;
}

.front-page-3 .widget-title.insta-feed {
  margin-top: 50px;
}

.front-page-3 .ecs-event-list {
  overflow: hidden;
}

.front-page-3 .ecs-event-list .ecs-event {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid #E7E9E5;
}

.front-page-3 .ecs-event-list .ecs-event:first-of-type {
  padding-top: 0;
}

.front-page-3 .ecs-event-list .date_thumb {
  float: left;
  width: 10%;
  text-align: center;
}

.front-page-3 .ecs-event-list .date_thumb .day {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  color: #533952;
  letter-spacing: -0.3px;
  line-height: 42px;
}

.front-page-3 .ecs-event-list .date_thumb .month {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #7DA53E;
  text-transform: uppercase;
  padding-left: 3px;
}

.front-page-3 .ecs-event-list .event-content {
  float: left;
  width: 90%;
  padding-left: 30px;
}

.front-page-3 .ecs-event-list .event-content .event-title {
  font-family: "Ubuntu", sans-serif;
  color: #6D67A0;
  font-size: 22px;
  font-weight: 300;
}

.front-page-3 .ecs-event-list .event-content .ecs-excerpt {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  margin-bottom: 15px;
}



.front-page-3 .member-benefits-square {
  background-color: #533952;
  display: block;
  min-width: 300px;
  min-height: 250px;
  margin-top: 30px;
  text-align: center;
  margin-right: 70px;
  overflow: auto;
  position: relative;
}


.front-page-3 .member-benefits-square h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #7DA53E;
  font-size: 46px;
  margin-top: 50px;
  margin-bottom: 30px;
}


.front-page-3 .member-benefits-square img.tree {
  margin-left: 30px;
  margin-left: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}


.front-page-3 .adventure {
  margin-top: 30px;
}

/* Misc */

.front-page-3 .widget#text-7 {
	background-color: #F2F2F2;
  padding-left: 400px;
}

.front-page-3 .widget#text-7 .widget-wrap {
	padding: 40px 70px;
    border-left: 4px solid #EDB41E;
    font-size: 15px;
}


.front-page-3 .widget#text-7 .widget-wrap p {
	margin-bottom: 8px;
}

.front-page-3 .entry-title a {
	display: block;
	padding-right: 24px;
	position: relative;
}
.front-page-3 .entry-title a:hover:before,
.front-page-3 .entry-title a:focus:before {
    content: "\f1fe";
    display: block;
    font: normal 20px/1 'ionicons';
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.front-page-3 .featured-content {
	border-width: 0;
	padding: 70px;
  width: 50%;
}

.front-page-3 .featured-content h4 {
	font-size: 20px;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.front-page-3 .featured-content .entry {
	border-bottom: none;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0;
}

.front-page-3 .featured-content .entry-content,
.front-page-3 .featured-content .entry-header {
	padding-left: 7.5%;
	padding-right: 7.5%;
}

.front-page-3 .featured-content a.alignleft .entry-image,
.front-page-3 .featured-content a.alignright .entry-image {
	height: 640px;
	max-width: none;
	width: auto;
}

.front-page-3 a.alignleft .entry-image {
	float: right;
}

.front-page-3 a.alignright .entry-image {
	float: left;
}

.front-page-3 .featured-content a.alignleft,
.front-page-3 .featured-content a.alignright {
	margin: 0;
}

.front-page-3 .featured-content .entry-content,
.front-page-3 .featured-content a.aligncenter ~ .entry-content,
.front-page-3 .featured-content a.alignnone ~ .entry-content {
	margin-bottom: 60px;
}

.front-page-3 .featured-content .entry-header,
.front-page-3 .featured-content a.alignleft + .entry-content,
.front-page-3 .featured-content a.alignright + .entry-content  {
	padding-top: 6%;
}

.front-page-3 .featured-content a.alignleft ~ .entry-content,
.front-page-3 .featured-content a.alignleft ~ .entry-header,
.front-page-3 .featured-content a.alignright ~ .entry-content,
.front-page-3 .featured-content a.alignright ~ .entry-header {
	display: block;
	float: left;
	margin-bottom: 0;
	padding-left: 7.5%;
	padding-right: 7.5%;
	width: 50%;
}

.front-page-3 .featured-content .entry-title a,
.front-page-3 .featured-content .entry-title a:hover,
.front-page-3 .featured-content .entry-title a:focus {
	color: #333;
}

.front-page-3 .featured-content .entry-title .atmosphere-large-text {
	display: block;
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.front-page-3 .featured-content .widget-title {
	background: #eee;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	padding: 20px;
	margin-bottom: 0;
	text-align: center;
  width: 48%;
}

.front-page-3 .featuredpost .entry ~ ul {
	padding: 7.5%;
}

.front-page-3 .featuredpost .more-from-category {
	padding-left: 7.5%;
	padding-right: 7.5%;
}

.front-page-3 #feautured-um-widget-4 {
    height: auto;
    background-color: #ECECE6;
    margin-top: 0;
    display: inline-block;
    padding: 30px 25px;
    width: 44%;
    margin-right: 70px;
}

.front-page-3 #feautured-um-widget-4 .um-member {
	background-color: #ECECE6;
}

.front-page-3 #feautured-um-widget-4 .um-member p {
	margin-bottom: 0;
	font-size: 15px;
	text-align: left;
}


.front-page-3 .widget .featured-member img {
  padding-right: 0;
}

.front-page-3 #feautured-um-widget-4 .categories {
	text-align: left;
	padding-top: 30px;
	
}
.front-page-3 #feautured-um-widget-4 .categories img {
  display: inline-block;
  margin-right: 10px;
  width: 67px;
  padding-right: 0;
}

.front-page-3 #feautured-um-widget-4 .view-profile {
  margin-bottom: 0;
  margin-top: 20px;
}

.front-page-3 #feautured-um-widget-4 .view-profile a {
  color: #006B45;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
}


.front-page-3 #feautured-um-widget-4 .view-profile a:hover {
  text-decoration: none;
  border-bottom: none;
}


.front-page-3 #feautured-um-widget-4 h2 a {
	    font-size: 3rem;
    line-height: 1;
    color: #444;
    font-weight: normal;
}


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

.front-page-4 {
	border-bottom: 1px solid #eee;
	padding: 50px;
	text-align: left;
	background-color: #533952;
  color: #fff;
  border-bottom: 5px solid #A0BA74;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.front-page-4 p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.front-page-4 .flexible-widgets .widget {
	padding: 0;
}

.front-page-4 .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.front-page-4 .gallery-image {
	position: relative;
	display: inline-block;
	float: left;
	width: 33.33%;
}

.front-page-4 .gallery-image img {
	width: 100%;
	display: block;
}

.front-page-4 .gallery-image h2 {
	display: block;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	text-align: center;
	text-shadow: 0 0 15px;
	text-transform: uppercase;
	 font-size: 48px;
	   text-shadow: 2px 1px black;
}

.front-page-4 .gallery-image h2.view-more {
	display: none;
}

.front-page-4 .gallery-image:hover h2.title {
	display: none
}

.front-page-4 .gallery-image:hover h2.view-more {
	display: block;
}

.front-page-4 img.placeholder {
	height: auto;
    display: block;
    width: 100%;
}



/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

	.front-page-1 {
		padding: 80px 60px 100px;
	}

	.front-page-2 {
		padding-top: 100px;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}

}

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

  .front-page-1 {
    padding: 40px 10px 100px;
  }

  .front-page-1 .widget.widget_text {
    margin-bottom: 20px;
    width: 100%;
  }

  .front-page-1 .search-form input[type="search"] {
    width: 100%;
    font-size: 1.3rem;
  }

  .front-page-1 .logo-classic {
    margin-left: 15%;
  }

	.front-page-1 .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}


  .front-page-2 {
    padding: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
	.front-page-3 .featured-content .entry {
		padding-left: 7.5%;
		padding-right: 7.5%;
		margin-bottom: 60px;
	}

	.front-page-3 .featured-content a + .entry-header {
		padding-top: 0;
	}

  .front-page-3 .member-benefits-square {
    width: 100%;
    min-width: 100px;
    padding-bottom: 120px;
  }

  .front-page-3 .ecs-event-list .date_thumb {
    width: 100%;
  }

  .footer-widgets .blurb {
    float: left;
    width: 100%;
    margin-left: 20px;
    margin-bottom: -5px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
	
	.front-page-3 #feautured-um-widget-4 {
		width: 100%;
	}

  .site-footer {
    padding-bottom: 150px;
  }

  .front-page-3 .ecs-event-list .event-content {
    float: left;
    width: 100%;
    padding-left: 0px;
  }

  .front-page-3 .featured-member {
    margin-right: 0;
  }


	.front-page-3 .featured-content .entry-content,
	.front-page-3 .featured-content .entry-header,
	.front-page-3 .featured-content a.alignleft ~ .entry-content,
	.front-page-3 .featured-content a.alignleft ~ .entry-header,
	.front-page-3 .featured-content a.alignright ~ .entry-content,
	.front-page-3 .featured-content a.alignright ~ .entry-header,
	.front-page-3 .featuredpost .more-from-category {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.front-page-3 .featured-content a.aligncenter,
	.front-page-3 .featured-content a.alignleft,
	.front-page-3 .featured-content a.alignnone,
	.front-page-3 .featured-content a.alignright {
		display: block;
		float: none;
		max-width: 100%;
		margin-bottom: 60px;
		text-align: left;
	}

	.front-page-3 .featured-content a.alignleft .entry-image,
	.front-page-3 .featured-content a.alignright .entry-image {
		height: auto;
		float: none;
		max-width: 100%;
	}

  .front-page-1 .simple-social-icons.widget {
    right: 0px;
    top: 125px;
    position: absolute;
  }

  #simple-social-icons-3 ul li a {
    font-size: 15px !important;
  }

  .front-page-3 #feautured-um-widget-4 {
    margin-right: 0px;
  }

}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

  .front-page-1 h1 {
    font-size: 2.5rem;
  }

  .front-page-1 .simple-social-icons.widget {
    position: absolute;
    right: 45px;
    padding-top: 25px;
  }
}
