/* Element Styles */

.wpfox_posts_section {
	background-size: cover;
	background-position: 50% 20%;
	background-repeat: no-repeat;
}

.wpfox_posts_section .preheader {
}

.wpfox_posts_section .header {
	margin: 0 0 0.8em;
}

.wpfox_posts_section .sections {
	margin: 0px !important;
}

.wpfox_posts_section .sections > div {
	padding: 0px !important;
}

.wpfox_posts_section .sections > div .section-wrapper {
	padding: 60px;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
}

@media (max-width: 63.999em) {
	.wpfox_posts_section .sections > div .section-wrapper {
		padding: 35px;
	}
}

@media (max-width: 39.999em) {
	.wpfox_posts_section .sections > div .section-wrapper {
		padding: 35px;
	}
}




/* Recent Posts Half */

.wpfox_posts_section .sections > div.posts-section {
}

.wpfox_posts_section div.posts-section .header {
	
}

.wpfox_posts_section .sections > div.posts-section .button {
	color: #fff;
	border-color: #fff;
}

.wpfox_posts_section .sections > div.posts-section .button:hover {
	border-color: #fff;
	background-color: rgba(255,255,255,0.2);
}

.wpfox_posts_section .sections > div.posts-section .section-wrapper {
	
}

.wpfox_posts_section .sections > div.posts-section .section-inner-wrapper {
	max-width: 680px;
}

.wpfox_posts_section .wpfox_social_media_icons {
	margin-top: 35px;
}

@media (max-width: 63.999em) {
	.wpfox_posts_section .wpfox_social_media_icons {
		margin-top: 30px;
	}
}

@media (max-width: 39.999em) {
	.wpfox_posts_section .wpfox_social_media_icons {
		margin-top: 25px;
		text-align: center;
	}
	.wpfox_posts_section .wpfox_social_media_icons ul.icons li.icon {
		float: none !important;
		display: inline-block;
	}
}



.lucky-7.event {
	max-width: 600px;
	margin-top: -15px;
}

.lucky-7.event .cell-date .wrapper {
	border: none;
	margin: 0 -18px;
}

.lucky-7.event .cell-date img {
	margin: 0;idth: 410px;
}

@media (min-width: 1030px) {
	.wpfox_posts_section .sections > div.posts-section .section-wrapper {
		padding-left: calc(50vw - 515px);
	}
}

@media (max-width: 63.999em) {

}

@media (max-width: 39.999em) {

}




/* Newsletter Signup Half */

.wpfox_posts_section .sections > div.newsletter-section {
	max-width: 410px;
}

@media (min-width: 1080px) {
	.wpfox_posts_section .sections > div.newsletter-section {
		max-width: calc(330px + (50vw - 540px));
	}
}

@media (max-width: 63.999em) {
	.wpfox_posts_section .sections > div.newsletter-section {
		max-width: 300px;
	}
}

@media (max-width: 39.999em) {
	.wpfox_posts_section .sections > div.newsletter-section {
		max-width: none;
	}
}



.wpfox_posts_section div.newsletter-section .header {
	color: #fff;
	margin: 0 0 0.7em;
}

.wpfox_posts_section .event-block-list {
	max-width: 550px;
}

.wpfox_posts_section .events {
	margin-bottom: -20px;
}

.wpfox_posts_section input[type="text"],
.wpfox_posts_section input[type="email"] {
	font-size: 15px;
	line-height: 43px;
	min-height: 43px;
}

.wpfox_posts_section div.newsletter-section .title a,
.wpfox_posts_section div.newsletter-section .date,
.wpfox_posts_section div.newsletter-section .excerpt,
.wpfox_posts_section div.newsletter-section .excerpt a {
	color: #fff;
}

.wpfox_posts_section .sections > div.newsletter-section .button {
	margin-top: 2.5em;
}

.wpfox_posts_section .sections > div.newsletter-section .button:hover {
	
}

.wpfox_posts_section .sections > div.newsletter-section .section-wrapper {
	background-color: rgba(241,93,34,0.8);
	transform: translateX(100%);
	transition: transform 0s;
	padding-top: 150px;
	padding-bottom: 150px;
}

.wpfox_posts_section .sections > div.newsletter-section .section-wrapper.scrolleffectactive {
	transform: translateX(60px);
	transform: translateX(0px);
	transition: transform 2s;
}

@media (min-width: 1080px) {
	.wpfox_posts_section .sections > div.newsletter-section .section-wrapper {
		padding-right: calc(50vw - 540px);
		/*padding-right: 70px;*/
	}
}

@media (max-width: 63.999em) {
	.wpfox_posts_section .sections > div.newsletter-section .section-wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.wpfox_posts_section input[type="text"] {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.wpfox_posts_section .sections > div.newsletter-section .button {
		margin-top: 1.75em;
	}
}

@media (max-width: 39.999em) {
	.wpfox_posts_section .sections > div.newsletter-section .section-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.wpfox_posts_section input[type="text"] {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.wpfox_posts_section .sections > div.newsletter-section .button {
		margin-top: 1em;
	}
}



