.custom-bg,
.custom-bg .svg-underline::after {
	background-color: var(--custom-bg);
}

.svg-underline.svg-underline-animated::after {
	width: 0;
}

/* 4px Gutter bewtween col*/
.gutter-4 {
	--custom-gutter: 4px;
}

/* Section Instagram */
.instagram-image::before {
	opacity: 0;
	content: "";
	background-color: rgba(0,0,0,0.65);
	background-image: url('../images/instagram.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transition: opacity .4s ease;
}

.instagram-image:hover::before {
	opacity: 1;
}

.dark2 #header-wrap:not(.transparent-header),
.dark2 #header:not(.transparent-header),
#header.dark2:not(.transparent-header),
#header.dark2.sticky-header.transparent-header #header-wrap:not(.not-dark),
#footer.dark2 { background-color: #2d3d4f; }

.desaturate {
    filter: url(../images/filters.svg#desaturate);
	filter: rgb(201, 201, 201); /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

/* recaptcha3 */
.grecaptcha-badge {
    opacity:0 !important;
}
