
.asl-p-cont, .asl-cont {
	opacity: 0;
}

.dp-divi-pixel, .dp-divi-pixel-full, .dp-settings, .dp-customizer, .dp-cart, .dp-back-to-top, .dp-click, .dp-check-mark, .dp-shield, .dp-layers, .dp-switches, .dp-divi, .dp-devices, .dp-blog, .dp-preloader, .dp-share, .dp-header, .dp-footer, .dp-hamburger, .dp-import, .dp-cart1, .dp-quick-view, .dp-documentation, .dp-support, .dp-export-import, .dp-info, .dp-clear-cache {
	font-family: "divipixel" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dp-divi-pixel:before {
	content: "";
}

.dp-divi-pixel-full:before {
	content: "";
}

.dp-settings:before {
	content: "";
}

.dp-customizer:before {
	content: "";
}

.dp-cart:before {
	content: "";
}

.dp-back-to-top:before {
	content: "";
}

.dp-click:before {
	content: "";
}

.dp-check-mark:before {
	content: "";
}

.dp-shield:before {
	content: "";
}

.dp-layers:before {
	content: "";
}

.dp-switches:before {
	content: "";
}

.dp-divi:before {
	content: "";
}

.dp-devices:before {
	content: "";
}

.dp-blog:before {
	content: "";
}

.dp-preloader:before {
	content: "";
}

.dp-share:before {
	content: "";
}

.dp-header:before {
	content: "";
}

.dp-footer:before {
	content: "";
}

.dp-hamburger:before {
	content: "";
}

.dp-import:before {
	content: "";
}

.dp-cart1:before {
	content: "";
}

.dp-quick-view:before {
	content: "";
}

.dp-documentation:before {
	content: "";
}

.dp-support:before {
	content: "";
}

.dp-export-import:before {
	content: "";
}

.dp-info:before {
	content: "";
}

.dp-clear-cache:before {
	content: "";
}

:root {
	--dipi-vb-module-selection-icon-color: #fff;
	--dipi-vb-module-selection-text-color: #fff;
	--dipi-vb-module-selection-background-color: #2c3d49;
}

button[value^="dipi/"] {
	background-color: var(--dipi-vb-module-selection-background-color) !important;
	color: var(--dipi-vb-module-selection-text-color) !important;
	font-size: 10px !important;
	padding: 5px !important;
	border: none !important;
}

button[value^="dipi/"] div svg {
	fill: var(--dipi-vb-module-selection-icon-color) !important;
	scale: .8;
}

button[value^="dipi/"].et-vb-module-picker-option--selected {
	transition: all .2s ease;
}

[class*=dipi_].et_pb_module .et_pb_button {
	transition: all .2s ease !important;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_]:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_] {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_] span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_] .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px auto !important;
}

.dipi-related-articles {
	padding: 25px 0;
}

.dipi-related-section-articles-title {
	text-align: center;
	margin-bottom: 25px;
	transition: all .5s ease-in-out;
	padding-right: 30px;
}

.dipi-related-articles-row {
	display: flex;
	flex: 1 1 auto;
}

.dipi-related-articles-row.et_pb_row {
	padding: 1% 0 1%;
}

.dipi-related-article-column {
	display: block;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	border-style: solid;
	transition-duration: .6s;
}

.dipi-related-article-column:hover {
	transition-duration: .6s;
}

.dipi-column-2 {
	width: 46%;
	margin-right: 4%;
}

.dipi-column-3 {
	width: 30%;
	margin-right: 5%;
}

.dipi-column-4 {
	width: 21.25%;
	margin-right: 5%;
}

@media (min-width: 981px) {
	.dipi-column-2 {
		width: 48.5%;
	}
	
	.dipi-column-3 {
		width: 31.333%;
	}
	
	.dipi-column-4 {
		width: 22.75%;
	}
}

@media (min-width: 981px) {
	.dipi-column-2, .dipi-column-3, .dipi-column-4 {
		margin-right: 3%;
	}
}

