
/* ------------------------------------------------ */
/* Order Styles */
/* ------------------------------------------------ */

@media only screen and (min-width: 960px) {

	.page-template-template-fullwidth .force-full-width,
	.force-full-width {
		margin-left: calc(50% - 50vw + 80px);
		margin-right: calc(50% - 50vw + 80px);
		/* padding: 0 80px; */
		width: auto;
		max-width: 1000%;
	}

}

.title-alwayson .item-description h2,
.filter-alwayson .item-filter {
	opacity: 1;
}

.portfolio-item-slug .picture:before {
	/* opacity: 0; */
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 114;
}

.plexx-fullscreen-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.elementor-widget-plexx_text {
font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}

.container .plexx-text-editor p {
	text-align: inherit;
	font-size: inherit;
	font-weight: inherit;
    line-height: inherit;
    column-gap: inherit;
}

.plexx-title-small {
	font-size: 20px;
}

.plexx-title-large {
	font-size: 36px;
}

.plexx-title-xl {
	font-size: 44px;
}

.plexx-button {
	display: inline-block;
	position: relative;
    padding: 15px 35px;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 700;
    width: auto;
    text-align: center;
    color: #8d949e;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.plexx-button:hover {
    color: #1fc8db;
    border-color: #2cb5e8;
    -webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #e05db8 100%);
    border-image: linear-gradient(to bottom right, #2cb5e8 0%, #e05db8 85%, #ff4d4d 100%);
    border-image-slice: 1;
}

.plexx-button a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.plexx-button-container {
	display: flex;
}

.plexx-hero-title {
	display: flex !important;
	/* align-items: center; */
	/* justify-content: center; */
	padding: 55px 80px;
    min-height: 100px;
    /* width: 1200px; */
    width: calc(100% - 20px);
    text-align: center;
  /* margin: 0 auto; */
	    flex-direction: column;
			position: relative;
			overflow: hidden;
}

.plexx-button-container-left,
.plexx-hero-title-left {
	justify-content: flex-start;
	text-align: left;
}

.plexx-button-container-center,
.plexx-hero-title-center {
	justify-content: center;
	text-align: center;
}

.plexx-button-container-right,
.plexx-hero-title-right {
	justify-content: flex-end;
	text-align: right;
}

.plexx-hero-title h2,
.plexx-fullscreen-title h2 {
	margin: 0;
}

.hero-subtitle {
	padding: 10px 0px;
	color: rgb(39 49 64 / 83%);
	display: inline-block;
}

.plexx-hero-title.force-full-width,
.plexx-owl-carousel.force-full-width {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
}

.hero-video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.hero-video-background {
	/* background: #000; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
}

.hero-video-background iframe,
.elementor iframe.no-fitvids {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
		max-width: 1000%;
		z-index: -99;
}

@media (min-aspect-ratio: 16/9) {
	.elementor iframe.no-fitvids {
	/* height: 300%;
	top: -100%; */
	height: 56.25vw
	}
}

@media (max-aspect-ratio: 16/9) {
	.elementor iframe.no-fitvids {
	/* width: 300%;
	left: -100%; */
	width: 177.78vh
	}
}


.hero-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.portfolio-item-slug.hide-hover-icons .thumb::before, .portfolio-item-slug.hide-hover-icons .thumb::after, .portfolio-gallery-item.hide-hover-icons .thumb::before, .portfolio-gallery-item.hide-hover-icons .thumb::after, .slick-slide.hide-hover-icons .justified-cross::before, .portfolio-item-slug.hide-hover-icons .video-popup:before {
	display: none;
}

.post-title h2 {
	color: #fff;
	margin-bottom: 0;
}

.container .blog-three.column {
	min-height: 100px;
}
