/* Custom CSS */

.container {
	padding: 0;
}
.vlt-default-navigation .sf-menu > li > a {
	font-weight: 700 !important;
}
.vlt-default-navigation .sf-menu > li:last-child > a {
	padding-right: 0;
}
.series {
	text-transform: uppercase;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}
.series img, .series svg {
	max-height: 60px;
	margin-bottom: 10px;
}
h6.series {
	font-size: 10px;
	margin-bottom: -10px !important;
}
h5.series {
	text-transform: none;
}
h6 {
	font-weight: 600 !important;
	font-size: 14px;
	margin: 20px 0;
}
.cbp-item {
	margin: 0 10px 40px 0 !important;
}
.vlt-work-meta dt,
.vlt-cubeportfolio-filters .cbp-filter-item:hover,
.vlt-cubeportfolio-filters .cbp-filter-item.cbp-filter-item-active {
	color: #a7a7a7;
}
.splash {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100vh;
	padding: 60px;
}
.splash h2 {
	font-size: 1.85em;
	line-height: 1.65em;
	color: #fff;
	width: 75%;
}
.featured_logo {
	max-height: 30px;
	max-width: 400px;
	display: block;
	transition: all ease-in-out .35s;
}
a .featured_logo:hover {
	opacity:0.6;
	transition: all ease-in-out .35s;
}
a.vlt-portfolio-item-overlay .vlt-fit-image {
	background-image: url('../../gradient.png');
	width: 100%;
	height: 100%;
	background-size: cover;
}
a.vlt-portfolio-item-overlay:hover img {
	opacity: 0.25;
	transition: all .5s ease-in-out;
}
/*.about-page {
	background-image: url('../../gradient.png');
	background-size: cover;
	background-blend-mode: multiply;
	min-height: 100vh;
	height: 100%;
}
.about-page::before {
	background-image: url('../../about.jpg');
	background-size: cover;
	background-blend-mode: multiply;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	opacity: 0.25;
	z-index: 0;
	background-position: 50% 0%;
}
.about-page .vlt-animation-block {
	z-index: 100;
}
.about-page section {
	background-color: rgba(0,0,0,.25) !important;
}
.about-page h3,
.about-page h4,
.about-page p {
	color: #fff;
	max-width: 700px;
}
.about-page a {
	color: rgba(0,0,0,.25);
}*/
.about-page .title {
	margin: 2px 0 0 0;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.1rem;
}
.about-page a .vlt-btn {
	background-color: #131313;
	padding: 20px 20px 15px;
	color: #fff;
	font-weight: 500;
	&:hover {
		background-color: #fff;
		color: #131313;
	}
}
.arrow {
	width: 100%;
    height: 40px;
    display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
    z-index: 1;
    text-align: center;
}
.arrow i {
	color: rgba(255,255,255,0.5);
	font-size: 2em;
	animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  -moz-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -moz-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
  @-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
  @keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-10px);
	  -ms-transform: translateY(-10px);
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -moz-transform: translateY(-5px);
	  -ms-transform: translateY(-5px);
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
#awwwards {
	position: fixed;
	top: 0;
	right: 0;
	width: 90px;
	height: 135px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;
	background-repeat: no-repeat;
	background-size: 90px 135px;
	background-image: url(../img/root/awwwards_honorable_white.png);
}

#wpselected {
	position: fixed;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-image: url(../img/root/wpselected-badge-left.png);
}

.vlt-custom--9135 .typed-cursor {
	color: #ee3364;
}

.vlt-custom--0531 {
	position: absolute;
	left: 130px;
	bottom: 15%;
	font-size: 35px;
	color: #0b0b0b;
}

.vlt-custom--9503::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	height: 1px;
	width: 0;
	max-width: 60px;
	background-color: #1f0e49;
	transition: width .5s 1s ease-in-out;
}

.vlt-is-page-loaded .vlt-custom--9503::after {
	width: 100%;
}

.vlt-custom--5832 {
	position: relative;
	margin-right: 50px;
	z-index: 1;
}

.vlt-custom--5832::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	border: 10px solid #00bec5;
	z-index: -1;
}

.vlt-custom--5832 {
	position: relative;
	margin-right: 50px;
	z-index: 1;
}

.vlt-custom--5832::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	border: 10px solid #00bec5;
	z-index: -1;
}

.vlt-custom--3103 .vlt-services-box__link {
	background-color: rgba(0,0,0,.25);
}

.vlt-custom--3103 .vlt-highlight {
	background: linear-gradient(to top, transparent 5%, rgba(0,0,0,.25) 5% , rgba(0,0,0,.25) 37%, transparent 37%);
}

.vlt-custom--4111 .vlt-swiper-pagination--style-1 span {
	background-color: #fff;
}

.vlt-custom--4111 .vlt-swiper-button-prev--style-2,
.vlt-custom--4111 .vlt-swiper-button-next--style-2 {
	color: #fff;
}

.vlt-custom--6632 {
	margin-top: -225px;
}

.vlt-custom--9917 .vlt-social-icons a:not(:hover) {
	color: #fff;
}

.vlt-custom--8681 .vlt-countdown h5,
.vlt-custom--8681 .vlt-countdown strong {
	color: #fff;
}

.vlt-custom--9511 .vlt-swiper-pagination--style-1 span {
	background-color: #fff;
}

.vlt-is--homepage-05 .vlt-header--default .vlt-navbar,
.vlt-is--homepage-05 .vlt-header--default .vlt-navbar.vlt-navbar--solid {
	background-color: #191919;
}

.vlt-is--homepage-11 .vlt-navbar {
	padding: 0 35px;
}

.vlt-is--homepage-11 .vlt-navbar .container {
	width: 100%;
}

/* min-width 768px */
@media (min-width: 768px) {
	.vlt-custom--5136 {
		padding-left: 70px;
	}
	.vlt-custom--8620 {
		padding-right: 70px !important;
	}
	.vlt-custom--5317 {
		padding: 0 30px !important;
	}
	.vlt-custom--5171 {
		padding-right: 70px;
	}
	.vlt-custom--7205 {
		margin-top: -100px;
	}
	.vlt-custom--8511 {
		padding-right: 85px;
	}
	.vlt-custom--6525 {
		position: relative;
		z-index: 2;
	}
}

/* max-width 767px */
@media (max-width: 767px) {
	#awwwards,
	#wpselected {
		display: none;
	}
	.vlt-custom--9135 h2 {
		font-size: 28px
	}
	.vlt-custom--1631 {
		font-size: 38px;
	}
}

/* max-width 991px */
@media (max-width: 991px) {
	.vlt-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
	.vlt-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
}

/* max-width 575px */
@media (max-width: 575px) {
	.vlt-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.vlt-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.vlt-custom--0531 {
		bottom: 5%;
	}
}