@media (max-width: 767px) {
	.dipi-column-2 {
		width: 100%;
		margin-right: 0;
	}
	
	.dipi-column-3 {
		width: 100%;
		margin-right: 0;
	}
	
	.dipi-column-4 {
		width: 100%;
		margin-right: 0;
	}
	
	.dipi-related-articles-row {
		flex-flow: row wrap;
	}
}

.dipi-related-articles-row .dipi-column-2:last-child {
	margin-right: 0 !important;
}

.dipi-related-articles-row .dipi-column-3:last-child {
	margin-right: 0 !important;
}

.dipi-related-articles-row .dipi-column-4:last-child {
	margin-right: 0 !important;
}

.dipi-related-article-content {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.dipi-related-article-thumb-wrap {
	overflow: hidden;
}

.dipi-related-article-thumb {
	overflow: hidden;
	position: relative;
	transition: all 1s ease-in-out;
}

.dipi-related-article-thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: center bottom 0;
	box-shadow: 0 10px 100px #e1edf9;
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	min-height: auto;
}

.dipi-related-article-bottom {
	display: flex;
	align-items: center;
}

.dipi-related-article-bottom.dipi-content-over-image {
	bottom: 0;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%) repeat scroll 0 0;
}

.dipi-related-article-bottom.dipi-content-over-image .dipi-related-article-title {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.dipi-related-article-bottom .dipi-related-article-arrow {
	position: absolute;
	right: 5px;
	bottom: 10px;
	padding: 0 10px;
}

.dipi-readmore-arrow:hover:before, .dipi-related-article-arrow-hover .dipi-readmore-arrow:before, .dipi-readmore-arrow:before {
	transition-duration: .6s;
}

.dipi-content-bottom-image {
	padding: 15px 10px;
	width: 100%;
}

.dipi-related-article-thumb .dipi-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.dipi-related-article-title {
	transition: all .6s ease-in-out;
	font-size: 16px;
	font-weight: 500;
	line-height: inherit;
	padding: 0;
}

.dipi-content-over-image .dipi-related-article-title {
	color: #fff;
	text-shadow: 0 4px 10px rgba(7, 15, 27, .4);
}

.dipi-icon-always, .dipi-icon-hideonhover {
	transition: all .6s ease-in-out;
	opacity: 1;
}

.dipi-icon-onhover {
	opacity: 0;
	transition: all .6s ease-in-out;
	transform: translateX(-5px);
}

.dipi-related-article-column:hover .dipi-icon-onhover, .dipi-icon-onhover.dipi-related-article-arrow-hover {
	opacity: 1;
	transition: all .6s ease-in-out;
	transform: translateX(0px);
}

.dipi-related-article-column:hover .dipi-icon-hideonhover, .dipi-icon-hideonhover.dipi-related-article-arrow-hover {
	transition: all .6s ease-in-out;
	opacity: 0;
	transform: translateX(-5px);
}

.dipi-readmore-arrow:before {
	margin-left: 15px;
	content: "$";
}

.dipi-content-over-image .dipi-readmore-arrow:before {
	color: #fff;
}

.dipi-content-bottom-image .dipi-readmore-arrow:before {
	color: #000;
}

.dipi-related-article-column.dipi-zoom-in {
	transition-duration: .6s;
	transform: scale(1);
}

.dipi-related-article-column.dipi-zoom-in:hover {
	transition-duration: .6s;
	transform: scale(1.05);
}

.dipi-related-article-column.dipi-zoom-out {
	transition-duration: .6s;
	transform: scale(1);
}

.dipi-related-article-column.dipi-zoom-out:hover {
	transition-duration: .6s;
	transform: scale(.95);
}

.dipi-related-article-column.dipi-move-up {
	transition-property: all;
	transition-duration: .6s;
}

.dipi-related-article-column.dipi-move-up:hover {
	transition-duration: .6s;
	transform: translateY(-8px);
}

body.dipi-hide-bottom-bar #footer-bottom {
	display: none;
}

body.dipi-fixed-footer .fixed-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 2;
}

body.dipi-reveal-footer .reveal-footer {
	z-index: -1;
	position: fixed;
	bottom: 0;
	width: 100%;
}

