.dtq-overlay {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dtq-overlay .dtq-overlay-icon {
	font-style: normal;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.dtq-hover--zoom-in, .dtq-hover--zoom-in figure, .dtq-hover--zoom-out, .dtq-hover--zoom-out figure {
	overflow: hidden;
}

.dtq-hover--zoom-in img, .dtq-hover--zoom-out img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.dtq-hover--zoom-in.hover-parent .dtq-module-child:hover img, .dtq-hover--zoom-in:not(.hover-parent):hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.dtq-hover--zoom-out:hover img {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.dtq-hover--pulse:hover img {
	-webkit-animation: .8s dtq-pulse linear infinite;
	animation: .8s dtq-pulse linear infinite;
}

.dtq-hover--bounce:hover img {
	-webkit-animation: 1s dtq-bounce linear infinite;
	animation: 1s dtq-bounce linear infinite;
}

.dtq-hover--flash:hover img {
	-webkit-animation: 1s dtq-flash linear infinite;
	animation: 1s dtq-flash linear infinite;
}

.dtq-hover--rubberBand:hover img {
	-webkit-animation: 1s dtq-rubberBand linear;
	animation: 1s dtq-rubberBand linear;
}

.dtq-hover--shake:hover img {
	-webkit-animation: 1s dtq-shake linear infinite;
	animation: 1s dtq-shake linear infinite;
}

.dtq-hover--swing:hover img {
	-webkit-animation: 1s dtq-swing linear infinite;
	animation: 1s dtq-swing linear infinite;
}

.dtq-hover--tada:hover img {
	-webkit-animation: 1s dtq-tada linear;
	animation: 1s dtq-tada linear;
}

.dtq-hover--wobble:hover img {
	-webkit-animation: 1s dtq-wobble linear;
	animation: 1s dtq-wobble linear;
}

.dtq-hover--jello:hover img {
	-webkit-animation: 1s dtq-jello linear;
	animation: 1s dtq-jello linear;
}

.dtq-hover--heartBeat:hover img {
	-webkit-animation: 1s dtq-heartBeat linear infinite;
	animation: 1s dtq-heartBeat linear infinite;
}

.dtq-hover--bounceIn:hover img {
	-webkit-animation: 1s dtq-bounceIn linear;
	animation: 1s dtq-bounceIn linear;
}

.dtq-hover--fadeIn:hover img {
	-webkit-animation: 1s dtq-fadeIn linear;
	animation: 1s dtq-fadeIn linear;
}

.dtq-hover--flip:hover img {
	-webkit-animation: 1s dtq-flip linear;
	animation: 1s dtq-flip linear;
}

.dtq-hover--rotateIn:hover img {
	-webkit-animation: 1s dtq-rotateIn linear;
	animation: 1s dtq-rotateIn linear;
}

.dtq-hover--slideInUp:hover img {
	-webkit-animation: 1s dtq-slideInUp linear;
	animation: 1s dtq-slideInUp linear;
}

.dtq-hover--slideInDown:hover img {
	-webkit-animation: 1s dtq-slideInDown linear;
	animation: 1s dtq-slideInDown linear;
}

.lds-ring {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 64px;
	height: 64px;
	margin: 8px;
	-webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border: 8px solid #333;
	border-color: #333 transparent transparent;
	border-radius: 50%;
}

.lds-ring div:nth-child(1) {
	-webkit-animation-delay: -.45s;
	animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
	-webkit-animation-delay: -.15s;
	animation-delay: -.15s;
}

.dtq-readmore-wrap {
	width: 100%;
	padding-top: 15px;
}

.dtq-button, .dtq-button-fullwidth {
	font-size: 12px;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 16px;
	padding: 8px 20px;
	cursor: pointer;
	-webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
	transition: 300ms all cubic-bezier(.4, 0, .2, 1);
	text-decoration: none;
	letter-spacing: 1px;
	border: 0;
	border-style: solid;
	border-radius: 100px;
	background-color: #f2f4f5;
}

.dtq-button-fullwidth {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-single-author-box {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #eee;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta {
	padding: 30px;
	background-color: #fff;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta .dtq-author-details {
	width: 100%;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta .post-author-avatar img {
	min-width: 100px;
	border-radius: 50%;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta .post-author-avatar {
	padding-right: 0;
	text-align: center;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta .about-author-title-wrapper {
	padding: 0 0 20px;
}

@media (min-width:922px) {
	.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta .dtq-author-details {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta .post-author-avatar {
		margin-right: 15px;
	}
	
	.dtq-blog-designer.dtq-blog-designer-single .dtq-author-meta .post-author-bio {
		text-align: left;
	}
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation {
	margin: 0;
	padding: 30px;
	border-top: 1px solid #eee;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation .nav-previous {
	position: relative;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation-sub {
	margin-bottom: .5em;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation-sub small {
	font-size: 80%;
	font-weight: 700;
	display: block;
	letter-spacing: .5px;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation .nav-previous .dtq-svg-iconset {
	padding-right: 5px;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation .nav-next .kadence-svg-iconset {
	padding-left: 5px;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-svg-iconset {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-svg-iconset.svg-baseline svg {
	position: relative;
	top: 2px;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-svg-iconset svg {
	width: 14px;
	height: 14px;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation .nav-previous:after {
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	content: "";
	background: #f1f1f1;
}

.dtq-blog-designer.dtq-blog-designer-single .post-navigation .nav-next {
	text-align: right;
	grid-column-start: 2;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-related-posts {
	padding: 0;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-related-posts .container {
	padding-bottom: 98px !important;
}

.dtq-blog-designer.dtq-blog-designer-single h2.dtq-related-posts-title {
	margin-bottom: 20px;
}

.dtq-blog-designer.dtq-blog-designer-single .alignfull, .dtq-blog-designer.dtq-blog-designer-single .alignwide {
	clear: both;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: 0;
	padding-left: 0;
}

.dtq-blog-designer.dtq-blog-designer-single .dtq-related-posts {
	margin-top: 40px;
	background: #edf2f7;
}

@media screen and (min-width:1025px) {
	.dtq-blog-designer.dtq-blog-designer-single .alignwide {
		width: auto;
		margin-right: -80px;
		margin-left: -80px;
	}
}

@media (min-width:1520px) {
	.dtq-blog-designer.dtq-blog-designer-single .alignwide {
		width: unset;
		max-width: unset;
		margin-right: -115px;
		margin-left: -115px;
	}
}

@media (min-width:1102px) {
	.dtq-blog-designer.dtq-blog-designer-single .alignwide {
		width: unset;
		max-width: unset;
		margin-right: -130px;
		margin-left: -130px;
	}
}

.dtq-related-posts-inner::before {
	content: none !important;
}

.dtq-related-posts-inner .slick-track {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.dtq-related-posts-inner .slick-slide {
	height: 100%;
}

.dtq-related-posts-inner .slick-slide>div {
	height: inherit;
}

.dtq-related-posts-wrap button.slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	display: block;
	width: 30px;
	height: 50px;
	padding: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	opacity: .25;
	color: #fff;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: rgba(0, 0, 0, .8);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dtq-related-posts-wrap button.slick-arrow:hover {
	cursor: pointer;
	opacity: 1;
	outline: 0;
	background: rgba(0, 0, 0, .8);
}

.dtq-related-posts-wrap button.slick-next:before, .dtq-related-posts-wrap button.slick-prev:before {
	position: relative;
	top: 0;
	left: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: "";
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	vertical-align: top;
	border-width: 2px 2px 0 0;
	border-style: solid;
}

.dtq-related-posts-wrap button.slick-next:before {
	left: -2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dtq-related-posts-wrap .slick-prev {
	left: 0;
}

.dtq-related-posts-wrap .slick-next {
	right: 0;
}

.dtq-related-posts-wrap .slick-dots {
	bottom: -60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dtq-related-posts-wrap .slick-dots li button {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: .25;
	border: 0;
	background: 0 0;
}

.dtq-related-posts-wrap .slick-dots li.slick-active button {
	opacity: 1;
}

.dtq-related-posts-wrap .slick-dots li button:before {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	content: "";
	border-radius: 50%;
	background: #333;
}

.dtq-related-posts-wrap .carousel-item {
	height: inherit;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 5%);
	box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 5%);
}

.dtq-related-posts-wrap .post-thumbnail {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 66.67%;
}

.dtq-related-posts-wrap .post-thumbnail .post-thumbnail-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dtq-related-posts-wrap .post-thumbnail img {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover;
}

.dtq-related-posts-wrap .slick-slide {
	padding-right: 20px;
	padding-left: 20px;
}

.dtq-related-posts-wrap .slick-list {
	margin-right: -20px;
	margin-left: -20px;
}

.dtq-related-posts-wrap .dtq-content-wrap {
	padding: 30px;
}

.dtq-related-posts-wrap .post-meta {
	font-family: inherit;
	font-size: 90%;
	font-weight: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 14px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dtq-related-posts-wrap .post-meta a {
	text-decoration: none;
	color: inherit;
}

.dtq-related-posts-wrap .post-meta>* {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dtq-related-posts-wrap .post-meta>:after {
	display: inline-block;
	width: .25rem;
	height: .25rem;
	margin-right: .5rem;
	margin-left: .5rem;
	content: "";
	vertical-align: .1875em;
	opacity: .8;
	border-radius: 9999px;
	background-color: currentColor;
}

.dtq-related-posts-wrap .post-meta .meta-label {
	margin-right: 2px;
}

.dtq-related-posts-wrap .post-meta .meta-label:after, .dtq-related-posts-wrap .post-meta .published:after {
	content: none;
}

.single-brainaddons-popup {
	background-color: rgba(0, 0, 0, .5) !important;
}

.single-brainaddons-popup #main-content {
	background-color: transparent !important;
}

.dtq-popup.dtq-popup-front-mode.dtq-popup-hide-state {
	pointer-events: none;
	opacity: 0;
}

.et-fb-app-frame .dtq-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100% !important;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

body.single-brainaddons-popup.et_cover_background {
	overflow: hidden !important;
	height: 100vh !important;
	background-image: url("/wp-content/plugins/addons-for-divi/assets/deprecated/../imgs/transparent.jpg");
	background-repeat: repeat !important;
	background-size: unset !important;
	--lzl-bg-img: "/wp-content/plugins/addons-for-divi/assets/deprecated/../imgs/transparent.jpg";
}

.et-fb-app-frame .dtq-popup .dtq-popup-inner {
	height: 100vh !important;
}

.dtq-popup.dtq-popup-front-mode .dtq-popup-container, .dtq-popup.dtq-popup-front-mode .dtq-popup-inner, .et-fb-app-frame .dtq-popup .dtq-popup-container, .et-fb-app-frame .dtq-popup .dtq-popup-inner {
	position: relative !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100% !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dtq-popup.dtq-popup-front-mode .dtq-popup-container, .et-fb-app-frame .dtq-popup .dtq-popup-container {
	z-index: 2 !important;
	width: 800px !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	opacity: 0;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.dtq-popup.dtq-popup-front-mode .dtq-popup-close-button, .et-fb-app-frame .dtq-popup .dtq-popup-close-button {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	padding: 8px;
	cursor: pointer !important;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dtq-popup.dtq-popup-front-mode, .et-fb-app-frame .dtq-popup .dtq-popup-container-inner {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.et-fb-app-frame .dtq-popup .dtq-popup-container-inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow-y: auto;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dtq-popup.dtq-popup-front-mode .dtq-popup-overlay, .et-fb-app-frame .dtq-popup-single-preview .dtq-popup-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dtq-popup.dtq-popup-front-mode {
	position: fixed;
	z-index: 100002;
	width: 100% !important;
}

.dtq-popup.dtq-popup-front-mode.dtq-popup-show-state {
	opacity: 1;
}

.dtq-popup.dtq-popup-front-mode, .dtq-popup.dtq-popup-front-mode .dtq-popup-container-overlay {
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dtq-popup.dtq-popup-front-mode .dtq-popup-container-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dtq-popup.dtq-popup-front-mode .dtq-popup-container-inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.dtq-popup.dtq-popup-front-mode .dtq-popup-container-content, .et-fb-app-frame .dtq-popup .dtq-popup-container-content {
	position: relative;
	z-index: 2;
	overflow-y: auto;
	width: 100%;
}

.dtq-popup-custom-height-on .dtq-popup-container, .dtq-popup-custom-height-on .dtq-popup-container-content, .dtq-popup-custom-height-on .dtq-popup-container-inner, .dtq-popup-custom-height-on .et-fb-iframe-ancestor, .dtq-popup-custom-height-on .et-fb-post-content, .dtq-popup-custom-height-on .et_pb_root--vb {
	height: 100%;
}

body.brainaddons-popup-template-default #main-footer, body.brainaddons-popup-template-default #main-header, body.brainaddons-popup-template-default #wpadminbar, body.brainaddons-popup-template-default .et-l.et-l--footer, body.brainaddons-popup-template-default .et-l.et-l--header {
	display: none !important;
}

body.single-brainaddons-popup.et_cover_background.lzl:not(.lzl-ed), body.single-brainaddons-popup.et_cover_background.lzl-ing:not(.lzl-ed) {
	background-image: none;
}