/** edited by AC **/

body .pp_overlay {
	background-color: #000;
}
body .pp_pic_holder a.pp_next, body .pp_pic_holder a.pp_previous{
    color: #fff;
    /* text-shadow: 0px 0px 25px #000; */
}
::selection {
	background: #bbb;
}

.mejs-container {
	background-color: #fff;
}

nav.eltdf-fullscreen-menu ul li.menuicon a>span:after {
	content: none;
}

.eltdf-portfolio-list-holder.eltdf-pl-gallery-info-box-full-width article .eltdf-pli-text-holder.ib_no_padding .eltdf-pli-text {
	width: 90%;
	min-width: 200px;
	max-width: 300px;
}

@media screen and (max-width: 1024px) {
	.eltdf-mobile-header-holder {
		padding-bottom: 10px;
		background-color: #ffffff;
	}
}

/*
@media screen and (max-width: 767px) {
	body .pp_pic_holder {
	  width: 100% !important;
	}
	.pp_arrow_previous, .pp_arrow_next {
		visibility: hidden;
	}
	.pp_nav {
		width: 90% !important;
	} 
} */
.eltdf-portfolio-single-holder p {
	font-weight: 400;
}

/* logo spacing */
.trusted-by__logos {
    justify-content: space-between;
}


/*case study stat boxes*/
.casestats {
	display: inline-block; 
	width: 30%; 
	min-width: 300px; 
	vertical-align: top; 
	text-align: center; 
	padding-top: 2em; 
	line-height: 1.2em
}

/* collaborate page paragraph width */
@media screen and (min-width: 767px) {
	.hello-there {
		max-width: 500px;
	}
}


/*portfolio page for testing*/
.portfolio-filter-header ul li span {
	font-family: 'lato';
	color: #505050;
	font-size: 10.5pt;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3pt;
}

.portfolio-filter-header ul li.eltdf-pl-current span:after {
	background-color: #505050 !important;
	content: '';
	width: 50px;
	height: 1px;
	align-content: center;
	display: block;
	position: absolute;
	left: 50%;
	top: 2em;
	transform: translateX(-50%);
  transform-origin: center;
	transition: 0.25s ease-out;
}

.eltdf-pl-filter-holder ul li.eltdf-pl-current span:after, .eltdf-pl-filter-holder ul li:hover span:after { background-color: #ffffff;}

/*** 
 * li:first-child.eltdf-pl-filter {
    border-left: none;
}

li.eltdf-pl-filter {
    border-left: solid;
}
***/