.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.et-db #et-boc .et-fb-modules-list ul>li[class^="dmpro_"] {
    background-image: linear-gradient(90deg,#9E4DC5 0%,#EB8285 100%) !important;
    color: white !important;
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

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


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


/**
 * Scroll Top 
 */

.et_pb_scroll_top.dmpro-btt-zoomin .dmpro_btt_wrapper {
    transition: all 0.3s ease-in;
    transform: scale(1);
}

.et_pb_scroll_top.dmpro-btt-zoomin:hover .dmpro_btt_wrapper {
    transition: all 0.3s ease-in;
    transform: scale(1.1);
}

.et_pb_scroll_top.dmpro-btt-zoomout .dmpro_btt_wrapper {
    transition: all 0.3s ease-in;
    transform: scale(1);
}

.et_pb_scroll_top.dmpro-btt-zoomout:hover .dmpro_btt_wrapper {
    transition: all 0.3s ease-in;
    transform: scale(.9);
}

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

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

.et_pb_scroll_top.dmpro-btt-zoomdown .dmpro_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.dmpro-btt-zoomdown:hover .dmpro_btt_wrapper {
    transform: translateY(6px);
}

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

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

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

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

.dmpro-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;
}

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

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

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

.dmpro-post-section,
.dmpro-post-row {
    padding: 20px 0 !important;
    max-width: 1080px;
    margin: auto;
    width: 100% !important;
}

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

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

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

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

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



/**
 * Hover Effects
 */

body.archive article.dmpro-post-zoomin .entry-featured-image-wrap a,
body.blog article.dmpro-post-zoomin .entry-featured-image-wrap a,
.dmpro-related-article-thumb.dmpro-zoom-in {
    transition: all .6s ease-in-out;
    transform: scale(1);
}

body.archive article.dmpro-post-zoomin:hover .entry-featured-image-wrap a,
body.blog article.dmpro-post-zoomin:hover .entry-featured-image-wrap a,
.dmpro-related-article-thumb.dmpro-zoom-in:hover,
.dmpro-related-article-thumb.dmpro-zoom-in-hover {
    transition: all .6s ease-in-out;
    transform: scale(1.1);
}

body.archive article.dmpro-post-zoomout .entry-featured-image-wrap a,
body.blog article.dmpro-post-zoomout .entry-featured-image-wrap a,
.dmpro-related-article-thumb.dmpro-zoom-out {
    transition: all .6s ease-in-out;
    transform: scale(1.1);
}

body.archive article.dmpro-post-zoomout:hover .entry-featured-image-wrap a,
body.blog article.dmpro-post-zoomout:hover .entry-featured-image-wrap a,
.dmpro-related-article-thumb.dmpro-zoom-out:hover,
.dmpro-related-article-thumb.dmpro-zoom-out-hover {
    transition: all .6s ease-in-out;
    transform: scale(1);
}

body.archive article.dmpro-post-zoomrotate .entry-featured-image-wrap a,
body.blog article.dmpro-post-zoomrotate .entry-featured-image-wrap a,
.dmpro-related-article-thumb.dmpro-zoom-rotate {
    transition: all .6s ease-in-out;
    height: 100%;
    width: 100%;
}

body.archive article.dmpro-post-zoomrotate:hover .entry-featured-image-wrap a,
body.blog article.dmpro-post-zoomrotate:hover .entry-featured-image-wrap a,
.dmpro-related-article-thumb.dmpro-zoom-rotate:hover,
.dmpro-related-article-thumb.dmpro-zoom-rotate-hover {
    transform: scale(1.1) rotate(2deg);
    transition: all .6s ease-in-out;
}



body.archive article.dmpro-post-blacktocolor .entry-featured-image-wrap a,
body.blog article.dmpro-post-blacktocolor .entry-featured-image-wrap a {
    filter: grayscale(100%);
    transition: all .6s ease-in-out;
}

body.archive article.dmpro-post-blacktocolor:hover .entry-featured-image-wrap a,
body.blog article.dmpro-post-blacktocolor:hover .entry-featured-image-wrap a {
    filter: grayscale(0%);
    transition: all .6s ease-in-out;
}

body.archive article.dmpro-post-zoombox,
body.blog article.dmpro-post-zoombox {
    transition: all .6s ease-in-out;
    transform: scale(1);
}

body.archive article.dmpro-post-zoombox:hover,
body.blog article.dmpro-post-zoombox:hover {
    transition: all .6s ease-in-out;
    transform: scale(1.040);
}

body.archive article.dmpro-post-slideupbox,
body.blog article.dmpro-post-slideupbox {
    transition: all .6s ease-in-out;
}

body.archive article.dmpro-post-slideupbox:hover,
body.blog article.dmpro-post-slideupbox:hover {
    transition: all .6s ease-in-out;
    transform: translateY(-10px);
}


/**
 * Mobile Css
 */

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