.references-grid {
	margin-top: 40px;
	margin-bottom: 35px;
}

@media (max-width:1199px) {
	.references-grid {
		margin-top: 32px;
		margin-bottom: 0;
	}
}

.references-grid-col {
	padding: 20px;
}

@media (max-width:899px) {
	.references-grid-col {
		padding: 1em;
	}
}

.references-grid-col:first-child {
	padding-left: 1em;
}

.references-grid-col:last-child {
	padding-right: 1em;
}

.references-grid--item {
	display: block;
	transition: all 0.26s ease;
}

@media (max-width:899px) {
	.references-grid--item {
		margin-bottom: 30px;
	}
}

.references-grid--item:hover {
	transform: scale(1.033);
}

@media (max-width:899px) {
	.references-grid--item:hover {
		transform: scale(1.015);
	}
}

.references-grid--item-image {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.26s ease;
	margin-bottom: 20px;
}

.references-grid--2 .references-grid--item-image {
	height: 405px;
}

@media (max-width:899px) {
	.references-grid--2 .references-grid--item-image {
		height: 260px;
	}
}

.references-grid--3 .references-grid--item-image {
	height: 260px;
}

.references-grid--item:hover .references-grid--item-image {
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.references-grid--location {
	font-size: 17px;
	font-weight: 400;
	color: #696969;
	margin: 0 0 5px 0;
	display: block;
	line-height: 1.22;
}

.references-grid--location::before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 6px;
	font-size: 16px;
	opacity: 0.4;
}

.references-grid--title {
	font-size: 35px;
	line-height: 1.22;
}

@media (max-width:1199px) {
	.references-grid--title {
		font-size: 26px;
	}
}

@media (max-width:899px) {
	.references-grid--title {
		font-size: 26px;
	}
}

/* REFERENCES references-single */

.section--references-single {
		padding-top: 50px;
		padding-bottom: 0px;
}

@media (max-width:1199px) {
	.section--references-single {
		padding-top: 35px;
	}
}

@media (max-width:899px) {
	.section--references-single {
		padding-top: 25px;
	}
}

.references-single-post-content {

}

