
@charset "UTF-8";

.ultp-accordion-item {
	display: flex;
	flex-direction: column;
}

.ultp-accordion-item .ultp-listicon-bg {
	display: flex;
}

.ultp-accordion-new {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	border: 2px dashed #070707;
	margin-top: 12px;
}

.ultp-accordion-new__wrapper {
	color: #070707;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border: 1px solid #070707;
	padding: 0 6px;
	border-radius: 4px;
}

.ultp-accordion-new__wrapper svg {
	height: 16px;
	width: 16px;
}

.ultp-accordion-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	flex-direction: column;
}

.ultp-accordion-wrapper .ultp-accordion-subtitle, .ultp-accordion-wrapper .ultp-accordion-title {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.ultp-accordion-wrapper .ultp-accordion-subtitle span, .ultp-accordion-wrapper .ultp-accordion-title span {
	color: #848484;
}

.ultp-accordion__subtitle-left .ultp-accordion-item__text-content {
	flex-direction: row-reverse;
}

.ultp-accordion__subtitle-right .ultp-accordion-item__text-content {
	flex-direction: row;
}

.ultp-accordion__subtitle-top .ultp-accordion-item__text-content {
	flex-direction: column-reverse;
	align-items: flex-start;
}

.ultp-accordion__subtitle-bottom .ultp-accordion-item__text-content {
	flex-direction: column;
	align-items: flex-start;
}

.postx-page .wp-block-ultimate-post-accordion > .ultp-accordion-wrapper {
	display: flex;
	flex-direction: column;
}

.wp-block-ultimate-post-accordion {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-ultimate-post-accordion div[data-type="ultimate-post/accordion-item"] {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-ultimate-post-advanced-list a {
	text-decoration: none !important;
}

.wp-block-ultimate-post-advanced-list .ultp-list-separator {
	display: block;
}

.wp-block-ultimate-post-advanced-list .ultp-list-wrapper {
	list-style: none;
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .ultp-list-wrapper:hover {
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .ultp-list-wrapper:has(.block-editor-block-list__layout) {
	padding: 0 !important;
}

.wp-block-ultimate-post-advanced-list .ultp-list-wrapper:has(>.wp-block-ultimate-post-list) {
	width: -moz-max-content;
	width: max-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.wp-block-ultimate-post-advanced-list .ultp-list-wrapper > li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wp-block-ultimate-post-advanced-list .ultp-listicon-bg {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .ultp-listicon-bg:hover {
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .ultp-listicon-bg svg {
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .ultp-listicon-bg svg:hover {
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .ultp-list-content {
	width: 100%;
	box-sizing: border-box;
	justify-content: flex-start;
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .ultp-list-content:hover {
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .block-editor-block-list__layout {
	width: -moz-max-content;
	width: max-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .block-editor-block-list__layout:hover {
	transition: .3s;
}

.wp-block-ultimate-post-advanced-list .block-editor-block-list__layout > .block-editor-block-list__block {
	margin: 0 !important;
	width: 100%;
}

.wp-block-ultimate-post-advanced-list .block-editor-inner-blocks:has(.block-list-appender) > .block-editor-block-list__layout > div {
	margin: 0;
}

.wp-block-ultimate-post-advanced-list .block-editor-inner-blocks:has(.block-list-appender) > .block-editor-block-list__layout > div:nth-last-child(2) li {
	border: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.wp-block-ultimate-post-advanced-list .block-editor-inner-blocks > .block-editor-block-list__layout > div {
	margin: 0;
}

.wp-block-ultimate-post-advanced-list .block-editor-inner-blocks > .block-editor-block-list__layout > div:last-child li {
	border: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.ultp-list-layout1, .ultp-list-layout3 {
	list-style: none;
}

.ultp-list-layout2 {
	list-style: none;
	justify-content: flex-end;
}

.ultp-list-layout2 .ultp-list-content {
	text-align: right;
	flex-direction: row-reverse;
}

.ultp-list-layout2 .ultp-list-content:has(>.ultp-list-heading) {
	flex-direction: row;
}

.ultp-list-layout2 .ultp-list-heading {
	flex-direction: row-reverse !important;
}

.ultp-list-layout3 li {
	list-style: none;
	color: #070c1a;
	border-width: 0;
}

.ultp-filter-block {
	display: flex;
	flex-wrap: wrap;
}

.ultp-search-inputwrap {
	display: flex;
	align-items: center;
	position: relative;
}

.ultp-search-button {
	cursor: pointer;
}

.ultp-backend-viewmore {
	text-align: center;
}

.ultp-search-button__text {
	width: -moz-max-content;
	width: max-content;
}

.ultp-searchpopup-icon {
	gap: 10px;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
}

.ultp-searchform-content {
	position: relative;
}

.ultp-search-button, .ultp-searchform-content, .ultp-searchpopup-icon {
	display: flex;
	align-items: center;
}

.ultp-search-button svg, .ultp-searchpopup-active svg {
	height: 20px;
	width: 20px;
}

.ultp-canvas-header, .ultp-search-inputwrap, .ultp-search-inputwrap input, .ultp-searchform-content input {
	width: 100%;
}

.ultp-search-inputwrap input {
	box-sizing: border-box !important;
}

.ultp-search-inputwrap input::-moz-placeholder {
	color: #9e9e9e;
}

.ultp-search-inputwrap input::placeholder {
	color: #9e9e9e;
}

.ultp-search-inputwrap input:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.ultp-searchform-content .ultp-search-clear {
	display: none;
	position: absolute;
}

.ultp-searchform-content .ultp-search-clear.active {
	display: block;
}

.ultp-searchform-content .ultp-search-clear svg {
	width: 20px;
	height: 13px;
	cursor: pointer;
	color: #8b8b8b;
}

.ultp-searchform-input2 .ultp-search-clear, .ultp-searchform-input3 .ultp-search-clear {
	right: 110px;
}

.ultp-searchform-input2 .ultp-search-button, .ultp-searchform-input3 .ultp-search-button {
	position: absolute;
	bottom: auto !important;
	top: auto !important;
}

.ultp-searchform-input2 .ultp-searchres-input, .ultp-searchform-input3 .ultp-searchres-input {
	padding-right: 140px;
}

.ultp-searchform-input1 .ultp-searchres-input, .ultp-searchform-input3 .ultp-searchres-input {
	height: 46px;
}

.ultp-searchform-input1 .ultp-search-clear {
	right: 16px;
}

.ultp-searchform-input1 .ultp-searchres-input {
	padding-right: 40px;
}

.ultp-searchform-input2 .ultp-searchres-input {
	height: 60px;
}

.ultp-searchform-input3 .ultp-search-button {
	height: 100%;
	box-sizing: border-box;
	right: -1px;
	left: auto;
}

.ultp-search-result {
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	box-sizing: border-box;
	scrollbar-width: none;
	opacity: 0 !important;
	visibility: hidden !important;
}

.ultp-search-result::-webkit-scrollbar {
	display: none;
}

.ultp-search-result img.ultp-searchresult-image {
	max-width: -moz-max-content;
	max-width: max-content;
}

.ultp-search-result .ultp-result-data {
	opacity: 0;
	overflow: hidden;
	overflow-y: auto;
	transform: translateY(-106px);
	transition: all 1s ease;
}

.ultp-search-result .ultp-search-result__item {
	display: flex;
	align-items: center;
	animation: searchAnimation .5s ease;
}

.ultp-search-result:has(.ultp-result-data>.ultp-search-result__item) .ultp-result-data {
	opacity: 1;
	transform: translateY(0);
	transition: all .5s ease;
}

.ultp-search-result:has(.active), .ultp-search-result:has(.ultp-result-data>.ultp-search-result__item) {
	opacity: 1 !important;
	visibility: visible !important;
}

.ultp-search-result .ultp-searchresult-category a {
	margin-right: 3px;
}

.ultp-search-result .ultp-searchresult-category a:last-child {
	margin-right: 0;
}

.ultp-search-result .ultp-viewall-results {
	cursor: pointer;
	display: none;
	justify-content: center;
	-moz-column-gap: 5px !important;
	column-gap: 5px !important;
	border-bottom: none !important;
	min-height: 40px;
}

.ultp-search-result .ultp-viewall-results.active {
	display: flex !important;
}

.ultp-search-dropdown {
	position: relative;
}

.ultp-search-dropdown .ultp-search-result {
	width: 100%;
	position: absolute;
	z-index: 99;
}

.ultp-rescontent-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ultp-rescontent-meta > a, .ultp-rescontent-meta > div {
	display: flex;
	align-items: center;
}

.ultp-rescontent-meta > a::after, .ultp-rescontent-meta > div::after {
	content: "";
	display: flex;
	align-items: center;
	border-radius: 50%;
}

.ultp-rescontent-meta > a:last-child::after, .ultp-rescontent-meta > div:last-child::after {
	display: none;
}

.ultp-searchresult-excerpt {
	word-break: break-all;
}

.ultp-search-canvas {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}

.ultp-search-canvas .ultp-search-result, .ultp-search-canvas .ultp-searchform-content {
	width: 100%;
	margin: 0 auto;
}

.ultp-search-noresult {
	display: none !important;
	min-height: 40px;
}

.ultp-search-noresult.active {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.ultp-popupclose-icon {
	cursor: pointer;
	display: none;
	max-width: unset;
	height: 30px;
	position: absolute;
	top: 50px;
	right: 80px;
	z-index: 9999;
}

.ultp-popupclose-icon.active {
	display: block !important;
}

.ultp-popupclose-icon svg {
	width: 30px;
}

.ultp-result-loader, .ultp-viewmore-loader {
	height: 15px;
	width: 15px;
	display: none !important;
	margin: 30px auto;
	transition: all 1s;
	padding: 15px !important;
	box-sizing: border-box;
	border: none !important;
}

.ultp-result-loader.active, .ultp-viewmore-loader.active {
	display: block !important;
	border-bottom: none !important;
	position: relative;
	animation: around 5.4s infinite;
}

.ultp-result-loader.active:before, .ultp-viewmore-loader.active:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	border-width: 2px;
	border-color: #333 #333 transparent transparent;
	border-style: solid;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	animation: rotate .7s ease-in-out infinite;
	-webkit-animation: rotate .7s ease-in-out infinite;
}

.ultp-result-loader.viewmore-active, .ultp-viewmore-loader.viewmore-active {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
}

.ultp-result-loader {
	margin: 15px auto 15px !important;
}

.ultp-search-animation-fullwidth .ultp-search-canvas, .ultp-search-animation-top .ultp-search-canvas {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	visibility: hidden;
	z-index: 999;
	top: -100% !important;
	transition: all 1s ease;
}

.ultp-search-animation-fullwidth.popup-active, .ultp-search-animation-top.popup-active {
	top: 0 !important;
}

.ultp-search-animation-fullwidth.popup-active .ultp-search-canvas, .ultp-search-animation-top.popup-active .ultp-search-canvas {
	visibility: visible;
	top: 0 !important;
}

.ultp-search-animation-fullwidth.popup-active .ultp-popupclose-icon, .ultp-search-animation-top.popup-active .ultp-popupclose-icon {
	display: block !important;
}

.ultp-search-animation-top .ultp-canvas-header {
	padding: 80px 0 0;
}

.ultp-search-animation-fullwidth .ultp-canvas-wrapper, .ultp-search-animation-fullwidth .ultp-search-canvas {
	height: 100%;
}

.ultp-search-animation-fullwidth .ultp-search-result {
	transition: all .5s ease !important;
}

.ultp-search-animation-fullwidth .ultp-search-result:not(:has(.ultp-result-data>div)) {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ultp-search-animation-fullwidth .ultp-search-result:has(.ultp-result-data>.ultp-search-result__item) .ultp-result-data {
	transition: all 1s ease-in-out !important;
}

.ultp-search-animation-fullwidth .ultp-search-canvas:has(.ultp-search-clear.active) .ultp-search-result {
	box-shadow: 8px 5px 26px -6px #8d8d8d;
	transition: all .5s ease-in-out;
}

.ultp-search-popup {
	position: relative;
}

.ultp-search-popup:has(.ultp-search-result>.ultp-result-data>div) .ultp-search-canvas {
	justify-content: flex-start !important;
}

.ultp-search-popup .ultp-search-canvas {
	overflow-y: auto;
}

.wp-block-ultimate-post-advanced-search.aligncenter .ultp-searchform-content {
	margin: 0 auto;
}

.wp-block-ultimate-post-advanced-search .ultp-pro-helper {
	background-color: #797add !important;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-fullwidth .ultp-canvas-wrapper, .wp-block-ultimate-post-advanced-search .ultp-search-animation-top .ultp-canvas-wrapper {
	display: flex;
	align-items: flex-start;
	width: 100%;
	opacity: 0;
	overflow: hidden !important;
	transition: .7s ease;
	box-sizing: border-box;
	background-color: #e2e2e2;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-fullwidth .ultp-canvas-wrapper .ultp-search-canvas, .wp-block-ultimate-post-advanced-search .ultp-search-animation-top .ultp-canvas-wrapper .ultp-search-canvas {
	position: static !important;
	transition: .7s ease;
	animation: topSlideAnimation 1s ease !important;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-fullwidth .ultp-canvas-wrapper .ultp-search-canvas:has(.ultp-result-data>.ultp-search-result__item), .wp-block-ultimate-post-advanced-search .ultp-search-animation-top .ultp-canvas-wrapper .ultp-search-canvas:has(.ultp-result-data>.ultp-search-result__item) {
	animation: none;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-popup .ultp-canvas-wrapper {
	height: 0;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-popup .ultp-canvas-wrapper.canvas-popup-active {
	opacity: 1 !important;
	visibility: visible !important;
	height: 100%;
	transition: .7s;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-popup .ultp-canvas-wrapper, .wp-block-ultimate-post-advanced-search .ultp-search-animation-popup .ultp-search-canvas {
	opacity: 0 !important;
	visibility: hidden !important;
	transition: all .3s;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-popup.popup-active .ultp-search-canvas {
	transition: all .3s;
	opacity: 1 !important;
	visibility: visible !important;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-top .ultp-canvas-wrapper {
	height: 0 !important;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-top .ultp-canvas-wrapper .ultp-search-canvas {
	margin: 20px 20px 0;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-top .ultp-canvas-wrapper.canvas-popup-active {
	opacity: 1 !important;
	height: 20rem !important;
	overflow-y: auto !important;
	padding-bottom: 40px;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-fullwidth .ultp-canvas-wrapper {
	height: 0 !important;
	display: flex;
	align-items: stretch;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-fullwidth .ultp-canvas-wrapper.canvas-popup-active {
	opacity: 1 !important;
	height: 25rem !important;
	padding: 40px;
}

.wp-block-ultimate-post-advanced-search .ultp-search-animation-fullwidth .ultp-canvas-wrapper .ultp-search-canvas {
	height: auto !important;
}

.ultp-search-container:has(.ultp-canvas-wrapper) .ultp-popupclose-icon {
	position: absolute !important;
}

body:is(.admin-bar) .ultp-search-animation-top.popup-active .ultp-popupclose-icon {
	top: 55px !important;
	right: 55px !important;
}

body .ultp-search-frontend .ultp-popupclose-icon, body .ultp-search-frontend .ultp-search-canvas {
	display: none !important;
}

body .result-data {
	position: absolute;
	z-index: 9999;
	visibility: hidden;
}

body .result-data:not(.ultp-search-animation-popup,.ultp-search-animation-top,.ultp-search-animation-fullwidth) .ultp-search-result:has(.active), body .result-data:not(.ultp-search-animation-popup,.ultp-search-animation-top,.ultp-search-animation-fullwidth) .ultp-search-result:has(.ultp-result-data>.ultp-search-result__item) {
	opacity: 0 !important;
	visibility: hidden !important;
}

body .result-data.popup-active:not(.ultp-search-animation-popup,.ultp-search-animation-top,.ultp-search-animation-fullwidth) {
	visibility: visible !important;
}

body .result-data.popup-active:not(.ultp-search-animation-popup,.ultp-search-animation-top,.ultp-search-animation-fullwidth) .ultp-search-result:has(.active), body .result-data.popup-active:not(.ultp-search-animation-popup,.ultp-search-animation-top,.ultp-search-animation-fullwidth) .ultp-search-result:has(.ultp-result-data>.ultp-search-result__item) {
	opacity: 1 !important;
	visibility: visible !important;
}

body .result-data.ultp-search-animation-fullwidth, body .result-data.ultp-search-animation-top {
	position: fixed !important;
}

body .result-data.ultp-search-animation-fullwidth .ultp-popupclose-icon, body .result-data.ultp-search-animation-top .ultp-popupclose-icon {
	width: -moz-fit-content !important;
	width: fit-content !important;
}

body > .ultp-search-animation-fullwidth {
	width: 100vw;
	position: fixed !important;
	top: 0;
	height: 0%;
	transition: 5s ease;
	animation: topAnimation 1.5s ease;
	z-index: 999;
}

body > .ultp-search-animation-fullwidth .ultp-search-result:has(.active), body > .ultp-search-animation-fullwidth .ultp-search-result:has(.ultp-result-data>.ultp-search-result__item) {
	opacity: 0 !important;
	visibility: hidden !important;
}

body > .ultp-search-animation-fullwidth.popup-active {
	height: 100%;
	transition: 3s ease;
}

body > .ultp-search-animation-fullwidth.popup-active .ultp-popupclose-icon {
	top: 85px !important;
	right: 80px !important;
}

body > .ultp-search-animation-fullwidth.popup-active .ultp-search-result:has(.active), body > .ultp-search-animation-fullwidth.popup-active .ultp-search-result:has(.ultp-result-data>.ultp-search-result__item) {
	opacity: 1 !important;
	visibility: visible !important;
}

body > .ultp-search-animation-top {
	height: 0%;
	width: 100vw;
	top: -100%;
	transition: 2s ease;
	animation: topAnimation .7s ease;
	z-index: 999;
}

body > .ultp-search-animation-top .ultp-search-result {
	padding-bottom: 80px;
}

body > .ultp-search-animation-top .ultp-search-result:has(.ultp-result-data>div) {
	padding-bottom: 0;
}

body > .ultp-search-animation-top.popup-active {
	visibility: visible;
	height: -moz-fit-content;
	height: fit-content;
	transition: .9s ease;
}

body > .ultp-search-animation-top.popup-active .ultp-popupclose-icon {
	top: 25px !important;
	right: 55px !important;
}

body > .ultp-search-animation-popup {
	width: -moz-fit-content;
	width: fit-content;
	opacity: 0;
	transition: .7s !important;
	animation: searchAnimation .4s ease !important;
}

body > .ultp-search-animation-popup.popup-active {
	transition: .7s;
	opacity: 1 !important;
	visibility: visible !important;
}

header .wp-block-ultimate-post-advanced-search:not(:has(.ultp-search-animation-top,.ultp-search-animation-fullwidth,.ultp-search-animation-popup)) .ultp-search-result, header .wp-block-ultimate-post-advanced-search:not(:has(.ultp-search-animation-top,.ultp-search-animation-fullwidth,.ultp-search-animation-popup)) .ultp-searchform-content {
	width: 25vw;
}

@keyframes searchAnimation {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes topAnimation {
	0% {
		transform: translateY(-100%);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes topSlideAnimation {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media only screen and (max-width:600px) {
	body .popup-active.result-data .ultp-popupclose-icon {
		top: 25px !important;
		right: 36px !important;
	}
	
	body.admin-bar .popup-active.result-data .ultp-popupclose-icon {
		top: 35px !important;
		right: 46px !important;
	}
}

.popup-active .ultp-search-result.ultp-search-show, .ultp-search-result.ultp-result-show {
	opacity: 1 !important;
	visibility: visible !important;
	box-shadow: 8px 5px 26px -6px #8d8d8d;
}

.popup-active .ultp-search-result.ultp-search-show .ultp-result-data.ultp-result-show, .ultp-search-result.ultp-result-show .ultp-result-data.ultp-result-show {
	opacity: 1;
	transform: translateY(0);
	transition: all .5s ease;
	opacity: 1 !important;
	visibility: visible !important;
}

.ultp-search-result:not(:has(.active,.ultp-result-data>.ultp-search-result__item)) {
	opacity: 0 !important;
	visibility: hidden !important;
}

.ultp-block-wrapper {
	transition: .4s;
	position: relative;
}

.ultp-block-wrapper.ultp-loading-active .ultp-block-item {
	opacity: .2;
	transition: .4s;
}

.ultp-block-wrapper.ultp-loading-active .ultp-loading {
	display: block;
}

.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
}

.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items .ultp-taxonomy-item {
	list-style: none;
	line-height: 0;
	margin-top: 0;
}

.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items .ultp-taxonomy-item a {
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	transition: .4s;
	text-decoration: none !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	box-sizing: border-box;
}

.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items .ultp-taxonomy-item a .ultp-taxonomy-name {
	transition: .4s;
}

.ultp-block-wrapper .ultp-filter-active-icon .filter-active::before {
	content: "<< ";
}

.ultp-block-wrapper .ultp-filter-active-icon .filter-active::after {
	content: " >>";
}

.ultp-block-row {
	display: grid;
}

.ultp-block-content-wrap {
	transition: .4s;
	overflow: hidden;
}

.ultp-block-items-wrap {
	backface-visibility: hidden;
}

.ultp-block-image {
	position: relative;
	overflow: hidden;
}

.ultp-block-image img {
	display: block;
}

.ultp-block-image .ultp-category-bottomLeft, .ultp-block-image .ultp-category-bottomRight, .ultp-block-image .ultp-category-centerCenter, .ultp-block-image .ultp-category-topLeft, .ultp-block-image .ultp-category-topRight {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
}

.ultp-block-image .ultp-category-bottomLeft .ultp-category-in, .ultp-block-image .ultp-category-bottomRight .ultp-category-in, .ultp-block-image .ultp-category-centerCenter .ultp-category-in, .ultp-block-image .ultp-category-topLeft .ultp-category-in, .ultp-block-image .ultp-category-topRight .ultp-category-in {
	position: relative;
	z-index: 2;
}

.ultp-block-image .ultp-category-topLeft {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.ultp-block-image .ultp-category-topRight {
	justify-content: flex-end;
	text-align: right;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.ultp-block-image .ultp-category-topRight.ultp-category-grid a {
	margin-right: 0;
}

.ultp-block-image .ultp-category-bottomLeft {
	justify-content: flex-start;
	text-align: left;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}

.ultp-block-image .ultp-category-bottomRight {
	justify-content: flex-end;
	text-align: right;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}

.ultp-block-image .ultp-category-centerCenter {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.wp-block-ultimate-post-button-group .ultp-button-wrapper {
	position: relative;
}

.wp-block-ultimate-post-button-group .ultp-button-wrapper.ultp-button-frontend {
	display: flex;
}

.wp-block-ultimate-post-button-group .ultp-button-wrapper a {
	color: #fff;
	text-decoration: none !important;
}

.wp-block-ultimate-post-button-group .ultp-button-wrapper .block-editor-inner-blocks {
	width: 100%;
}

.wp-block-ultimate-post-button-group .ultp-button-wrapper .block-editor-inner-blocks .block-editor-block-list__layout {
	display: flex;
}

.wp-block-ultimate-post-button-group .ultp-button-wrapper .block-editor-inner-blocks .block-editor-block-list__layout > div {
	margin: 0;
}

.ultp-anim-style1 .wp-block-ultimate-post-button:before {
	opacity: 1;
	width: 10px;
}

.ultp-anim-style1 .wp-block-ultimate-post-button:hover:before {
	width: 100%;
}

.ultp-anim-style1 .wp-block-ultimate-post-button.ultp-button-layout4:hover {
	background: #ffbf2f;
}

.ultp-anim-style1 .wp-block-ultimate-post-button.ultp-button-layout4:before {
	background: #ffbf2f;
}

.ultp-anim-style2 .wp-block-ultimate-post-button:before {
	width: 100%;
	opacity: 1;
}

.ultp-anim-style2 .wp-block-ultimate-post-button:hover:before {
	opacity: 1;
	width: 10px;
}

.ultp-anim-style2 .wp-block-ultimate-post-button.ultp-button-layout4 {
	background: 0 0;
}

.ultp-anim-style2 .wp-block-ultimate-post-button.ultp-button-layout4:before {
	background: #ffbf2f;
}

.ultp-anim-style3 .wp-block-ultimate-post-button {
	box-shadow: 3px 3px 0 #ffb714;
}

.ultp-anim-style3 .wp-block-ultimate-post-button:hover {
	box-shadow: none;
}

.ultp-anim-style4 .wp-block-ultimate-post-button {
	box-shadow: none;
}

.ultp-anim-style4 .wp-block-ultimate-post-button:hover {
	box-shadow: 5px 5px 0 0 #000;
}

.ultp-anim-style1 .wp-block-ultimate-post-button.ultp-button-layout2:before, .ultp-anim-style2 .wp-block-ultimate-post-button.ultp-button-layout2:before {
	background: #004cf7;
}

.ultp-anim-style1 .wp-block-ultimate-post-button.ultp-button-layout3:before, .ultp-anim-style2 .wp-block-ultimate-post-button.ultp-button-layout3:before {
	background: #62adff;
}

.wp-block-ultimate-post-dark-light .ultp-pro-helper {
	background-color: #2728e4;
	margin-bottom: 10px;
}

.ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content .ultp-dl-con, .ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content .ultp-dl-svg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	flex-direction: row;
	cursor: pointer;
}

.ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content .ultp-dl-after-before-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
}

.ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content .ultp-dl-after-before-con.ultp-dl-reverse {
	flex-direction: row-reverse;
}

.ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content .ultp-dl-after-before-con.inactive {
	display: none;
}

.ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout5 .ultp-dl-con.ultp-dl-reverse, .ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout6 .ultp-dl-con.ultp-dl-reverse, .ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout7 .ultp-dl-con.ultp-dl-reverse {
	flex-direction: row-reverse;
}

.ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout5 .ultp-dl-democircle.ultphidden, .ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout6 .ultp-dl-democircle.ultphidden, .ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout7 .ultp-dl-democircle.ultphidden {
	visibility: hidden;
}

.ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout5 .ultp-dl-democircle, .ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout6 .ultp-dl-democircle, .ultp-dark-light-block-wrapper .ultp-dark-light-block-wrapper-content.layout7 .ultp-dl-democircle {
	border-radius: 50%;
}

.ultp-gallery-container {
	position: relative;
}

.ultp-gallery-container .ultp-gallery-item {
	transition: top .3s, left .3s;
}

.ultp-gallery-container .ultp-gallery-item img {
	box-sizing: border-box;
	display: block;
	height: 100%;
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ultp-gallery-grid {
	display: grid !important;
}

.ultp-gallery-masonry .ultp-gallery-item {
	position: absolute;
	width: 100%;
}

.ultp-gallery-media {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ultp-gallery-media.ultp-action-onHover .ultp-gallery-action {
	display: none;
}

.ultp-gallery-media.ultp-action-onHover:hover .ultp-gallery-action {
	display: flex !important;
}

.ultp-gallery-media.ultp-action-offHover:hover .ultp-gallery-action {
	display: none !important;
}

.ultp-gallery-media__caption {
	width: 100%;
	display: flex;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-gallery-media__caption-container {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ultp-gallery-media.ultp-caption-onHover:hover .ultp-gallery-media__caption {
	display: flex !important;
}

.ultp-gallery-media.ultp-caption-onHover .ultp-gallery-media__caption {
	display: none;
}

.ultp-gallery-media.ultp-caption-offHover:hover .ultp-gallery-media__caption {
	display: none !important;
}

.ultp-gallery-media.ultp-caption-offHover .ultp-gallery-media__caption {
	display: flex !important;
}

.ultp-gallery-media.ultp-caption-top .ultp-gallery-media__caption-container {
	display: flex;
}

.ultp-gallery-media.ultp-caption-middle .ultp-gallery-media__caption-container {
	display: flex;
	align-items: center;
}

.ultp-gallery-media.ultp-caption-bottom .ultp-gallery-media__caption-container {
	display: flex;
	align-items: flex-end;
}

.ultp-gallery-media.ultp-caption-outside-below .ultp-gallery-media__caption-container {
	position: static;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-gallery-media.ultp-caption-outside-top .ultp-gallery-media__caption-container {
	position: static;
	order: -1;
}

.ultp-gallery-media .ultp-image-block, .ultp-gallery-media__img-container {
	height: 100%;
	width: 100%;
}

.ultp-gallery-action {
	display: flex;
	width: 100%;
}

.ultp-gallery-action > a {
	display: contents;
}

.ultp-gallery-action > * {
	cursor: pointer;
	pointer-events: auto !important;
}

.ultp-gallery-action svg {
	cursor: pointer;
	box-sizing: content-box;
}

.ultp-gallery-action-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ultp-gallery-action-container.ultp-action-middle {
	display: flex;
	align-items: center;
}

.ultp-gallery-action-container.ultp-action-bottom {
	display: flex;
	align-items: flex-end;
}

.ultp-gallery-action-container.ultp-action-outside-below {
	position: static !important;
}

.ultp-gallery-action-container.ultp-action-outside-top {
	order: -1;
	position: static !important;
}

.ultp-gallery-grayscale img {
	filter: grayscale(1);
}

.ultp-gallery-sepia img {
	filter: sepia(.5);
}

.ultp-gallery-saturate img {
	filter: saturate(1.6);
}

.ultp-gallery-vintage img {
	filter: sepia(.2) brightness(1.1) contrast(1.3);
}

.ultp-gallery-earlybird img {
	filter: contrast(.9) sepia(.2);
}

.ultp-gallery-toaster img {
	filter: contrast(1.5) brightness(.9);
}

.ultp-gallery-myfair img {
	filter: contrast(1.1) saturate(1.1);
}

.ultp-gallery-settings__content-item {
	cursor: grab;
	transition: opacity .2s ease;
}

.ultp-gallery-settings__content-item:active {
	cursor: grabbing;
}

.ultp-gallery-settings__content-item.dragging {
	opacity: .5;
	cursor: grabbing !important;
}

.ultp-gallery-settings__content-item.target {
	opacity: .6;
	border: 2px dashed #037fff;
}

.ultp-gallery-settings__modal .components-modal__header {
	height: 45px !important;
	padding: 24px 24px 8px !important;
}

.ultp-gallery-settings__modal .components-modal__content {
	margin-top: 52px;
	padding: 4px 24px 24px;
	max-width: 626px;
}

.ultp-gallery-settings__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 21px;
}

.ultp-gallery-settings__add-media {
	color: #fff;
	background-color: #037fff;
	padding: 11px 24px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.ultp-gallery-settings__media-count {
	color: #585858;
	font-size: 14px;
	line-height: 16px;
}

.ultp-gallery-settings__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 300px;
}

.ultp-gallery-settings__content-item {
	display: flex;
	position: relative;
	align-items: flex-end;
	justify-content: center;
	cursor: grab;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.ultp-gallery-settings__content-item:active {
	cursor: grabbing;
}

.ultp-gallery-settings__content-item.dragging {
	cursor: grabbing;
	opacity: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.ultp-gallery-settings__content-item-action {
	position: absolute;
	color: #fff;
	padding: 4px 5px;
	border: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(7, 7, 7, .6980392157);
	border-radius: 16px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 1px;
	box-sizing: border-box;
}

.ultp-gallery-settings__content-item-action span {
	font-size: 16px;
	cursor: pointer;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-gallery-link label {
	display: none !important;
}

.ultp-gallery-query-tag {
	display: flex;
	gap: 24px;
}

.ultp-gallery-query-tag__get-tag-store {
	background-color: #ececec;
	font-size: 11px;
	line-height: 22px;
	padding: 0 8px;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 500;
}

.ultp-gallery-query-tag__get-tag-store span {
	font-size: 15px;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-gallery-query-tag__image-container {
	display: flex;
	flex-direction: column;
}

.ultp-gallery-query-tag__image-container img {
	max-width: 150px;
}

.ultp-gallery-query-tag__image-container span {
	font-size: 14px;
	margin-bottom: 11px;
	color: #000;
	display: inline-block;
	max-width: 141px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ultp-gallery-query-tag__new {
	display: flex;
	gap: 10px;
	width: 100%;
	margin-bottom: 4px;
}

.ultp-gallery-query-tag__new button {
	white-space: nowrap;
	color: #fff;
	background-color: #037fff;
	padding: 11px 24px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	cursor: pointer;
	border-color: #037fff;
}

.ultp-gallery-query-tag__new button.add-new-tag-btn {
	pointer-events: none;
	opacity: .5;
	cursor: not-allowed;
}

.ultp-gallery-query-tag__new input {
	width: 100%;
}

.ultp-gallery-query-tag__new-help {
	font-style: italic;
	color: #333;
	font-size: 10px;
	font-weight: 500;
}

.ultp-gallery-query-tag__tag-store {
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.ultp-gallery-query-tag__tag-store span {
	font-size: 12px;
	font-weight: 600;
}

.ultp-gallery-query-tag__selected-list {
	margin-bottom: 20px;
}

.ultp-gallery-query-tag__selected-list span {
	color: #037fff;
}

.ultp-gallery-query-tag__selected-list span span {
	height: 10px;
}

.ultp-gallery-query-tag__selected-list span:hover span {
	color: red;
}

.ultp-gallery-query-tag__selected-list > div {
	font-size: 14px;
	font-weight: 500;
	color: red;
}

.ultp-gallery-query-tag__existing-tag {
	color: rgba(3, 127, 255, .8392156863) !important;
}

.ultp-gallery-query-tag__existing-tag:hover {
	color: #0050a3 !important;
}

.ultp-gallery-query-tag__existing-tag.tag-disable {
	pointer-events: none;
	cursor: not-allowed;
	color: #000 !important;
	opacity: .6;
}

.ultp-gallery-query-tag__existing-tag, .ultp-gallery-query-tag__selected-list > span {
	border-radius: 4px;
	display: flex;
	gap: 3px;
	width: -moz-fit-content;
	width: fit-content;
	box-sizing: border-box;
	cursor: pointer;
	color: #000;
	opacity: .3s;
}

.ultp-gallery-query-tag__existing-tag-container {
	background-color: #f7f7ff;
	padding: 15px;
	margin-top: 18px;
	border-radius: 10px;
}

.ultp-gallery-query-tag__existing-tag-container.remove-tag-active .ultp-gallery-query-tag__existing-tag span {
	color: red !important;
}

.ultp-gallery-query-tag__existing-tag-container span:hover {
	color: #037fff;
}

.ultp-gallery-query-tag__existing-tag-container, .ultp-gallery-query-tag__selected-list {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.ultp-gallery-query-tag__existing-tag-container span {
	border: 0 !important;
}

.ultp-gallery-query-tag__existing-tag-container span:hover {
	border-color: #037fff;
}

.ultp-gallery-query-tag__existing-tag-container span span {
	transform: scale(.8);
}

.ultp-gallery-query-tag__remove-tag {
	display: flex;
	align-items: center;
	background-color: #ececec;
	font-size: 11px;
	line-height: 22px;
	padding: 0 8px;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 500;
}

.ultp-gallery-query-tag__remove-tag.removing-done span {
	color: #037fff !important;
}

.ultp-gallery-query-tag__remove-tag span {
	color: red;
	height: 14px;
	font-size: 14px;
}

.ultp-gallery-loadMore {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	transition: .3s;
	cursor: pointer;
}

.ultp-gallery-query-link {
	min-width: 350px;
}

.ultp-gallery-query-link__bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.ultp-gallery-query-link__bottom-content__cancel {
	color: #fff;
	background-color: #037fff;
	padding: 11px 24px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	background-color: unset !important;
	border: 1px solid #037fff;
	color: #037fff;
}

.ultp-gallery-query-link__bottom-content__add-link {
	color: #fff;
	background-color: #037fff;
	padding: 11px 24px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.ultp-gallery-link-page {
	max-height: 200px;
	background: #e7e4f1;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 10px 0;
	margin: 12px 0 20px 0;
}

.ultp-gallery-link-page__single-page {
	padding: 0 10px;
	cursor: pointer;
}

.ultp-gallery-link-page__label {
	color: #000;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}

.ultp-gallery-link__no-page {
	color: red;
	text-align: center;
	font-weight: 500;
	margin-top: 9px;
	margin-bottom: 20px;
}

.ultp-gallery-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ultp-gallery-filter__item {
	cursor: pointer;
}

.postx-admin-page .ultp-gallery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9490196078);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.postx-admin-page .ultp-gallery-lightbox__content {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
}

.postx-admin-page .ultp-gallery-lightbox__content img {
	height: 480px;
	transition: transform .3s ease;
}

.postx-admin-page .ultp-gallery-lightbox__inside {
	width: 100%;
}

.postx-admin-page .ultp-gallery-lightbox__right-icon {
	margin-left: auto;
	pointer-events: auto;
	margin-right: 50px;
}

.postx-admin-page .ultp-gallery-lightbox__left-icon {
	margin-right: auto;
	margin-left: 50px;
}

.postx-admin-page .ultp-gallery-lightbox__gallery {
	display: flex;
	justify-content: center;
}

.postx-admin-page .ultp-gallery-lightbox__gallery-item {
	max-width: 50px;
	border: 1px solid rgba(255, 255, 255, 0);
}

.postx-admin-page .ultp-gallery-lightbox__gallery-item.lightbox-active {
	border: 1px solid #fff;
}

.postx-admin-page .ultp-gallery-lightbox__control {
	top: 61px;
	display: flex !important;
}

.ultp-gallery-lightbox__control {
	position: fixed;
	top: 0;
	background: #333;
	display: none;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	gap: 17px;
	right: 0;
	padding: 6px;
	z-index: 10000000000000000;
}

.ultp-gallery-lightbox__control > div {
	display: flex;
	align-items: center;
}

.ultp-gallery-lightbox__control svg {
	cursor: pointer;
	color: #fff;
	fill: transparent !important;
	height: 25px;
	width: 25px;
	pointer-events: auto !important;
}

.ultp-gallery-lightbox__close {
	cursor: pointer;
	pointer-events: auto;
	z-index: 999;
}

.ultp-gallery-lightbox__close svg {
	height: 16px;
	width: 16px;
	top: 35px;
	right: 30px;
	z-index: 9999999999;
	cursor: pointer;
}

.ultp-gallery-lightbox__close svg path {
	fill: #fff;
}

.ultp-gallery-lightbox__indicator-control {
	height: 20px;
	width: 20px;
}

.ultp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999999;
	background-color: rgba(0, 0, 0, .9490196078);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ultp-lightbox img {
	margin: auto;
	height: 430px;
	transition: transform .3s ease;
}

.ultp-lightbox__inside {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ultp-lightbox__container {
	width: 100%;
}

.ultp-lightbox__left-icon {
	margin-left: 20px;
	cursor: pointer;
}

.ultp-lightbox__right-icon {
	margin-right: 20px;
	cursor: pointer;
}

.ultp-lightbox-indicator {
	display: flex;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}

.ultp-lightbox-indicator__item {
	cursor: pointer;
}

.ultp-lightbox-indicator__item img {
	width: 50px !important;
	border: 1px solid rgba(255, 255, 255, 0);
	height: 50px !important;
}

.ultp-lightbox-indicator__item.lightbox-active img {
	border: 1px solid #fff;
}

.ultp-lightbox__img {
	pointer-events: all !important;
}

.ultp-lightbox__caption {
	position: absolute;
	bottom: 0;
	z-index: 999999999999;
	width: 100%;
	background: #d7d7d7;
}

.ultp-lightbox__img-container {
	position: relative;
	display: flex;
	text-align: center;
}

.ultp-lightbox__img-container img {
	height: 500px !important;
}

.postx-admin-page .ultp-gallery-lightbox__left-icon, .postx-admin-page .ultp-gallery-lightbox__right-icon {
	display: flex;
	pointer-events: all !important;
	cursor: pointer;
}

.postx-admin-page .ultp-gallery-lightbox__left-icon svg, .postx-admin-page .ultp-gallery-lightbox__right-icon svg {
	pointer-events: none !important;
}

.postx-admin-page .ultp-gallery-lightbox__close svg {
	height: 18px;
	width: 18px;
}

.ultp-gallery-toolbar-group.ultp-menu-toolbar-group {
	align-items: center;
}

.ultp-gallery-toolbar-group.ultp-menu-toolbar-group .ultp-menu-toolbar-add-item {
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-gallery-img-data__content {
	display: flex;
	width: 100%;
	gap: 20px;
	min-width: 415px;
	margin-top: 8px;
}

.ultp-gallery-img-data__content-img-container {
	max-width: 100px;
}

.ultp-gallery-img-data__content-img-container img {
	width: 100%;
	height: 100%;
}

.ultp-gallery-img-data__content-field-container {
	width: 100%;
}

.ultp-gallery-img-data__caption {
	margin-bottom: 18px;
}

.ultp-no-gallery-message {
	display: none;
	text-align: center;
	padding: 0 10px 40px;
	font-size: 18px;
	font-weight: 500;
	color: #777;
}

.ultp-gallery-lightbox__left-icon, .ultp-gallery-lightbox__right-icon, .ultp-lightbox__left-icon, .ultp-lightbox__right-icon {
	background-color: #333;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.ultp-gallery-lightbox__left-icon svg, .ultp-gallery-lightbox__right-icon svg, .ultp-lightbox__left-icon svg, .ultp-lightbox__right-icon svg {
	color: #fff;
	height: 30px;
	width: 30px;
}

.ultp-gallery-item:hover .ultp-gallery-opacity img {
	opacity: .5;
}

.gallery-postx {
	display: none;
	gap: 16px;
	position: absolute;
	top: 0;
	width: 100%;
}

.gallery-postx.gallery-active {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-img, .skeleton-box {
	width: 100%;
	padding-top: 75%;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background: #eee;
	min-height: 200px;
}

.skeleton-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
	background-size: 200% 100%;
	animation: shimmer 1.2s infinite linear;
}

@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	
	100% {
		background-position: 200% 0;
	}
}

.gallery-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	transition: opacity .3s ease-in;
}

.loaded {
	opacity: 1;
}

.ultp-gallery-wrapper {
	position: relative;
	transition: opacity .3s;
}

.postx-page .ultp-gallery-container {
	animation: ultpGalleryOpacity 2s ease-in;
}

@keyframes ultpGalleryOpacity {
	0% {
		opacity: .1;
	}
	
	100% {
		opacity: 1;
	}
}

.ultp-ytg-video-wrapper iframe {
	width: 100%;
	height: 100%;
}

.wp-block-ultimate-post-heading {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body:has(.ultp-builder-container):has(.alignfull), body:has(.ultp-template-container):has(.alignfull) {
	overflow-x: hidden;
}

.wp-block-ultimate-post-image .ultp-image-button {
	pointer-events: none;
}

.wp-block-ultimate-post-image .ultp-image-button a {
	pointer-events: auto;
}

.wp-block-ultimate-post-image .ultp-image-block img.inactive {
	display: none !important;
}

.ultp-template-container {
	box-sizing: border-box;
}

.ultp-template-container .ultp-image {
	max-width: 100%;
}

.ultp-template-container .ultp-block-image img {
	max-width: 100%;
}

.ultp-template-container .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	left: 0;
	right: 0;
}

.ultp-image {
	max-width: 100%;
}

.ultp-block-image img {
	max-width: 100%;
}

.ultp-gallery-media .ultp-image-block.ultp-block-image-roateLeft img, .ultp-gallery-media .ultp-image-block.ultp-block-image-rotateRight img, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideLeft img, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideRight img, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomIn img, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomOut img {
	transition: .4s !important;
}

.ultp-image-block.ultp-block-image-zoomOut img, .ultp-image-block.ultp-image-block-roateLeft img, .ultp-image-block.ultp-image-block-rotateRight img, .ultp-image-block.ultp-image-block-zoomIn img, .ultp-image-block.ultp-image-block-zoomOut img {
	transition: .4s;
}

.ultp-gallery-item .ultp-image-block, .ultp-image-block {
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: .4s;
}

.ultp-gallery-item .ultp-image-block.ultp-loading-active, .ultp-image-block.ultp-loading-active {
	position: relative;
}

.ultp-gallery-item .ultp-image-block.ultp-loading-active img, .ultp-image-block.ultp-loading-active img {
	opacity: .5 !important;
}

.ultp-gallery-item .ultp-image-block.ultp-loading-active svg, .ultp-image-block.ultp-loading-active svg {
	height: 50px;
	width: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	z-index: 999;
}

.ultp-gallery-item .ultp-image-block .ultp-imag-empty, .ultp-image-block .ultp-imag-empty {
	background: #f5f5f5;
	width: 400px;
	height: 250px;
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.ultp-gallery-item .ultp-image-block .ultp-imag-empty > span, .ultp-image-block .ultp-imag-empty > span {
	right: 0;
	top: 20px;
	position: absolute;
	width: 100%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}

.ultp-gallery-item .ultp-image-block .ultp-imag-empty > span span, .ultp-image-block .ultp-imag-empty > span span {
	position: relative;
	border: 2px dashed #c3c3c3;
	padding: 8px 20px 8px 30px;
	border-radius: 4px;
	background: #dadada;
	font-size: 18px !important;
	display: inline-block;
}

.ultp-gallery-item .ultp-image-block .ultp-imag-empty > span span:before, .ultp-image-block .ultp-imag-empty > span span:before {
	content: "";
	font-family: dashicons;
	position: absolute;
	left: 8px;
	top: 6px;
	font-size: 20px;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button, .ultp-image-block .ultp-image-button {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	z-index: 2;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button a, .ultp-image-block .ultp-image-button a {
	height: -moz-fit-content;
	height: fit-content;
	display: inline-block;
	transition: .4s;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button a:hover, .ultp-image-block .ultp-image-button a:hover {
	text-decoration: none;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button.ultp-image-button-centerCenter, .ultp-image-block .ultp-image-button.ultp-image-button-centerCenter {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button.ultp-image-button-leftTop, .ultp-image-block .ultp-image-button.ultp-image-button-leftTop {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button.ultp-image-button-rightTop, .ultp-image-block .ultp-image-button.ultp-image-button-rightTop {
	justify-content: flex-end;
	text-align: right;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button.ultp-image-button-bottomLeft, .ultp-image-block .ultp-image-button.ultp-image-button-bottomLeft {
	justify-content: flex-start;
	text-align: left;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}

.ultp-gallery-item .ultp-image-block .ultp-image-button.ultp-image-button-bottomRight, .ultp-image-block .ultp-image-button.ultp-image-button-bottomRight {
	justify-content: flex-end;
	text-align: right;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}

.ultp-gallery-item .ultp-image-block a, .ultp-image-block a {
	display: contents;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-opacity, .ultp-image-block.ultp-image-block-opacity {
	overflow: hidden;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-opacity img, .ultp-image-block.ultp-image-block-opacity img {
	transition: opacity .4s ease-in-out;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-zoomIn img, .ultp-image-block.ultp-image-block-zoomIn img {
	transform: scale(1);
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-zoomOut img, .ultp-image-block.ultp-image-block-zoomOut img {
	transform: scale(1.3);
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-roateLeft img, .ultp-image-block.ultp-image-block-roateLeft img {
	transform: rotate(0) scale(1);
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-rotateRight img, .ultp-image-block.ultp-image-block-rotateRight img {
	transform: rotate(0) scale(1);
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-opacity img, .ultp-image-block.ultp-image-block-opacity img {
	opacity: 1;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-overlay:before, .ultp-image-block.ultp-image-block-overlay:before {
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-overlay.ultp-image-block-custom:before, .ultp-image-block.ultp-image-block-overlay.ultp-image-block-custom:before {
	height: 100%;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-overlay.ultp-image-block-default:before, .ultp-image-block.ultp-image-block-overlay.ultp-image-block-default:before {
	background-color: #000;
	opacity: .6;
	height: 100%;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-overlay.ultp-image-block-simgleGradient:before, .ultp-image-block.ultp-image-block-overlay.ultp-image-block-simgleGradient:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 20%, #000 90%);
	opacity: .6;
	height: 100%;
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-overlay.ultp-image-block-multiColour:before, .ultp-image-block.ultp-image-block-overlay.ultp-image-block-multiColour:before {
	opacity: .75;
	box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, .4);
	height: 100%;
	background: #d760b7;
	background: -webkit-gradient(left top, right bottom, color-stop(0, #d760b7), color-stop(100%, #3b78b4));
	background: linear-gradient(135deg, #d760b7 0, #3b78b4 100%);
}

.ultp-gallery-item .ultp-image-block.ultp-image-block-overlay.ultp-image-block-flat:before, .ultp-image-block.ultp-image-block-overlay.ultp-image-block-flat:before {
	opacity: .8;
	height: 100%;
	background: #292484;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #292484), color-stop(100%, #dc4225));
	background: linear-gradient(20deg, #292484 0, #dc4225 100%);
}

.ultp-gallery-container, .ultp-image-block-wrapper {
	margin: 0 !important;
	display: inline-block;
	width: 100%;
}

.ultp-gallery-container .ultp-image, .ultp-image-block-wrapper .ultp-image {
	display: block !important;
}

.ultp-gallery-container .ultp-image-block, .ultp-image-block-wrapper .ultp-image-block {
	vertical-align: middle;
}

.ultp-gallery-container .ultp-image-caption, .ultp-image-block-wrapper .ultp-image-caption {
	line-height: normal;
}

.ultp-gallery-container .ultp-image-block:hover.ultp-image-block-zoomIn img, .ultp-image-block-wrapper .ultp-image-block:hover.ultp-image-block-zoomIn img {
	transform: scale(1.3);
}

.ultp-gallery-container .ultp-image-block:hover.ultp-image-block-zoomOut img, .ultp-image-block-wrapper .ultp-image-block:hover.ultp-image-block-zoomOut img {
	transform: scale(1);
}

.ultp-gallery-container .ultp-image-block:hover.ultp-image-block-roateLeft img, .ultp-image-block-wrapper .ultp-image-block:hover.ultp-image-block-roateLeft img {
	transform: rotate(5deg) scale(1.3);
}

.ultp-gallery-container .ultp-image-block:hover.ultp-image-block-rotateRight img, .ultp-image-block-wrapper .ultp-image-block:hover.ultp-image-block-rotateRight img {
	transform: rotate(-5deg) scale(1.3);
}

.ultp-gallery-container .ultp-image-block:hover.ultp-image-block-opacity img, .ultp-image-block-wrapper .ultp-image-block:hover.ultp-image-block-opacity img {
	opacity: .5;
}

.ultp-image-resizer-data {
	position: absolute;
	top: 0;
	background-color: #070707;
	color: #fff;
	padding: 1px 9px;
	border-radius: 2px;
	font-size: 10px;
	left: calc(50% - 67px);
	left: 50%;
	transform: translateX(-50%);
}

.postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content, .wp-block-ultimate-post-menu .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content .hasMenuParent > .ultp-menu-item-wrapper > .ultp-menu-item-label-container .ultp-menu-item-label-text, .wp-block-ultimate-post-menu .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout .hasMenuParent > .ultp-menu-item-wrapper > .ultp-menu-item-label-container .ultp-menu-item-label-text {
	white-space: nowrap !important;
}

.postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .block-editor-block-list__block, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .wp-block-ultimate-post-menu-item, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-ultimate-post-menu-item {
	height: auto !important;
}

.postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .block-editor-block-list__block > .wp-block-ultimate-post-menu-item, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .wp-block-ultimate-post-menu-item > .wp-block-ultimate-post-menu-item, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > .wp-block-ultimate-post-menu-item, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-ultimate-post-menu-item > .wp-block-ultimate-post-menu-item {
	height: 100%;
}

.postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .block-editor-block-list__block > .ultp-menu-item-wrapper, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .block-editor-block-list__block > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .wp-block-ultimate-post-menu-item > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > .ultp-menu-item-wrapper, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-ultimate-post-menu-item > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper {
	height: 100%;
}

.postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .block-editor-block-list__block > .ultp-menu-item-wrapper > .ultp-menu-item-label-container, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .block-editor-block-list__block > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container, .postx-page .wp-block-ultimate-post-menu .ultp-menu-wrapper > .ultp-menu-content > .wp-block-ultimate-post-menu-item > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > .ultp-menu-item-wrapper > .ultp-menu-item-label-container, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container, .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-ultimate-post-menu-item > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container {
	height: 100%;
	box-sizing: border-box;
}

.ultp-menu-wrapper._left > .ultp-menu-content {
	margin-right: auto;
	justify-content: start;
}

.ultp-menu-wrapper._left > .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
	justify-content: start;
}

.ultp-menu-wrapper._center > .ultp-menu-content {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.ultp-menu-wrapper._center > .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
	justify-content: center;
}

.ultp-menu-wrapper._right > .ultp-menu-content {
	margin-left: auto;
	justify-content: end;
}

.ultp-menu-wrapper._right > .ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
	justify-content: end;
}

.wp-block-ultimate-post-menu:has(>.ultp-menu-wrapper._left) .ultp-mv-ham-icon {
	margin-right: auto;
}

.wp-block-ultimate-post-menu:has(>.ultp-menu-wrapper._center) .ultp-mv-ham-icon {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-ultimate-post-menu:has(>.ultp-menu-wrapper._right) .ultp-mv-ham-icon {
	margin-left: auto;
}

.wp-block-ultimate-post-menu .ultp-mv-ham-icon {
	width: -moz-fit-content;
	width: fit-content;
}

.ultp-menu-content {
	width: -moz-fit-content;
	width: fit-content;
}

.ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
	right: -34px;
}

.wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content > .block-editor-inner-blocks {
	display: none;
}

.wp-block-ultimate-post-menu-item {
	height: auto;
	cursor: pointer;
	position: relative;
}

.wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content > .block-editor-inner-blocks {
	position: absolute;
	width: -moz-max-content;
	width: max-content;
	z-index: 9;
}

.ultp-menu-wrapper .wp-block.has-child-selected > .wp-block-ultimate-post-list-menu > .ultp-list-menu-wrapper > .ultp-list-menu-content > .block-editor-inner-blocks, .ultp-menu-wrapper .wp-block.is-selected > .wp-block-ultimate-post-list-menu > .ultp-list-menu-wrapper > .ultp-list-menu-content > .block-editor-inner-blocks {
	display: block;
}

.ultp-menu-wrapper .wp-block.has-child-selected > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content > .block-editor-inner-blocks, .ultp-menu-wrapper .wp-block.is-selected > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content > .block-editor-inner-blocks {
	display: block;
}

.postx-page .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content {
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition-property: opacity, visibility, transform;
	transition-timing-function: ease-in;
	transition-duration: .28s;
	z-index: -99;
}

.postx-page .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content > * {
	height: 0;
	overflow: hidden;
}

.postx-page .wp-block-ultimate-post-menu:is(:not(.ultp-mobile-menu)) .wp-block-ultimate-post-menu-item:hover {
	z-index: 999;
}

.postx-page .wp-block-ultimate-post-menu:is(:not(.ultp-mobile-menu)) .wp-block-ultimate-post-menu-item:hover > .ultp-menu-item-wrapper > .ultp-menu-item-content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: visible;
	z-index: 0;
}

.postx-page .wp-block-ultimate-post-menu:is(:not(.ultp-mobile-menu)) .wp-block-ultimate-post-menu-item:hover > .ultp-menu-item-wrapper > .ultp-menu-item-content > * {
	height: unset;
	overflow: unset;
}

.postx-page .wp-block-ultimate-post-menu-item {
	height: -moz-fit-content;
	height: fit-content;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.postx-page .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content {
	position: absolute;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.postx-page .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-content::before {
	content: "";
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	background: 0 0;
	z-index: -4;
}

.ultp-mega-menu-wrapper {
	cursor: auto;
	box-sizing: border-box;
}

.ultp-menu-item-label-container {
	justify-content: space-between;
}

.ultp-menu-item-label-container a.ultp-menu-item-label {
	text-decoration: none !important;
}

.ultp-mobile-view-container .ultp-mv-icons {
	display: none;
}

.ultp-mv-ham-icon {
	cursor: pointer;
	display: none;
}

.wp-block[data-type="ultimate-post/list-menu"], .wp-block[data-type="ultimate-post/mega-menu"], .wp-block[data-type="ultimate-post/menu-item"] {
	margin: 0 !important;
}

.ultp-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container:not(:has(.ultp-menu-item-dropdown>svg)), .ultp-menu-content > .wp-block-ultimate-post-menu-item > .ultp-menu-item-wrapper > .ultp-menu-item-label-container:not(:has(.ultp-menu-item-dropdown>svg)) {
	gap: 0;
}

.wp-block-ultimate-post-column > .ultp-column-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block[data-type="ultimate-post/menu"] {
	width: 100%;
}

.ultp-menu-search-text {
	position: relative;
}

ul.ultp-news-ticker, ul.ultp-news-ticker li {
	width: 100%;
	padding: 0 !important;
	margin-bottom: 0;
	list-style-type: none !important;
}

.ultp-newsTicker-wrap {
	overflow: hidden;
	position: relative;
	border: none;
	background: unset;
}

.ultp-block-items-wrap > .ultp-newsTicker-wrap {
	box-sizing: content-box;
}

.ultp-newstick-marquee .ultp-news-ticker li {
	margin-top: 0 !important;
	margin-right: 0 !important;
}

.ultp-newstick-horizontal .ultp-news-ticker li {
	margin-top: 0 !important;
}

.ultp-newstick-typewriter .ultp-news-ticker li, .ultp-newstick-vertical .ultp-news-ticker li {
	margin: 0;
}

.ultp-news-ticker-label {
	position: relative;
	width: auto;
	color: #fff;
	line-height: normal;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 11;
	top: 0;
	bottom: 0;
	left: auto;
	float: left;
	background: #1974d2;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 0 10px;
}

.ultp-news-ticker-label::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 22.7px solid;
	border-left: 24px solid;
	border-bottom: 22.7px solid;
	position: absolute;
	z-index: 1;
}

.editor-styles-wrapper .ultp-newsTicker-wrap ul li, .ultp-news-ticker li {
	display: inline-block;
}

.editor-styles-wrapper .ultp-newsTicker-wrap ul li a, .ultp-news-ticker li a {
	display: flex;
	align-items: center;
}

.editor-styles-wrapper .ultp-newsTicker-wrap ul li img, .ultp-news-ticker li img {
	height: 30px !important;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline;
}

.editor-styles-wrapper .ultp-newsTicker-wrap ul li div, .ultp-news-ticker li div {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	height: 100%;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.editor-styles-wrapper .ultp-newsTicker-wrap ul li div img, .ultp-news-ticker li div img {
	height: 30px !important;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.editor-styles-wrapper .ultp-newsTicker-wrap ul li div span, .ultp-news-ticker li div span {
	display: block;
}

.editor-styles-wrapper .ultp-newsTicker-wrap ul li div .ultp-ticker-timebadge, .ultp-news-ticker li div .ultp-ticker-timebadge {
	margin-left: 7px;
}

.rtl .ultp-ticker-timebadge {
	margin-left: auto;
	margin-right: 7px;
}

.ultp-news-ticker-box {
	height: 100%;
	overflow: hidden;
}

.ultp-news-ticker-box ul {
	width: 100%;
	list-style-type: none !important;
	padding: 0;
	margin: 0 !important;
}

.ultp-news-ticker-box ul li a {
	text-decoration: none;
}

.ultp-news-ticker-controls {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.ultp-news-ticker-controls button {
	display: inline-block;
	height: 45px;
	width: 40px;
	border: none;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	background: 0 0;
}

.ultp-news-ticker-controls button.ultp-news-ticker-arrow {
	display: inline-block;
	border: none;
	margin: 0;
	position: relative;
}

.ultp-news-ticker-controls button.ultp-news-ticker-pause {
	position: relative;
	display: inline-block;
}

.ultp-news-ticker-controls .ultp-news-ticker-arrow {
	border-radius: 0;
}

.ultp-news-ticker-controls .ultp-news-ticker-pause {
	border: none !important;
}

.rtl .ultp-news-ticker-controls {
	left: 0 !important;
	right: auto;
}

.ultp-list-box {
	position: relative;
}

.ultp-list-box::before {
	content: " ";
	position: absolute;
	width: 7px;
	height: 7px;
	border: none;
	left: -24px;
	box-sizing: border-box;
}

.ultp-list-circle::before {
	content: " ";
	position: absolute;
	width: 7px;
	height: 7px;
	border: none;
	left: -24px;
	border-radius: 50px;
}

.ultp-list-hand::before {
	transition: .4s;
	content: "☞";
	padding-right: 15px;
	font-size: 20px;
}

.ultp-list-right-sign::before {
	transition: .4s;
	content: "➢";
	padding-right: 15px;
	font-size: 20px;
}

.ultp-list-right-bold::before {
	transition: .4s;
	content: "▶";
	padding-right: 15px;
	font-size: 20px;
}

.ultp-newstick-marquee ul {
	display: flex;
	align-items: center;
}

.ultp-newstick-marquee ul li {
	width: -moz-fit-content;
	width: fit-content;
	display: block !important;
}

.ultp-newstick-marquee ul li a {
	white-space: nowrap;
}

.ultp-newstick-marquee ul li span {
	white-space: nowrap;
}

.ultp-nav-Angle2 button.ultp-news-ticker-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ultp-nav-Angle2 svg {
	width: 17px;
	display: block;
}

.ultp-nav-Angle2 button.ultp-news-ticker-pause:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 13px;
	border-color: #999;
	border-style: solid;
	border-width: 0 2px 0;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	box-sizing: border-box;
}

.ultp-nav-icon2 svg {
	width: 20px;
}

.ultp-nav-icon2 button.ultp-news-ticker-pause:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 17px;
	border-style: solid;
	border-width: 0 3.5px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.ultp-nav-icon2 .ultp-news-ticker-prev::before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	border-top: 10px solid transparent;
	border-right: 13px solid;
	border-bottom: 10px solid transparent;
	margin-left: auto;
}

.ultp-nav-icon2 .ultp-news-ticker-next::before {
	content: " ";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 13px solid;
	border-bottom: 10px solid transparent;
	display: block;
	margin-right: auto;
}

.ultp-nav-Angle button.ultp-news-ticker-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ultp-nav-Angle svg {
	width: 20px;
	display: block;
}

.ultp-nav-Angle button.ultp-news-ticker-pause:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 15px;
	border-style: solid;
	border-width: 0 3.5px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.ultp-nav-ArrowLg button.ultp-news-ticker-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ultp-nav-ArrowLg svg {
	width: 20px;
	display: block;
}

.ultp-nav-ArrowLg button.ultp-news-ticker-pause:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 15px;
	border-style: solid;
	border-width: 0 3.5px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.ultp-news-ticker-nav1 .ultp-news-ticker-next::before, .ultp-news-ticker-nav1 .ultp-news-ticker-prev::before {
	margin: 0 auto;
}

.ultp-news-ticker-nav1 .ultp-news-ticker-controls {
	padding-left: 0;
}

.ultp-news-ticker-nav2 .ultp-news-ticker-arrow {
	width: 28px;
	height: 26px !important;
	border-radius: 2px;
	margin: 0 5px !important;
}

.ultp-news-ticker-nav2 .ultp-news-ticker-controls {
	padding: 0 10px;
}

.ultp-news-ticker-nav2 .ultp-news-ticker-next::before, .ultp-news-ticker-nav2 .ultp-news-ticker-prev::before {
	margin: 0 auto;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-prev:after {
	right: -2px;
	left: auto;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-next:after {
	left: 7px;
	right: auto;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-next:after {
	left: 7px;
	right: auto;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-pause:before {
	width: 8px;
	border-width: 0 3px;
	box-sizing: border-box;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-pause:after {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	border-width: 0 4px;
	border-radius: 26px;
	background: rgba(0, 0, 0, .14);
	margin: 0 auto;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-arrow {
	width: 26px;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-next::before {
	margin-left: 5px;
}

.ultp-news-ticker-nav3 .ultp-news-ticker-prev::before {
	margin-right: 5px;
}

.ultp-news-ticker-nav3.ultp-nav-icon2 button.ultp-news-ticker-pause:before {
	height: 10px;
}

.ultp-news-ticker-nav4 .ultp-news-ticker-controls {
	padding-right: 10px;
	padding-left: 10px;
}

.ultp-news-ticker-nav4 .ultp-news-ticker-controls button {
	width: auto;
	height: auto;
	background-color: transparent;
	margin: 0 8px;
}

.ultp-news-ticker-nav4 .ultp-news-ticker-controls button.ultp-news-ticker-arrow {
	background: 0 0;
}

.ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-prev:after {
	transform: translate(-50%, -50%) rotate(135deg);
}

.ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-next:after {
	transform: translate(-50%, -50%) rotate(315deg);
}

.ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-prev:after {
	transform: translate(-50%, -50%) rotate(133deg);
}

.ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-next:after {
	transform: translate(-50%, -50%) rotate(317deg);
}

.rtl .ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-prev:after {
	transform: translate(-50%, -50%) rotate(135deg);
}

.rtl .ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-next:after {
	transform: translate(-50%, -50%) rotate(315deg);
}

.rtl .ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-prev:after {
	transform: translate(-50%, -50%) rotate(133deg);
}

.rtl .ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-next:after {
	transform: translate(-50%, -50%) rotate(317deg);
}

.rtl .ultp-nav-Angle2 svg, .rtl .ultp-news-ticker-controls button.ultp-news-ticker-arrow svg {
	transform: rotate(180deg);
}

.rtl .ultp-nav-icon2 .ultp-news-ticker-prev::before {
	transform: rotate(180deg);
}

.rtl .ultp-nav-icon2 .ultp-news-ticker-next::before {
	transform: rotate(-180deg);
}

.ultp-newstick-marquee .ultp-news-ticker {
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.ultp-newstick-marquee .active {
	display: block !important;
	animation: none !important;
}

.ultp-newstick-typewriter .active .title-text {
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: .1px !important;
	padding: 2px 5px 2px 0;
	width: -moz-fit-content;
	width: fit-content;
	animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
	border-right: .15em solid #000;
}

.ultp-newstick-typewriter .ultp-animation-normal .active {
	display: block !important;
}

.ultp-newstick-typewriter .ultp-animation-fadein .active {
	display: block !important;
	animation: FadeIn 5s;
}

.ultp-newstick-typewriter .ultp-animation-fadeout .active {
	display: block !important;
	animation: FadeOut ease-out 1s;
}

.rtl .ultp-newstick-typewriter .title-text {
	border-left: .15em solid #000;
	border-right: none;
	padding-left: 5px;
}

.ultp-news-ticker {
	position: relative;
}

.ultp-news-ticker li {
	display: none;
}

ul.ultp-news-ticker .active {
	display: block !important;
}

.ultp-animation-slide.ultp-sliderDir-left .active {
	display: block !important;
	animation: left-animation 3s;
}

.rtl .ultp-animation-slide.ultp-sliderDir-left .active {
	display: block !important;
	animation: left-rtl 3s !important;
}

.ultp-animation-slide.ultp-sliderDir-right .active {
	display: block !important;
	animation: right-animation 3s;
}

.rtl .ultp-animation-slide.ultp-sliderDir-right .active {
	display: block !important;
	animation: right-rtl 3s;
}

.ultp-animation-slide.ultp-sliderDir-up .active {
	display: block !important;
	animation: up-animation 1s;
}

.ultp-animation-slide.ultp-sliderDir-down .active {
	display: block !important;
	animation: down-animation 1s;
}

.ultp-animation-fadein .active {
	display: block !important;
	animation: FadeIn 2s;
}

.ultp-animation-fadeout .active {
	display: block !important;
	animation: FadeOut 1s;
}

@keyframes left-animation {
	from {
		margin-left: -100%;
	}
	
	to {
		margin-left: 0;
	}
}

@keyframes left-rtl {
	from {
		margin-right: 100%;
	}
	
	to {
		margin-right: 0;
	}
}

@keyframes right-animation {
	from {
		margin-left: 100%;
	}
	
	to {
		margin-left: 0;
	}
}

@keyframes right-rtl {
	from {
		margin-right: -100%;
	}
	
	to {
		margin-right: 0;
	}
}

@keyframes up-animation {
	from {
		margin-top: -100px;
	}
	
	to {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@keyframes down-animation {
	from {
		margin-top: 100px;
	}
	
	to {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@keyframes FadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes FadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes typing {
	from {
		width: 0;
	}
	
	to {
		width: 100%;
	}
}

@keyframes blink-caret {
	50% {
		border-color: transparent;
	}
}

@media (min-width:768px) {
	.ultp-newsTicker-wrap {
		margin-top: 0;
	}
}

@media (max-width:575px) {
	.ultp-news-ticker-label {
		display: none !important;
	}
	
	.ultp-news-ticker-box {
		padding-left: 10px !important;
		padding-right: 120px;
	}
	
	.ultp-newsTicker-wrap {
		margin: 0;
	}
}

.ultp-builder-container {
	margin: 0 auto;
}

.ultp-builder-container.ultp-widget-right {
	display: grid;
	grid-column-gap: 30px;
	grid-template-columns: 70% auto;
}

.ultp-builder-container.ultp-widget-left {
	display: grid;
	grid-column-gap: 30px;
	grid-template-columns: auto 70%;
}

.ultp-builder-container .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	left: 0;
	right: 0;
}

@media (max-width:992px) {
	.ultp-builder-container.ultp-widget-left, .ultp-builder-container.ultp-widget-right {
		grid-template-columns: 100%;
		grid-row-gap: 40px;
	}
	
	.ultp-builder-container .ultp-sidebar-left {
		grid-row: 2;
	}
}

.elementor-editor-active .ultp-progressbar-top, .ultp-progressbar-top {
	top: 0;
	left: 0;
}

.admin-bar .ultp-progressbar-top {
	top: 32px;
}

.ultp-progressbar-bottom {
	bottom: 0;
	left: 0;
}

.wp-block-ultimate-post-post-grid-1 .ultp-block-image {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.ultp-pg1a-style2.ultp-block-column-2 .ultp-block-item:first-child {
	grid-column: 1/3;
	grid-row: 1;
}

.ultp-pg1a-style2.ultp-block-column-3 .ultp-block-item:first-child {
	grid-column: 1/4;
	grid-row: 1;
}

.ultp-pg1a-style2.ultp-block-column-4 .ultp-block-item:first-child {
	grid-column: 1/5;
	grid-row: 1;
}

.ultp-pg1a-style2.ultp-block-column-5 .ultp-block-item:first-child {
	grid-column: 1/6;
	grid-row: 1;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(4) {
	grid-column: 1/3;
	grid-row: 3;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(7) {
	grid-column: 1/3;
	grid-row: 5;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(10) {
	grid-column: 1/3;
	grid-row: 7;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(13) {
	grid-column: 1/3;
	grid-row: 9;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(16) {
	grid-column: 1/3;
	grid-row: 11;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(19) {
	grid-column: 1/3;
	grid-row: 13;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(22) {
	grid-column: 1/3;
	grid-row: 15;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(25) {
	grid-column: 1/3;
	grid-row: 17;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(28) {
	grid-column: 1/3;
	grid-row: 19;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(31) {
	grid-column: 1/3;
	grid-row: 21;
}

.ultp-pg1a-style3 .ultp-block-item:nth-child(34) {
	grid-column: 1/3;
	grid-row: 23;
}

.ultp-pg1a-style4 {
	grid-template-columns: repeat(6, 1fr) !important;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(2) {
	grid-column-start: 4;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 2;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(3) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(4) {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 3;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(5) {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 3;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(6) {
	grid-column: 1/3;
	grid-row: 3;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(7) {
	grid-column: 3/5;
	grid-row: 3;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(8) {
	grid-column: 5/7;
	grid-row: 3;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(9) {
	grid-column: 1/3;
	grid-row: 4;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(10) {
	grid-column: 3/5;
	grid-row: 4;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(11) {
	grid-column: 5/7;
	grid-row: 4;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(12) {
	grid-column: 1/3;
	grid-row: 5;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(13) {
	grid-column: 3/5;
	grid-row: 5;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(14) {
	grid-column: 5/7;
	grid-row: 5;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(15) {
	grid-column: 1/3;
	grid-row: 6;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(16) {
	grid-column: 3/5;
	grid-row: 6;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(17) {
	grid-column: 5/7;
	grid-row: 6;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(18) {
	grid-column: 1/3;
	grid-row: 7;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(19) {
	grid-column: 3/5;
	grid-row: 7;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(20) {
	grid-column: 5/7;
	grid-row: 7;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(21) {
	grid-column: 1/3;
	grid-row: 8;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(22) {
	grid-column: 3/5;
	grid-row: 8;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(23) {
	grid-column: 5/7;
	grid-row: 8;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(24) {
	grid-column: 1/3;
	grid-row: 9;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(25) {
	grid-column: 3/5;
	grid-row: 9;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(26) {
	grid-column: 5/7;
	grid-row: 9;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(27) {
	grid-column: 1/3;
	grid-row: 10;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(28) {
	grid-column: 3/5;
	grid-row: 10;
}

.ultp-pg1a-style4 .ultp-block-item:nth-child(29) {
	grid-column: 5/7;
	grid-row: 10;
}

@media (min-width:768px) {
	.ultp-block-column-1:not(.ultp-sm-column-2) div.ultp-block-item:last-child, .ultp-block-column-2:not(.ultp-sm-column-2) div.ultp-block-item:nth-last-of-type(-n+2), .ultp-block-column-3:not(.ultp-sm-column-2) div.ultp-block-item:nth-last-of-type(-n+3), .ultp-block-column-4:not(.ultp-sm-column-2) div.ultp-block-item:nth-last-of-type(-n+4), .ultp-block-column-5:not(.ultp-sm-column-2) div.ultp-block-item:nth-last-of-type(-n+5), .ultp-block-column-6:not(.ultp-sm-column-2) div.ultp-block-item:nth-last-of-type(-n+6), .ultp-block-column-7:not(.ultp-sm-column-2) div.ultp-block-item:nth-last-of-type(-n+7) {
		border: none !important;
	}
}

@media (max-width:768px) {
	.ultp-pg1a-style2.ultp-block-column-2 .ultp-block-item:first-child, .ultp-pg1a-style2.ultp-block-column-3 .ultp-block-item:first-child, .ultp-pg1a-style2.ultp-block-column-4 .ultp-block-item:first-child, .ultp-pg1a-style2.ultp-block-column-5 .ultp-block-item:first-child {
		grid-column: 1/1;
		grid-row: 1;
	}
	
	.ultp-pg1a-style3 .ultp-block-item:nth-child(1), .ultp-pg1a-style3 .ultp-block-item:nth-child(10), .ultp-pg1a-style3 .ultp-block-item:nth-child(13), .ultp-pg1a-style3 .ultp-block-item:nth-child(16), .ultp-pg1a-style3 .ultp-block-item:nth-child(19), .ultp-pg1a-style3 .ultp-block-item:nth-child(22), .ultp-pg1a-style3 .ultp-block-item:nth-child(25), .ultp-pg1a-style3 .ultp-block-item:nth-child(28), .ultp-pg1a-style3 .ultp-block-item:nth-child(31), .ultp-pg1a-style3 .ultp-block-item:nth-child(34), .ultp-pg1a-style3 .ultp-block-item:nth-child(4), .ultp-pg1a-style3 .ultp-block-item:nth-child(7) {
		grid-column-start: inherit;
		grid-column-end: inherit;
		grid-row-start: inherit;
		grid-row-end: inherit;
	}
	
	.ultp-pg1a-style4 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	.ultp-pg1a-style4 .ultp-block-item:nth-child(1), .ultp-pg1a-style4 .ultp-block-item:nth-child(10), .ultp-pg1a-style4 .ultp-block-item:nth-child(11), .ultp-pg1a-style4 .ultp-block-item:nth-child(12), .ultp-pg1a-style4 .ultp-block-item:nth-child(13), .ultp-pg1a-style4 .ultp-block-item:nth-child(14), .ultp-pg1a-style4 .ultp-block-item:nth-child(15), .ultp-pg1a-style4 .ultp-block-item:nth-child(16), .ultp-pg1a-style4 .ultp-block-item:nth-child(17), .ultp-pg1a-style4 .ultp-block-item:nth-child(18), .ultp-pg1a-style4 .ultp-block-item:nth-child(19), .ultp-pg1a-style4 .ultp-block-item:nth-child(2), .ultp-pg1a-style4 .ultp-block-item:nth-child(20), .ultp-pg1a-style4 .ultp-block-item:nth-child(21), .ultp-pg1a-style4 .ultp-block-item:nth-child(22), .ultp-pg1a-style4 .ultp-block-item:nth-child(23), .ultp-pg1a-style4 .ultp-block-item:nth-child(24), .ultp-pg1a-style4 .ultp-block-item:nth-child(25), .ultp-pg1a-style4 .ultp-block-item:nth-child(26), .ultp-pg1a-style4 .ultp-block-item:nth-child(27), .ultp-pg1a-style4 .ultp-block-item:nth-child(28), .ultp-pg1a-style4 .ultp-block-item:nth-child(29), .ultp-pg1a-style4 .ultp-block-item:nth-child(3), .ultp-pg1a-style4 .ultp-block-item:nth-child(4), .ultp-pg1a-style4 .ultp-block-item:nth-child(5), .ultp-pg1a-style4 .ultp-block-item:nth-child(6), .ultp-pg1a-style4 .ultp-block-item:nth-child(7), .ultp-pg1a-style4 .ultp-block-item:nth-child(8), .ultp-pg1a-style4 .ultp-block-item:nth-child(9) {
		grid-column-start: inherit;
		grid-column-end: inherit;
		grid-row-start: inherit;
		grid-row-end: inherit;
	}
}

.ultp-block-column-1 .ultp-block-item:last-of-type {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-ultimate-post-post-grid-1 .ultp-block-item:last-child {
	border: 0;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content {
	padding: 20px;
	position: relative;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap {
	height: 100%;
	position: relative;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap .ultp-block-content-image {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: rgba(0, 0, 0, .2);
	z-index: 0;
	opacity: 0;
	transition: .4s;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap .ultp-block-content-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	transition: .4s;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-content-image {
	opacity: 1;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-content .ultp-block-title a, .wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-excerpt, .wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-meta span, .wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-meta span a, .wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-readmore a {
	color: #fff;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-meta span svg, .wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-readmore a svg {
	color: #fff;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout3 .ultp-block-content-wrap .ultp-block-content, .wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap .ultp-block-content, .wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap .ultp-block-content {
	margin: -110px auto 0;
	max-width: 85%;
	background: #fff;
	z-index: 1;
	position: relative;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout3 .ultp-block-content-wrap .ultp-block-content .ultp-category-grid, .wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap .ultp-block-content .ultp-category-grid, .wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap .ultp-block-content .ultp-category-grid {
	display: inline-block;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap {
	clear: both;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap .ultp-block-content {
	float: left;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap {
	clear: both;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap .ultp-block-content {
	float: right;
}

.wp-block-ultimate-post-post-grid-1 .ultp-layout3 .ultp-block-content {
	padding: 0 20px;
}

.block-editor-page .ultp-heading-filter .ultp-filter-navigation {
	margin: auto 0 0 0 !important;
}

.modal_active {
	visibility: visible !important;
}

.modal_active .ultp-video-modal__Wrapper {
	transform: translate(-50%, -50%) !important;
	transition: all .3s;
	opacity: 1 !important;
}

.modal_active .ultp-video-wrapper.ultp-embaded-video {
	visibility: visible !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.ultp-block-video-content iframe, .ultp-block-video-content video {
	background-color: #000;
}

.ultp-video-modal {
	visibility: hidden;
}

.ultp-video-modal .ultp-embaded-video {
	position: relative;
}

.ultp-video-modal .ultp-video-modal__Wrapper {
	height: auto;
	opacity: 0;
	transition: all .3s;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	-o-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	z-index: 9999999;
}

.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content {
	text-align: center;
	position: relative;
	padding: 40px 80px;
	background-color: #000;
}

.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content a {
	font-size: 17px !important;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 9px;
}

.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content a:hover {
	text-decoration: underline;
}

.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content .ultp-video-wrapper {
	visibility: hidden;
}

.ultp-video-modal .ultp-video-modal__overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .788);
	position: fixed;
	z-index: 9999;
	top: 10px;
	left: 0;
	right: 0;
}

.ultp-video-modal .ultp-video-close {
	line-height: 0;
	cursor: pointer;
	position: fixed;
	top: 60px;
	right: 60px;
	z-index: 99999;
	transition: .3s;
}

.ultp-video-modal .ultp-video-close::before {
	display: inline-block;
	content: "×";
	font-weight: 200;
}

.ultp-video-icon {
	cursor: pointer;
	position: absolute;
	z-index: 999;
}

.ultp-video-icon svg {
	transition: .3s;
	display: block;
}

@media only screen and (max-width:768px) {
	.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content {
		padding: 15px 20px;
	}
	
	.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content a {
		font-size: 11px !important;
	}
}

.ultp-video-modal__content:has(.ultp-embaded-video) .ultp-loader-container {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.ultp-video-modal__content:has(.ultp-embaded-video) .ultp-popup-loader {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: loader 1s ease-in-out infinite;
	-webkit-animation: loader 1s ease-in-out infinite;
}

@keyframes loader {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.ultp-not-found-message {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0;
	color: var(--postx_preset_Contrast_1_color, #1e1e1e);
	border: 1px solid var(--postx_preset_Contrast_1_color, #1e1e1e);
	border-radius: 4px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.postx-page .ast-container:has(.ultp-builder-container) {
	max-width: unset !important;
}

.ultp-custom-meta-inline svg {
	width: auto;
	height: 12px;
	margin-right: 5px;
}

.ultp-custom-meta-block {
	flex-basis: 100%;
	padding: 0;
}

.ultp-custom-meta-block svg {
	width: auto;
	height: 12px;
	margin-right: 5px;
}

.ultp-meta-author-no-link {
	cursor: text;
}

@media (min-width:990px) {
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-block-column-1 .ultp-block-item:nth-last-child(-n+1) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-block-column-2 .ultp-block-item:nth-last-child(-n+2) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-block-column-3 .ultp-block-item:nth-last-child(-n+3) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-block-column-4 .ultp-block-item:nth-last-child(-n+4) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media (min-width:787px) and (max-width:990px) {
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-sm-column-1 .ultp-block-item:nth-last-child(-n+1) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-sm-column-2 .ultp-block-item:nth-last-child(-n+2) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-sm-column-3 .ultp-block-item:nth-last-child(-n+3) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-sm-column-4 .ultp-block-item:nth-last-child(-n+4) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media (max-width:767px) {
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-xs-column-1 .ultp-block-item:nth-last-child(-n+1) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-xs-column-2 .ultp-block-item:nth-last-child(-n+2) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-xs-column-3 .ultp-block-item:nth-last-child(-n+3) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-grid1-responsive.ultp-xs-column-4 .ultp-block-item:nth-last-child(-n+4) {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}

html body .wp-block-ultimate-post-post-grid-1 div.ultp-block-wrapper .ultp-block-items-wrap .ultp-block-item .ultp-block-content .ultp-block-title a, html body .wp-block-ultimate-post-post-grid-2 div.ultp-block-wrapper .ultp-block-items-wrap .ultp-block-item .ultp-block-content .ultp-block-title a, html body .wp-block-ultimate-post-post-grid-3 div.ultp-block-wrapper .ultp-block-items-wrap .ultp-block-item .ultp-block-content .ultp-block-title a, html body .wp-block-ultimate-post-post-grid-4 div.ultp-block-wrapper .ultp-block-items-wrap .ultp-block-item .ultp-block-content .ultp-block-title a {
	font-size: inherit !important;
}

.ultp-block-content-overlay {
	position: relative;
	transition: .4s;
	height: 100%;
}

.ultp-block-content-overlay .ultp-block-image {
	height: 100%;
}

.ultp-block-content-overlay .ultp-block-image > a {
	height: 100%;
}

.ultp-block-content-overlay .ultp-block-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	display: flex;
	z-index: 2;
}

.ultp-block-content-overlay .ultp-block-content .ultp-block-content-inner {
	width: 100%;
}

.ultp-block-content-overlay .ultp-block-content .ultp-block-readmore a, .ultp-block-content-overlay .ultp-block-content .ultp-block-title a, .ultp-block-content-overlay .ultp-block-content .ultp-category-grid {
	pointer-events: auto;
}

.wp-block-ultimate-post-post-grid-2 .ultp-block-item .ultp-block-empty-image, .wp-block-ultimate-post-post-grid-3 .ultp-block-item .ultp-block-empty-image, .wp-block-ultimate-post-post-grid-4 .ultp-block-item .ultp-block-empty-image, .wp-block-ultimate-post-post-grid-5 .ultp-block-item .ultp-block-empty-image, .wp-block-ultimate-post-post-grid-6 .ultp-block-item .ultp-block-empty-image, .wp-block-ultimate-post-post-grid-7 .ultp-block-item .ultp-block-empty-image {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background: #353535;
}

.block-editor-autocompleters__block[aria-selected=true] .ultp-block-icon, .block-editor-list-view-block__contents-cell[aria-selected=true] .ultp-block-icon {
	filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(39%) hue-rotate(255deg) brightness(108%) contrast(100%);
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-column2 .ultp-block-item:first-child {
	grid-column: 1/3;
	grid-row: 1;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-column3 .ultp-block-item:first-child {
	grid-column: 1/4;
	grid-row: 1;
}

.wp-block-ultimate-post-post-grid-3 .ultp-layout2 .ultp-block-item:first-child {
	grid-row: 2;
}

.wp-block-ultimate-post-post-grid-3 .ultp-layout3 .ultp-block-item:first-child {
	grid-column: 1/3;
}

.wp-block-ultimate-post-post-grid-3 .ultp-layout4 .ultp-block-item:first-child {
	grid-row: 1/span 1;
	grid-column: 2/span 2;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 {
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 1fr 1fr;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(2) {
	grid-column-start: 4;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 2;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(4) {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(5) {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+6) {
	grid-column-start: 1;
	grid-column-end: 3;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+7) {
	grid-column-start: 3;
	grid-column-end: 5;
}

.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+8) {
	grid-column-start: 5;
	grid-column-end: 7;
}

.ultp-loadmore .ultp-loadmore-action {
	transition: .4s;
	text-decoration: none;
	cursor: pointer;
	display: inline-flex;
	gap: 5px;
}

.ultp-loadmore .ultp-loadmore-action:hover {
	text-decoration: none;
}

.ultp-loadmore .ultp-loadmore-action.ultp-disable {
	display: none;
}

.ultp-loadmore .ultp-loadmore-action svg {
	width: 16px;
	height: 20px;
}

.ultp-next-prev-wrap .ultp-next-action, .ultp-next-prev-wrap .ultp-prev-action {
	cursor: pointer;
}

.ultp-next-prev-wrap .ultp-next-action svg, .ultp-next-prev-wrap .ultp-prev-action svg {
	width: 10px;
	height: 100%;
}

.ultp-next-prev-wrap .ultp-next-action.ultp-disable, .ultp-next-prev-wrap .ultp-prev-action.ultp-disable {
	opacity: .4;
	cursor: not-allowed;
}

.ultp-spin {
	animation: ultp-spin 1s linear infinite;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	vertical-align: baseline;
	margin-left: 2px;
	position: relative;
	top: 1px;
	display: none;
}

.ultp-loading-active .ultp-spin {
	display: flex;
}

.rotate {
	animation: ultp-spin 1.5s linear infinite;
}

@keyframes ultp-spin {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.ultp-heading-filter {
	position: relative;
}

.ultp-heading-filter .ultp-filter-navigation {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	margin: auto 0;
	opacity: 1;
	z-index: 3;
	text-align: right;
	display: flex;
	align-items: flex-start;
	margin: auto 0 0 200px;
}

.ultp-heading-filter .ultp-filter-wrap + .ultp-next-prev-wrap {
	margin-left: 20px;
}

.ultp-filter-wrap .ultp-flex-menu {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.ultp-filter-wrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ultp-filter-wrap ul li {
	display: inline-block;
}

.ultp-filter-wrap ul li:first-child {
	margin-left: 0 !important;
}

.ultp-filter-wrap ul li .dashicons {
	font-size: 14px;
	width: auto;
	height: auto;
	vertical-align: baseline;
}

.ultp-filter-wrap ul li a {
	display: inline-block;
	transition: .4s;
	text-decoration: none;
}

.ultp-filter-wrap ul li a:hover {
	text-decoration: none;
}

.ultp-filter-wrap ul li.filter-dropdown-item {
	position: relative;
}

.ultp-filter-wrap ul li.filter-dropdown-item > a {
	padding-left: 15px;
	display: flex;
	align-items: center;
}

.ultp-filter-wrap ul li.filter-dropdown-item > a .dashicons {
	margin-left: 3px;
}

.ultp-filter-wrap ul li.filter-dropdown-item .filter-dropdown {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	min-width: 120px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	display: block;
	padding: 10px 15px 10px;
	display: none;
}

.ultp-filter-wrap ul li.filter-dropdown-item .filter-dropdown li {
	display: block;
}

.ultp-filter-wrap ul li.filter-dropdown-item:hover .filter-dropdown {
	display: block;
}

.ultp-next-prev-wrap ul {
	padding: 0 !important;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.ultp-next-prev-wrap ul li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 0;
}

.ultp-next-prev-wrap ul li:last-child {
	margin-right: 0;
}

.ultp-next-prev-wrap ul li .dashicons {
	font-size: inherit;
	line-height: 1;
	width: auto;
	height: auto;
	vertical-align: baseline;
}

.ultp-next-prev-wrap ul li a {
	display: flex;
	text-decoration: none;
	transition: .4s;
}

.ultp-next-prev-wrap ul li a:hover {
	text-decoration: none;
}

.ultp-filter-navigation .ultp-next-prev-wrap ul li {
	margin-top: 0;
}

.ultp-heading-inner {
	width: 100%;
}

.ultp-heading-inner span {
	display: inline-block;
}

.ultp-heading-wrap .ultp-heading-inner {
	margin: 0;
}

.ultp-heading-style2 .ultp-heading-inner span {
	padding: 3px 12px;
}

.ultp-heading-style3 .ultp-heading-inner {
	border-bottom-style: solid;
}

.ultp-heading-style3 .ultp-heading-inner span {
	padding: 3px 12px;
}

.ultp-heading-style4 .ultp-heading-inner {
	border-style: solid;
}

.ultp-heading-style4 .ultp-heading-inner span {
	padding: 3px 12px;
}

.ultp-heading-style5 .ultp-heading-inner span {
	position: relative;
	padding: 3px 12px;
}

.ultp-heading-style5 .ultp-heading-inner span:before {
	margin: 0;
	content: "";
	position: absolute;
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #2c2d2f transparent transparent transparent;
}

.ultp-heading-style5.ultp-heading-center .ultp-heading-inner span:before {
	left: 50%;
	margin-left: -3px;
}

.ultp-heading-style5.ultp-heading-right .ultp-heading-inner span:before {
	right: 10px;
	left: auto;
}

.ultp-heading-style6 .ultp-heading-inner span {
	position: relative;
	padding: 0 12px;
}

.ultp-heading-style6 .ultp-heading-inner span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
}

.ultp-heading-style6.ultp-heading-right .ultp-heading-inner span:before {
	right: 0;
	left: auto;
}

.ultp-heading-style7 .ultp-heading-inner {
	position: relative;
	overflow: hidden;
}

.ultp-heading-style7 .ultp-heading-inner span {
	position: relative;
	padding-right: 12px;
}

.ultp-heading-style7 .ultp-heading-inner span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: 0;
	width: 2000px;
	left: 100%;
	margin: 0;
}

.ultp-heading-style7 .ultp-heading-inner span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: 0;
	width: 2000px;
	right: 100%;
	margin-right: 12px;
}

.ultp-heading-style7.ultp-heading-right .ultp-heading-inner span {
	padding-right: 0;
	padding-left: 12px;
}

.ultp-heading-style7.ultp-heading-right .ultp-heading-inner span:before {
	right: 100%;
	left: auto;
}

.ultp-heading-style8 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style8 .ultp-heading-inner span {
	padding-bottom: 8px;
}

.ultp-heading-style8 .ultp-heading-inner:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
}

.ultp-heading-style8 .ultp-heading-inner:after {
	content: "";
	width: 50px;
	position: absolute;
	top: 100%;
	left: 0;
}

.ultp-heading-style8.ultp-heading-center .ultp-heading-inner:after {
	left: 50%;
	margin-left: -25px;
}

.ultp-heading-style8.ultp-heading-right .ultp-heading-inner:after {
	left: auto;
	right: 0;
}

.ultp-heading-style9 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style9 .ultp-heading-inner span {
	padding-bottom: 8px;
}

.ultp-heading-style9 .ultp-heading-inner:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
}

.ultp-heading-style10 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style10 .ultp-heading-inner span {
	padding-top: 8px;
	padding-bottom: 8px;
}

.ultp-heading-style10 .ultp-heading-inner:before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
}

.ultp-heading-style10 .ultp-heading-inner:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
}

.ultp-heading-style11 {
	position: relative;
}

.ultp-heading-style11 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style11 .ultp-heading-btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin: auto 0;
	display: flex;
	text-decoration: none;
	line-height: 1;
	font-size: 14px;
	margin-top: -8px;
	transition: .4s;
}

.ultp-heading-style11 .ultp-heading-btn svg {
	width: 14px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}

.ultp-heading-style11 .ultp-heading-btn:hover {
	text-decoration: none;
}

.ultp-heading-style11 .ultp-heading-btn i {
	margin-left: 6px;
	width: auto;
	height: auto;
	font-size: inherit;
	transition: .4s;
}

.ultp-heading-style11.ultp-heading-right .ultp-heading-btn {
	right: auto;
	left: 0;
}

.ultp-heading-style12 {
	position: relative;
}

.ultp-heading-style12 .ultp-heading-inner span {
	padding: 3px 12px;
}

.ultp-heading-style13 {
	position: relative;
}

.ultp-heading-style13 .ultp-heading-inner {
	border-style: solid;
}

.ultp-heading-style13 .ultp-heading-inner span {
	padding: 3px 12px;
}

.ultp-heading-style14 {
	position: relative;
}

.ultp-heading-style14 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style14 .ultp-heading-inner:before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -12px;
	margin: 0;
}

.ultp-heading-style14 .ultp-heading-inner:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.ultp-heading-style15 .ultp-heading-inner span {
	position: relative;
	padding-bottom: 5px;
}

.ultp-heading-style15 .ultp-heading-inner span:before {
	content: "";
	z-index: 10;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	margin: 0;
}

.ultp-heading-style15.ultp-heading-center .ultp-heading-inner span:before {
	left: 50%;
	margin-left: -20px;
}

.ultp-heading-style15.ultp-heading-right .ultp-heading-inner span:before {
	left: auto;
	right: 0;
}

.ultp-heading-style16 .ultp-heading-inner span {
	position: relative;
	padding-right: 12px;
}

.ultp-heading-style16 .ultp-heading-inner span:before {
	position: absolute;
	content: "";
	width: 50px;
	top: 50%;
	left: 100%;
	margin-top: -1px;
	margin: 0;
}

.ultp-heading-style16.ultp-heading-right .ultp-heading-inner span {
	padding-right: 0;
	padding-left: 12px;
}

.ultp-heading-style16.ultp-heading-right .ultp-heading-inner span:before {
	left: auto;
	right: 100%;
}

.ultp-heading-style17 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style17 .ultp-heading-inner span {
	padding-top: 8px;
}

.ultp-heading-style17 .ultp-heading-inner:before {
	right: 0;
	left: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
}

.ultp-heading-style18 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style18 .ultp-heading-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.ultp-heading-style18 .ultp-heading-inner span {
	padding: 3px 12px;
}

.ultp-heading-style18.ultp-heading-right .ultp-heading-inner:after {
	right: 0;
	left: auto;
}

.ultp-heading-style19 .ultp-heading-inner {
	position: relative;
}

.ultp-heading-style19 .ultp-heading-inner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	border-width: 1px;
	border-style: solid;
	margin: 0;
}

.ultp-heading-style19 .ultp-heading-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.ultp-heading-style19 .ultp-heading-inner span {
	padding: 3px 12px;
	position: relative;
}

.ultp-heading-style19.ultp-heading-right .ultp-heading-inner:after {
	right: 0;
	left: auto;
}

.ultp-heading-style20 .ultp-heading-inner span {
	position: relative;
	padding: 3px 12px;
}

.ultp-heading-style20 .ultp-heading-inner span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	margin: 0;
}

.ultp-heading-style20.ultp-heading-center .ultp-heading-inner span:before {
	left: 50%;
	margin-left: -3px;
}

.ultp-heading-style20.ultp-heading-right .ultp-heading-inner span:before {
	right: 15px;
	left: auto;
}

.ultp-heading-style21 .ultp-heading-inner span {
	padding: 3px 12px;
	position: relative;
}

.ultp-heading-style21 .ultp-heading-inner span:after {
	content: "";
	height: 100%;
	width: 20px;
	position: absolute;
	top: 0;
	right: -19.5px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
}

.ultp-block-title {
	padding: 0;
	margin: 0 !important;
	word-break: break-word;
}

.ultp-block-title a {
	line-height: 1;
	text-decoration: none;
	transition: .4s;
	box-shadow: none;
}

.ultp-block-title a:hover {
	text-decoration: none;
}

.ultp-category-grid {
	line-height: 1;
	font-size: 12px;
}

.ultp-category-grid a {
	text-decoration: none;
	box-shadow: none;
	transition: .4s;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ultp-category-grid a:focus {
	text-decoration: none;
}

.ultp-category-grid a:last-child {
	margin-right: 0;
}

.ultp-category-grid a:hover {
	text-decoration: none !important;
}

.ultp-category-in.ultp-cat-color-1 a, .ultp-category-in.ultp-cat-color-true a {
	transition: .4s;
}

.ultp-category-in.ultp-cat-color-1:hover a, .ultp-category-in.ultp-cat-color-true:hover a {
	opacity: .85;
}

.ultp-category-borderBoth, .ultp-category-borderLeft, .ultp-category-borderRight {
	display: inline-block;
}

.ultp-category-borderBoth .ultp-category-in, .ultp-category-borderLeft .ultp-category-in, .ultp-category-borderRight .ultp-category-in {
	position: relative;
}

.ultp-category-borderBoth .ultp-category-in:before, .ultp-category-borderLeft .ultp-category-in:before, .ultp-category-borderRight .ultp-category-in:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 2px;
	margin-top: -1px;
	transform: translateY(-50%);
	transition: .4s;
}

.ultp-category-borderBoth .ultp-category-in {
	position: relative;
}

.ultp-category-borderBoth .ultp-category-in:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 2px;
	margin-top: -1px;
	transform: translateY(-50%);
}

.ultp-category-borderLeft .ultp-category-in {
	padding-left: 40px;
	position: relative;
}

.ultp-category-borderLeft .ultp-category-in:before {
	left: 0;
}

.ultp-category-borderRight .ultp-category-in {
	padding-right: 40px;
	position: relative;
}

.ultp-category-borderRight .ultp-category-in:before {
	right: 0;
}

.ultp-category-borderBoth .ultp-category-in {
	padding-right: 40px;
	padding-left: 40px;
	position: relative;
}

.ultp-category-borderBoth .ultp-category-in:before {
	right: 0;
}

.ultp-category-borderBoth .ultp-category-in:after {
	left: 0;
}

.ultp-block-meta {
	line-height: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ultp-block-meta.ultp-block-meta-style3, .ultp-block-meta.ultp-block-meta-style6 {
	align-items: center;
}

.ultp-block-meta.ultp-block-meta-style5 {
	align-items: center;
}

.ultp-block-meta.ultp-block-meta-icon span, .ultp-block-meta.ultp-block-meta-style4 span {
	display: flex;
	align-items: center;
}

.ultp-block-meta.ultp-block-meta-icon .ultp-block-author, .ultp-block-meta.ultp-block-meta-icon .ultp-block-date, .ultp-block-meta.ultp-block-meta-style4 .ultp-block-author, .ultp-block-meta.ultp-block-meta-style4 .ultp-block-date {
	align-items: baseline;
}

.ultp-block-meta span {
	pointer-events: all;
	padding-left: 16px;
	margin-right: 16px;
	position: relative;
	vertical-align: middle;
}

.ultp-block-meta span.ultp-block-author a {
	margin-left: 5px;
	font-weight: 500;
	pointer-events: all;
	transition: .4s;
}

.ultp-block-meta span a {
	transition: .4s;
	display: inline;
}

.ultp-block-meta span:after {
	color: #dedede;
	position: absolute;
}

.ultp-block-meta span i {
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1;
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: 0;
	font-style: normal;
}

.ultp-block-meta.ultp-block-meta-style4 span:nth-child(2) {
	flex-grow: 1;
}

.ultp-block-meta.ultp-block-meta-style4 span:not(:nth-child(2)):after {
	display: none;
}

.ultp-block-meta.ultp-block-meta-style6 span:nth-child(3) {
	flex-grow: 1;
}

.ultp-block-meta.ultp-block-meta-style6 span:not(:nth-child(3)):after {
	display: none;
}

.ultp-block-meta.ultp-block-meta-style6 span:first-child {
	margin-right: 6px !important;
}

.ultp-block-meta.ultp-block-meta-style6 span:nth-child(2) {
	padding-left: 0 !important;
}

.ultp-block-meta.ultp-block-meta-style6 span:nth-child(2):after {
	display: none !important;
}

.ultp-block-meta span:first-child {
	padding-left: 0 !important;
}

.ultp-block-meta span:last-child {
	margin-right: 0 !important;
}

.ultp-block-meta span:first-child:after {
	display: none;
}

.ultp-block-meta.ultp-block-meta-dot span:after {
	content: "";
	left: -1px;
	top: 50%;
	bottom: auto;
	width: 2px;
	margin-top: 0;
	height: 2px;
	border-radius: 100%;
}

.ultp-block-meta.ultp-block-meta-slash span:after {
	content: "/";
	left: -2px;
	top: 1px;
	font-size: 12px;
}

.ultp-block-meta.ultp-block-meta-doubleslash span:after {
	content: "//";
	left: -4px;
	top: 1px;
	font-size: 12px;
}

.ultp-block-meta.ultp-block-meta-close span:after {
	content: "x";
	left: -4px;
	top: -1px;
	font-size: 10px;
}

.ultp-block-meta.ultp-block-meta-dash span:after {
	content: "-";
	left: -3px;
	top: 0;
	font-size: 18px;
}

.ultp-block-meta.ultp-block-meta-verticalbar span:after {
	content: "|";
	left: -1px;
	top: 0;
	font-size: 12px;
}

.ultp-block-meta.ultp-block-meta-emptyspace span {
	padding-left: 0;
}

.ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-dash span:after, .ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-doubleslash span:after, .ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-slash span:after, .ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-verticalbar span:after {
	top: 0;
}

.ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-close span:after {
	top: -1px;
}

.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-media {
	float: left;
}

.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-media span {
	margin-right: 5px;
}

.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-media .ultp-meta-author-img {
	width: 40px;
	height: auto;
}

.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body {
	position: relative;
	top: 0;
}

.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:first-child {
	display: block;
}

.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:nth-child(2) {
	padding-left: 0;
}

.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:nth-child(2):after {
	display: none;
}

.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-doubleslash span:after {
	top: -4px;
}

.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-dash span:after, .ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-slash span:after, .ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-verticalbar span:after {
	top: -3px;
}

.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-dot span:after {
	margin-top: -1px;
}

.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-close span:after {
	top: -2px;
}

.ultp-meta-author-img {
	width: 25px;
	height: 25px;
	border-radius: 100px;
	position: relative;
	margin-right: 10px;
}

.ultp-block-meta span svg {
	width: auto;
	height: 12px;
	color: #929292;
	stroke-width: 7px;
	margin-right: 5px;
	position: relative;
	top: 0;
	display: inline-block;
}

.ultp-block-meta span.ultp-block-view svg {
	height: 14px;
	top: 3px;
}

.ultp-block-meta span.ultp-block-comment svg {
	top: 2px;
}

.ultp-block-meta span.ultp-block-author {
	display: flex;
	align-items: center;
}

.ultp-block-items-wrap .ultp-block-item.ultp-block-media > .ultp-block-image.ultp-block-image-opacity img, .ultp-block-items-wrap .ultp-block-item.ultp-block-media > .ultp-block-image.ultp-block-image-roateLeft img, .ultp-block-items-wrap .ultp-block-item.ultp-block-media > .ultp-block-image.ultp-block-image-rotateRight img, .ultp-block-items-wrap .ultp-block-item.ultp-block-media > .ultp-block-image.ultp-block-image-slideLeft img, .ultp-block-items-wrap .ultp-block-item.ultp-block-media > .ultp-block-image.ultp-block-image-slideRight img, .ultp-block-items-wrap .ultp-block-item.ultp-block-media > .ultp-block-image.ultp-block-image-zoomIn img, .ultp-block-items-wrap .ultp-block-item.ultp-block-media > .ultp-block-image.ultp-block-image-zoomOut img, .ultp-block-items-wrap .ultp-block-item > .ultp-block-content-wrap .ultp-block-image.ultp-block-image-opacity img, .ultp-block-items-wrap .ultp-block-item > .ultp-block-content-wrap .ultp-block-image.ultp-block-image-roateLeft img, .ultp-block-items-wrap .ultp-block-item > .ultp-block-content-wrap .ultp-block-image.ultp-block-image-rotateRight img, .ultp-block-items-wrap .ultp-block-item > .ultp-block-content-wrap .ultp-block-image.ultp-block-image-slideLeft img, .ultp-block-items-wrap .ultp-block-item > .ultp-block-content-wrap .ultp-block-image.ultp-block-image-slideRight img, .ultp-block-items-wrap .ultp-block-item > .ultp-block-content-wrap .ultp-block-image.ultp-block-image-zoomIn img, .ultp-block-items-wrap .ultp-block-item > .ultp-block-content-wrap .ultp-block-image.ultp-block-image-zoomOut img, .wp-block-ultimate-post-gallery .ultp-gallery-container .ultp-gallery-media img {
	transition: 310ms;
}

.ultp-block-image > a, .ultp-gallery-media .ultp-image-block > a, .ultp-gallery-media > a {
	display: block;
	position: relative;
	z-index: 1;
}

.ultp-block-image.ultp-block-image-opacity, .ultp-block-image.ultp-block-image-roateLeft, .ultp-block-image.ultp-block-image-rotateRight, .ultp-block-image.ultp-block-image-slideLeft, .ultp-block-image.ultp-block-image-slideRight, .ultp-block-image.ultp-block-image-zoomIn, .ultp-block-image.ultp-block-image-zoomOut, .ultp-gallery-media .ultp-image-block.ultp-block-image-opacity, .ultp-gallery-media .ultp-image-block.ultp-block-image-roateLeft, .ultp-gallery-media .ultp-image-block.ultp-block-image-rotateRight, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideLeft, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideRight, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomIn, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomOut, .ultp-gallery-media.ultp-block-image-opacity, .ultp-gallery-media.ultp-block-image-roateLeft, .ultp-gallery-media.ultp-block-image-rotateRight, .ultp-gallery-media.ultp-block-image-slideLeft, .ultp-gallery-media.ultp-block-image-slideRight, .ultp-gallery-media.ultp-block-image-zoomIn, .ultp-gallery-media.ultp-block-image-zoomOut {
	overflow: hidden;
}

.ultp-block-image.ultp-block-image-opacity img, .ultp-block-image.ultp-block-image-roateLeft img, .ultp-block-image.ultp-block-image-rotateRight img, .ultp-block-image.ultp-block-image-slideLeft img, .ultp-block-image.ultp-block-image-slideRight img, .ultp-block-image.ultp-block-image-zoomIn img, .ultp-block-image.ultp-block-image-zoomOut img, .ultp-gallery-media .ultp-image-block.ultp-block-image-opacity img, .ultp-gallery-media .ultp-image-block.ultp-block-image-roateLeft img, .ultp-gallery-media .ultp-image-block.ultp-block-image-rotateRight img, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideLeft img, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideRight img, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomIn img, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomOut img, .ultp-gallery-media.ultp-block-image-opacity img, .ultp-gallery-media.ultp-block-image-roateLeft img, .ultp-gallery-media.ultp-block-image-rotateRight img, .ultp-gallery-media.ultp-block-image-slideLeft img, .ultp-gallery-media.ultp-block-image-slideRight img, .ultp-gallery-media.ultp-block-image-zoomIn img, .ultp-gallery-media.ultp-block-image-zoomOut img {
	transition: opacity .2s ease-in-out;
}

.ultp-block-image.ultp-block-image-zoomIn img, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomIn img, .ultp-gallery-media.ultp-block-image-zoomIn img {
	transform: scale(1);
}

.ultp-block-image.ultp-block-image-zoomOut img, .ultp-gallery-media .ultp-image-block.ultp-block-image-zoomOut img, .ultp-gallery-media.ultp-block-image-zoomOut img {
	transform: scale(1.2);
}

.ultp-block-image.ultp-block-image-roateLeft img, .ultp-gallery-media .ultp-image-block.ultp-block-image-roateLeft img, .ultp-gallery-media.ultp-block-image-roateLeft img {
	transform: rotate(0) scale(1);
}

.ultp-block-image.ultp-block-image-slideLeft img, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideLeft img, .ultp-gallery-media.ultp-block-image-slideLeft img {
	transform: translateX(8px) scale(1.15);
}

.ultp-block-image.ultp-block-image-slideRight img, .ultp-gallery-media .ultp-image-block.ultp-block-image-slideRight img, .ultp-gallery-media.ultp-block-image-slideRight img {
	transform: translateX(-8px) scale(1.15);
}

.ultp-block-image.ultp-block-image-rotateRight img, .ultp-gallery-media .ultp-image-block.ultp-block-image-rotateRight img, .ultp-gallery-media.ultp-block-image-rotateRight img {
	transform: rotate(0) scale(1);
}

.ultp-block-image.ultp-block-image-opacity img, .ultp-gallery-media .ultp-image-block.ultp-block-image-opacity img, .ultp-gallery-media.ultp-block-image-opacity img {
	opacity: 1;
}

.ultp-block-image.ultp-block-image-overlay > a:before, .ultp-gallery-media .ultp-image-block.ultp-block-image-overlay > a:before, .ultp-gallery-media.ultp-block-image-overlay > a:before {
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.ultp-block-image.ultp-block-image-overlay.ultp-block-image-custom > a:before, .ultp-gallery-media .ultp-image-block.ultp-block-image-overlay.ultp-block-image-custom > a:before, .ultp-gallery-media.ultp-block-image-overlay.ultp-block-image-custom > a:before {
	height: 100%;
}

.ultp-block-image.ultp-block-image-overlay.ultp-block-image-default > a:before, .ultp-gallery-media .ultp-image-block.ultp-block-image-overlay.ultp-block-image-default > a:before, .ultp-gallery-media.ultp-block-image-overlay.ultp-block-image-default > a:before {
	background-color: #000;
	opacity: .6;
	height: 100%;
}

.ultp-block-image.ultp-block-image-overlay.ultp-block-image-simgleGradient > a:before, .ultp-gallery-media .ultp-image-block.ultp-block-image-overlay.ultp-block-image-simgleGradient > a:before, .ultp-gallery-media.ultp-block-image-overlay.ultp-block-image-simgleGradient > a:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 30%, #000 70%);
	opacity: .6;
	height: 100%;
}

.ultp-block-image.ultp-block-image-overlay.ultp-block-image-multiColour > a:before, .ultp-gallery-media .ultp-image-block.ultp-block-image-overlay.ultp-block-image-multiColour > a:before, .ultp-gallery-media.ultp-block-image-overlay.ultp-block-image-multiColour > a:before {
	opacity: .7;
	box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, .5);
	height: 100%;
	background: #d760b7;
	background: -webkit-gradient(left top, right bottom, color-stop(0, #d760b7), color-stop(100%, #3b78b4));
	background: linear-gradient(135deg, #d760b7 0, #3b78b4 100%);
}

.ultp-block-image.ultp-block-image-overlay.ultp-block-image-flat > a:before, .ultp-gallery-media .ultp-image-block.ultp-block-image-overlay.ultp-block-image-flat > a:before, .ultp-gallery-media.ultp-block-image-overlay.ultp-block-image-flat > a:before {
	opacity: .8;
	height: 100%;
	background: #292484;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #292484), color-stop(100%, #dc4225));
	background: linear-gradient(20deg, #292484 0, #dc4225 100%);
}

.ultp-block-row .ultp-block-item:nth-child(n+1) .ultp-block-image-flat > a:before, .ultp-block-row .ultp-block-item:nth-child(n+1) .ultp-block-image-multiColour > a:before {
	background: #4db2ec;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #4db2ec), color-stop(100%, #4a8f5e));
	background: linear-gradient(45deg, #4db2ec 0, #4a8f5e 100%);
}

.ultp-block-row .ultp-block-item:nth-child(2n+2) .ultp-block-image-flat > a:before, .ultp-block-row .ultp-block-item:nth-child(2n+2) .ultp-block-image-multiColour > a:before {
	background: #d17646;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #d17646), color-stop(100%, #c63939));
	background: linear-gradient(45deg, #d17646 0, #c63939 100%);
}

.ultp-block-row .ultp-block-item:nth-child(3n+3) .ultp-block-image-flat > a:before, .ultp-block-row .ultp-block-item:nth-child(3n+3) .ultp-block-image-multiColour > a:before {
	background: #d760b7;
	background: -webkit-gradient(left top, right bottom, color-stop(0, #d760b7), color-stop(100%, #3b78b4));
	background: linear-gradient(135deg, #d760b7 0, #3b78b4 100%);
}

.ultp-block-row .ultp-block-item:nth-child(4n+4) .ultp-block-image-flat > a:before, .ultp-block-row .ultp-block-item:nth-child(4n+4) .ultp-block-image-multiColour > a:before {
	background: #d760b7;
	background: -webkit-gradient(left top, right bottom, color-stop(0, #d760b7), color-stop(100%, #3b78b4));
	background: linear-gradient(135deg, #d760b7 0, #3b78b4 100%);
}

.ultp-block-row .ultp-block-item:nth-child(5n+5) .ultp-block-image-flat > a:before, .ultp-block-row .ultp-block-item:nth-child(5n+5) .ultp-block-image-multiColour > a:before {
	background: #0016be;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #0016be), color-stop(100%, #2aec74));
	background: linear-gradient(20deg, #0016be 0, #2aec74 100%);
}

.ultp-block-row .ultp-block-item:nth-child(6n+6) .ultp-block-image-flat > a:before, .ultp-block-row .ultp-block-item:nth-child(6n+6) .ultp-block-image-multiColour > a:before {
	background: #e0be00;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #e0be00), color-stop(100%, #dc4225));
	background: linear-gradient(20deg, #e0be00 0, #dc4225 100%);
}

.ultp-block-row .ultp-block-item:nth-child(7n+7) .ultp-block-image-flat > a:before, .ultp-block-row .ultp-block-item:nth-child(7n+7) .ultp-block-image-multiColour > a:before {
	background: #292484;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #292484), color-stop(100%, #dc4225));
	background: linear-gradient(20deg, #292484 0, #dc4225 100%);
}

.ultp-block-item:hover .ultp-block-image-zoomIn img, .ultp-gallery-container .ultp-gallery-item:hover .ultp-block-image-zoomIn img {
	transform: scale(1.2);
}

.ultp-block-item:hover .ultp-block-image-zoomOut img, .ultp-gallery-container .ultp-gallery-item:hover .ultp-block-image-zoomOut img {
	transform: scale(1);
}

.ultp-block-item:hover .ultp-block-image-roateLeft img, .ultp-gallery-container .ultp-gallery-item:hover .ultp-block-image-roateLeft img {
	transform: rotate(5deg) scale(1.2);
}

.ultp-block-item:hover .ultp-block-image-slideLeft img, .ultp-gallery-container .ultp-gallery-item:hover .ultp-block-image-slideLeft img {
	transform: translateX(-8px) scale(1.15);
}

.ultp-block-item:hover .ultp-block-image-slideRight img, .ultp-gallery-container .ultp-gallery-item:hover .ultp-block-image-slideRight img {
	transform: translateX(8px) scale(1.15);
}

.ultp-block-item:hover .ultp-block-image-rotateRight img, .ultp-gallery-container .ultp-gallery-item:hover .ultp-block-image-rotateRight img {
	transform: rotate(-5deg) scale(1.2);
}

.ultp-block-item:hover .ultp-block-image-opacity img, .ultp-gallery-container .ultp-gallery-item:hover .ultp-block-image-opacity img {
	opacity: .5;
}

.ultp-pagination-wrap .ultp-pagination {
	display: inline-flex;
	align-items: center;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.ultp-pagination-wrap .ultp-pagination li {
	padding: 0 2px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 4px;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-pagination-wrap .ultp-pagination li a {
	text-decoration: none;
	display: inline-block;
	transition: .4s;
	padding: 10px 20px;
}

.ultp-pagination-wrap .ultp-pagination li a svg {
	width: 18px;
	display: inline-block;
}

.ultp-pagination-wrap .ultp-pagination li a.ultp-next-page-numbers, .ultp-pagination-wrap .ultp-pagination li a.ultp-prev-page-numbers {
	display: flex !important;
	align-items: center;
	gap: 4px;
}

.ultp-pagination-wrap .ultp-pagination li.ultp-prev-page-numbers a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.ultp-pagination-wrap .ultp-pagination li.ultp-next-page-numbers a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.ultp-pagination-wrap .ultp-pagination li i {
	font-size: inherit;
	line-height: inherit;
	font-style: normal;
	width: auto;
	height: auto;
}

.ultp-pagination-wrap .ultp-pagination li span.current {
	display: inline-block;
	padding: 10px 20px;
}

.ultp-block-media .ultp-block-content-wrap {
	display: flex;
}

.ultp-block-media .ultp-block-image {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.ultp-block-media .ultp-block-content {
	flex: 1;
}

.flexMenu-viewMore {
	position: relative;
}

.flexMenu-viewMore > a {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 13px;
}

.flexMenu-viewMore > a:before {
	content: "";
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: 1px;
	transition: .4s;
	order: 1;
}

.flexMenu-viewMore.active > a:before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: 5px;
}

.ultp-filter-wrap .flexMenu-popup {
	position: absolute;
	display: block;
	width: 170px;
	background: #f9f9f9;
	z-index: 2;
	padding: 15px;
	text-align: left;
	box-shadow: 0 20px 40px -4px rgba(9, 30, 66, .2);
	right: 0;
}

.ultp-filter-wrap .flexMenu-popup a {
	display: block;
}

.ultp-filter-wrap .flexMenu-popup li {
	margin: 0 !important;
}

.ultp-filter-wrap .flexMenu-popup li {
	display: block;
	line-height: 1;
}

@media (max-width:992px) {
	.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout3, .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child {
		grid-row: inherit;
		grid-column: 1/3;
	}
}

@media (max-width:768px) {
	.ultp-heading-filter .ultp-filter-navigation {
		position: relative;
		margin: auto 0 10px;
		height: auto;
	}
	
	.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child {
		grid-row: inherit;
		grid-column: 1/2;
	}
	
	.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(2), .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3), .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+6), .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+7), .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+8), .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(4), .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(5) {
		grid-column-start: inherit;
		grid-column-end: inherit;
		grid-row-start: inherit;
		grid-row-end: inherit;
	}
}

@media (max-width:768px) {
	.wp-block-ultimate-post-post-grid-3 .ultp-block-row .ultp-block-item .ultp-block-content-overlay {
		height: 100% !important;
	}
}

@media (max-width:600px) {
	.ultp-heading-filter .ultp-filter-navigation {
		justify-content: flex-end;
	}
}

.wp-block-ultimate-post-post-grid-4 .ultp-block-row {
	grid-template-columns: 60% auto;
}

.wp-block-ultimate-post-post-grid-4 .ultp-block-row .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child {
	grid-row-end: 4;
}

.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-1, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-true {
	grid-template-columns: auto 60%;
}

.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-1 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-true .ultp-block-item:first-child {
	grid-column: 2;
}

@media (max-width:768px) {
	.wp-block-ultimate-post-post-grid-4 .ultp-block-row {
		grid-template-columns: repeat(1, 1fr);
		max-height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout1 .ultp-block-item, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout2 .ultp-block-item, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout3 .ultp-block-item, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout4 .ultp-block-item {
		max-height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout3 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout4 .ultp-block-item .ultp-block-content-overlay {
		height: 100% !important;
	}
}

.ultp-animation-slideup .ultp-block-content .ultp-block-content-inner {
	transition: .4s;
	transform: translateY(0);
}

.ultp-animation-slideup:hover .ultp-block-content .ultp-block-content-inner {
	transform: translateY(-10px);
}

.ultp-animation-slidedown .ultp-block-content .ultp-block-content-inner {
	transition: .4s;
	transform: translateY(0);
}

.ultp-animation-slidedown:hover .ultp-block-content .ultp-block-content-inner {
	transform: translateY(10px);
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row {
	grid-template-columns: 50% 1fr 1fr;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
	height: 100%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay {
	height: 100%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row: 2;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay {
	height: 100%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row: 1;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 {
	grid-template-columns: 1fr 1fr 50%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child {
	grid-column-start: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:nth-child(2) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row: 2;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 {
	grid-template-columns: 1fr 1fr 50%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child {
	grid-column-start: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:nth-child(2) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row: 1;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3 {
	grid-template-columns: 40% 1fr 40%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3 .ultp-block-item {
	height: 100%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3 .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-column-end: 3;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3 .ultp-block-item:nth-child(4) {
	grid-column-start: 2;
	grid-column-end: 4;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 {
	grid-template-columns: 40% 1fr 40%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item {
	height: 100%;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item:first-child {
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-end: 4;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(3) {
	grid-column-start: 3;
	grid-row-start: 2;
	grid-row-end: 2;
	grid-column-end: 4;
}

.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(4) {
	grid-column-start: 1;
	grid-row-start: 2;
	grid-row-end: 2;
	grid-column-end: 3;
}

@media (max-width:768px) {
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row {
		max-height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 {
		grid-template-columns: 1fr;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay {
		height: 100%;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child {
		height: 100%;
		max-height: 100% !important;
		grid-column-start: initial;
		grid-row-start: initial;
		grid-row-end: initial;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay {
		height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:nth-child(2), .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:nth-child(2), .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2), .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2) {
		grid-column-start: initial;
		grid-column-end: initial;
		grid-row: initial;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:nth-child(2) .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:nth-child(2) .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2) .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2) .ultp-block-content-overlay {
		height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 {
		grid-template-columns: 1fr;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:first-child {
		height: 100%;
		max-height: 100% !important;
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:first-child .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:first-child .ultp-block-content-overlay {
		height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(3), .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(3) {
		grid-column: initial;
		grid-row: initial;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(4), .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(4) {
		grid-column: 1;
		grid-row: 2;
	}
	
	.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(4) .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(4) .ultp-block-content-overlay {
		height: 100% !important;
	}
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row {
	grid-template-columns: 50% 1fr 1fr;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay {
	max-height: 100%;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 {
	grid-template-columns: 1fr 40% 1fr;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child {
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay {
	max-height: 100%;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 {
	grid-template-columns: 1fr 1fr 50%;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child {
	grid-column-start: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 {
	grid-template-columns: 1fr 1fr 50%;
}

.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child {
	grid-column-start: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

@media (max-width:768px) {
	.wp-block-ultimate-post-post-grid-6 .ultp-block-row {
		max-height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 {
		grid-template-columns: 1fr;
	}
	
	.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay {
		height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child {
		grid-column-start: initial;
		grid-row-start: initial;
		grid-row-end: initial;
		max-height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay {
		height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay img, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay img, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay img, .wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay img {
		min-height: 100% !important;
	}
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 {
	grid-template-columns: 40% 30% 1fr;
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2) {
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 {
	grid-template-columns: 40% 32% 1fr;
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 {
	grid-template-columns: 1fr 45% 1fr;
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 {
	grid-template-columns: 40% 30% 1fr;
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:nth-child(4) {
	grid-column-start: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

@media (max-width:768px) {
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row {
		max-height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 {
		grid-template-columns: 1fr;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item {
		max-height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item .ultp-block-content-overlay {
		height: 100% !important;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item:first-child {
		grid-column-start: initial;
		grid-row-start: initial;
		grid-row-end: initial;
		min-height: 100%;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2), .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2), .wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(2) {
		grid-column-start: initial;
		grid-row-start: initial;
		grid-row-end: initial;
		min-height: 100%;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 {
		grid-template-columns: 1fr;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child {
		grid-column: 1;
		grid-row: 1;
		min-height: 100%;
	}
	
	.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:nth-child(4) {
		grid-column: 1;
		grid-row: 2;
		min-height: 100%;
	}
}

.wp-block-ultimate-post-post-list-1 .ultp-block-meta span, .wp-block-ultimate-post-post-list-2 .ultp-block-meta span, .wp-block-ultimate-post-post-list-3 .ultp-block-meta span, .wp-block-ultimate-post-post-list-4 .ultp-block-meta span {
	margin-bottom: 5px;
}

.wp-block-ultimate-post-post-list-1 .ultp-block-content-wrap {
	height: 100%;
}

.wp-block-ultimate-post-post-list-1 .ultp-block-image {
	display: inline-block;
}

.wp-block-ultimate-post-post-list-1 .ultp-block-content-wrap {
	box-sizing: border-box;
}

.wp-block-ultimate-post-post-list-1 .ultp-block-content-wrap .ultp-block-entry-content {
	line-height: 0;
}

.ultp-post-list1-layout2 .ultp-block-content-wrap, .ultp-post-list1-layout3 .ultp-block-content-wrap, .ultp-post-list1-layout4 .ultp-block-content-wrap {
	transition: .4s;
	overflow: visible;
}

.ultp-post-list1-layout2 .ultp-block-entry-content, .ultp-post-list1-layout3 .ultp-block-entry-content, .ultp-post-list1-layout4 .ultp-block-entry-content {
	position: relative;
	overflow: inherit;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-post-list1-layout2 .ultp-block-item, .ultp-post-list1-layout3 .ultp-block-item, .ultp-post-list1-layout4 .ultp-block-item {
	margin-top: 30px;
}

.ultp-post-list1-layout2 .ultp-block-entry-heading, .ultp-post-list1-layout3 .ultp-block-entry-heading, .ultp-post-list1-layout4 .ultp-block-entry-heading {
	padding: 20px;
	position: absolute;
	top: -30px;
	width: 100%;
	z-index: 2;
	margin: 0 auto;
	transition: .4s;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-post-list1-layout1 .ultp-block-entry-heading {
	padding-bottom: 0 !important;
}

.ultp-post-list1-layout2 .ultp-block-entry-heading {
	left: 30px;
	right: auto;
}

.ultp-post-list1-layout3 .ultp-block-entry-heading {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.ultp-post-list1-layout4 .ultp-block-entry-heading {
	left: auto;
	right: 30px;
}

.ultp-post-list1-layout1.ultp-pl1a-style1 .ultp-block-item .ultp-block-content, .ultp-post-list1-layout1.ultp-pl1a-style2 .ultp-block-item .ultp-block-content, .ultp-post-list1-layout1.ultp-pl1a-style3 .ultp-block-item .ultp-block-content {
	padding-top: 0 !important;
}

.ultp-post-list1-layout1.ultp-pl1a-style3 .ultp-block-item:first-child .ultp-block-entry-heading {
	padding-bottom: 0 !important;
}

.ultp-pl1a-style3.ultp-post-list1-layout2 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-post-list1-layout3 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-post-list1-layout4 .ultp-block-item:first-child {
	margin-top: 0 !important;
}

.ultp-pl1a-style3.ultp-post-list1-layout2 .ultp-block-item:first-child .ultp-block-entry-heading, .ultp-pl1a-style3.ultp-post-list1-layout3 .ultp-block-item:first-child .ultp-block-entry-heading, .ultp-pl1a-style3.ultp-post-list1-layout4 .ultp-block-item:first-child .ultp-block-entry-heading {
	top: auto !important;
}

.ultp-pl1a-style2.ultp-block-column-2 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-2 .ultp-block-item:first-child {
	grid-column: 1/3;
	grid-row: 1;
}

.ultp-pl1a-style2.ultp-block-column-3 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-3 .ultp-block-item:first-child {
	grid-column: 1/4;
	grid-row: 1;
}

.ultp-pl1a-style2.ultp-block-column-4 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-4 .ultp-block-item:first-child {
	grid-column: 1/5;
	grid-row: 1;
}

.ultp-pl1a-style2.ultp-block-column-5 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-5 .ultp-block-item:first-child {
	grid-column: 1/6;
	grid-row: 1;
}

@media (max-width:768px) {
	.ultp-pl1a-style2.ultp-block-column-2 .ultp-block-item:first-child, .ultp-pl1a-style2.ultp-block-column-3 .ultp-block-item:first-child, .ultp-pl1a-style2.ultp-block-column-4 .ultp-block-item:first-child, .ultp-pl1a-style2.ultp-block-column-5 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-2 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-3 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-4 .ultp-block-item:first-child, .ultp-pl1a-style3.ultp-block-column-5 .ultp-block-item:first-child {
		grid-column: 1/1;
		grid-row: 1;
	}
	
	.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-block-items-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.wp-block-ultimate-post-post-grid-1 .ultp-block-column2 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-1 .ultp-block-column3 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-3 .ultp-block-column2 .ultp-block-item:first-child, .wp-block-ultimate-post-post-grid-3 .ultp-block-column3 .ultp-block-item:first-child {
		grid-column: 1/1;
		grid-row: 1;
	}
}

.rtl .ultp-block-meta span svg {
	margin-right: 0;
	margin-left: 5px;
}

.ultp-block-media {
	display: flex;
}

.ultp-block-media .ultp-block-image {
	overflow: hidden;
	position: relative;
}

.ultp-block-media .ultp-block-content {
	flex: 1;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item .ultp-block-content {
	display: block;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item:not(:first-child) .ultp-block-title {
	font-size: 16px;
	line-height: 1;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child {
	margin-bottom: 50px;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-content-wrap {
	display: block;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-title {
	font-size: 22px;
	line-height: 1;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-image img {
	max-width: 100%;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-content {
	flex: auto;
	margin-left: 0;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-item:last-of-type {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.wp-block-ultimate-post-post-list-2 {
	counter-reset: post-list2-counter;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-wrapper {
	counter-reset: post-list2-counter2;
}

.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 {
	position: relative;
}

.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content {
	position: absolute;
	bottom: 0;
	padding: 25px;
}

.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-excerpt, .wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span, .wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a, .wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a, .wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a {
	color: #fff;
}

.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a:hover, .wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover, .wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a:hover {
	color: rgba(255, 255, 255, .9);
}

.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover svg {
	color: rgba(255, 255, 255, .9);
}

.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span svg {
	color: #fff;
}

.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-image > a:after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-color .3s ease;
}

.wp-block-ultimate-post-post-list-2 .ultp-layout4 .ultp-block-item {
	position: relative;
}

.wp-block-ultimate-post-post-list-2 .ultp-layout4 .ultp-block-item::before {
	counter-increment: post-list2-counter2;
	content: counter(post-list2-counter2, decimal);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: -17px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 31px;
	border: 2px solid #fff;
	background: #141414;
	color: #fff;
	border-radius: 100%;
}

.wp-block-ultimate-post-post-list-2 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before {
	left: auto;
	right: -15px;
}

.wp-block-ultimate-post-post-list-2 .ultp-layout2 .ultp-block-item:not(:first-child) .ultp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-content {
	position: relative;
}

.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-content::before {
	counter-increment: post-list2-counter;
	content: "0" counter(post-list2-counter, decimal);
	position: absolute;
	font-size: 18px;
	text-align: center;
	top: 23px;
	left: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	font-style: italic;
	background: #eaeaea;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 100%;
	transition: all .3s;
}

.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item .ultp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item .ultp-block-content {
	padding-left: 80px;
	position: relative;
}

.ultp-block-content-wrap.ultp-all-postlist-2 {
	width: 100%;
}

.rtl .wp-block-ultimate-post-post-list-2 .ultp-layout4 .ultp-block-item::before {
	left: auto;
	right: -15px;
}

.rtl .wp-block-ultimate-post-post-list-2 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before {
	right: auto;
	left: -15px;
}

.rtl .wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content {
	padding-left: 0;
	padding-right: 60px;
}

.rtl .wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-content::before {
	right: 0;
	left: auto;
}

.ultp-block-column-2:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(2n+1):nth-last-child(-n+2), .ultp-block-column-2:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(2n+1):nth-last-child(-n+2) ~ .ultp-block-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ultp-block-column-3:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(3n+1):nth-last-child(-n+3), .ultp-block-column-3:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(3n+1):nth-last-child(-n+3) ~ .ultp-block-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ultp-block-column-4:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(4n+1):nth-last-child(-n+4), .ultp-block-column-4:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(4n+1):nth-last-child(-n+4) ~ .ultp-block-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ultp-block-column-5:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(5n+1):nth-last-child(-n+5), .ultp-block-column-5:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(5n+1):nth-last-child(-n+5) ~ .ultp-block-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ultp-block-column-6:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(6n+1):nth-last-child(-n+6), .ultp-block-column-6:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(6n+1):nth-last-child(-n+6) ~ .ultp-block-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ultp-block-column-7:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(7n+1):nth-last-child(-n+7), .ultp-block-column-7:not(.ultp-grid1-responsive) .ultp-block-item:nth-child(7n+1):nth-last-child(-n+7) ~ .ultp-block-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.wp-block-ultimate-post-post-list-3 .ultp-block-content {
	display: block;
	align-self: center;
}

.ultp-block-content .ultp-block-readmore a {
	display: inline-flex;
	align-items: center;
}

.ultp-block-content .ultp-block-readmore a:hover {
	text-decoration: none;
}

.ultp-block-content .ultp-block-excerpt {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.ultp-block-content .ultp-block-excerpt p {
	margin: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.wp-block-ultimate-post-post-list-3 .ultp-block-wrapper {
	counter-reset: post-list3-counter;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout1 .ultp-block-content-wrap, .wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-content-wrap, .wp-block-ultimate-post-post-list-3 .ultp-layout3 .ultp-block-content-wrap {
	width: 100%;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-item {
	position: relative;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-item::before {
	counter-increment: post-list3-counter;
	content: counter(post-list3-counter, decimal);
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: -17px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	border-radius: 100%;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout2.ultp-block-content-true .ultp-block-item::before {
	left: auto;
	right: -15px;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout3 .ultp-block-image + .ultp-block-content {
	margin-left: -140px;
	z-index: 1;
	background: #fff;
	padding: 30px;
	transition: .4s;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout3.ultp-block-content-true .ultp-block-image + .ultp-block-content {
	margin-left: auto;
	margin-right: -140px;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item .ultp-block-content-wrap, .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item .ultp-block-content-wrap {
	width: 100%;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(even), .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) {
	flex-direction: row-reverse;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(even) .ultp-block-content-wrap, .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-content-wrap {
	flex-direction: row-reverse;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(even) .ultp-block-content-wrap .ultp-block-image, .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-content-wrap .ultp-block-image {
	margin-right: 0;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(odd), .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(odd) {
	flex-direction: row;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(odd) .ultp-block-content-wrap .ultp-block-image, .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(odd) .ultp-block-content-wrap .ultp-block-image {
	margin-left: 0;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item .ultp-block-image + .ultp-block-content {
	z-index: 1;
	background: #fff;
	padding: 40px;
	transition: .4s;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-image + .ultp-block-content {
	margin-right: -140px;
}

.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(odd) .ultp-block-image + .ultp-block-content {
	margin-left: -140px;
}

.ultp-block-content-1 .ultp-block-media .ultp-block-content-wrap, .ultp-block-content-true .ultp-block-media .ultp-block-content-wrap {
	flex-direction: row-reverse;
	width: 100%;
}

.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-item::before {
	right: -15px;
	left: auto;
}

.rtl .wp-block-ultimate-post-post-list-3 .ultp-block-content-true.ultp-layout2 .ultp-block-item::before {
	left: -15px;
	right: auto;
}

.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout3 .ultp-block-image + .ultp-block-content {
	margin-right: -140px;
	margin-left: 0;
}

.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout3.ultp-block-content-true .ultp-block-image + .ultp-block-content {
	margin-right: 0;
	margin-left: -140px;
}

.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(odd) .ultp-block-image + .ultp-block-content {
	margin-left: 0;
	margin-right: -140px;
}

.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-image + .ultp-block-content {
	margin-right: 0;
	margin-left: -140px;
}

.ultp-title-style1 a:hover {
	background-size: 100% 2px !important;
}

.ultp-title-style3 a:hover {
	transition: all 1s;
	background-size: 0 2px;
}

.ultp-title-style4 a:hover {
	background-size: 0 2px !important;
}

.ultp-title-style5 a:hover {
	text-decoration: none;
	position: relative;
	transition: all .35s ease-out;
	padding-bottom: 3px;
	border-bottom: none;
	padding-bottom: 2px;
	background-position: 0 100%;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 10 18'%3E%3Cstyle type='text/css'%3E.squiggle%7Banimation:shift .5s linear infinite;%7D@keyframes shift %7Bfrom %7Btransform:translateX(-10px);%7Dto %7Btransform:translateX(0);%7D%7D%3C/style%3E%3Cpath fill='none' stroke-width='1' class='squiggle' d='M0,17.5 c 2.5,0,2.5,-1.5,5,-1.5 s 2.5,1.5,5,1.5 c 2.5,0,2.5,-1.5,5,-1.5 s 2.5,1.5,5,1.5' /%3E%3C/svg%3E");
}

.ultp-title-style5 a:hover.nitro-lazy {
	background-image: none !important;
}

.ultp-title-style6 a:hover {
	background-size: 100% 88% !important;
}

.ultp-title-style7 a:hover {
	background-size: 100% 2px !important;
}

.ultp-title-style8 a:hover {
	background-size: 100% 2px !important;
}

.ultp-title-style9 a:hover {
	background-size: 100% 88% !important;
}

.ultp-title-style10:hover {
	transition: all .35s;
}

.ultp-title-style10:hover a {
	letter-spacing: .4px !important;
	transition: all .35s;
}

.ultp-title-style11 {
	word-spacing: 0;
	transition: all .35s;
}

.ultp-title-style11:hover {
	word-spacing: 3px;
}

.ultp-block-media {
	display: flex;
}

.ultp-block-media .ultp-block-image {
	overflow: hidden;
	position: relative;
}

.ultp-block-media .ultp-block-content {
	flex: 1;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item .ultp-block-content {
	display: block;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item:not(:first-child) .ultp-block-title {
	font-size: 16px;
	line-height: 1;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child {
	margin-bottom: 40px;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-content-wrap {
	display: block;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-title {
	font-size: 22px;
	line-height: 1;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-image img {
	max-width: 100%;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-content {
	flex: auto;
	margin-left: 0;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-item:last-of-type {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.wp-block-ultimate-post-post-list-4 {
	counter-reset: post-list2-counter;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-wrapper {
	counter-reset: post-list2-counter2;
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 {
	position: relative;
	line-height: 0;
	width: 100%;
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content {
	position: absolute;
	bottom: 0;
	padding: 30px;
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-excerpt, .wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-excerpt p, .wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span, .wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a, .wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a, .wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a {
	color: #fff;
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a:hover, .wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover, .wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a:hover {
	color: rgba(255, 255, 255, .9);
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover svg {
	color: rgba(255, 255, 255, .9);
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span svg {
	color: #fff;
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-image {
	width: 100%;
}

.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-image > a:after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-color .3s ease;
}

.wp-block-ultimate-post-post-list-4 .ultp-layout4 .ultp-block-item {
	position: relative;
}

.wp-block-ultimate-post-post-list-4 .ultp-layout4 .ultp-block-item::before {
	counter-increment: post-list2-counter2;
	content: counter(post-list2-counter2, decimal);
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: -15px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 31px;
	border: 2px solid #fff;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	color: #fff;
	border-radius: 100%;
}

.wp-block-ultimate-post-post-list-4 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before {
	left: auto;
	right: -15px;
}

.wp-block-ultimate-post-post-list-4 .ultp-layout2 .ultp-block-item:not(:first-child) .ultp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content {
	padding-left: 85px;
	position: relative;
}

.wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content::before {
	counter-increment: post-list2-counter;
	content: "0" counter(post-list2-counter, decimal);
	position: absolute;
	font-size: 18px;
	text-align: center;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 24px;
	font-style: italic;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 100%;
	box-sizing: border-box;
	transition: all .3s;
}

@media (max-width:992px) {
	.wp-block-ultimate-post-post-list-4 .ultp-block-media {
		display: block;
	}
}

.rtl .wp-block-ultimate-post-post-list-4 .ultp-layout4 .ultp-block-item::before {
	left: auto;
	right: -15px;
}

.rtl .wp-block-ultimate-post-post-list-4 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before {
	left: -15px;
	right: auto;
}

.rtl .wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content {
	padding-right: 60px;
	padding-left: 0;
}

.rtl .wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content::before {
	right: 0;
	left: auto;
}

.ultp-cat-only-color-1, .ultp-cat-only-color-true {
	padding: 2px 8px;
}

.ultp-block-post-module1 {
	margin: 0 -15px;
	clear: both;
	display: inline-block;
}

.ultp-block-post-module1 .ultp-big-post-module1, .ultp-block-post-module1 .ultp-small-post-module1 {
	width: 50%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.ultp-block-post-module1.ultp-block-content-true .ultp-big-post-module1, .ultp-block-post-module1.ultp-block-content-true .ultp-small-post-module1 {
	float: right;
}

.ultp-block-post-module1.ultp-layout2 .ultp-small-post-module1 .ultp-block-item .ultp-block-content-wrap {
	flex-direction: row-reverse;
}

.ultp-small-post-module1 .ultp-block-item .ultp-block-content-wrap {
	display: flex !important;
	position: relative;
}

.ultp-layout1 .ultp-small-post-module1 .ultp-block-item .ultp-block-image {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wp-block-ultimate-post-post-module-1 {
	counter-reset: post-list2-counter;
}

.wp-block-ultimate-post-post-module-1 .ultp-block-image {
	transition: .3s;
}

.wp-block-ultimate-post-post-module-1 .ultp-block-content-wrap .ultp-block-image {
	height: -moz-fit-content;
	height: fit-content;
}

.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-content {
	position: relative;
}

.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-content::before {
	counter-increment: post-list2-counter;
	content: counter(post-list2-counter, decimal);
	position: absolute;
	font-size: 18px;
	text-align: center;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-style: italic;
	background: #eee;
	padding: 10px;
	border-radius: 100%;
	box-sizing: content-box;
	transition: all .3s;
}

.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-item .ultp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-item .ultp-block-content {
	padding-left: 60px;
	position: relative;
}

.wp-block-ultimate-post-post-module-1 .ultp-layout5 .ultp-small-post-module1 .ultp-block-item {
	position: relative;
}

.wp-block-ultimate-post-post-module-1 .ultp-layout5 .ultp-small-post-module1 .ultp-block-item::before {
	counter-increment: post-list2-counter;
	content: counter(post-list2-counter, decimal);
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: -15px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 31px;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	border-radius: 100%;
}

@media (max-width:768px) {
	.ultp-block-post-module1 .ultp-big-post-module1, .ultp-block-post-module1 .ultp-small-post-module1 {
		width: 100%;
	}
	
	.ultp-block-post-module1 .ultp-big-post-module1 {
		margin-bottom: 30px;
	}
}

.ultp-small-post-module1 .ultp-block-content {
	width: 100%;
}

.rtl .wp-block-ultimate-post-post-module-1 .ultp-layout5 .ultp-small-post-module1 .ultp-block-item::before {
	right: -15px;
}

.rtl .wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-item .ultp-block-content {
	padding-right: 60px;
	padding-left: 0;
}

.rtl .wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-content::before {
	right: 0;
}

.ultp-block-post-module2 {
	margin: 0 -15px;
	clear: both;
	display: inline-block;
}

.ultp-block-post-module2 .ultp-block-content-wrap {
	overflow: visible !important;
}

.ultp-block-post-module2 .ultp-block-content-wrap .ultp-block-image {
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-block-post-module2 .ultp-big-post-module2, .ultp-block-post-module2 .ultp-small-post-module2 {
	width: 50%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.ultp-block-post-module2.ultp-block-content-true .ultp-big-post-module2, .ultp-block-post-module2.ultp-block-content-true .ultp-small-post-module2 {
	float: right;
}

.ultp-block-post-module2.ultp-layout2 .ultp-small-post-module2 .ultp-block-item .ultp-block-content-wrap {
	flex-direction: row-reverse;
}

.ultp-big-post-module2 .ultp-block-content-wrap {
	position: relative;
}

.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-image {
	position: relative;
}

.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-image > a:after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-color .3s ease;
}

.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content {
	position: absolute;
	bottom: 0;
	padding: 25px;
}

.ultp-small-post-module2 .ultp-block-item .ultp-block-content-wrap {
	display: flex !important;
	position: relative;
}

.ultp-layout1 .ultp-small-post-module2 .ultp-block-item .ultp-block-image {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wp-block-ultimate-post-post-module-2 {
	counter-reset: post-list2-counter;
}

.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-content {
	position: relative;
}

.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-content::before {
	counter-increment: post-list2-counter;
	content: counter(post-list2-counter, decimal);
	position: absolute;
	font-size: 18px;
	text-align: center;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-style: italic;
	background: #eee;
	padding: 10px;
	border-radius: 100%;
	box-sizing: content-box;
	transition: all .3s;
}

.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-item .ultp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-item .ultp-block-content {
	padding-left: 60px;
	position: relative;
}

.wp-block-ultimate-post-post-module-2 .ultp-layout5 .ultp-small-post-module2 .ultp-block-item {
	position: relative;
}

.wp-block-ultimate-post-post-module-2 .ultp-layout5 .ultp-small-post-module2 .ultp-block-item::before {
	counter-increment: post-list2-counter;
	content: counter(post-list2-counter, decimal);
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: -15px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 31px;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	border-radius: 100%;
}

@media (max-width:768px) {
	.ultp-block-post-module2 .ultp-big-post-module2, .ultp-block-post-module2 .ultp-small-post-module2 {
		width: 100%;
	}
	
	.ultp-block-post-module2 .ultp-big-post-module2 {
		margin-bottom: 30px;
	}
}

.ultp-small-post-module2 .ultp-block-content {
	width: 100%;
}

.rtl .wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-content::before {
	left: auto;
	right: 0;
}

.rtl .wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-item .ultp-block-content {
	padding-right: 60px;
	padding-left: 0;
}

.rtl .wp-block-ultimate-post-post-module-2 .ultp-layout5 .ultp-small-post-module2 .ultp-block-item::before {
	right: -15px;
	left: auto;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap {
	position: relative;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-content, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-content {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-content .ultp-block-content-inner, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-content .ultp-block-content-inner {
	transition: .4s;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap {
	position: relative;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image > a, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image > a {
	height: 100%;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image img, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner img.ultp-block-img, .wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner img.ultp-block-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
}

.wp-block-ultimate-post-post-slider-1 .slick-arrow, .wp-block-ultimate-post-post-slider-2 .slick-arrow {
	transition: .4s;
	text-align: center;
	display: flex !important;
	justify-content: center;
	cursor: pointer;
}

.wp-block-ultimate-post-post-slider-1 .slick-arrow:before, .wp-block-ultimate-post-post-slider-2 .slick-arrow:before {
	display: none;
}

.wp-block-ultimate-post-post-slider-1 .slick-arrow:before, .wp-block-ultimate-post-post-slider-2 .slick-arrow:before {
	opacity: 1;
	transition: .4s;
}

.wp-block-ultimate-post-post-slider-1 .slick-dots li, .wp-block-ultimate-post-post-slider-2 .slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
}

.wp-block-ultimate-post-post-slider-1 .slick-dots li button, .wp-block-ultimate-post-post-slider-2 .slick-dots li button {
	display: inline-block;
	transition: .4s;
	padding: 0;
}

.wp-block-ultimate-post-post-slider-1 .slick-dots li button:before, .wp-block-ultimate-post-post-slider-2 .slick-dots li button:before {
	display: none;
}

.ultp-block-readmore a {
	transition: .4s;
	display: inline-block;
}

.ultp-block-readmore a:hover {
	text-decoration: none;
}

.ultp-block-readmore a svg {
	height: auto;
	width: 15px;
	margin-left: 6px;
	vertical-align: sub;
	display: inline-block;
}

.ultp-loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	transition: all .4s cubic-bezier(.55, 0, .1, 1);
	overflow: hidden;
}

.ultp-loading .ultp-loading-blocks {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
}

.ultp-loading .ultp-loading-blocks div {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--loading-block-color);
	animation: loading-blocks .8s linear infinite;
}

.ultp-loading .ultp-loading-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -33px;
}

.ultp-loading .ultp-loading-spinner div {
	left: 0;
	top: 0;
	position: absolute;
	animation: loading-spinner linear 1s infinite;
	background: calc(var(--loading-block-color) * .8);
	width: 5px;
	height: 15px;
	border-radius: 40%;
	transform-origin: 5px 35px;
}

.ultp-loading .ultp-loading-spinner div:nth-child(1) {
	transform: rotate(0);
	animation-delay: -.9166666667s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -.8333333333s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -.75s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -.6666666667s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -.5833333333s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -.5s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -.4166666667s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -.3333333333s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -.25s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -.1666666667s;
}

.ultp-loading .ultp-loading-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -83.3333333ms;
}

.ultp-loading .ultp-loading-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap {
	overflow: hidden;
	height: 550px;
}

.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner {
	overflow: hidden;
}

.wp-block-ultimate-post-post-slider-1 .slick-arrow svg {
	width: 16px;
}

@keyframes loading-spinner {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes loading-blocks {
	0% {
		background: var(--loading-block-color);
	}
	
	100% {
		background: calc(var(--loading-block-color) * .8);
	}
}

.ultp-block-items-wrap .fade.in {
	animation-name: fadeIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.ultp-block-items-wrap .fade.out {
	animation-name: fadeOut;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translateY(10px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(0);
	}
}

.rtl .wp-block-ultimate-post-post-slider-1 .slick-next svg, .rtl .wp-block-ultimate-post-post-slider-1 .slick-prev svg, .rtl .wp-block-ultimate-post-post-slider-2 .slick-next svg, .rtl .wp-block-ultimate-post-post-slider-2 .slick-prev svg {
	transform: rotate(180deg);
}

.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item, .wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item {
	position: relative;
}

.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item:not(:first-child), .wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item:not(:first-child) {
	display: none;
}

.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item .ultp-block-slider-wrap, .wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item .ultp-block-slider-wrap {
	visibility: hidden;
}

.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container, .wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	bottom: 50%;
	height: 80px;
}

.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading, .wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading {
	display: block;
}

.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading .ultp-loading-spinner > div, .wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading .ultp-loading-spinner > div {
	background: var(--loading-block-color);
}

.wp-block-ultimate-post-post-slider-2 .ultp-wrapper-pro {
	position: relative;
}

.wp-block-ultimate-post-post-slider-2 .ultp-wrapper-pro::before {
	content: "";
	background: rgba(35, 37, 255, .2);
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 4px;
	z-index: 9;
	pointer-events: none;
}

.wp-block-ultimate-post-post-slider-2 .ultp-wrapper-pro {
	position: relative;
}

.wp-block-ultimate-post-post-slider-2 .ultp-wrapper-pro::before {
	height: calc(100% - 8px) !important;
}

.wp-block-ultimate-post-post-slider-2 .ultp-pro-helper {
	background-color: #2728e4;
}

.wp-block-ultimate-post-post-slider-2 .slick-dots {
	margin: 0 !important;
}

.wp-block-ultimate-post-post-slider-2 .ultp-block-image {
	height: 100%;
}

.wp-block-ultimate-post-post-slider-2 .ultp-block-content-inner {
	box-sizing: border-box;
}

.ultp-slide-slide1 .slick-slide .ultp-block-slider-wrap > .ultp-block-content {
	transition: .3s all;
	opacity: 0;
}

.ultp-slide-slide1 .slick-slide .ultp-block-image-inner {
	transition: .3s all;
	opacity: .5;
}

.ultp-slide-slide1 .slick-center {
	z-index: 999 !important;
	width: 800px;
}

.ultp-slide-slide1 .slick-center .ultp-block-slider-wrap > .ultp-block-content {
	transition: .3s all;
	opacity: 1;
}

.ultp-slide-slide1 .slick-center .ultp-block-image-inner {
	opacity: 1;
	transition: .3s all;
}

.ultp-slide-slide2 .ultp-block-slider-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.ultp-slide-slide2 .ultp-block-slider-wrap .ultp-block-content, .ultp-slide-slide2 .ultp-block-slider-wrap .ultp-block-image-inner {
	position: static !important;
}

.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-image-inner {
	height: auto;
}

.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content {
	box-sizing: border-box;
}

.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content, .ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-image-inner {
	position: static !important;
}

.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-image {
	height: 100%;
}

.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content-inner {
	height: 100%;
	width: 100%;
}

.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content-inner .ultp-cat-new-world {
	position: relative;
	z-index: 999;
}

.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content {
	height: -webkit-fill-available;
}

.ultp-slide-slide4 .slick-slide .ultp-block-content-inner {
	transition: all .4s ease-in-out;
	opacity: 0;
}

.ultp-slide-slide4 .slick-center .ultp-block-content-inner {
	opacity: 1;
}

.ultp-slide-slide5 .slick-slide {
	transition: all .4s ease-in-out;
}

.ultp-pro-helper {
	text-align: center;
	font-size: 16px;
	padding: 7px 27px;
	color: #fff;
}

.ultp-pro-helper div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ultp-pro-helper div span {
	margin-right: auto;
}

.ultp-pro-helper div a {
	color: #fff;
	text-decoration: underline;
}

.ultp-pro-helper div a:hover {
	color: #eee;
}

.ultp-pro-helper div .ultp-upgrade-pro {
	color: #ffca27 !important;
	margin-right: 20px;
}

.ultp-pro-helper div .ultp-upgrade-pro:hover {
	color: #d4a619 !important;
}

@media only screen and (max-width:767px) {
	.ultp-slide-slide6 .ultp-block-slider-wrap {
		height: -webkit-fill-available !important;
	}
	
	.ultp-slide-slide6 .ultp-block-slider-wrap .ultp-block-content-inner, .ultp-slide-slide6 .ultp-block-slider-wrap > .ultp-block-content {
		width: 100% !important;
	}
	
	.ultp-slide-slide6 .ultp-block-slider-wrap .ultp-block-content-inner, .ultp-slide-slide6 .ultp-block-slider-wrap > .ultp-block-content, .ultp-slide-slide6 .ultp-block-slider-wrap > .ultp-block-image-inner {
		position: static !important;
		height: -webkit-fill-available !important;
	}
	
	.ultp-slide-slide6 .slick-next, .ultp-slide-slide6 .slick-prev {
		left: unset !important;
		right: 0 !important;
	}
	
	.ultp-slide-slide6 .slick-prev {
		right: 50px !important;
	}
}

.wp-block-ultimate-post-row {
	position: relative;
}

.wp-block-ultimate-post-row > .ultp-row-wrapper {
	transition: .3s;
	position: relative;
}

.wp-block-ultimate-post-row > .ultp-row-wrapper:hover {
	transition: .3s;
}

.wp-block-ultimate-post-row > .ultp-row-wrapper > .wp-block-ultimate-post-column {
	transition: .3s;
}

.wp-block-ultimate-post-row > .ultp-row-wrapper > .wp-block-ultimate-post-column:hover {
	transition: .3s;
}

.wp-block-ultimate-post-row > .ultp-row-wrapper .alignfull {
	margin-left: unset;
	margin-right: unset;
	width: unset;
	max-width: unset;
}

.wp-block-ultimate-post-row > .ultp-row-wrapper > .ultp-row-content {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
}

.ultp-rowbg-video {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.ultp-rowbg-video iframe {
	height: 100vh;
	width: 100vw;
	pointer-events: none;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.ultp-rowbg-video video {
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: unset;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.ultp-row-shape {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	pointer-events: none;
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 0;
}

.ultp-row-shape.ultp-shape-bottom {
	bottom: 0;
	top: auto !important;
}

.ultp-row-shape.ultp-shape-bottom svg {
	transform: rotate(180deg);
}

.ultp-rowwrap-url {
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999;
}

.ultp-column-overlay, .ultp-row-overlay {
	width: 100%;
	height: 100%;
	transition: .3s;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.ultp-column-overlay:hover, .ultp-row-overlay:hover {
	transition: .3s;
}

@media only screen and (min-width:991px) {
	body .wp-block-ultimate-post-row.ultpBgPadding.lgL > .ultp-row-wrapper > .block-editor-inner-blocks, body .wp-block-ultimate-post-row.ultpBgPadding.lgL > .ultp-row-wrapper > .ultp-row-content {
		padding-left: 15px;
	}
	
	body .wp-block-ultimate-post-row.ultpBgPadding.lgR > .ultp-row-wrapper > .block-editor-inner-blocks, body .wp-block-ultimate-post-row.ultpBgPadding.lgR > .ultp-row-wrapper > .ultp-row-content {
		padding-right: 15px;
	}
}

@media only screen and (max-width:991px) and (min-width:768px) {
	body .wp-block-ultimate-post-row.ultpBgPadding.smL > .ultp-row-wrapper > .block-editor-inner-blocks, body .wp-block-ultimate-post-row.ultpBgPadding.smL > .ultp-row-wrapper > .ultp-row-content {
		padding-left: 15px;
	}
	
	body .wp-block-ultimate-post-row.ultpBgPadding.smR > .ultp-row-wrapper > .block-editor-inner-blocks, body .wp-block-ultimate-post-row.ultpBgPadding.smR > .ultp-row-wrapper > .ultp-row-content {
		padding-right: 15px;
	}
}

@media only screen and (max-width:767px) {
	body .wp-block-ultimate-post-row.ultpBgPadding.xsL > .ultp-row-wrapper > .block-editor-inner-blocks, body .wp-block-ultimate-post-row.ultpBgPadding.xsL > .ultp-row-wrapper > .ultp-row-content {
		padding-left: 15px;
	}
	
	body .wp-block-ultimate-post-row.ultpBgPadding.xsR > .ultp-row-wrapper > .block-editor-inner-blocks, body .wp-block-ultimate-post-row.ultpBgPadding.xsR > .ultp-row-wrapper > .ultp-row-content {
		padding-right: 15px;
	}
}

.postx-page .wp-block-ultimate-post-row.row_scrollToStickyTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	max-width: unset !important;
}

.postx-page .wp-block-ultimate-post-row.row_scrollToStickyTop, .postx-page .wp-block-ultimate-post-row.row_scrollToStickyTop.stickyTopDeActive {
	opacity: 1;
	overflow: visible;
	transition: .1s;
}

.postx-page .wp-block-ultimate-post-row.row_scrollToStickyTop.stickyTopActive {
	opacity: 0;
	overflow: hidden;
	transition: .1s;
}

.postx-page .wp-block-ultimate-post-row.row_sticky {
	top: 0;
	width: -moz-available;
	width: -webkit-fill-available;
}

.postx-page .wp-block-ultimate-post-row.row_sticky.stickyTopDeActive {
	height: auto !important;
	position: static;
	animation: stickyDeActive .1s;
}

.postx-page .wp-block-ultimate-post-row.row_sticky.stickyTopActive {
	height: -moz-max-content !important;
	height: max-content !important;
	position: fixed;
	animation: stickyActive .1s;
}

.postx-page .wp-block-ultimate-post-row.row_sticky_active {
	z-index: 999;
}

@keyframes stickyActive {
	0% {
		opacity: .3;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes stickyDeActive {
	0% {
		opacity: .3;
	}
	
	100% {
		opacity: 1;
	}
}

body:has(#wpadminbar) .wp-block-ultimate-post-row.row_scrollToStickyTop, body:has(#wpadminbar) .wp-block-ultimate-post-row.stickyTopActive.row_sticky {
	top: 32px !important;
}

@media screen and (max-width:600px) {
	body:has(#wpadminbar) .wp-block-ultimate-post-row.row_scrollToStickyTop, body:has(#wpadminbar) .wp-block-ultimate-post-row.stickyTopActive.row_sticky {
		top: 0 !important;
	}
}

.wp-block-ultimate-post-social-icons a {
	text-decoration: none !important;
}

.wp-block-ultimate-post-social-icons .ultp-social-icons-separator {
	display: block;
}

.wp-block-ultimate-post-social-icons .ultp-social-icons-wrapper {
	list-style: none;
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .ultp-social-icons-wrapper:hover {
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .ultp-social-icons-wrapper:has(.block-editor-block-list__layout) {
	padding: 0 !important;
}

.wp-block-ultimate-post-social-icons .ultp-social-icons-wrapper:has(>.wp-block-ultimate-post-social) {
	width: -moz-max-content;
	width: max-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.wp-block-ultimate-post-social-icons .ultp-social-icons-wrapper > li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wp-block-ultimate-post-social-icons .ultp-social-bg {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .ultp-social-bg:hover {
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .ultp-social-bg svg {
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .ultp-social-bg svg:hover {
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .ultp-social-content {
	width: 100%;
	box-sizing: border-box;
	justify-content: flex-start;
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .ultp-social-content:hover {
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .block-editor-block-list__layout {
	width: -moz-max-content;
	width: max-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .block-editor-block-list__layout:hover {
	transition: .3s;
}

.wp-block-ultimate-post-social-icons .block-editor-block-list__layout > .block-editor-block-list__block {
	margin: 0 !important;
	width: 100%;
}

.wp-block-ultimate-post-social-icons .block-editor-inner-blocks:has(.block-list-appender) > .block-editor-block-list__layout > div {
	margin: 0;
}

.wp-block-ultimate-post-social-icons .block-editor-inner-blocks:has(.block-list-appender) > .block-editor-block-list__layout > div:nth-last-child(2) li {
	border: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.wp-block-ultimate-post-social-icons .block-editor-inner-blocks > .block-editor-block-list__layout > div {
	margin: 0;
}

.wp-block-ultimate-post-social-icons .block-editor-inner-blocks > .block-editor-block-list__layout > div:last-child li {
	border: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.ultp-social-icons-layout2 {
	list-style: none;
	justify-content: flex-end;
}

.ultp-social-icons-layout2 .ultp-social-content {
	text-align: right;
	flex-direction: row-reverse;
}

.wp-block-ultimate-post-star-rating {
	display: flex;
}

.wp-block-ultimate-post-star-rating .ultp-rating-block, .wp-block-ultimate-post-star-rating .ultp-rating-icon {
	display: flex;
	align-items: center;
}

.ultp-toc-header {
	display: flex;
	align-items: center;
}

.ultp-toc-header .ultp-toc-heading {
	margin-right: 10px;
}

.ultp-toc-header .ultp-collapsible-toggle > a {
	transition: .4s;
}

.ultp-toc-header .ultp-collapsible-toggle > a svg {
	width: 16px;
}

.ultp-toc-header .ultp-collapsible-toggle > a.ultp-collapsible-icon {
	line-height: 16px;
}

.ultp-toc-header .ultp-collapsible-toggle .ultp-collapsible-open {
	display: none;
}

.ultp-toc-header .ultp-collapsible-toggle.ultp-toggle-collapsed .ultp-collapsible-hide {
	display: none;
}

.ultp-toc-header .ultp-collapsible-toggle.ultp-toggle-collapsed .ultp-collapsible-open {
	display: inline-block;
}

.ultp-toc-header .ultp-collapsible-toggle.ultp-toggle-collapsed .ultp-collapsible-open.ultp-collapsible-icon {
	transform: rotate(180deg);
	position: relative;
	top: 3px;
}

.ultp-toc-sticky {
	overflow: hidden;
	z-index: 999;
	opacity: 1;
	transition: .4s;
}

.ultp-toc-sticky .ultp-block-toc-body {
	width: 100%;
	max-height: 400px;
	overflow-x: hidden;
}

.ultp-toc-sticky.ultp-toc-scroll {
	transition: .4s;
	opacity: 1;
	position: fixed;
	top: 80px;
	max-height: 480px;
	max-width: 350px;
	width: 350px;
	right: 0;
}

.block-editor-block-list__block .ultp-toc-sticky.ultp-toc-scroll {
	top: inherit;
	right: inherit;
	position: relative;
	max-height: inherit;
	max-width: inherit;
	overflow: visible;
}

.block-editor-block-list__block .ultp-toc-sticky.ultp-toc-scroll .ultp-block-toc-body {
	width: inherit;
	max-height: initial;
	overflow-x: initial;
}

.ultp-toc-backtotop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99999999;
	background: red;
	text-align: center;
	text-decoration: none !important;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	line-height: 0;
}

.ultp-toc-backtotop.tocshow {
	opacity: 1;
	visibility: visible;
}

.editor-styles-wrapper .ultp-toc-backtotop {
	opacity: 1;
	visibility: visible;
}

.ultp-block-toc-body ul.ultp-toc-lists {
	margin-left: 0;
}

.ultp-block-toc-body ul.ultp-toc-lists li {
	list-style: none;
}

.ultp-block-toc-body ul.ultp-toc-lists li a {
	border: none;
	transition: color .3s;
	text-decoration: none;
}

.ultp-block-toc-body ul.ultp-toc-lists {
	padding-left: 0;
}

.ultp-block-toc-body ul.ultp-toc-lists li {
	margin-bottom: 0;
}

.ultp-block-toc-body ul.ultp-toc-lists li ul.ultp-toc-lists {
	margin-left: 15px;
}

.ultp-block-toc-body.ultp-block-toc-style1 .ultp-toc-lists {
	padding-left: 25px;
	list-style: disc;
}

.ultp-block-toc-body.ultp-block-toc-style1 .ultp-toc-lists li {
	list-style: initial;
}

.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists {
	counter-reset: item;
	list-style: none !important;
	margin-left: 0;
	padding-left: 25px;
}

.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists > li {
	counter-increment: item;
	list-style-type: none;
}

.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists li a {
	transition: .4s;
	text-decoration: none;
	position: relative;
}

.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists li a::before {
	content: counters(item, ".") ". ";
	position: absolute;
	right: calc(100% + 8px);
	word-break: initial;
}

.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists li ol > li a::before {
	content: counters(item, ".") " ";
	word-break: initial;
}

.ultp-block-toc-body.ultp-block-toc-style3 .ultp-toc-lists li a::before {
	transition: .4s;
	content: "☞";
	padding-right: 5px;
}

.ultp-block-toc-body.ultp-block-toc-style4 .ultp-toc-lists li a::before {
	transition: .4s;
	content: "▶";
	padding-right: 5px;
	font-size: 13px;
}

.ultp-block-toc-body.ultp-block-toc-style5 .ultp-toc-lists li a::before {
	transition: .4s;
	content: "➢";
	padding-right: 5px;
}

.ultp-block-toc-body.ultp-block-toc-style6 .ultp-toc-lists li a::before {
	transition: .4s;
	content: "➞";
	padding-right: 5px;
}

.ultp-block-toc-body.ultp-block-toc-style7 .ultp-toc-lists li a::before {
	transition: .4s;
	content: "▷";
	padding-right: 5px;
	font-size: 14px;
}

.ultp-block-toc-body.ultp-block-toc-style8 .ultp-toc-lists li a::before {
	transition: .4s;
	content: "→";
	margin-right: 5px;
}

.ultp-block-toc-body > .ultp-toc-lists {
	margin: 0;
}

.ultp-block-toc-body > .ultp-toc-lists > li:first-of-type {
	margin-top: 0;
}

@media (max-width:992px) {
	.ultp-toc-sticky.ultp-toc-scroll {
		top: inherit;
		right: inherit;
		position: relative;
		max-height: inherit;
		width: inherit;
		max-width: inherit;
		overflow: visible;
		z-index: initial;
	}
	
	.ultp-toc-sticky.ultp-toc-scroll .ultp-block-toc-body {
		width: inherit;
		max-height: initial;
		overflow-x: initial;
	}
}

.ultp-tab-wrapper {
	display: flex;
}

.ultp-tab-wrapper > .block-editor-inner-blocks {
	width: 100%;
}

.ultp-tab-wrapper > .ultp-tabs-nav-wrapper {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-tabs-nav {
	display: flex;
	align-items: stretch;
	width: -moz-fit-content;
	width: fit-content;
	box-sizing: border-box;
	transition: .5s;
}

.ultp-tabs-nav-icon {
	display: flex;
}

.ultp-tabs-nav-inner {
	position: relative;
	display: flex;
	align-items: center;
}

.ultp-tab-normal.ultp-nav-top.ultp-tab-fill-width > .ultp-tabs-nav-wrapper {
	width: 100%;
}

.ultp-tab-normal.ultp-nav-top.ultp-tab-fill-width > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	width: 100%;
}

.ultp-tab-normal.ultp-nav-top.ultp-tab-fill-width > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	width: 100%;
	flex-wrap: wrap;
}

.ultp-tab-normal > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	width: 100%;
	flex-wrap: wrap;
}

.ultp-tab-normal.ultp-nav-top.ultp-tab-full-width > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner, .ultp-tab-normal.ultp-nav-top.ultp-tab-full-width > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	justify-content: inherit;
	width: 100%;
}

.ultp-tab-slider.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	overflow: hidden;
	padding-bottom: 10px;
}

.ultp-tab-slider.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-add-new-tab {
	position: absolute;
	right: 0;
	top: 0;
}

.ultp-tab-slider.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-tab-slider.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
	top: calc(50% - 10px);
	transform: translateY(-50%);
}

.ultp-tab-slider.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	overflow: hidden;
	padding-top: 10px;
}

.ultp-tab-slider.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-add-new-tab {
	position: absolute;
	right: 0;
	top: 0;
}

.ultp-tab-slider.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-tab-slider.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
	top: calc(50% - 0px);
	transform: translateY(-50%);
}

.ultp-tab-slider > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	position: relative;
}

.ultp-tab-slider > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element {
	flex-shrink: 0;
	flex: 1;
}

.ultp-nav-bottom, .ultp-nav-top {
	flex-direction: column;
}

.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner, .ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	gap: 8px;
}

.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow, .ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
	top: calc(50% + 15px);
	transform: translateY(-50%);
}

.ultp-nav-left {
	flex-direction: row;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	align-self: flex-start;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	width: 100% !important;
	flex-direction: column;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element::after {
	top: calc(50% - 10px);
	transform: rotate(-90deg);
	left: 100%;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element:last-child > .ultp-tabs-setting > .ultp-individual-settings {
	bottom: 100%;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings {
	top: auto !important;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings > .ultp-individual-settings-position {
	gap: 10px;
	top: auto !important;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings > .ultp-individual-settings-position > div:last-child {
	margin-top: -3px;
	transform: rotate(90deg);
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings > .ultp-individual-settings-position > div:first-child {
	margin-top: 3px;
	transform: rotate(90deg);
}

.ultp-nav-right {
	flex-direction: row-reverse;
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	align-self: flex-start;
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	width: 100% !important;
	flex-direction: column;
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element:last-child > .ultp-tabs-setting > .ultp-individual-settings {
	bottom: 100%;
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element::after {
	top: calc(50% - 10px);
	transform: rotate(90deg);
	left: auto;
	right: 100%;
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings {
	top: auto !important;
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings > .ultp-individual-settings-position {
	gap: 10px;
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings > .ultp-individual-settings-position > div:last-child {
	margin-top: -3px;
	transform: rotate(90deg);
}

.ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings > .ultp-individual-settings-position > div:first-child {
	margin-top: 3px;
	transform: rotate(90deg);
}

.ultp-nav-bottom {
	flex-direction: column-reverse;
}

.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element::after {
	bottom: 100%;
	top: auto;
	transform: rotate(-180deg);
}

.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element > .ultp-tabs-setting > .ultp-individual-settings {
	top: auto;
	bottom: -28px;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper, .ultp-nav-right > .ultp-tabs-nav-wrapper {
	width: 100%;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	width: 100%;
	max-height: 400px;
	align-items: flex-start;
	overflow: hidden;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-add-new-tab, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-add-new-tab {
	position: absolute;
	right: 0;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
	left: 50%;
	transform: translateX(-50%);
	right: auto !important;
	box-sizing: border-box;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow {
	top: 0;
	bottom: auto;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow > svg, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow > svg {
	transform: rotate(90deg) !important;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
	top: auto;
	bottom: 0;
}

.ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow > svg, .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow > svg {
	transform: rotate(90deg);
}

.ultp-add-new-tab {
	cursor: pointer;
	height: 24px;
	width: 24px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	background-color: #070707;
}

.ultp-add-new-tab svg {
	color: #fff;
	height: 18px;
	width: 18px;
}

.ultp-tabs-nav {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
	pointer-events: auto !important;
}

.ultp-tabs-nav-element {
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
	pointer-events: auto !important;
}

.ultp-tabs-nav-element:hover {
	z-index: 999;
}

.ultp-tabs-nav-element::after {
	content: "";
	width: 20px;
	height: 20px;
	text-align: center;
	clip-path: polygon(0 0, 50% 50%, 100% 0);
	position: absolute;
	top: 99%;
	left: calc(50% - 7px);
	display: none;
}

.ultp-tabs-nav-element.ultp-tab-active::after, .ultp-tabs-nav-element:hover::after {
	display: block;
}

.ultp-tabs-nav-element.ultp-tab-active {
	z-index: 9;
}

.ultp-tabs-nav-element.ultp-tab-active::after, .ultp-tabs-nav-element.ultp-tab-active:hover:after {
	display: block;
}

.ultp-tabs-nav-element > .tab-progressbar {
	height: 5px;
	width: auto;
	top: calc(100% - 5px);
	position: absolute;
	left: 0;
	border-radius: inherit;
	transition: 3s;
	visibility: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	animation-timing-function: ease;
}

.ultp-tabs-nav-element.tab-progressbar-active .tab-progressbar {
	visibility: visible;
	transition: 1s;
	animation-name: progressbarWidth;
	animation-timing-function: ease;
}

.ultp-tab-content {
	width: 100%;
}

.ultp-tab-title {
	min-width: 1px;
	white-space: pre-wrap;
	margin: 0 !important;
}

.ultp-tab-title-content {
	display: flex;
	align-items: center;
}

.ultp-tab-left-arrow, .ultp-tab-right-arrow {
	display: none;
	cursor: pointer;
	background: #beb9ff;
	padding: 0 13px 0 4px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute !important;
	right: 0;
	z-index: 999;
}

.ultp-tab-left-arrow.ultp-arrow-active, .ultp-tab-right-arrow.ultp-arrow-active {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ultp-tab-left-arrow {
	left: 0;
	right: auto !important;
	padding: 0 3px 0 13px;
}

.ultp-tab-left-arrow:after {
	transform: rotate(318deg) !important;
}

.ultp-tab-right-arrow {
	position: relative;
}

@keyframes progressbarWidth {
	0% {
		width: 100%;
	}
	
	100% {
		width: 0%;
	}
}

.ultp-tab-arrow-off .ultp-tabs-nav-element::after {
	display: none;
}

.ultp-tab-full-width:not(.ultp-tab-slider) > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	flex-wrap: wrap;
}

.ultp-tab-fill-width:not(.ultp-tab-slider) > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	flex-wrap: wrap;
}

.ultp-tab-fill-width:not(.ultp-tab-slider) > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element {
	flex: 1;
}

.ultp-individual-settings {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	max-height: 24px;
	width: -moz-fit-content;
	width: fit-content;
	box-sizing: border-box;
	border: 1px solid;
	border-radius: 18px;
	padding: 0 12px;
	background-color: #070707;
	transform: translateX(-50%);
	position: absolute;
	z-index: 999;
	top: -28px;
	left: 50%;
}

.ultp-individual-settings path, .ultp-individual-settings svg {
	color: #fff;
}

.ultp-individual-settings-position {
	border-right: 1px solid #4a4a4a;
	display: flex;
	align-items: center;
	gap: 4px;
	padding-right: 10px;
}

.ultp-individual-settings-position path, .ultp-individual-settings-position svg {
	height: 11px;
	width: 12px;
	display: none;
}

.ultp-individual-settings-position > div {
	cursor: pointer;
}

.ultp-individual-settings-position > div:first-child::after, .ultp-individual-settings-position > div:last-child::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 0;
}

.ultp-individual-settings-position > div:first-child::after {
	transform: rotate(-45deg);
}

.ultp-individual-settings-position > div:last-child::after {
	transform: rotate(135deg);
}

.ultp-individual-settings-position > div:hover:after {
	border-color: #ff176b !important;
}

.ultp-individual-settings-action {
	display: flex;
	align-items: center;
	border-right: 1px solid #4a4a4a;
	padding: 0 10px;
	gap: 13px;
}

.ultp-individual-settings-action path, .ultp-individual-settings-action svg {
	height: 14px;
	width: 14px;
}

.ultp-individual-settings-action > div {
	cursor: pointer;
}

.ultp-individual-settings-action > div:last-child path {
	color: #fff;
}

.ultp-individual-settings-action div:hover:has(>svg) path, .ultp-individual-settings-action div:hover:has(>svg) svg {
	color: #ff176b !important;
}

.ultp-individual-settings-delete {
	padding: 0 5px 0 8px;
}

.ultp-individual-settings-delete path, .ultp-individual-settings-delete svg {
	cursor: pointer;
	color: none;
	color: #ff176b;
	height: 16px;
	width: 16px;
}

.ultp-individual-settings-icon svg path {
	fill: none !important;
	color: #fff;
}

.ultp-individual-settings div {
	height: 100%;
	display: flex;
	align-items: center;
}

.ultp-tab-wrapper-backend.ultp-tab-normal.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	padding-top: 10px;
}

.ultp-tab-wrapper-backend .tab-progressbar-actives > .tab-progressbar {
	visibility: visible;
	width: 100%;
}

.ultp-tab-wrapper-backend .wp-block-ultimate-post-tab-item > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender > .block-editor-inserter > button.block-editor-button-block-appender {
	min-height: 160px;
	border-radius: 4px;
	border: 1px solid #070707;
}

.ultp-tab-toolbar {
	display: flex;
	align-items: center;
}

.ultp-tab-toolbar .ultp-tab-toolbar-icon svg {
	fill: none;
}

.wp-block-ultimate-post-tabs:has(.ultp-nav-top) {
	padding-top: 20px;
}

.wp-block-ultimate-post-tabs .block-editor-block-list__layout > .block-list-appender {
	width: 100%;
	max-width: auto !important;
}

.wp-block-ultimate-post-tabs:has(.wp-block-ultimate-post-tabs) > .ultp-block-wrapper > .ultp-tab-wrapper > .block-editor-inner-blocks {
	overflow: hidden;
}

.postx-admin-page .ultp-tab-slider.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 30px;
}

.postx-admin-page .ultp-tab-slider.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .postx-admin-page .ultp-tab-slider.ultp-nav-top > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
	top: calc(50% + 15px);
	transform: translateY(-50%);
}

.postx-admin-page .ultp-tab-slider.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 30px;
}

.postx-admin-page .ultp-tab-slider.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .postx-admin-page .ultp-tab-slider.ultp-nav-bottom > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
	top: 50%;
}

.postx-admin-page .ultp-tab-slider .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
	position: relative;
}

.postx-admin-page .ultp-tab-slider .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element {
	flex-shrink: 0;
	flex: 1;
}

.postx-page .ultp-tabs-nav-wrapper {
	flex-shrink: 0;
}

.postx-page .ultp-tab-slider > .ultp-tabs-nav-wrapper {
	overflow: hidden;
	padding-bottom: 10px;
}

.postx-page .ultp-nav-left > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .postx-page .ultp-nav-right > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow {
	top: 0;
}

@media only screen and (max-width:600px) {
	.wp-block-ultimate-post-tabs > .ultp-block-wrapper > .ultp-tab-wrapper > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element {
		width: 100%;
		min-width: none !important;
		max-width: none !important;
	}
	
	.ultp-tab-accordion > .ultp-tabs-nav-wrapper {
		display: contents !important;
	}
	
	.ultp-tab-accordion > .ultp-tabs-nav-wrapper > .ultp-tab-left-arrow, .ultp-tab-accordion > .ultp-tabs-nav-wrapper > .ultp-tab-right-arrow {
		display: none;
	}
	
	.ultp-tab-slider > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav {
		flex-wrap: nowrap;
	}
	
	.ultp-tab-mobile-stack {
		flex-direction: column;
	}
	
	.ultp-tab-mobile-stack > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
		padding: 0 !important;
	}
	
	.ultp-tab-mobile-stack > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element::after {
		top: 99%;
		left: calc(50% - 7px);
		transform: rotate(0);
	}
	
	.ultp-nav-left.ultp-tab-accordion, .ultp-nav-right.ultp-tab-accordion {
		flex-direction: column;
	}
	
	.ultp-nav-left.ultp-tab-accordion > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner, .ultp-nav-right.ultp-tab-accordion > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner {
		max-height: unset;
	}
	
	.ultp-nav-left.ultp-tab-accordion > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element:after, .ultp-nav-right.ultp-tab-accordion > .ultp-tabs-nav-wrapper > .ultp-tabs-nav-inner > .ultp-tabs-nav > .ultp-tabs-nav-element:after {
		top: 99%;
		left: calc(50% - 7px);
		transform: rotate(0);
	}
}

.ultp-taxonomy-layout-1 li a {
	color: #000;
	display: flex;
	flex-wrap: wrap;
}

.ultp-taxonomy-layout-1 li a .ultp-taxonomy-count {
	margin-left: auto;
}

.ultp-taxonomy-layout-1 li a .ultp-taxonomy-name {
	color: #333;
}

.ultp-taxonomy-layout-1 li a .ultp-taxonomy-count {
	color: #333;
	text-align: center;
	display: inline-block;
}

.ultp-taxonomy-layout-1 li a .ultp-taxonomy-desc {
	color: #757575;
	width: 100%;
}

.ultp-taxonomy-layout-2 li a {
	color: #fff;
	padding: 15px;
	display: inline-block;
}

.ultp-taxonomy-layout-2 li a .ultp-taxonomy-bar {
	height: 1px;
	width: 100%;
	margin: 0 20px;
	border-bottom: 1px dashed #fff;
}

.ultp-taxonomy-layout-2 li a .ultp-taxonomy-name {
	flex-basis: auto;
	flex-shrink: 0;
	color: #fff;
}

.ultp-taxonomy-layout-2 li a .ultp-taxonomy-count {
	color: #fff;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
}

.ultp-taxonomy-layout-2 li a .ultp-taxonomy-desc {
	color: #fff;
	z-index: 1;
	position: relative;
}

.ultp-taxonomy-layout-2 li a .ultp-taxonomy-lt2-content {
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 1;
	position: relative;
}

.ultp-taxonomy-layout-2 li a .ultp-taxonomy-lt2-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	transition: .4s;
}

.ultp-taxonomy-layout-2 li a:hover .ultp-taxonomy-lt2-overlay {
	background: rgba(0, 0, 0, .7);
}

.ultp-taxonomy-layout-3 li a {
	padding: 15px;
	border: 1px solid #e5e5e5;
	color: #000;
	display: inline-block;
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-bar {
	height: 1px;
	width: 100%;
	margin: 0 20px;
	border-bottom: 1px dashed #ccc;
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-lt3-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .4s;
	pointer-events: none;
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-lt3-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	transition: .4s;
	opacity: 0;
}

.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-lt3-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, .7);
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-desc, .ultp-taxonomy-layout-3 li a span {
	z-index: 2;
	position: relative;
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-lt3-content {
	display: flex;
	align-items: center;
}

.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-lt3-img {
	opacity: 1;
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-name {
	flex-basis: auto;
	flex-shrink: 0;
	color: #333;
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-count {
	color: #333;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
}

.ultp-taxonomy-layout-3 li a .ultp-taxonomy-desc {
	color: #757575;
}

.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-name {
	color: #fff;
}

.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-count {
	color: #fff;
}

.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-desc {
	color: #fff;
}

.ultp-taxonomy-layout-4 li a {
	color: #000;
	padding: 20px;
	border: 1px solid #e5e5e5;
	text-align: center;
	display: inline-block;
}

.ultp-taxonomy-layout-4 li a img {
	max-width: 50px;
	display: inline-block;
}

.ultp-taxonomy-layout-4 li a .ultp-taxonomy-name {
	color: #333;
}

.ultp-taxonomy-layout-4 li a .ultp-taxonomy-count {
	color: #333;
	margin-left: 4px;
	display: inline-block;
	text-align: center;
}

.ultp-taxonomy-layout-4 li a .ultp-taxonomy-desc {
	color: #757575;
}

.ultp-taxonomy-layout-5 li a {
	color: #000;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	line-height: 0;
}

.ultp-taxonomy-layout-5 li a img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.ultp-taxonomy-layout-5 li a .ultp-taxonomy-lt5-content {
	padding: 10px;
	background: #e5e5e5;
	line-height: normal;
	width: 100%;
	display: block;
}

.ultp-taxonomy-layout-5 li a .ultp-taxonomy-name {
	color: #333;
}

.ultp-taxonomy-layout-5 li a .ultp-taxonomy-count {
	color: #333;
	margin-left: 4px;
	display: inline-block;
	text-align: center;
}

.ultp-taxonomy-layout-5 li a .ultp-taxonomy-desc {
	color: #757575;
	line-height: normal;
}

.ultp-taxonomy-layout-6 li a {
	color: #000;
	padding: 15px;
	text-align: center;
	display: inline-block;
}

.ultp-taxonomy-layout-6 li a .ultp-taxonomy-name {
	color: #fff;
	position: relative;
	z-index: 1;
}

.ultp-taxonomy-layout-6 li a .ultp-taxonomy-count {
	color: #fff;
	margin-left: 4px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.ultp-taxonomy-layout-6 li a .ultp-taxonomy-desc {
	color: #fff;
	position: relative;
	z-index: 1;
}

.ultp-taxonomy-layout-6 li a .ultp-taxonomy-lt6-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	transition: .4s;
}

.ultp-taxonomy-layout-6 li a:hover .ultp-taxonomy-lt6-overlay {
	background: rgba(0, 0, 0, .7);
}

.ultp-taxonomy-layout-7 li a {
	color: #000;
	padding: 20px 15px;
	text-align: center;
	display: inline-block;
}

.ultp-taxonomy-layout-7 li a .ultp-taxonomy-name {
	padding: 8px 20px;
	background: #fff;
	border-radius: 100px;
	color: #333;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.ultp-taxonomy-layout-7 li a .ultp-taxonomy-desc {
	color: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.ultp-taxonomy-layout-7 li a .ultp-taxonomy-count {
	margin-left: 4px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.ultp-taxonomy-layout-7 li a .ultp-taxonomy-lt7-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	transition: .4s;
}

.ultp-taxonomy-layout-7 li a:hover .ultp-taxonomy-lt7-overlay {
	background: rgba(0, 0, 0, .7);
}

.ultp-taxonomy-layout-8 li a {
	color: #000;
	padding: 20px 15px;
	text-align: center;
	display: inline-block;
}

.ultp-taxonomy-layout-8 li a .ultp-taxonomy-name {
	padding: 8px 20px;
	background: #fff;
	border-radius: 100px;
	color: #333;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.ultp-taxonomy-layout-8 li a .ultp-taxonomy-count {
	position: absolute;
	background: #000;
	border-radius: 100px;
	width: 22px;
	height: 22px;
	top: -5px;
	right: -12px;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.ultp-taxonomy-layout-8 li a .ultp-taxonomy-desc {
	color: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.ultp-taxonomy-layout-8 li a .ultp-taxonomy-lt8-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	transition: .4s;
}

.ultp-taxonomy-layout-8 li a:hover .ultp-taxonomy-lt8-overlay {
	background: rgba(0, 0, 0, .7);
}

.ultp-taxonomy-animation-zoomIn li a {
	transition: transform .3s cubic-bezier(.6, 0, .3, 1);
	transform: scale(1);
	backface-visibility: hidden;
}

.ultp-taxonomy-animation-zoomIn li a *, .ultp-taxonomy-animation-zoomIn li a :after, .ultp-taxonomy-animation-zoomIn li a :before {
	box-sizing: border-box;
	backface-visibility: hidden;
}

.ultp-taxonomy-animation-zoomIn li:hover a {
	transform: scale(1.03);
}

.ultp-taxonomy-animation-zoomOut li a {
	transition: transform .3s cubic-bezier(.6, 0, .3, 1);
	backface-visibility: hidden;
	transform: scale(1);
}

.ultp-taxonomy-animation-zoomOut li a *, .ultp-taxonomy-animation-zoomOut li a :after, .ultp-taxonomy-animation-zoomOut li a :before {
	box-sizing: border-box;
	backface-visibility: hidden;
}

.ultp-taxonomy-animation-zoomOut li:hover a {
	transform: scale(.97);
}

.ultp-taxonomy-animation-slideLeft li a {
	transition: transform .3s cubic-bezier(.6, 0, .3, 1);
	transform: translateX(0);
	backface-visibility: hidden;
}

.ultp-taxonomy-animation-slideLeft li a *, .ultp-taxonomy-animation-slideLeft li a :after, .ultp-taxonomy-animation-slideLeft li a :before {
	box-sizing: border-box;
	backface-visibility: hidden;
}

.ultp-taxonomy-animation-slideLeft li:hover a {
	transform: translateX(-5px);
}

.ultp-taxonomy-animation-slideRight li a {
	transition: transform .3s cubic-bezier(.6, 0, .3, 1);
	transform: translateX(0);
	backface-visibility: hidden;
}

.ultp-taxonomy-animation-slideRight li a * {
	box-sizing: border-box;
	backface-visibility: hidden;
}

.ultp-taxonomy-animation-slideRight li:hover a {
	transform: translateX(5px);
}

.ultp-wrapper-block {
	transition: .4s;
	position: relative;
}

.wp-block-ultimate-post-youtube-gallery {
	margin: 0 !important;
	max-width: 100%;
	margin: 0 auto;
}

.ultp-layout-classic > .ultp-ytg-item {
	position: relative;
}

.ultp-layout-classic > .ultp-ytg-item:first-child {
	grid-column: 1/-1;
}

.ultp-layout-classic > .ultp-ytg-item:first-child .ultp-ytg-video {
	padding-bottom: 0 !important;
	width: 100%;
}

.ultp-layout-classic > .ultp-ytg-item:first-child .ultp-ytg-video img {
	width: 100%;
}

.ultp-layout-classic.ultp-ytg-overlay > .ultp-ytg-item:first-child .ultp-ytg-video {
	max-width: 100% !important;
}

.ultp-layout-classic.ultp-ytg-overlay > .ultp-ytg-item:first-child .ultp-ytg-title {
	font-size: 24px;
}

.ultp-layout-classic.ultp-ytg-overlay > .ultp-ytg-item:first-child .ultp-ytg-description {
	font-size: 14px;
	line-height: 24px;
}

.ultp-layout-classic.ultp-ytg-view-list > div:first-child {
	flex-direction: column;
}

.ultp-layout-playlist {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
}

.ultp-layout-playlist.ultp-ytg-playlist-sidebar {
	flex: 1;
	max-width: calc(100% - var(--main-video-width, 65%) - 10px);
}

.ultp-layout-playlist .ultp-ytg-main {
	flex: 2;
	min-width: 0;
}

.ultp-layout-playlist .ultp-ytg-playlist-sidebar {
	flex: 1;
	min-width: 300px;
	max-height: inherit;
}

.ultp-layout-playlist .ultp-ytg-playlist-items {
	overflow-y: auto;
	border-radius: 8px;
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	background-color: #eaeaea;
}

.ultp-layout-playlist .ultp-ytg-playlist-items::-webkit-scrollbar {
	width: 8px;
}

.ultp-layout-playlist .ultp-ytg-playlist-items::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.ultp-layout-playlist .ultp-ytg-playlist-items::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.ultp-layout-playlist .ultp-ytg-playlist-items::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.ultp-layout-playlist .ultp-ytg-playlist-items .ultp-ytg-playlist-item {
	display: flex;
	gap: 12px;
	padding: 10px;
	cursor: pointer;
	transition: background .3s ease;
	border-radius: 4px;
}

.ultp-layout-playlist .ultp-ytg-playlist-items .ultp-ytg-playlist-item img {
	width: 120px;
	height: 68px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

@media (max-width:768px) {
	.ultp-layout-playlist {
		flex-direction: column;
	}
	
	.ultp-layout-playlist .ultp-ytg-main, .ultp-layout-playlist .ultp-ytg-playlist-sidebar {
		width: 100%;
	}
	
	.ultp-layout-playlist .ultp-ytg-playlist-items {
		height: 400px;
	}
}

.ultp-layout-playlist .ultp-ytg-playlist-item {
	display: flex;
	gap: 12px;
	padding: 10px;
	cursor: pointer;
	transition: background .3s ease;
	border-radius: 2px;
}

.ultp-layout-playlist .ultp-ytg-playlist-item img {
	width: 120px;
	height: 68px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

.ultp-layout-playlist .ultp-ytg-playlist-item-content {
	flex: 1;
	min-width: 0;
}

.ultp-layout-playlist .ultp-ytg-playlist-item-title {
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ultp-layout-playlist .ultp-ytg-playlist-item-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ultp-layout-inline.ultp-ytg-view-list .ultp-ytg-inside {
	margin-top: 0;
}

.ultp-ytg-overlay.ultp-ytg-view-list .ultp-ytg-inside {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%;
	pointer-events: none;
}

.ultp-ytg-overlay.ultp-ytg-view-list .ultp-ytg-content {
	width: 70%;
}

.ultp-ytg-overlay.ultp-ytg-view-list .ultp-ytg-video {
	max-width: 50%;
}

.ultp-ytg-view-list > div {
	display: flex;
	gap: 20px;
}

.ultp-ytg-view-list > div:first-child {
	margin-bottom: 0 !important;
}

@media (max-width:768px) {
	.ultp-ytg-view-list > div {
		flex-direction: column;
	}
	
	.ultp-ytg-view-list > div .ultp-ytg-video {
		flex: none;
	}
	
	.ultp-ytg-view-list > div .ultp-ytg-description, .ultp-ytg-view-list > div .ultp-ytg-title {
		margin-left: 0;
		margin-top: 10px;
	}
}

.ultp-ytg-view-grid {
	position: relative;
	width: 100%;
}

.ultp-ytg-loadmore-btn {
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	transition: .3s;
	cursor: pointer;
}

.ultp-ytg-item {
	position: relative;
	width: 100%;
}

.ultp-ytg-item:not(.ultp-ytg-playlist-item) {
	display: flex;
	flex-direction: column;
}

.ultp-ytg-item .ultp-ytg-video {
	width: 100%;
	transition: .3s;
}

.ultp-ytg-item.active .ultp-ytg-video {
	height: 100%;
}

.ultp-ytg-item.active .ultp-ytg-video iframe {
	height: 100%;
}

.ultp-ratio-height .ultp-ytg-video {
	position: relative;
	height: 0;
	overflow: hidden;
}

.ultp-ratio-height .ultp-ytg-video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:768px) {
	.ultp-ytg-container.ultp-layout-playlist {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.ultp-ytg-container.ultp-layout-playlist iframe {
		min-height: 300px;
	}
	
	.ultp-ytg-playlist-items {
		height: 400px;
	}
}

.ultp-ytg-player-container {
	margin-bottom: 20px;
	width: 100%;
}

.ultp-ytg-playlist-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 15px;
	padding: 10px;
	cursor: pointer;
	transition: background-color .3s ease;
	border-radius: 4px;
}

.ultp-ytg-playlist-item .ultp-ytg-video {
	position: relative;
	width: 120px;
	height: 67.5px;
	margin: 0;
}

.ultp-ytg-playlist-item .ultp-video-details {
	flex: 1;
}

.ultp-ytg-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, .7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ultp-ytg-play-icon:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	margin-left: 3px;
}

@media (max-width:768px) {
	.ultp-ytg-playlist-item {
		grid-template-columns: 90px 1fr;
		gap: 10px;
	}
	
	.ultp-ytg-playlist-item .ultp-ytg-video {
		width: 90px;
		height: 50.625px;
	}
}

.ultp-ytg-video {
	box-sizing: border-box;
	position: relative;
}

.ultp-ytg-video .ultp-ytg-loading {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background: #eee;
}

.ultp-ytg-video .ultp-ytg-loading::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
	background-size: 200% 100%;
	animation: shimmer 1.2s infinite linear;
}

.ultp-ytg-video img {
	width: 100%;
	height: 100%;
}

.ultp-ytg-video iframe {
	background-color: #000;
}

.ultp-ytg-video .ultp-ytg-loading {
	height: 100%;
	min-height: 100%;
}

.ultp-ytg-play__icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .53);
}

.ultp-ytg-playlist-input {
	max-width: 400px;
	margin: 0 auto;
}

.ultp-ytg-playlist-input .components-base-control__label {
	color: #fff;
}

.ultp-ytg-playlist-input input {
	padding: 20px 20px !important;
	font-size: 15px;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #f03;
}

.ultp-ytg-video-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.ultp-ytg-video-wrapper iframe {
	height: 100%;
}

.ultp-ytg-video {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ultp-ytg-video.loading-active {
	height: 100%;
}

.ultp-ytg-inside {
	width: 100%;
}

.ultp-ytg-content {
	width: 100%;
}

.ytg-loader {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: relative;
	animation: rotate 1s linear infinite;
}

.ytg-loader::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 5px solid;
	animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes prixClipFix {
	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
	}
	
	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
	}
	
	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
	}
	
	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	}
	
	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
	}
}

.ultp-ytg-loading {
	grid-template-columns: repeat(3, 1fr) !important;
}

.ultp-ytg-loading.gallery-postx .skeleton-box {
	min-height: auto;
}

.ultp-ytg-playlist-loading {
	min-height: 300px;
	justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.ultp-ytg-play__icon.ytg-icon-animation {
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: pulse-border 1.2s ease-in infinite;
}

@keyframes pulse-border {
	0% {
		box-shadow: 0 0 0 10px var(--ultp-pulse-color);
	}
	
	70% {
		box-shadow: 0 0 0 25px rgba(255, 67, 142, 0);
	}
	
	100% {
		box-shadow: 0 0 0 10px rgba(255, 67, 142, 0);
	}
}

.postx-page .ultp-ytg-loading.gallery-postx.gallery-active {
	position: static !important;
}

.postx-page .ultp-ytg-container:has(>div.ultp-ytg-loading.gallery-postx.gallery-active) {
	display: block !important;
}

.ultp-ytg-error {
	padding: 40px;
	text-align: center;
	background-color: #eee;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	border: 2px solid #224efe;
	border-radius: 5px;
}

.ultp-ytg-error .ultp-ytg-error-message {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	font-style: italic;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.ultp-ytg-error .ultp-field-wrap.ultp-field-groupbutton {
	max-width: 400px;
	margin: 0 auto;
}

.ultp-ytg-error .ultp-field-wrap.ultp-field-groupbutton input {
	text-align: center;
}

.ultp-ytg-error-dev-api-message {
	text-align: center;
	margin: 25px;
	color: red;
	font-size: 16px;
	font-weight: 500;
}

.ultp-ytg-content .ultp-ytg-title a {
	color: #000;
}

.ultp-layout-classic.ultp-ytg-overlay .ultp-ytg-item.active .ultp-ytg-inside, .ultp-layout-inline.ultp-ytg-overlay .ultp-ytg-item.active .ultp-ytg-inside {
	display: none;
}

.ultp-layout-classic.ultp-ytg-overlay .ultp-ytg-title a, .ultp-layout-inline.ultp-ytg-overlay .ultp-ytg-title a {
	color: #fff;
}

.ultp-layout-classic.ultp-ytg-overlay .ultp-ytg-inside, .ultp-layout-inline.ultp-ytg-overlay .ultp-ytg-inside {
	position: absolute;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	pointer-events: none;
	width: 100%;
}

.ultp-ytg-card .ultp-ytg-title a {
	color: #000;
}

.ultp-youtube-dev-api-key {
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 16px 0;
	background: #eef4fa;
}

.ultp-advance-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ultp-advance-post-meta > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ultp-advance-post-meta .ultp-auth-heading, .ultp-advance-post-meta .ultp-post-auth {
	display: flex;
	align-items: center;
}

.ultp-advance-post-meta .ultp-auth-heading img, .ultp-advance-post-meta .ultp-post-auth img {
	display: block;
}

.ultp-advance-post-meta .ultp-meta-separator {
	display: flex;
	align-items: center;
}

.ultp-date-prefix {
	margin-right: 5px;
}

.ultp-contentMeta-align {
	justify-content: space-between !important;
}

.ultp-readTime-wrap {
	display: flex;
	align-items: center;
}

.ultp-readTime-wrap {
	white-space: nowrap;
}

.ultp-date-meta {
	display: inline-flex;
	align-items: center;
}

.ultp-date-meta span {
	line-height: 0;
}

.ultp-authMeta-label {
	margin-right: 5px;
}

.ultp-authMeta-count, .ultp-authMeta-wrap {
	display: inline-flex;
	align-items: center;
}

.ultp-authMeta-avatar {
	line-height: 0;
}

.ultp-authMeta-avatar img {
	max-width: inherit;
}

.ultp-authMeta-count .ultp-authMeta-name {
	white-space: nowrap;
	transition: .4s;
	text-decoration: none;
}

.ultp-builder-category {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ultp-builder-category .cat-builder-content {
	display: block;
}

.ultp-builder-category .cat-builder-content a {
	transition: .4s;
	margin: 5px auto;
	display: inline-block;
}

.cat-builder-label {
	white-space: nowrap;
	display: block;
	font-size: 14px;
}

.cat-builder-content a {
	text-decoration: none;
	font-size: 12px;
}

.cat-builder-content a:hover {
	text-decoration: none;
}

.ultp-meta-separator span {
	white-space: nowrap;
}

.ultp-comment-count, .ultp-comment-wrap {
	display: inline-flex;
	align-items: center;
}

.ultp-read-count, .ultp-read-wrap {
	display: inline-flex;
	align-items: center;
}

.ultp-view-count, .ultp-view-wrap {
	display: inline-flex;
	align-items: center;
}

.ultp-post-meta-dot .ultp-meta-separator:not(:last-child)::after {
	content: "";
	bottom: auto;
	width: 3px;
	margin-top: 0;
	height: 3px;
	border-radius: 100%;
	left: -1px;
	top: 50%;
	font-size: unset;
}

.ultp-post-meta-slash .ultp-meta-separator:not(:last-child)::after {
	content: "/";
	left: -2px;
	top: 1px;
	font-size: 12px;
}

.ultp-post-meta-doubleslash .ultp-meta-separator:not(:last-child)::after {
	content: "//";
	left: -4px;
	top: 1px;
	font-size: 12px;
}

.ultp-post-meta-close .ultp-meta-separator:not(:last-child)::after {
	content: "x";
	left: -4px;
	top: -1px;
	font-size: 10px;
}

.ultp-post-meta-dash .ultp-meta-separator:not(:last-child)::after {
	content: "-";
	left: -3px;
	top: 0;
	font-size: 18px;
}

.ultp-post-meta-verticalbar .ultp-meta-separator:not(:last-child)::after {
	content: "|";
	left: -1px;
	top: 0;
	font-size: 12px;
}

.ultp-post-meta-emptyspace .ultp-meta-separator {
	padding-left: 0;
}

.ultp-meta-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ultp-meta-wrapper svg {
	width: 20px;
	margin-right: 5px;
}

.ultp-meta-wrapper .ultp-cat-wrap, .ultp-meta-wrapper .ultp-comment-count, .ultp-meta-wrapper .ultp-comment-wrap, .ultp-meta-wrapper .ultp-date-meta, .ultp-meta-wrapper .ultp-post-auth, .ultp-meta-wrapper .ultp-tag-wrap {
	display: flex;
	justify-content: unset;
	align-items: center;
}

.ultp-meta-wrapper .ultp-auth-heading {
	margin-right: 5px;
	display: flex;
	justify-content: unset;
	align-items: center;
}

.ultp-meta-wrapper .ultp-auth-heading img {
	margin: 0 3px;
}

.ultp-post-cat, .ultp-post-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2px;
}

.ultp-post-cat a, .ultp-post-tag a {
	display: block;
}

.ultp-comment-count, .ultp-comment-wrap, .ultp-date-icon, .ultp-readTime-wrap {
	display: flex;
	align-items: center;
}

.ultp-comment-count svg, .ultp-comment-wrap svg, .ultp-date-icon svg, .ultp-readTime-wrap svg {
	margin-right: 5px;
}

.ultp-meta-style2-left, .ultp-post-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ultp-meta-style2 {
	display: flex;
	justify-content: space-between;
	align-items: unset;
}

.ultp-block-archive-title .ultp-archive-content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	line-height: 0;
	overflow: hidden;
	transition: .4s;
	text-decoration: none !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.ultp-block-archive-title .ultp-archive-content .ultp-archive-desc, .ultp-block-archive-title .ultp-archive-content .ultp-archive-name, .ultp-block-archive-title .ultp-archive-content .ultp-archive-prefix {
	transition: .4s;
	position: relative;
	z-index: 1;
	margin: 0;
}

.ultp-block-archive-title .ultp-archive-content .ultp-archive-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	transition: .4s;
}

.ultp-block-archive-title .ultp-archive-content:hover .ultp-archive-overlay {
	background: rgba(0, 0, 0, .7);
}

.ultp-archive-layout-2 .ultp-archive-desc, .ultp-archive-layout-2 .ultp-archive-name, .ultp-archive-layout-2 .ultp-archive-prefix {
	color: #fff;
}

.ultp-author-box {
	box-sizing: border-box;
	width: 100%;
}

.ultp-author-box img {
	display: inline-block !important;
}

.ultp-post-author-image {
	display: inline !important;
}

.ultp-post-author-title {
	display: block;
}

.ultp-post-author-title span:first-child {
	margin-right: 5px;
}

.ultp-post-author-name {
	margin: 0 !important;
}

.ultp-post-author-name a {
	text-decoration: none;
	transition: .4s;
}

.ultp-post-author-name a:hover {
	text-decoration: none;
}

.ultp-post-author-meta {
	display: block;
}

.ultp-post-author-meta span:first-child {
	margin-right: 5px;
}

.ultp-author-box-layout2-content, .ultp-author-box-layout4-content {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
}

.ultp-author-box-layout4-content {
	grid-template-columns: auto max-content !important;
}

.ultp-author-box-layout4-content .ultp-post-author-details {
	text-align: right;
}

.ultp-block-nav {
	display: flex;
	justify-content: space-between;
	align-items: unset;
}

.ultp-block-nav .ultp-next-title, .ultp-block-nav .ultp-prev-title {
	transition: .4s;
	margin-bottom: 4px;
}

.ultp-block-nav span {
	display: block;
	line-height: 0;
}

.ultp-block-nav a {
	text-decoration: none;
	transition: .4s;
}

.ultp-block-nav a:hover {
	text-decoration: none;
}

.ultp-block-nav .ultp-nav-block-prev {
	width: 100%;
	justify-content: start;
}

.ultp-block-nav .ultp-nav-block-prev .ultp-nav-inside {
	justify-content: start;
}

.ultp-block-nav .ultp-nav-block-next {
	width: 100%;
	justify-content: end;
}

.ultp-block-nav .ultp-nav-block-next .ultp-nav-inside {
	justify-content: end;
}

.ultp-block-nav .ultp-nav-text-content {
	display: flex;
	flex-direction: column;
}

.ultp-block-nav svg {
	height: auto;
}

.ultp-nav-img, .ultp-nav-inside, .ultp-nav-inside-container {
	display: flex;
	justify-content: unset;
	align-items: center;
}

.ultp-nav-img img {
	max-width: 150px;
	max-height: 150px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ultp-nav-img svg {
	width: 30px;
}

.ultp-nav-next-style1, .ultp-nav-next-style2 {
	text-align: right;
}

.ultp-nav-next-style1, .ultp-nav-prev-style1 {
	display: flex;
	justify-content: unset;
	align-items: center;
}

.ultp-nav-next-style1 .ultp-nav-inside, .ultp-nav-prev-style1 .ultp-nav-inside {
	display: block;
}

.ultp-nav-next-style1 .ultp-nav-inside-container, .ultp-nav-prev-style1 .ultp-nav-inside-container {
	display: flex;
	justify-content: unset;
	align-items: center;
}

.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img, .ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: unset;
}

.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img.ultp-npb-overlay::after, .ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img.ultp-npb-overlay::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .6);
}

.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img.ultp-npb-overlay:hover::after, .ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img.ultp-npb-overlay:hover::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .75);
}

.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img img, .ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img img {
	border-radius: 50%;
}

.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img .ultp-icon, .ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img .ultp-icon {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ultp-nav-next-style2 .ultp-icon svg, .ultp-nav-prev-style2 .ultp-icon svg {
	color: #fff;
	transition: .4s;
}

.ultp-nav-next-style2 .ultp-icon svg:hover, .ultp-nav-prev-style2 .ultp-icon svg:hover {
	color: #fff;
}

.ultp-nav-next-style3, .ultp-nav-prev-style3 {
	display: flex;
	justify-content: unset;
	align-items: center;
}

.ultp-nav-next-style3 .ultp-nav-inside, .ultp-nav-prev-style3 .ultp-nav-inside {
	display: block;
}

.ultp-nav-next-style3 .ultp-nav-inside .ultp-nav-text-content, .ultp-nav-prev-style3 .ultp-nav-inside .ultp-nav-text-content {
	display: flex;
}

.ultp-nav-next-style3 .ultp-nav-inside .ultp-nav-text-content .ultp-next-prev-title, .ultp-nav-prev-style3 .ultp-nav-inside .ultp-nav-text-content .ultp-next-prev-title {
	order: 3 !important;
}

.ultp-nav-next-style3 .ultp-nav-date, .ultp-nav-prev-style3 .ultp-nav-date {
	order: 1;
}

.ultp-nav-next-style3 .ultp-nav-inside-container {
	justify-content: left;
}

@media only screen and (max-width:600px) {
	.next-prev-img {
		flex-wrap: wrap;
	}
}

.ultp-builder-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
}

.ultp-builder-breadcrumb li {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 380px;
}

.ultp-builder-breadcrumb li:first-child {
	margin-left: 0 !important;
}

.ultp-builder-breadcrumb li a {
	transition: .4s;
	text-decoration: none;
}

.ultp-builder-breadcrumb li a:hover {
	text-decoration: none;
}

.ultp-builder-breadcrumb lili.ultp-breadcrumb-separator {
	margin: 0 !important;
	line-height: 0;
	position: relative;
}

.editor-styles-wrapper .ultp-builder-breadcrumb li, .nv-content-wrap .ultp-builder-breadcrumb li {
	margin-top: 0;
}

.ultp-breadcrumb-dot .ultp-breadcrumb-separator {
	border-radius: 100%;
}

.ultp-breadcrumb-dot .ultp-breadcrumb-separator:after {
	content: "";
	bottom: auto;
	width: 3px;
	margin-top: 0;
	height: 3px;
	left: -1px;
	top: 50%;
	font-size: unset;
	display: block;
}

.ultp-breadcrumb-slash .ultp-breadcrumb-separator:after {
	content: "/";
	left: -2px;
	top: 1px;
	font-size: 12px;
	line-height: normal;
}

.ultp-breadcrumb-doubleslash .ultp-breadcrumb-separator:after {
	content: "//";
	left: -4px;
	top: 1px;
	font-size: 12px;
	line-height: normal;
}

.ultp-breadcrumb-close .ultp-breadcrumb-separator:after {
	content: "x";
	left: -4px;
	top: -1px;
	font-size: 10px;
	line-height: normal;
}

.ultp-breadcrumb-dash .ultp-breadcrumb-separator:after {
	content: "-";
	left: -3px;
	top: 0;
	font-size: 18px;
	line-height: normal;
}

.ultp-breadcrumb-verticalbar .ultp-breadcrumb-separator:after {
	content: "|";
	left: -1px;
	top: 0;
	font-size: 12px;
	line-height: normal;
}

.ultp-breadcrumb-greaterThan .ultp-breadcrumb-separator:after {
	content: ">";
	left: -1px;
	top: 0;
	font-size: 12px;
	line-height: normal;
}

.ultp-breadcrumb-emptyspace .ultp-breadcrumb-separator {
	padding-left: 0;
}

.wp-block-ultimate-post-post-category .cat-builder-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-moz-column-gap: 3px;
	column-gap: 3px;
}

.wp-block-ultimate-post-post-category .cat-builder-content a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.ultp-comment-email, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form > input#email {
	grid-area: email;
}

.ultp-comment-name, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form > input#author {
	grid-area: author;
}

.ultp-comment-website, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form > input#url {
	grid-area: url;
}

.wp-block-ultimate-post-post-comments {
	display: block;
	margin-top: 30px;
	text-align: left;
}

.wp-block-ultimate-post-post-comments .comment-meta, .wp-block-ultimate-post-post-comments .comment-metadata {
	display: none;
}

.wp-block-ultimate-post-post-comments .form-submit > input#submit, .wp-block-ultimate-post-post-comments .ultp-comment-btn {
	transition: .4s;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .comment-reply-title {
	display: block !important;
	padding: 0;
	margin: 0;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .comment-reply-title a {
	padding-left: 0 !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .comment-reply-title small a {
	float: none !important;
	cursor: pointer;
	display: block;
	background: 0 0 !important;
	border: none !important;
	margin-top: 15px !important;
	padding: 0 !important;
	margin-left: 0 !important;
	text-decoration: none;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form-container {
	padding: 0 !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form {
	display: block;
	margin-top: 15px;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form h3 {
	margin: auto !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form label {
	display: inline-flex !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form input {
	box-sizing: border-box !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form textarea {
	min-height: 150px;
	width: 100%;
	box-sizing: border-box;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form input, .wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form textarea {
	transition: .4s;
	margin-bottom: 0 !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form input:hover, .wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form textarea:hover {
	outline: 0;
	box-shadow: none;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-notes {
	grid-area: heading;
	padding: 0;
	margin: 12px 0 0 0;
	line-height: normal !important;
	margin: 0 !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .ultp-comment-btn {
	cursor: pointer;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .ultp-comment-input {
	width: 100% !important;
	line-height: normal !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .ultp-comment-input label {
	margin-top: 0 !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .ultp-field-control label {
	margin-bottom: 3px !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .ultp-field-control input {
	width: 100% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .form-submit {
	float: none !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	grid-area: btn;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .form-submit input {
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-form-comment {
	width: 100% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-input-wrap > p {
	display: flex;
	flex-direction: column;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-input-wrap > p input {
	order: 1;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-input-wrap > p label {
	order: -1;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	margin: 20px 0 10px;
	grid-area: cookies;
	width: 100% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-form-cookies-consent label {
	display: inline;
	margin: 0 15px !important;
	padding: 0 0 0 5px !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 16px !important;
	padding-left: 0 !important;
	width: 100% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-form-cookies-consent input[type=checkbox]:checked:after {
	opacity: 0;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-form-cookies-consent input {
	width: -moz-fit-content !important;
	width: fit-content !important;
	margin-right: 0 !important;
	padding: 0 !important;
	border-width: 1px !important;
	display: block !important;
	-webkit-appearance: auto !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comment-form .comment-form-cookies-consent input:before {
	display: block !important;
	align-items: center;
	justify-content: center;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper .ultp-comments-subtitle {
	display: block;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form {
	display: flex;
	flex-direction: column;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form .comment-notes {
	order: -2;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form .ultp-comment-input {
	order: -1;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form .ultp-field-control:not(.comment-form-comment), .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ast-comment-formwrap,.comment-input-wrap,.comment-form-cookies-consent,.comment-notes), .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form p:not(.comment-form-cookies-consent,.comment-notes), .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form > input {
	width: 50% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form > input {
	display: block;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form div {
	padding-right: 0 !important;
	padding-left: 0 !important;
	float: none !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form div p {
	width: 100%;
	float: none;
	margin: 0;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container .ultp-comment-form div > label > label {
	position: unset !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form {
	display: grid !important;
	grid-template-areas: "heading  heading heading" "comment comment comment" "meta meta meta" "author email url" "cookies cookies cookies" "btn btn btn";
	align-items: center;
	-moz-column-gap: 32px;
	column-gap: 32px;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form input {
	width: 100%;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form .wp-block-button {
	grid-area: btn;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form > p {
	width: 100% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form {
	display: grid !important;
	grid-template-areas: "heading  heading heading" "author email url" "meta meta meta" "comment comment comment" "cookies cookies cookies" "btn btn btn";
	align-items: center;
	-moz-column-gap: 32px;
	column-gap: 32px;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form input {
	width: 100%;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form .wp-block-button {
	grid-area: btn;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form > p {
	width: 100% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form > div label {
	position: unset !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 label, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 label {
	display: inline-block;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 div, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 p, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 div, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 p {
	width: 100% !important;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-input, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-input {
	grid-area: comment;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-input textarea, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-input textarea {
	width: 100%;
	height: 192px;
	transition: all .1s;
	min-width: auto;
	min-height: auto;
	display: block;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form .logged-in-as, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form .logged-in-as {
	margin-top: 0;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form textarea, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form textarea {
	width: 100%;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control,.comment-form-author,.comment-form-email,.comment-form-url), .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control,.comment-form-author,.comment-form-email,.comment-form-url) {
	grid-area: meta !important;
	display: flex !important;
	-moz-column-gap: 32px;
	column-gap: 32px;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control,.comment-form-author,.comment-form-email,.comment-form-url) p, .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control,.comment-form-author,.comment-form-email,.comment-form-url) p {
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}

.wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.comment-form-author,.comment-form-email,.comment-form-url), .wp-block-ultimate-post-post-comments .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.comment-form-author,.comment-form-email,.comment-form-url) {
	grid-area: auto;
	display: block;
	margin: 0 !important;
}

.ultp-builder-comment-reply > li:after {
	content: " ";
	width: 100%;
	height: 1px;
	display: none;
	background-color: red;
	margin: 50px 0;
}

.ultp-builder-comment-reply li > .comment-body {
	display: block !important;
}

.ultp-builder-comment-reply .reply {
	background-color: transparent !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	cursor: pointer !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.ultp-builder-comment-reply .comment {
	list-style-type: none;
}

.ultp-builder-comment-reply .comment .children {
	padding: 0 !important;
}

.ultp-builder-comment-reply .comment .children li .comment-body {
	display: block !important;
	position: relative;
	margin-left: 34px;
	padding: 5px;
}

.ultp-builder-comment-reply .comment .children li .comment-body p {
	margin: 0;
}

.ultp-builder-comment-reply .comment .children li .comment-body::before {
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4zMzEiIGhlaWdodD0iMTQuMTY3IiB2aWV3Qm94PSIwIDAgMjQuMzMxIDE0LjE2NyI+CiAgPHBhdGggaWQ9IlBhdGhfMTk3IiBkYXRhLW5hbWU9IlBhdGggMTk3IiBkPSJNLTEwMzYuNTg4LTQxLjFsLTcuNTc3LTYuMzVhLjQ4Ny40ODcsMCwwLDAtLjguMzczdjMuNTg2YS44MDcuODA3LDAsMCwxLS44MDcuODA3aC05LjJhNS42NTEsNS42NTEsMCwwLDEtNC0xLjY1NUwtMTA2MC42My00NlYtNDIuMmEzLjkxNCwzLjkxNCwwLDAsMCwzLjkxNCwzLjkxNGgxMC45NDVhLjgwOC44MDgsMCwwLDEsLjgwNy44MDd2My42YS40ODcuNDg3LDAsMCwwLC44LjM3M2w3LjU3Ny02LjM1QS44MDguODA4LDAsMCwwLTEwMzYuNTg4LTQxLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDYwLjYzIDQ3LjU2MykiIGZpbGw9IiNiYWJhYmEiLz4KPC9zdmc+Cg==");
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 10px;
	position: absolute;
	left: -30px;
}

.ultp-builder-comment-reply .comment-metadata {
	padding: 0 !important;
	line-height: normal !important;
	margin-bottom: 0 !important;
}

.ultp-builder-comment-reply .comment-content, .ultp-builder-comment-reply .comment-content p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.ultp-builder-comment-reply .comment-body {
	padding: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
}

.ultp-builder-comment-reply .comment-body > p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ultp-builder-comment-reply .comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 3px;
}

.ultp-builder-comment-reply .comment-author .avatar {
	position: unset !important;
}

.ultp-builder-comment-reply .comment-author img {
	display: none;
	position: normal !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.ultp-builder-comment-reply .comment-author .says {
	color: #888;
}

.ultp-builder-comment-reply .comment-author .fn {
	margin-left: 0 !important;
}

.ultp-builder-comment-reply .ultp-reply-btn {
	border: none;
	background: 0 0;
}

.ultp-builder-comment-reply .comment-reply-link {
	cursor: pointer;
	display: inline-flex;
	width: -moz-fit-content;
	width: fit-content;
	float: none !important;
}

.ultp-builder-comment-reply .ultp-comment-reply-heading {
	display: inline-block;
}

.ultp-builder-comment-reply .ultp-reply-wrapper {
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
}

.ultp-builder-comment-reply .ultp-reply-wrapper .ultp-reply-content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.ultp-builder-comment-reply .ultp-reply-wrapper .ultp-reply-content:not(:last-child) {
	margin: 30px 0;
}

.ultp-builder-comment-reply .ultp-reply-wrapper .ultp-reply-content > img {
	padding-top: 10px;
}

.ultp-builder-comment-reply .ultp-comment-wrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading .ultp-comment-meta div {
	margin-bottom: 5px;
}

.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading .ultp-comment-meta div span {
	padding: 1px 5px 3px;
	border-radius: 2px;
	margin-left: 7px;
}

.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
	display: none;
}

.oceanwp-theme .ultp-comments-layout2 label {
	position: static !important;
}

.ast-single-post .ultp-comments-layout1 .ultp-comment-form div input {
	width: 100% !important;
}

.ast-single-post .ultp-comments-layout1 .ast-comment-formwrap label > label {
	position: absolute !important;
}

.ast-single-post .ultp-comments-layout1 .ast-comment-formwrap {
	width: 100%;
	flex-direction: column;
}

.ast-single-post .ultp-comments-layout3 .ast-comment-formwrap {
	padding: 0 !important;
	margin: 0 !important;
}

.ast-single-post .ultp-comments-layout3 .ast-comment-formwrap label {
	display: block !important;
}

.ast-single-post .ultp-comments-layout3 .ultp-comment-form > div label {
	width: 100%;
}

.ast-single-post .ultp-comments-layout1 .ast-comment-formwrap, .ast-single-post .ultp-comments-layout2 .ast-comment-formwrap {
	padding: 0 !important;
	margin: 0 !important;
}

.ast-single-post .ultp-comments-layout1 .ast-comment-formwrap .comment-form-url label, .ast-single-post .ultp-comments-layout2 .ast-comment-formwrap .comment-form-url label {
	width: 100%;
}

@media only screen and (max-width:768px) {
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments .ultp-comment-form, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments .ultp-comment-form {
		display: flex !important;
		flex-direction: column;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments .ultp-comment-form > p, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments .ultp-comment-form > p {
		width: 100% !important;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments .ultp-comment-form > div, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments .ultp-comment-form > div {
		display: block !important;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments .ultp-comment-form > div p, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments .ultp-comment-form > div p {
		width: 100% !important;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form {
		display: flex !important;
		flex-direction: column;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form > p, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form > p {
		width: 100% !important;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form > div, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form > div {
		display: block !important;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form > div p, .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 > .ultp-builder-comments > .ultp-comment-form-container > .ultp-comment-form > div p {
		width: 100% !important;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container > .ultp-comment-form .ultp-field-control:not(.comment-form-comment), .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container > .ultp-comment-form div:not(.comment-form-comment,.ast-comment-formwrap,.comment-input-wrap,.comment-form-cookies-consent,.comment-notes,.ast-comment-formwrap), .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container > .ultp-comment-form p:not(.comment-form-cookies-consent,.comment-notes), .wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout1 .ultp-comment-form-container > .ultp-comment-form > input {
		width: 85% !important;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout2 .ultp-comment-form-container > .ultp-comment-form > .ultp-comment-input {
		order: -1;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container > .ultp-comment-form > .ultp-comment-input {
		order: 97;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container > .ultp-comment-form > .comment-form-cookies-consent {
		order: 98;
	}
	
	.wp-block-ultimate-post-post-comments > .ultp-block-wrapper.ultp-comments-layout3 .ultp-comment-form-container > .ultp-comment-form > .form-submit {
		order: 99;
	}
}

.et_divi_theme .ultp-builder-content li, .et_divi_theme .ultp-builder-content ol, .et_divi_theme .ultp-builder-content ul {
	list-style: revert;
}

.ultp-builder-image {
	width: 100%;
}

.ultp-builder-image img {
	max-width: 100%;
	width: 100%;
	display: block;
}

.ultp-builder-image .ultp-image-block {
	display: block;
}

.ultp-featureImg-caption {
	display: block;
	box-sizing: border-box;
}

.ultp-builder-video {
	width: 100%;
	position: relative;
	height: 100%;
}

.ultp-sticky-video.ultp-sticky-active {
	padding: 15px 0;
}

.ultp-sticky-video.ultp-sticky-active video {
	max-height: 100% !important;
}

.ultp-sticky-active {
	position: fixed;
	z-index: 99999;
	visibility: visible;
	transition: all .3s;
	animation: fade-in-up .3s ease forwards;
}

.ultp-sticky-active .ultp-embaded-video {
	width: 100% !important;
	max-height: 100% !important;
}

@keyframes fade-in-up {
	0% {
		transform: translateY(200px);
		opacity: 0;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.ultp-sticky-active .ultp-sticky-close {
	display: flex;
}

.ultp-sticky-close {
	display: none;
	color: #fff;
	font-size: 29px;
	line-height: normal;
	cursor: pointer;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background: #2b2b2b;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: -19px;
	right: -12px;
}

.ultp-sticky-close::after {
	content: "✕";
}

.ultp-builder-video .ultp-video-wrapper, .ultp-builder-video iframe, .ultp-builder-video video, .ultp-sticky-video .ultp-embaded-video .ultp-video-wrapper, .ultp-sticky-video .ultp-embaded-video iframe, .ultp-sticky-video .ultp-embaded-video video, .ultp-video-modal__content .ultp-video-wrapper, .ultp-video-modal__content iframe, .ultp-video-modal__content video {
	width: 100%;
	height: 100%;
}

.ultp-builder-video .ultp-embaded-video, .ultp-sticky-video .ultp-embaded-video, .ultp-video-modal__content .ultp-embaded-video {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	padding: 0;
}

.ultp-builder-video .ultp-embaded-video:before, .ultp-sticky-video .ultp-embaded-video:before, .ultp-video-modal__content .ultp-embaded-video:before {
	content: "";
	padding-top: 56.25%;
	display: block;
}

.ultp-builder-video .ultp-embaded-video iframe, .ultp-sticky-video .ultp-embaded-video iframe, .ultp-video-modal__content .ultp-embaded-video iframe {
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.wp-block-ultimate-post-post_share .ultp-post-share .ultp-post-share-layout {
	display: flex;
	align-items: center;
}

.wp-block-ultimate-post-post_share .ultp-post-share .ultp-post-share-layout:is(.remove-sticky) {
	position: absolute;
	bottom: unset;
	top: unset;
	left: unset;
	right: unset;
}

.wp-block-ultimate-post-post_share .ultp-post-share .ultp-post-share-layout .ultp-post-share-item {
	display: block;
	margin: 5px;
}

.ultp-post-share-item {
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-post-share-item a {
	display: flex !important;
	align-items: center;
	line-height: 0;
	text-decoration: none !important;
	border-radius: 5px;
}

.ultp-post-share-item a:hover span {
	color: #ddd;
}

.ultp-post-share-item a:hover svg {
	color: #ddd;
}

.ultp-post-share-item a svg {
	height: 20px;
	width: 20px;
}

.ultp-post-share-item-label {
	color: #fff;
	white-space: nowrap;
	margin: 0 0 0 8px !important;
}

.ultp-share-more-section {
	display: -webkit-inline-box;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-share-more-section a {
	display: block;
	margin-right: 5px;
}

.ultp-share-more-section img {
	width: 30px;
}

.ultp-post-share-count-section {
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	word-break: normal;
	margin-right: 15px;
}

.ultp-post-share-item-icon svg {
	color: #fff;
}

.ultp-post-share-item-icon img {
	height: 25px;
	width: 25px;
	margin-right: 8px;
}

.ultp-post-share-icon-section img {
	width: 23px;
}

.ultp-post-share .block-editor-block-list__block {
	display: flex;
	width: unset !important;
}

.ultp-post-share .block-editor-block-list__block:empty {
	display: none;
}

.ultp-post-share-item-inner-block {
	display: block;
	flex-wrap: wrap;
	height: -moz-fit-content;
	height: fit-content;
}

.ultp-post-share-count-section-style1, .ultp-post-share-count-section-style3 {
	position: relative;
	text-align: center;
	padding: 2.5px 23.2px 5.5px 14px;
	border: solid 1px #070c1a;
	border-radius: 11px;
}

.ultp-post-share-count-section-style1 span, .ultp-post-share-count-section-style3 span {
	display: block;
}

.ultp-post-share-count-section-style1::after {
	content: " ";
	height: 15px;
	width: 15px;
	display: inline-block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(44deg);
	position: absolute;
	top: 40%;
	right: -9px;
}

.ultp-post-share-count-section-style2 {
	line-height: 0;
}

.ultp-post-share-count-section-style3 {
	border-radius: 2px !important;
	border: none !important;
}

.ultp-post-share-count-section-style3::after {
	border-color: transparent !important;
}

.ultp-post-share-count-section-style3 {
	margin-bottom: 10px;
}

.ultp-post-share-count-section-style4::after {
	display: none;
}

.ultp-post-share-count-section-style4 span:not(:last-child) {
	margin-right: 10px;
}

.ultp-inline-false {
	display: inline-block !important;
}

.ultp-inline-false .ultp-post-share-item {
	width: -moz-fit-content;
	width: fit-content;
}

.ultp-inline-false .ultp-post-share-count-section-style1:after {
	right: 40%;
	bottom: -9px;
	transform: rotate(136deg);
	top: auto;
}

.ultp-inline-false .ultp-post-share-count-section-style1 {
	margin-bottom: 15px;
}

.ultp-inline-true .ultp-post-share-item-inner-block {
	display: flex !important;
}

.rtl .ultp-inline-true .ultp-post-share-count-section-style1::after {
	border-bottom: 1px solid #000;
	border-top: none;
	border-right: none;
	border-left: 1px solid #000;
	left: -9px;
	right: auto;
}

.rtl .ultp-post-share-item-label {
	margin: 0 8px 0 0 !important;
}

.rtl .ultp-inline-false .ultp-post-share-count-section-style1:after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

.ultp-builder-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 5px;
}

.ultp-builder-tag .tag-builder-label {
	display: block;
	white-space: nowrap;
}

.ultp-builder-tag .tag-builder-content a {
	transition: .4s;
	display: inline-block;
}

.tag-builder-label {
	display: block;
	font-size: 14px;
	white-space: nowrap;
}

.tag-builder-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 6px;
}

.tag-builder-content a {
	font-size: 12px;
	text-decoration: none;
}

.tag-builder-content a:hover {
	text-decoration: none;
}

.ultp-dynamic-content-group-common {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	transition-duration: .3s;
	transition-timing-function: ease;
	pointer-events: all;
}

.ultp-dynamic-content-field-common {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	transition-duration: .3s;
	transition-timing-function: ease;
}

.ultp-dynamic-content-field-common .ultp-dynamic-content-field-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.ultp-dynamic-content-field-common p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ultp-dynamic-content-field-anchor {
	all: unset !important;
	text-decoration: unset !important;
	color: unset !important;
}

.ultp-dynamic-content-field-anchor .ultp-dynamic-content-field-common {
	cursor: pointer;
}

.ultp-accordion-item__nav-content, .ultp-accordion-item__navigation {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.ultp-accordion-item__nav-content {
	width: 100%;
	transition: .1s;
	justify-content: flex-start;
}

.ultp-accordion-item__content-inside > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender.wp-block > .block-editor-inserter > .block-editor-button-block-appender, .ultp-accordion-item__content-inside > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender > .block-editor-inserter > .block-editor-button-block-appender {
	min-height: 120px;
	box-shadow: inset 0 0 0 1px #dedede !important;
}

.ultp-accordion-item__content-inside > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender.wp-block > .block-editor-inserter > .block-editor-button-block-appender > svg, .ultp-accordion-item__content-inside > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender > .block-editor-inserter > .block-editor-button-block-appender > svg {
	height: 32px;
	width: 32px;
}

.ultp-accordion-item__text-content, .ultp-accordion-item__title-wrapper {
	display: flex;
	align-items: center;
}

.ultp-accordion-item__control {
	cursor: pointer;
}

.ultp-accordion-item__control svg {
	transition: .3s ease;
}

.ultp-accordion-item__nav-icon {
	display: flex;
	align-items: center;
}

.ultp-accordion__icon-right .ultp-accordion-item__title-wrapper {
	flex-direction: row-reverse;
}

.postx-page .wp-block-ultimate-post-accordion-item > .ultp-accordion-item > .ultp-accordion-item__content {
	display: none;
}

.postx-page .wp-block-ultimate-post-accordion-item > .ultp-accordion-item .ultp-accordion-item__navigation {
	transition: .3s;
}

.postx-page .wp-block-ultimate-post-accordion-item.active .ultp-accordion-item__navigation {
	transition: 0s !important;
}

.wp-block-ultimate-post-accordion-item > .ultp-accordion-item > .ultp-accordion-item__navigation > .ultp-accordion-item__control svg:first-child {
	display: none;
}

.wp-block-ultimate-post-accordion-item > .ultp-accordion-item > .ultp-accordion-item__navigation > .ultp-accordion-item__control svg:last-child {
	display: block;
	box-sizing: content-box;
}

.wp-block-ultimate-post-accordion-item > .ultp-accordion-item.ultp-accordion__trigger-right .ultp-accordion-item__navigation {
	flex-direction: row-reverse;
}

.wp-block-ultimate-post-accordion-item.active > .ultp-accordion-item > .ultp-accordion-item__navigation > .ultp-accordion-item__control svg:first-child {
	display: block;
	box-sizing: content-box;
}

.wp-block-ultimate-post-accordion-item.active > .ultp-accordion-item > .ultp-accordion-item__navigation > .ultp-accordion-item__control svg:last-child {
	display: none;
}

.block-editor-block-list__layout .ultp-accordion-item > .ultp-accordion-item__content {
	display: grid;
	grid-template-rows: 0fr;
	transition: .5s ease;
	overflow: hidden;
}

.block-editor-block-list__layout .ultp-accordion-item > .ultp-accordion-item__content > .ultp-accordion-item__content-inside {
	overflow: hidden;
}

.block-editor-block-list__layout .wp-block-ultimate-post-accordion-item .ultp-accordion-item > .ultp-accordion-item__content.active {
	grid-template-rows: 1fr !important;
}

.wp-block-ultimate-post-list {
	position: relative;
	width: 100%;
	transition: .3s;
}

.wp-block-ultimate-post-list:hover {
	transition: .3s;
}

.wp-block-ultimate-post-list .ultp-list-content {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: .3s;
}

.wp-block-ultimate-post-list .ultp-list-content .ultp-list-texticon {
	grid-area: a;
	box-sizing: border-box;
}

.wp-block-ultimate-post-list .ultp-list-content .ultp-listicon-bg, .wp-block-ultimate-post-list .ultp-list-content .ultp-listicon-dropdown {
	grid-area: a;
}

.wp-block-ultimate-post-list .ultp-list-content .ultp-list-title, .wp-block-ultimate-post-list .ultp-list-content a {
	grid-area: b;
}

.wp-block-ultimate-post-list .ultp-list-content .ultp-list-subtext {
	grid-area: c;
}

.wp-block-ultimate-post-list .ultp-list-content .ultp-list-textcontent a {
	text-decoration: none;
}

.wp-block-ultimate-post-list .ultp-list-content .ultp-listicon-bg {
	flex-shrink: 0;
}

.wp-block-ultimate-post-list .ultp-list-texticon, .wp-block-ultimate-post-list .ultp-listicon-bg {
	box-sizing: border-box;
}

.ultp-list-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.ultp-filter-clear {
	transition: background-color .2s ease-in-out;
}

.ultp-filter-clear.ultp-filter-clear {
	margin-inline: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.ultp-filter-clear .ultp-clear-button {
	text-align: center;
	margin: 0 !important;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

.ultp-filter-clear .ultp-clear-button:focus {
	outline: 0;
}

.ultp-selected-filter {
	transition: background-color .2s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.ultp-selected-filter-text {
	flex-grow: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	word-wrap: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ultp-selected-filter-icon {
	cursor: pointer;
}

.ultp-filter-search input[type=search]::-webkit-search-cancel-button, .ultp-filter-search input[type=search]::-webkit-search-decoration, .ultp-filter-search input[type=search]::-webkit-search-results-button, .ultp-filter-search input[type=search]::-webkit-search-results-decoration {
	display: none;
}

.ultp-filter-search-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease;
}

.ultp-filter-search-input input[type=search] {
	border: none;
	background-color: transparent;
	margin: 0;
	outline: 0;
	flex-grow: 1;
	padding: 0 8px;
	min-height: 30px;
	height: auto !important;
}

.ultp-filter-search-input input[type=search]:focus {
	outline: 0;
	border: none;
	box-shadow: none;
}

.ultp-filter-search-input-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.ultp-filter-search-input-icon svg {
	width: 20px;
	height: 20px;
}

.ultp-filter-select {
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
}

.ultp-filter-select-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding-block: .5rem;
	padding-inline: 1rem;
	border: 1px solid #000;
	cursor: pointer;
}

.ultp-filter-select-field-selected {
	flex-grow: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	word-wrap: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ultp-filter-select-field-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .3s ease;
	width: 10px;
	height: 10px;
}

.ultp-filter-select-options {
	position: absolute;
	top: calc(100% + 5px);
	list-style-type: none;
	overflow: hidden;
	margin: 0 !important;
	z-index: 2147483647;
	overflow-y: auto;
	max-height: 300px;
}

.ultp-filter-select-options::-webkit-scrollbar {
	width: 3px;
}

.ultp-filter-select-options::-webkit-scrollbar-track {
	background: 0 0;
}

.ultp-filter-select-options li {
	box-sizing: border-box;
	padding-inline: .5rem;
	white-space: nowrap;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

.ultp-filter-select-options li.disabled {
	color: #6c757d;
	cursor: not-allowed;
}

.ultp-filter-select-options li.disabled:hover {
	background-color: transparent;
}

.ultp-dropdown-icon-rotate {
	transform: rotate(180deg);
}

.ultp-filter-button {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background-color .3s ease !important;
}

input[type=search].ultp-filter-select-search {
	transition: all .3s ease;
	width: 100%;
	height: unset;
	min-height: 30px;
}

input[type=search].ultp-filter-select-search::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search].ultp-filter-select-search::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search].ultp-filter-select-search::-webkit-search-cancel-button, input[type=search].ultp-filter-select-search::-webkit-search-decoration, input[type=search].ultp-filter-select-search::-webkit-search-results-button, input[type=search].ultp-filter-select-search::-webkit-search-results-decoration {
	display: none;
}

.wp-block-ultimate-post-button {
	color: #fff;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	transition: all .4s;
}

.wp-block-ultimate-post-button:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
	opacity: 0;
}

.wp-block-ultimate-post-button:hover {
	transition: all .4s;
}

.wp-block-ultimate-post-button:hover:before {
	transition: all .4s;
	opacity: 1;
}

.wp-block-ultimate-post-button .ultp-button-text {
	line-height: normal;
}

.wp-block-ultimate-post-button .ultp-btnIcon-wrap {
	line-height: 0;
}

.wp-block-ultimate-post-button .ultp-btnIcon-wrap svg {
	transition: .3s;
}

.wp-block-ultimate-post-button.ultp-button-layout1 {
	background: #354cff;
	border-radius: 4px;
}

.wp-block-ultimate-post-button.ultp-button-layout1:before {
	background: #152ff0;
}

.wp-block-ultimate-post-button.ultp-button-layout2 {
	border-radius: 100px;
}

.wp-block-ultimate-post-button.ultp-button-layout3 {
	color: #004cf7;
	font-weight: 500;
	background: #fff;
	border-radius: 100px;
	box-shadow: 4px 4px 17px 0 rgba(53, 76, 255, .2196078431);
}

.wp-block-ultimate-post-button.ultp-button-layout3:hover {
	color: #004cf7;
	box-shadow: 15px 15px 20px 0 rgba(53, 76, 255, .2196078431);
}

.wp-block-ultimate-post-button.ultp-button-layout4 {
	color: #101010;
	border-radius: 0;
	font-weight: 500;
	border: solid 4px #354cff;
}

.wp-block-ultimate-post-button.ultp-button-layout4:before {
	background: #e3e7ff;
}

.ultp-button-layout2 {
	border-radius: 100px;
	background-image: linear-gradient(0deg, #354cff 10%, #7485ff 80%);
}

.ultp-button-layout2:before {
	background-image: linear-gradient(0deg, #7485ff 0, #354cff 100%);
}

.ultp-mobile-view-container-preview {
	height: 832px;
	width: 412px;
	padding-top: 82px;
	border: 10px solid #070707;
	border-radius: 56px;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto auto;
}

.ultp-mobile-view-container-preview .ultp-mobile-view-container.ultp-editor {
	max-width: 393px;
	height: 100%;
}

.ultp-mobile-view-container-preview .ultp-mobile-view-body, .ultp-mobile-view-container-preview .ultp-mobile-view-wrapper {
	height: 100%;
}

.wp-block-ultimate-post-menu[data-rstr=mv_accordian] .ultp-mobile-view-wrapper .ultp-menu-item-content::before {
	min-height: 0 !important;
	height: 0 !important;
}

.ultp-mobile-view-container .ultp-mobile-view-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap: 15px;
}

.ultp-mobile-view-container .ultp-mobile-view-body {
	display: flex;
	flex-direction: column;
}

.ultp-mobile-view-container .ultp-mv-back-label-con.ultpmenu-dnone svg {
	display: none;
}

.ultp-mobile-view-container .ultp-mv-back-label-con, .ultp-mobile-view-container .ultp-mv-close {
	display: flex;
	align-items: center;
}

.ultp-mobile-view-container .ultp-mv-close {
	position: absolute;
	right: 0 !important;
}

.ultp-mobile-view-container .ultp-menu-item-badge.ultp-menu-editor {
	left: calc(100% + 8px);
	top: -4px;
	bottom: unset;
}

.ultp-mobile-view-container .ultp-menu-item-badge {
	left: calc(100% + 8px) !important;
	top: -12px !important;
	bottom: unset !important;
}

.ultp-mobile-view-container .wp-block-ultimate-post-mega-menu .ultp-mega-menu-wrapper {
	width: 100%;
	max-width: 100% !important;
}

.ultp-mobile-view-container .wp-block-ultimate-post-mega-menu .ultp-mega-menu-wrapper .ultp-mega-menu-content {
	max-width: 100% !important;
}

.ultp-mobile-view-container .ultp-menu-content {
	flex-direction: column !important;
	width: 100%;
}

.ultp-mobile-view-container.ultp-editor .ultp-mobile-view-wrapper {
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.ultp-mobile-view-container.ultp-editor .ultp-mobile-view-body {
	border-radius: 0 0 0 46px;
}

.ultp-mv-back-label-con, .ultp-mv-close {
	cursor: pointer;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) {
	height: 0;
	box-sizing: border-box;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)).ultp-mv-active {
	height: 100vh;
	display: flex !important;
	position: fixed;
	justify-content: start;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999999;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper {
	visibility: hidden;
	opacity: .3;
	transform: translateX(-100%);
	pointer-events: none;
	z-index: -99;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)).ultp-mv-active .ultp-mobile-view-wrapper {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	pointer-events: visible;
	z-index: 0;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper {
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper .ultp-mobile-view-body {
	overflow-x: hidden;
	overflow-y: scroll;
	max-width: 100%;
	height: 100%;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper .ultp-mobile-view-body::-webkit-scrollbar {
	background-color: transparent;
	width: 3px;
	border-radius: 0;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper .ultp-mobile-view-body:hover::-webkit-scrollbar {
	width: 3px;
	border-radius: 0;
	-webkit-transition: .4s;
	transition: .4s;
	height: 3px;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper .ultp-mobile-view-body:hover::-webkit-scrollbar-thumb {
	border-radius: 0;
	width: 3px;
	background-color: #037fff;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper .ultp-mobile-view-body .wp-block-ultimate-post-menu-item .ultp-menu-item-content {
	display: none;
	transform: translateX(0) translateY(0);
	position: unset;
	box-sizing: border-box;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper .ultp-mobile-view-body .wp-block-ultimate-post-menu-item.ultp-menu-res-css > .ultp-menu-item-wrapper > .ultp-menu-item-content {
	display: block;
	opacity: 1;
	visibility: visible;
	width: 100%;
	pointer-events: auto;
	transition-property: opacity, visibility, transform;
}

.ultp-mobile-view-container:is(:not(.ultp-editor)) .ultp-mobile-view-wrapper .ultp-mobile-view-body .wp-block-ultimate-post-menu-item.ultp-menu-res-css > .ultp-menu-item-wrapper > .ultp-menu-item-content > * {
	height: -moz-fit-content;
	height: fit-content;
}

.postx-page .wp-block-ultimate-post-list-menu .ultp-list-menu-content, .wp-block-ultimate-post-list-menu .ultp-list-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	flex-direction: column;
}

.ultp-mega-menu-content._left {
	margin-right: auto;
}

.ultp-mega-menu-content._center {
	margin-left: auto;
	margin-right: auto;
}

.ultp-mega-menu-content._right {
	margin-left: auto;
}

.ultp-mega-menu-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender > .block-editor-inserter > .block-editor-button-block-appender {
	border: 1px solid #070707;
	border-radius: 4px;
	box-shadow: none;
}

.ultp-menu-item-label-container, .ultp-menu-item-label-container .ultp-menu-item-dropdown, .ultp-menu-item-label-container .ultp-menu-item-icon {
	display: flex;
	align-items: center;
}

.ultp-menu-item-label-container .ultp-menu-item-label {
	display: flex;
	align-items: center;
}

.ultp-menu-item-label-container .ultp-menu-item-label.ultp-menuitem-pos-bef {
	flex-direction: row-reverse;
}

.ultp-menu-item-label-container .ultp-menu-item-label:has(>.ultp-menu-item-badge) {
	position: relative;
}

.ultp-menu-item-label-container .ultp-menu-item-label:has(>.ultp-menu-item-badge) > .ultp-menu-item-badge {
	position: absolute;
	z-index: 9;
	width: -moz-max-content;
	width: max-content;
}

.wp-block-ultimate-post-menu-item .ultp-menu-item-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender > .block-editor-inserter > .block-editor-button-block-appender {
	padding: 2px;
	background-color: #000;
	color: #fff;
}

.wp-block-ultimate-post-menu-item .ultp-menu-item-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
	margin-top: 6px;
	margin-left: 6px;
}

.ultp-menu-item-content > .block-editor-inner-blocks:has(>.block-editor-block-list__layout>.block-list-appender) {
	top: 100% !important;
	left: unset !important;
}

.hasListMenuParent > .ultp-menu-item-wrapper > .ultp-menu-item-content > .block-editor-inner-blocks:has(>.block-editor-block-list__layout>.block-list-appender) {
	top: 0 !important;
	left: 100% !important;
}

.ultp-toolbar-menu-block-items {
	display: flex;
	gap: 6px;
	padding: 10px;
}

.ultp-toolbar-menu-block-items .ultp-toolbar-menu-block-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: none;
	padding: 4px 26px 14px 26px;
	cursor: pointer;
	border-radius: 4px;
}

.ultp-toolbar-menu-block-items .ultp-toolbar-menu-block-item .ultp-toolbar-menu-block-label {
	white-space: nowrap;
}

.ultp-toolbar-menu-block-items .ultp-toolbar-menu-block-item:hover {
	background-color: #f5fafc;
}

.ultp-toolbar-menu-block-items img {
	max-height: 22px;
	min-width: auto;
	min-height: auto;
}

.ultp-toolbar-menu-block-items .ultp-toolbar-menu-block-img {
	padding: 12px 20px;
	position: relative;
}

.ultp-toolbar-menu-block-items .ultp-toolbar-menu-block-img .ultp-pro-block {
	top: 2px;
	right: -8px;
	font-size: 10px;
}

.wp-block-ultimate-post-column {
	position: relative;
	height: -moz-max-content;
	height: max-content;
	width: 100%;
	min-width: 0;
}

.wp-block-ultimate-post-column > .ultp-column-wrapper {
	height: 100%;
	position: relative;
	transition: .3s;
}

.wp-block-ultimate-post-column > .ultp-column-wrapper .block-editor-block-list__layout, .wp-block-ultimate-post-column > .ultp-column-wrapper .block-editor-inner-blocks {
	height: 100%;
}

.wp-block-ultimate-post-column .ultp-column-overlay {
	z-index: -1;
}

.wp-block-ultimate-post-column .ultp-column-link {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.ultp-row-content .ultp-column-wrapper > * {
	max-width: 100%;
}

.wp-block-ultimate-post-social {
	position: relative;
	width: 100%;
	transition: .3s;
}

.wp-block-ultimate-post-social:hover {
	transition: .3s;
}

.wp-block-ultimate-post-social .ultp-social-content {
	display: flex;
	height: 100%;
	align-items: center;
	text-decoration: none;
	transition: .3s;
	cursor: pointer;
	text-decoration: none;
}

.block-editor-block-list__block li.wp-block-ultimate-post-social {
	height: 100%;
}

.wp-block-ultimate-post-tab-item {
	display: none;
}

.wp-block-ultimate-post-tab-item.active {
	display: block;
}

.postx-page .wp-block-ultimate-post-tab-item:empty {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border: 2px solid #000;
	border-radius: 6px;
	background-color: #fff !important;
	padding: 20px;
}

.postx-page .wp-block-ultimate-post-tab-item:empty:after {
	content: "No Content Found";
	display: block;
}

.ultp-block-wrapper .slick-loading .slick-list {
	background: #fff url("https://cdn-ileljdh.nitrocdn.com/ZHFHaUOuQYQvqmYJZPKCWRUUjVilEAlf/assets/images/optimized/rev-c4e7cac/www.tha.org/wp-content/plugins/ultimate-post/assets/img/loading.gif") center center no-repeat;
}

.ultp-block-wrapper .slick-loading .slick-list.nitro-lazy {
	background: none !important;
}

.ultp-block-wrapper .slick-next, .ultp-block-wrapper .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	z-index: 9;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
}

.ultp-block-wrapper .slick-next:hover, .ultp-block-wrapper .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.ultp-block-wrapper .slick-next:hover:before, .ultp-block-wrapper .slick-prev:hover:before {
	opacity: 1;
}

.ultp-block-wrapper .slick-next.slick-disabled:before, .ultp-block-wrapper .slick-prev.slick-disabled:before {
	opacity: .25;
}

.ultp-block-wrapper .slick-next:before, .ultp-block-wrapper .slick-prev:before {
	font-family: dashicons;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ultp-block-wrapper .slick-prev {
	left: -25px;
}

[dir=rtl] .ultp-block-wrapper .slick-prev {
	right: -25px;
	left: auto;
}

.ultp-block-wrapper .slick-prev:before {
	content: "";
}

[dir=rtl] .ultp-block-wrapper .slick-prev:before {
	content: "";
}

.ultp-block-wrapper .slick-next {
	right: -25px;
}

[dir=rtl] .ultp-block-wrapper .slick-next {
	right: auto;
	left: -25px;
}

.ultp-block-wrapper .slick-next:before {
	content: "";
}

[dir=rtl] .ultp-block-wrapper .slick-next:before {
	content: "";
}

.ultp-block-wrapper .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.ultp-block-wrapper .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.ultp-block-wrapper .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.ultp-block-wrapper .slick-dots li button:focus, .ultp-block-wrapper .slick-dots li button:hover {
	outline: 0;
}

.ultp-block-wrapper .slick-dots li button:focus:before, .ultp-block-wrapper .slick-dots li button:hover:before {
	opacity: 1;
}

.ultp-block-wrapper .slick-dots li button:before {
	font-family: dashicons;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ultp-block-wrapper .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: auto;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

[dir=rtl] .slick-slide {
	float: left;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	direction: ltr;
}

body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.rtl .ultp-popup-select .ultp-search-icon {
	position: absolute;
	right: auto;
	left: 10px;
}

.rtl .ultp-field-color2 .ultp-sub-field {
	margin-right: auto;
	margin-left: 0;
}

.rtl .ultp-button-group .ultp-base-control-btn {
	margin-right: 0;
	margin-left: 8px;
}

.rtl .ultp-button-group span {
	border-radius: 0 3px 3px 0;
}

.rtl .ultp-button-group span:last-child {
	border-right: none;
	border-left: 1px solid #d4d4d4;
	border-radius: 3px 0 0 3px;
}

.rtl .ultp-field-toggle .ultp-sub-field {
	float: left;
}

.rtl .components-toggle-control .components-base-control__field .components-form-toggle {
	margin-left: 0;
	margin-right: 16px;
}

.rtl .ultp-label-control label {
	margin-right: 0;
	margin-left: 5px;
}

.rtl .ultp-edit-btn .ultp-base-control-btn.dashicons-image-rotate, .rtl .ultp-field-color .ultp-clear, .rtl .ultp-field-select .ultp-multiple-value > span {
	margin-right: 0;
	margin-left: 4px;
}

.rtl .ultp-field-select .ultp-multiple-value > span span.ultp-select-close {
	margin-left: 0;
	margin-right: 4px;
}

.rtl .ultp-heading-filter .ultp-filter-navigation {
	left: 0;
	justify-content: flex-end;
	right: auto;
}

.rtl .ultp-next-prev-wrap ul li {
	margin-right: 0;
	margin-left: 5px;
}

.rtl .ultp-heading-filter .ultp-next-prev-wrap {
	margin-left: 0;
	margin-right: 15px;
}

.rtl .ultp-next-prev-wrap ul li:last-child {
	margin-left: 0;
}

.rtl .ultp-heading-style11 .ultp-heading-btn svg {
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: 5px;
}

.rtl .ultp-next-page-numbers svg {
	transform: rotate(180deg);
}

.rtl .ultp-prev-page-numbers svg {
	transform: rotate(180deg);
}

.rtl .ultp-prev-action svg {
	transform: rotate(180deg);
}

.rtl .ultp-next-action svg {
	transform: rotate(180deg);
}

.rtl .ultp-block-meta span:first-child, .ultp-block-meta.ultp-block-meta-style6 span:nth-child(2) {
	padding-right: 0 !important;
}

.rtl .ultp-block-meta.ultp-block-meta-dot span:after, .rtl .ultp-block-meta.ultp-block-meta-verticalbar span:after {
	left: auto;
	right: -1px;
}

.rtl .ultp-block-meta.ultp-block-meta-slash span:after {
	left: auto;
	right: -2px;
}

.rtl .ultp-block-meta.ultp-block-meta-close span:after, .rtl .ultp-block-meta.ultp-block-meta-doubleslash span:after {
	left: auto;
	right: -4px;
}

.rtl .ultp-block-meta.ultp-block-meta-dash span:after {
	left: auto;
	right: -3px;
}

.rtl .ultp-block-meta span i {
	margin-right: 0;
	margin-left: 4px;
}

.rtl .ultp-meta-author-img {
	margin-right: 0;
	margin-left: 5px;
}

.rtl .ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:nth-child(2) {
	padding-left: inherit;
	padding-right: 0;
}

.rtl .ultp-heading-filter .ultp-filter-navigation {
	margin: auto 200px 0 0;
}