body.dipi-reveal-footer #et-main-area {
	overflow-x: hidden;
	background: #fff;
}

.dipi-social-icon-zoom {
	transform: scale(1);
	transition-duration: .6s;
}

.dipi-social-icon-zoom:hover {
	transform: scale(1.2);
	transition-duration: .6s;
}

.dipi-social-icon-slideup {
	transition-duration: .6s;
}

.dipi-social-icon-slideup:hover {
	transition-duration: .6s;
	transform: translateY(-5px);
}

.dipi-social-icon-rotate {
	transition-duration: .6s;
	transform: rotate(0deg);
}

.dipi-social-icon-rotate:hover {
	transform: rotate(360deg);
}

.dipi-social-icon-box {
	transition: all .5s ease-in-out;
	padding: 20px;
	display: flex;
	align-items: center;
}

.dipi-hover-underline-animation {
	display: inline-block;
	position: relative;
	color: #0087ca;
}

.dipi-hover-underline-animation::after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #0087ca;
	transform-origin: bottom right;
	transition: transform .6s ease-in-out;
}

.dipi-hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

body.dipi-header-underline #main-header {
	box-shadow: none !important;
}

@media (min-width: 981px) {
	body.dipi-remove-sidebar.archive #sidebar, body.dipi-remove-sidebar.blog #sidebar {
		display: none;
	}
	
	body.dipi-remove-sidebar.archive #left-area, body.dipi-remove-sidebar.blog #left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
	
	body.dipi-remove-sidebar.archive #main-content .container:before, body.dipi-remove-sidebar.blog #main-content .container:before {
		width: 0px !important;
		background: none !important;
	}
}

body.dipi-remove-sidebar-line #main-content .container:before {
	width: 0px !important;
	background: none !important;
}

body.dipi-zoom-logo .logo_container a #logo, body.dipi-zoom-logo .et_pb_menu__logo {
	transform: scale(1);
	transition: all .6s ease-in-out;
}

body.dipi-zoom-logo .logo_container a:hover #logo, body.dipi-zoom-logo .et_pb_menu__logo:hover {
	transform: scale(1.1);
}

.dipi-author-section {
	padding: 30px 0 !important;
	position: relative;
	margin-top: 10px;
}

.dipi-author-row {
	display: flex;
	flex-direction: row;
	background: #f5f5f5;
	padding: 30px;
	border-style: solid;
}

.dipi-author-left {
	margin-right: 30px;
}

@media (max-width: 600px) {
	.dipi-author-left {
		margin-right: 15px;
	}
	
	.dipi-author-section .dipi-author-left img {
		width: 50px !important;
		height: 50px !important;
	}
	
	.dipi-author-right {
		width: calc(100% - 60px);
	}
	
	.dipi-author-section .dipi-author-row {
		padding: 40px 20px !important;
	}
}

.et_pb_scroll_top.dipi-btt-zoomin .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(1);
}

.et_pb_scroll_top.dipi-btt-zoomin:hover .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(1.1);
}

.et_pb_scroll_top.dipi-btt-zoomout .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(1);
}

.et_pb_scroll_top.dipi-btt-zoomout:hover .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(.9);
}