.references-single-post-heading-back-button {
	position: relative;
	font-size: 17px;
	text-transform: uppercase;
	color: #00b4cd;
	font-weight: 500;
	padding-left: 30px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.references-single-post-heading-back-button:hover {
	color: #070707;
}

.references-single-post-heading-back-button::before {
	font-family: "Ionicons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 55%;
	vertical-align: middle;
	-webkit-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	left: 0px;
	right: 0;
	text-align: center;
	font-size: 25px;
	color: #00b4cd;
	text-shadow: none;
	content: "";
	width: 20px;
}

.references-single-post-heading-back-button:hover::before {
	left: -4px;
	color: #070707;
	opacity: 1;
}

.references-single-post-heading {
	margin: 25px 0 40px 0;
	position: relative;
	z-index: 9;
}

.references-article__heading {
	margin: 0;
}

.references-single-post-excerpt-holder {
	font-size: 26px;
	line-height: 1.35;
	margin-top: 25px;
	max-width: 1100px;
}

.references-single-article__image-holder {
	max-width: 1750px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 80px auto 0 auto;
	height: 950px;
}

@media (max-width:1599px) {
	.references-single-article__image-holder {
		margin: 60px auto 0 auto;
		height: 600px;
	}
}

@media (max-width:1399px) {
	.references-single-article__image-holder {
		margin: 50px auto 0 auto;
		height: 500px;
	}
}

@media (max-width:899px) {
	.references-single-article__image-holder {
		margin: 35px auto 0 auto;
		height: 350px;
	}
}

.references-single-article__image {
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	object-fit: cover;
}

.references-single-post-main {
	background: rgb(239,239,239);
	background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	margin-top: -80px;
	padding-top: 80px;
}

@media (max-width:1599px) {
	.references-single-post-main {
		margin-top: -65px;
		padding-top: 65px;
	}
}

@media (max-width:1399px) {
	.references-single-post-main {
		margin-top: -50px;
		padding-top: 50px;
	}
}

@media (max-width:899px) {
	.references-single-post-main {
		background: rgb(239,239,239);
		margin-top: -35px;
		padding-top: 35px;
	}
}

.references-single-post-sidebar {
	margin: 0;
	text-align: left;
	width: 100%;
	position: relative;
}

@media (max-width:899px) {
	.references-single-post-sidebar {
		max-width: 100%;
		text-align: left;
	}
}

.references-single-post-sidebar--inner {
	position: absolute;
	background: #efefef;
	padding: 20px 25px 25px 25px;
	top: 40px;
	left: -25px;
}

@media (max-width:1499px) {
	.references-single-post-sidebar--inner {
		top: 20px;
	}
}

@media (max-width:1299px) {
	.references-single-post-sidebar--inner {
		top: 10px;
	}
}

@media (max-width:899px) {
	.references-single-post-sidebar--inner {
		top: 0px;
	}
}

.references-single-post-sidebar .wpusb .wpusb-item {
	margin: 0 25px 0 0;
	display: inline-block;
}

.references-single-post-sidebar .wpusb .wpusb-item:last-child {
	margin: 0;
}

.wpusb-item .wpusb-btn svg {
	width: 38px;
	height: 38px;
}

.article-share {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

@media (max-width:899px) {
	.article-share {
		flex-direction: row;
		gap: 12px;
	}
}

.article-share .ion {
	font-size: 46px;
}

.article-share .ion.ion-logo-facebook {
	color: #3b5998;
}

.article-share a:hover .ion.ion-logo-facebook {
	color: #006c94;
}

.article-share .ion.ion-ios-mail {
	background: #0082b3;
	color: #fff;
	padding: 2px 6px;
	font-size: 30px;
	border-radius: 3px;
}

.article-share a:hover .ion.ion-ios-mail {
	background: #006c94;
}

.references-single-post-text {
	margin-top: 80px;
}

.references-single-post-text-main {
	font-size: 19px;
	line-height: 1.66;
}

.references-single-post-text-main h1,
.references-single-post-text-main h2,
.references-single-post-text-main h3,
.references-single-post-text-main h4,
.references-single-post-text-main h5,
.references-single-post-text-main h6 {
	line-height: 1.22;
}

.references-single-post-text-main h1 {
	font-size: 48px;
	font-weight: 200;
}

.references-single-post-text-main h2 {
	font-size: 32px;
	font-weight: 300;
}

.references-single-post-text-main h3 {
	font-size: 26px;
	font-weight: 400;
}

.references-single-post-text-main h4 {
	font-size: 19px;
	font-weight: 600;
}

.references-single-post-text-main h5 {
	font-size: 16px;
	font-weight: 600;
}

.references-single-post-text-main h6 {
	font-size: 14px;
	font-weight: 400;
}

.references-single-post-text-main p {
	margin-bottom: 30px;
}

.references-single-post-text-main img,
.references-single-post-text-main .wpb_single_image .vc_figure,
.references-single-post-text-main .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
}

.references-single-post-text-main .vc_col-sm-6 img,
.references-single-post-text-main .vc_col-sm-6 .wpb_single_image .vc_figure,
.references-single-post-text-main .vc_col-sm-6 .wpb_single_image .vc_single_image-wrapper {
	/* min-height: 393px; */
}

.references-single-navigation {
	margin: 35px 0 0 0;
	padding-top: 80px;
	padding-bottom: 0px;
	background: #fff;
}

.references-single-navigation-inner {
	display: flex;
	justify-content: space-around;
}

.references-single-prev-holder {
	width: 50%;
	margin-right: auto;
}

.references-single-next-holder {
	width: 50%;
	text-align: right;
	margin-left: auto;
}
