body{font-family: 'Verdana', sans-serif;font-size: 14px;font-weight: 100;color: #000000;text-decoration: none;}
h1{font-family: 'Oswald', sans-serif;font-size: 48px;font-weight: 100;color: #2f2f2f;text-decoration: none;}
h2{font-family: 'Oswald', sans-serif;font-size: 36px;font-weight: 100;color: #2f2f2f;text-decoration: none;}
h3{font-family: 'Oswald', sans-serif;font-size: 28px;font-weight: 100;color: #2f2f2f;text-decoration: none;}
h4{font-family: 'Oswald', sans-serif;font-size: 24px;font-weight: 100;color: #000000;text-decoration: none;}
h5{font-family: 'Oswald', sans-serif;font-size: 22px;font-weight: 300;color: #000000;text-decoration: none;}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{font-family: 'Oswald', sans-serif;font-size: 18px;color: #000000;text-decoration: none;}
.logo-image {height:76px;}
#sp-header .logo {
	display: flex;
}
.sp-simpleportfolio-filter {
	padding-top: 40px;
}
.sp-simpleportfolio-filter li a {
	cursor: pointer;
}

.breadcrumbs-wrapper {
	background: transparent;
	padding: 22px 0;
	border-bottom: 1px solid #e9e9e9;
}
.portfolio-page .breadcrumbs-wrapper {
	margin-bottom: 100px;
}
#sp-simpleportfolio {
	margin-bottom: 100px;
}
.social-icons {
	font-size: 0;
}
.social-icons li {
	font-size: 14px;
	margin-right: 25px !important;
}
.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li:not(:last-child):after {
	content: "/";
	margin: 0 10px;
	color: #ccc;
	font-weight: 300;
}
.breadcrumbs a {
	color: #a0a0a0;
	text-decoration: none;
	transition: color .25s;
}
.breadcrumbs a:hover {
	color: #2f2f2f;
}
.breadcrumbs span {
	color: #2f2f2f;
	font-weight: 400;
}
.portfolio-gallery-grid {
	margin-top: 70px;
}
.pg-cycle + .pg-cycle {
	margin-top: 50px;
}
.pg-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.pg-col { box-sizing: border-box; padding: 0 15px; }
.pg-col-8 { width: 66.6667%; }
.pg-col-4 { width: 33.3333%; }
.pg-subrow {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.pg-subrow .pg-col-6 { width: 50%; padding: 0 15px; box-sizing: border-box; }
.pg-cell {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.pg-cell-short { height: 425px; }
.pg-cell-tall { height: 890px; }
.pg-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s;
}
.pg-cell:hover img { transform: scale(1.05); }
.pg-cell::after { content:"+"; position:absolute; top:50%; left:50%; width:36px; height:36px; margin:-18px 0 0 -18px; background:rgba(0,0,0,.8); color:#fff; border-radius:40px; font-size:28px; line-height:36px; text-align:center; opacity:0; transition:opacity .3s; z-index:2; }
.pg-cell:hover::after { opacity: 1; }
@media (min-width: 768px) and (max-width: 991px) {
	.pg-cell-short { height: 250px; }
	.pg-cell-tall { height: 600px; }
}
@media (max-width: 767px) {
	.portfolio-gallery-grid { margin-top: 10px; }
	.pg-col-8, .pg-col-4, .pg-subrow .pg-col-6 { width: 100%; }
	.pg-cell { margin-bottom: 10px; }
	.pg-cycle { padding-top: 40px; padding-bottom: 20px; }
	.pg-cycle + .pg-cycle { margin-top: 0; }
}
.sp-simpleportfolio .sp-simpleportfolio-description h2.portfolio-detail-city {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 100;
	color: #2f2f2f;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-description h2.portfolio-detail-descr {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #121212;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.sp-simpleportfolio .sp-simpleportfolio-description h2.portfolio-detail-descr { font-size: 28px; line-height: 34px; }
}
.portfolio-detail-cta {
	background-color: #93a0b2;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.portfolio-detail-cta > div {
	flex: 1;
	max-width: 100%;
	text-align: center;
}
.portfolio-detail-cta p {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 600;
	color: #2f2f2f;
	line-height: 28px;
	text-align: center;
}
.portfolio-detail-cta h2 {
	margin: 5px 0 0;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #2f2f2f;
	text-transform: uppercase;
	text-align: center;
}
.portfolio-detail-cta .sppb-btn {
	flex-shrink: 0;
	align-self: center;
}
@media (max-width: 767px) {
	.portfolio-detail-cta {
		padding: 40px 20px;
		flex-direction: column;
		justify-content: center;
	}
	.portfolio-detail-cta p { font-size: 16px; line-height: 26px; }
	.portfolio-detail-cta h2 { font-size: 32px; line-height: 42px; }
}
#section-our-projects {
	padding-top: 50px;
}
#section-our-projects .sppb-col-md-3 {
	margin-bottom: 30px;
}
#section-our-projects .sppb-addon-overlay-image-content {
	height: 300px;
}
#section-our-projects .sppb-addon-title {
	font-family: "Oswald";
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 1px;
}
#section-our-projects .sppb-addon-subtitle {
	font-family: "Oswald";
	font-weight: 300;
	letter-spacing: 1px;
}
#section-our-projects .overlay-image-title {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#section-our-projects .overlay-image-button-wrap {
	margin-top: auto;
}
#section-our-projects .overlay-background-style {
	background: transparent;
}
#section-our-projects .sppb-addon-overlay-image-content:hover .overlay-background-style {
	opacity: .8;
}
#section-our-projects .overlay-background-style::after {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%) transparent;
}
#section-our-projects .sppb-addon-overlay-image-content:hover .overlay-background-style::after {
	opacity: 1;
}
#section-our-projects .sppb-btn-custom {
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #000000;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
}
#section-our-projects .sppb-btn-custom:hover {
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color:#000000 !important;
}