.et_pb_scroll_top.dipi-btt-zoomup .dipi_btt_wrapper {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.et_pb_scroll_top.dipi-btt-zoomup:hover .dipi_btt_wrapper {
	transform: translateY(-6px);
}

.et_pb_scroll_top.dipi-btt-zoomdown .dipi_btt_wrapper {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-property: transform;
	transition-timing-function: ease-out;
}

.et_pb_scroll_top.dipi-btt-zoomdown:hover .dipi_btt_wrapper {
	transform: translateY(6px);
}

.dipi-read-more-wrap {
	position: relative;
	clear: both;
	height: auto;
	display: flex;
	align-items: center;
	min-height: 50px;
}

.dipi-read-more-button {
	position: relative;
	transition: all .3s ease-in-out;
	line-height: 0;
	overflow: hidden;
}

.dipi-read-more-button.et-pb-icon {
	position: relative;
	transition: all .3s ease-in-out;
	line-height: 1;
	text-align: center;
}

.dipi-button-icon-none:after {
	content: "" !important;
	transition: all .3s ease-in-out;
}

.dipi-read-more-button:after {
	position: absolute;
	font-family: ETmodules !important;
	opacity: 0;
	text-shadow: none;
	font-size: 32px;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1;
	text-transform: none;
	transition: all .3s;
}

.dipi-button-none {
	justify-content: flex-start;
}

.dipi-button-center {
	justify-content: center;
}

.dipi-button-right {
	justify-content: flex-end;
}

.dipi-post-nav-section.et_pb_section {
	padding: 0;
}

.dipi-post-row {
	padding: 20px 0 !important;
	margin: auto;
}

.dipi-post-row {
	border-top: solid 1px #f2f2f2;
}

.dipi-post-left {
	float: left;
	padding: 10px;
	border-radius: 100px;
	transition: all .6s ease-in-out;
}

.dipi-post-right {
	float: right;
	padding: 10px;
	border-radius: 100px;
	transition: all .6s ease-in-out;
}

.dipi-post-left a, .dipi-post-right a {
	padding: 0 5px;
}

.dipi-post-left .et-pb-icon, .dipi-post-right .et-pb-icon {
	font-size: 24px;
	line-height: 0;
	vertical-align: middle;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container>div, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container>div {
	width: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page.search:not(.woocommerce) #left-area, body.archive:not(.woocommerce) #left-area, body.blog #left-area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	transition: .3s ease;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page.dipi-archive-style4.search:not(.woocommerce) #left-area, body.archive.dipi-archive-style4:not(.woocommerce) #left-area, body.blog.dipi-archive-style4 #left-area {
	-moz-column-gap: 40px;
	column-gap: 40px;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page:not(.dipi-archive-style5) .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container .et_pb_salvattore_content>.column, body.dipi-custom-archive-page.search:not(.dipi-archive-style5) #left-area article.et_pb_post, body.archive #left-area article.et_pb_post, body.blog #left-area article.et_pb_post {
	flex-basis: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.search #main-content article.et_pb_post .dipi-post-wrap, #main-content .dipi-post-wrap {
	cursor: default;
	position: relative;
	padding: 30px;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .entry-featured-image-wrap, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .entry-featured-image-wrap, body.dipi-custom-archive-page.search #main-content .entry-featured-image-wrap, body.blog #main-content .entry-featured-image-wrap, body.archive #main-content .entry-featured-image-wrap {
	overflow: hidden;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .entry-featured-image-wrap .entry-featured-image-url, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .entry-featured-image-wrap .entry-featured-image-url, body.dipi-custom-archive-page.search .entry-featured-image-wrap .entry-featured-image-url, body.blog .entry-featured-image-wrap .entry-featured-image-url, body.archive .entry-featured-image-wrap .entry-featured-image-url {
	margin-bottom: 0px;
	height: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .entry-featured-image-wrap img, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .entry-featured-image-wrap img, body.dipi-custom-archive-page.search #left-area article.et_pb_post .entry-featured-image-wrap img, body.archive #left-area article.et_pb_post .entry-featured-image-wrap img, body.blog #left-area article.et_pb_post .entry-featured-image-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: center bottom 0;
}

body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style2 #left-area article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post, body.archive.dipi-archive-style2 #main-content #left-area article.et_pb_post, body.blog.dipi-archive-style2 #left-area article.et_pb_post, body.archive.dipi-archive-style3 #left-area article.et_pb_post, body.blog.dipi-archive-style3 #left-area article.et_pb_post {
	display: flex;
	flex-direction: row;
}

body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0), body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0), body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) {
	display: flex;
	flex-direction: row-reverse;
}

body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style2 #main-content .dipi-post-wrap, body.blog.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.archive.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.blog.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
	flex-basis: 50%;
}

body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area .dipi-post-wrap article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area .dipi-post-wrap article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.archive.dipi-archive-style2 #main-content .dipi-post-wrap, body.blog.dipi-archive-style2 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #main-content .dipi-post-wrap, body.blog.dipi-archive-style3 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
	flex-basis: 50%;
}

