/* Custom Ripley Changes Zerif Lite */
/* Background shading - lighten overlay */
.header-content-wrap {
	background: rgba(80, 80, 80, 0.1);
}

/* Header Big Image Spacing */
.header-content-wrap {
	padding: 185px 0 210px;
}

/*** SECTION HEADERS ***/
.focus,.works,.about-us,.features,.packages,.products,.testimonial,.contact-us {
	padding-top: 70px;
}

/*---------------------------------------
 **   Section: Our focus             -----
-----------------------------------------*/
.focus-box .service-icon .pixeden  {
	border-radius: 5%;
}
/* FOCUS BOX */
.focus {
	padding-bottom: 70px;
}
/* FOCUS BOX */
.focus-box .service-icon {
	margin-bottom: 30px;
	width: 220px;
	height: 240px;
	margin: auto;
	border-radius: 10%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* product custom field bold */
p.form-row.form-row-wide-custom_jerz-name .label {
	line-height: 24px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

/* copyright hide */
.zerif-copyright-box {
	display: none;
}