
.et_parallax_bg.et_parallax_bg__sticky, .et_pb_sticky.et_pb_section_parallax_sticky .et_parallax_bg:not(.et_parallax_bg__sticky), .et_pb_sticky .et_pb_section_parallax_sticky .et_parallax_bg:not(.et_parallax_bg__sticky) {
	display: none;
}

.et_pb_sticky.et_pb_section_parallax_sticky .et_parallax_bg.et_parallax_bg__sticky, .et_pb_sticky .et_pb_section_parallax_sticky .et_parallax_bg.et_parallax_bg__sticky {
	display: block;
}

.et_builder_inner_content.has_et_pb_sticky {
	z-index: inherit;
}

.et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky, .et_pb_column.has_et_pb_sticky {
	z-index: 20;
}

.et-l--header .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky, .et-l--header .et_pb_column.has_et_pb_sticky {
	z-index: 30;
}

.et-l--footer .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky, .et-l--footer .et_pb_column.has_et_pb_sticky {
	z-index: 10;
}

.et_pb_sticky_placeholder {
	opacity: 0 !important;
}

.et_pb_sticky .et_overlay.et_pb_inline_icon_sticky:before, .et_pb_sticky .et_pb_inline_icon_sticky:before {
	content: attr(data-icon-sticky) !important;
}

body .et-script-temporary-measurement {
	opacity: 0;
}

.et_pb_post {
	margin-bottom: 60px;
	word-wrap: break-word;
}

.et_pb_fullwidth_post_content.et_pb_with_border img, .et_pb_post_content.et_pb_with_border img, .et_pb_with_border .et_pb_post .et_pb_slides, .et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder), .et_pb_with_border.et_pb_posts .et_pb_post, .et_pb_with_border.et_pb_posts_nav span.nav-next a, .et_pb_with_border.et_pb_posts_nav span.nav-previous a {
	border: 0 solid #333;
}

.et_pb_post .entry-content {
	padding-top: 30px;
}

.et_pb_post .entry-featured-image-url {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.et_pb_post .entry-title a, .et_pb_post h2 a {
	text-decoration: none;
}

.et_pb_post .post-meta {
	font-size: 14px;
	margin-bottom: 6px;
}

.et_pb_post .more, .et_pb_post .post-meta a {
	text-decoration: none;
}

.et_pb_post .more {
	color: #82c0c7;
}

.et_pb_posts a.more-link {
	clear: both;
	display: block;
}

.et_pb_posts .et_pb_post {
	position: relative;
}

.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
	display: block;
	position: relative;
	overflow: hidden;
}

.et_pb_image_container img, .et_pb_post a img {
	vertical-align: bottom;
	max-width: 100%;
}

@media (min-width:981px) and (max-width:1100px) {
	.et_pb_post {
		margin-bottom: 42px;
	}
}

@media (max-width:980px) {
	.et_pb_post {
		margin-bottom: 42px;
	}
	
	.et_pb_bg_layout_light_tablet .et_pb_post .post-meta, .et_pb_bg_layout_light_tablet .et_pb_post .post-meta a, .et_pb_bg_layout_light_tablet .et_pb_post p {
		color: #666;
	}
	
	.et_pb_bg_layout_dark_tablet .et_pb_post .post-meta, .et_pb_bg_layout_dark_tablet .et_pb_post .post-meta a, .et_pb_bg_layout_dark_tablet .et_pb_post p {
		color: inherit;
	}
	
	.et_pb_bg_layout_dark_tablet .comment_postinfo a, .et_pb_bg_layout_dark_tablet .comment_postinfo span {
		color: #fff;
	}
}

@media (max-width:767px) {
	.et_pb_post {
		margin-bottom: 42px;
	}
	
	.et_pb_post>h2 {
		font-size: 18px;
	}
	
	.et_pb_bg_layout_light_phone .et_pb_post .post-meta, .et_pb_bg_layout_light_phone .et_pb_post .post-meta a, .et_pb_bg_layout_light_phone .et_pb_post p {
		color: #666;
	}
	
	.et_pb_bg_layout_dark_phone .et_pb_post .post-meta, .et_pb_bg_layout_dark_phone .et_pb_post .post-meta a, .et_pb_bg_layout_dark_phone .et_pb_post p {
		color: inherit;
	}
	
	.et_pb_bg_layout_dark_phone .comment_postinfo a, .et_pb_bg_layout_dark_phone .comment_postinfo span {
		color: #fff;
	}
}

@media (max-width:479px) {
	.et_pb_post {
		margin-bottom: 42px;
	}
	
	.et_pb_post h2 {
		font-size: 16px;
		padding-bottom: 0;
	}
	
	.et_pb_post .post-meta {
		color: #666;
		font-size: 14px;
	}
}

.et-waypoint.et_pb_animation_off, .et-waypoint:not(.et_pb_counters).et_pb_animation_off, .et_pb_animation_off {
	opacity: 1;
}

.et-waypoint.et_pb_animation_left.et-animated, .et_pb_animation_left.et-animated {
	opacity: 1;
	-webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
}

.et-waypoint.et_pb_animation_right.et-animated, .et_pb_animation_right.et-animated {
	opacity: 1;
	-webkit-animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
}

.et-waypoint.et_pb_animation_top.et-animated, .et_pb_animation_top.et-animated {
	opacity: 1;
	-webkit-animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
}

.et-waypoint.et_pb_animation_bottom.et-animated, .et_pb_animation_bottom.et-animated {
	opacity: 1;
	-webkit-animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
}

.et-waypoint.et_pb_animation_fade_in.et-animated, .et_pb_animation_fade_in.et-animated {
	opacity: 1;
	-webkit-animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
}

@media (max-width:980px) {
	.et-waypoint.et_pb_animation_off_tablet, .et-waypoint:not(.et_pb_counters).et_pb_animation_off_tablet, .et_pb_animation_off_tablet {
		opacity: 1;
		-webkit-animation: none;
		animation: none;
	}
	
	.et-waypoint.et_pb_animation_left_tablet.et-animated, .et_pb_animation_left_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_right_tablet.et-animated, .et_pb_animation_right_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_top_tablet.et-animated, .et_pb_animation_top_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_bottom_tablet.et-animated, .et_pb_animation_bottom_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_fade_in_tablet.et-animated, .et_pb_animation_fade_in_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
}

@media (max-width:767px) {
	.et-waypoint.et_pb_animation_off_phone, .et-waypoint:not(.et_pb_counters).et_pb_animation_off_phone, .et_pb_animation_off_phone {
		opacity: 1;
		-webkit-animation: none;
		animation: none;
	}
	
	.et-waypoint.et_pb_animation_left_phone.et-animated, .et_pb_animation_left_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_right_phone.et-animated, .et_pb_animation_right_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_top_phone.et-animated, .et_pb_animation_top_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_bottom_phone.et-animated, .et_pb_animation_bottom_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
	
	.et-waypoint.et_pb_animation_fade_in_phone.et-animated, .et_pb_animation_fade_in_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
		animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
	}
}