body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style4 #left-area article.et_pb_post, body.archive.dipi-archive-style4 #left-area article.et_pb_post, body.blog.dipi-archive-style4 #left-area article.et_pb_post {
	flex-basis: calc(50% - 20px);
	margin-right: 0px;
}

body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post, body.archive.dipi-archive-style5 #left-area article.et_pb_post, body.blog.dipi-archive-style5 #left-area article.et_pb_post {
	flex-basis: calc(33.33333% - 13.5px);
	margin-right: 0px;
}

@media (max-width: 980px) {
	body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post, body.archive.dipi-archive-style5 #left-area article.et_pb_post, body.blog.dipi-archive-style5 #left-area article.et_pb_post {
		flex-basis: calc(50% - 10px);
		margin-right: 0px !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(even), body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(even), body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post:nth-child(even), body.archive.dipi-archive-style5 #left-area article.et_pb_post:nth-child(even), body.blog.dipi-archive-style5 #left-area article.et_pb_post:nth-child(even) {
		margin-right: 0px !important;
	}
}

@media (min-width: 981px) {
	body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(3n+0), body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(3n+0), body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post:nth-child(3n+0), body.archive.dipi-archive-style5 #left-area article.et_pb_post:nth-child(3n+0), body.blog.dipi-archive-style5 #left-area article.et_pb_post:nth-child(3n+0) {
		margin-right: 0px !important;
	}
}

body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.search.dipi-archive-style4 #left-area article.et_pb_post:nth-child(2n+0), body.archive.dipi-archive-style4 #left-area article.et_pb_post:nth-child(2n+0), body.blog.dipi-archive-style4 #left-area article.et_pb_post:nth-child(2n+0) {
	margin-right: 0px !important;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post, body.archive.dipi-archive-style6 #left-area article.et_pb_post, body.blog.dipi-archive-style6 #left-area article.et_pb_post {
	display: flex;
	flex-direction: row;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0), body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0), body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) {
	display: flex;
	flex-direction: row-reverse;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
	flex-basis: 30%;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
	flex-basis: 70%;
}

@media screen and (max-width: 768px) {
	body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search #left-area article.et_pb_post, body.archive #left-area article.et_pb_post, body.blog #left-area article.et_pb_post {
		flex-basis: 100% !important;
		margin-right: 0px !important;
		display: block !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
		flex-basis: 100% !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
		flex-basis: 100% !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.blog.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.archive.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.blog.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
		flex-basis: 100% !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.archive.dipi-archive-style2 #main-content .dipi-post-wrap, body.blog.dipi-archive-style2 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #main-content .dipi-post-wrap, body.blog.dipi-archive-style3 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
		flex-basis: 100% !important;
	}
}

.dipi-post-inner-wrap .entry-title {
	width: 100%;
}

.dipi-image-icon-active .dipi-icon-wrap, .dipi-image-overlay-active .dipi-image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .3s ease;
}

.dipi-image-icon-active .dipi-image-icon, .dipi-image-overlay-active .dipi-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	text-align: center;
}

.dipi-image-overlay-icon-always {
	transition: all .6s ease-in-out;
	opacity: 1 !important;
}

.dipi-image-overlay-icon-onhover {
	transition: all .6s ease-in-out;
	opacity: 0 !important;
}

.dipi-image-icon-active:hover .dipi-image-overlay-icon-onhover, .dipi-image-overlay-active:hover .dipi-image-overlay-icon-onhover {
	transition: all .6s ease-in-out;
	opacity: 1 !important;
}

.dipi-image-icon-active .dipi-image-overlay-icon-hideonhover, .dipi-image-overlay-active .dipi-image-overlay-icon-hideonhover {
	transition: all .6s ease-in-out;
	opacity: 1 !important;
}

.dipi-image-icon-active:hover .dipi-image-overlay-icon-hideonhover, .dipi-image-overlay-active:hover .dipi-image-overlay-icon-hideonhover {
	opacity: 0 !important;
	transition: all .6s ease-in-out;
}

.dipi-post-left .et-pb-icon {
	padding-right: 5px;
}

.dipi-post-right .et-pb-icon {
	padding-left: 5px;
}

#commentform .form-submit .et_pb_button.dipi-zoom-in, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomin, .dipi-cta-button-effect-zoomin {
	transition: all .3s ease-in-out;
	transform: scale(1);
}

#commentform .form-submit .et_pb_button.dipi-zoom-in:hover, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomin:hover, .dipi-cta-button-effect-zoomin:hover {
	transition: all .3s ease-in-out;
	transform: scale(1.1);
}

#commentform .form-submit .et_pb_button.dipi-zoom-out, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomout, .dipi-cta-button-effect-zoomout {
	transition: all .3s ease-in;
	transform: scale(1);
}

#commentform .form-submit .et_pb_button.dipi-zoom-out:hover, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomout:hover, .dipi-cta-button-effect-zoomout:hover {
	transition: all .3s ease-in-out;
	transform: scale(.9);
}

#commentform .form-submit .et_pb_button.dipi-move-up, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-moveup, .dipi-cta-button-effect-moveup {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-property: transform;
	transition-timing-function: ease-out;
}

#commentform .form-submit .et_pb_button.dipi-move-up:hover, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-moveup:hover, .dipi-cta-button-effect-moveup:hover {
	transform: translateY(-2px);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomin .entry-featured-image-wrap a, body.archive article.dipi-post-zoomin .entry-featured-image-wrap a, body.blog article.dipi-post-zoomin .entry-featured-image-wrap a, .dipi-related-article-thumb.dipi-zoom-in {
	transition: all .6s ease-in-out;
	transform: scale(1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.archive article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.blog article.dipi-post-zoomin:hover .entry-featured-image-wrap a, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-in, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-in-hover {
	transition: all .6s ease-in-out;
	transform: scale(1.1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomout .entry-featured-image-wrap a, body.archive article.dipi-post-zoomout .entry-featured-image-wrap a, body.blog article.dipi-post-zoomout .entry-featured-image-wrap a, .dipi-related-article-thumb.dipi-zoom-out {
	transition: all .6s ease-in-out;
	transform: scale(1.1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.archive article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.blog article.dipi-post-zoomout:hover .entry-featured-image-wrap a, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-out, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-out-hover {
	transition: all .6s ease-in-out;
	transform: scale(1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.archive article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.blog article.dipi-post-zoomrotate .entry-featured-image-wrap a, .dipi-related-article-thumb.dipi-zoom-rotate {
	transition: all .6s ease-in-out;
	height: 100%;
	width: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.archive article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.blog article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-rotate, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-rotate-hover {
	transform: scale(1.1) rotate(2deg);
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.archive article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.blog article.dipi-post-blacktocolor .entry-featured-image-wrap a {
	filter: grayscale(100%);
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a body.dipi-custom-archive-page.search article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a, body.archive article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a, body.blog article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a {
	filter: grayscale(0%);
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox, body.dipi-custom-archive-page.search article.dipi-post-zoombox, body.archive article.dipi-post-zoombox, body.blog article.dipi-post-zoombox {
	transition: all .6s ease-in-out;
	transform: scale(1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox:hover, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox:hover, body.dipi-custom-archive-page.search article.dipi-post-zoombox:hover, body.archive article.dipi-post-zoombox:hover, body.blog article.dipi-post-zoombox:hover {
	transition: all .6s ease-in-out;
	transform: scale(1.04);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox, body.dipi-custom-archive-page.search article.dipi-post-slideupbox, body.archive article.dipi-post-slideupbox, body.blog article.dipi-post-slideupbox {
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox:hover, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox:hover, body.dipi-custom-archive-page.search article.dipi-post-slideupbox:hover, body.archive article.dipi-post-slideupbox:hover, body.blog article.dipi-post-slideupbox:hover {
	transition: all .6s ease-in-out;
	transform: translateY(-10px);
}

@media (min-width: 320px)and (max-width: 480px) {
	body.dipi-fix-search-icon #et_top_search {
		margin: 0 15px 0 0 !important;
	}
	
	.dipi-hide-search-icon #et_top_search, .dipi-hide-search-icon .et_pb_menu__search-button {
		display: none !important;
	}
}

.et_pb_scroll_top {
	animation-fill-mode: forwards !important;
}

.pnlm-controls {
	margin-top: 20px;
	margin-left: 15px;
}

.animation-orgLogo {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInRightShort;
}

.animation-replaceLogo {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInLeftShort;
}

@keyframes fadeInRightShort {
	from {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes fadeInLeftShort {
	from {
		opacity: 0;
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

#dipi-particles-1, #dipi-particles-2 {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

#dipi-particles-1 canvas, #dipi-particles-2 canvas {
	left: 0;
	position: absolute;
	top: 0;
}

#wpadminbar ul li.divi-comingsoon-mode {
	display: flex;
	padding: 0 10px;
	background-color: #fa4907;
	color: #fff;
}

#wpadminbar ul li.divi-comingsoon-mode>.ab-item {
	line-height: 30px;
}

#wpadminbar ul li.divi-comingsoon-mode:hover>.ab-item {
	background-color: #fa4907 !important;
	color: #fff !important;
}

#wpadminbar ul li.divi-comingsoon-mode:before {
	content: "";
	font-family: "divipixel";
	padding-right: 5px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 8px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
	opacity: .7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
	background-color: #000;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 14px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -1px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 20px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:before {
	top: -6px;
}

.hamburger-inner:after {
	bottom: -6px;
}

.hamburger--3dx .hamburger-box {
	perspective: 40px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx.is-active .hamburger-inner {
	transform: rotateY(180deg);
	background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
	perspective: 40px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg);
	background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
	perspective: 40px;
}

.hamburger--3dy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy.is-active .hamburger-inner {
	transform: rotateX(-180deg);
	background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
	perspective: 40px;
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
	transform: rotateX(180deg);
	background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
	perspective: 40px;
}

.hamburger--3dxy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg);
	background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
	perspective: 40px;
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
	background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
	transform: translate3d(-4px, 0, 0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
	transform: translate3d(-4px, 0, 0) rotate(45deg) scaleX(.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
	transform: translate3d(4px, 0, 0) rotate(45deg) scaleX(.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
	transform: translate3d(4px, 0, 0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowalt .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-4px, -5px, 0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-4px, 5px, 0) rotate(45deg) scaleX(.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(4px, -5px, 0) rotate(45deg) scaleX(.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(4px, 5px, 0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner:after {
	top: -12px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}

.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner:after {
	top: -12px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -6px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
	top: 1px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner:before {
	top: 6px;
	transition: opacity .125s ease .275s;
}

.hamburger--elastic .hamburger-inner:after {
	top: 12px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 6px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -12px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
	top: 1px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner:before {
	top: 6px;
	transition: opacity .125s ease .275s;
}

.hamburger--elastic-r .hamburger-inner:after {
	top: 12px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 6px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -12px, 0) rotate(270deg);
}

.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:after {
	top: 6px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
	top: -40px;
	left: -40px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(40px, 40px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
	top: -40px;
	right: -40px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-40px, 40px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
	top: 6px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
	top: 40px;
	left: -40px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(40px, -40px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
	top: 40px;
	right: -40px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-40px, -40px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
	transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
	transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
	opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
	bottom: 0;
}

.hamburger--slider .hamburger-inner {
	top: 1px;
}

.hamburger--slider .hamburger-inner:before {
	top: 6px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
	top: 12px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
	top: 1px;
}

.hamburger--slider-r .hamburger-inner:before {
	top: 6px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
	top: 12px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
	transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -12px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s;
}

.hamburger--spin .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
	top: 1px;
	transition: background-color 0s linear .13s;
}

.hamburger--spring .hamburger-inner:before {
	top: 6px;
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring .hamburger-inner:after {
	top: 12px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner:after {
	top: -12px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
	opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.hamburger--stand .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(90deg);
	background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(-90deg);
	background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
	transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
	transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}
